Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyPatch error = fmt.Errorf("empty resource to patch")
Functions ¶
This section is empty.
Types ¶
type MutateExistingController ¶
type MutateExistingController struct { Config config.Configuration // contains filtered or unexported fields }
func NewMutateExistingController ¶
func NewMutateExistingController( kyvernoClient kyvernoclient.Interface, client dclient.Interface, policyLister kyvernolister.ClusterPolicyLister, npolicyLister kyvernolister.PolicyLister, urLister urlister.UpdateRequestNamespaceLister, eventGen event.Interface, log logr.Logger, dynamicConfig config.Configuration, ) (*MutateExistingController, error)
NewMutateExistingController returns an instance of the MutateExistingController
func (*MutateExistingController) ProcessUR ¶
func (c *MutateExistingController) ProcessUR(ur *urkyverno.UpdateRequest) error
Click to show internal directories.
Click to hide internal directories.