MCPcopy
hub / github.com/fluid-cloudnative/fluid / FuseSidecar

Struct FuseSidecar

pkg/webhook/plugins/fusesidecar/fuse_sidecar.go:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44const Name string = "FuseSidecar"
45
46type FuseSidecar struct {
47 client client.Client
48 name string
49 log logr.Logger
50}
51
52func NewPlugin(c client.Client, args string) (api.MutatingHandler, error) {
53 return &FuseSidecar{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected