Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAdmissionController ¶
func NewAdmissionController( ctx context.Context, name, path string, handlers map[schema.GroupVersionKind]GenericCRD, wc func(context.Context) context.Context, disallowUnknownFields bool, ) *controller.Impl
NewAdmissionController constructs a reconciler
Types ¶
type GenericCRD ¶
type GenericCRD interface { apis.Defaultable apis.Validatable runtime.Object }
GenericCRD is the interface definition that allows us to perform the generic CRD actions like deciding whether to increment generation and so forth.
Click to show internal directories.
Click to hide internal directories.