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