Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerateRequests ¶
type GenerateRequests interface {
Apply(gr kyverno.GenerateRequestSpec, action v1beta1.Operation) error
}
GenerateRequests provides interface to manage generate requests
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator defines the implementation to mange generate request resource
func NewGenerator ¶
func NewGenerator(client *kyvernoclient.Clientset, grInformer kyvernoinformer.GenerateRequestInformer, stopCh <-chan struct{}, log logr.Logger) *Generator
NewGenerator returns a new instance of Generate-Request resource generator
type GeneratorChannel ¶ added in v1.2.0
type GeneratorChannel struct {
// contains filtered or unexported fields
}
GeneratorChannel ...
Click to show internal directories.
Click to hide internal directories.