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

Interface AdmissionHandler

pkg/common/webhook.go:35–39  ·  view source on GitHub ↗

AdmissionHandler wrappers admission.Handler, but adding client-go capablities

Source from the content-addressed store, hash-verified

33
34// AdmissionHandler wrappers admission.Handler, but adding client-go capablities
35type AdmissionHandler interface {
36 admission.Handler
37
38 Setup(client client.Client, reader client.Reader, decoder *admission.Decoder)
39}

Callers 1

ReconcileRuntimeMethod · 0.65

Implementers 5

TemplateEnginepkg/ddc/base/template_engine.go
MockEnginepkg/ddc/base/mock/mock_engine.go
MockEngineMockRecorderpkg/ddc/base/mock/mock_engine.go
ReferenceDatasetEnginepkg/ddc/thin/referencedataset/engine.g
FluidMutatingHandlerpkg/webhook/handler/mutating/mutating_

Calls

no outgoing calls

Tested by

no test coverage detected