Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeGenerate ¶
type FakeGenerate struct {
Generate
}
FakeGenerate provides implementation for generate rule processing with mocks/fakes for cluster interactions
func NewFakeGenerate ¶
func NewFakeGenerate(rule kyvernov1.Generation) *FakeGenerate
NewFakeGenerate returns a new instance of generatecheck that uses fake/mock implementation for operation access(always returns true)
type Generate ¶
type Generate struct {
// contains filtered or unexported fields
}
Generate provides implementation to validate 'generate' rule
Click to show internal directories.
Click to hide internal directories.