Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewManager ¶ added in v1.8.1
func NewManager() (*manager, error)
NewManager initializes a new instance of openapi schema manager
Types ¶
type Manager ¶ added in v1.8.1
type Manager interface { ValidateInterface openapicontroller.Manager }
type ValidateInterface ¶ added in v1.8.0
type ValidateInterface interface { ValidateResource(unstructured.Unstructured, string, string) error ValidatePolicyMutation(kyvernov1.PolicyInterface) error }
func NewFake ¶ added in v1.8.0
func NewFake() ValidateInterface
Click to show internal directories.
Click to hide internal directories.