| 44 | const Name string = "FuseSidecar" |
| 45 | |
| 46 | type FuseSidecar struct { |
| 47 | client client.Client |
| 48 | name string |
| 49 | log logr.Logger |
| 50 | } |
| 51 | |
| 52 | func NewPlugin(c client.Client, args string) (api.MutatingHandler, error) { |
| 53 | return &FuseSidecar{ |
nothing calls this directly
no outgoing calls
no test coverage detected