Versions in this module Expand all Collapse all v0 v0.5.5 Nov 9, 2024 Changes in this version + const StorageNetworkAnnotation + type Mutator struct + func NewVlanConfigMutator(nodeCache ctlcorev1.NodeCache) *Mutator + func (m *Mutator) Create(_ *admission.Request, newObj runtime.Object) (admission.Patch, error) + func (m *Mutator) Resource() admission.Resource + func (m *Mutator) Update(_ *admission.Request, oldObj, newObj runtime.Object) (admission.Patch, error) + type Validator struct + func NewVlanConfigValidator(nadCache ctlcniv1.NetworkAttachmentDefinitionCache, ...) *Validator + func (v *Validator) Create(_ *admission.Request, newObj runtime.Object) error + func (v *Validator) Delete(_ *admission.Request, oldObj runtime.Object) error + func (v *Validator) Resource() admission.Resource + func (v *Validator) Update(_ *admission.Request, oldObj, newObj runtime.Object) error v0.3.2-rc1 Nov 10, 2024