Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Validator ¶
type Validator interface { ValidateKode(ctx context.Context, kode *kodev1alpha2.Kode) error ValidateEntryPoint(ctx context.Context, entryPoint *kodev1alpha2.EntryPoint) error }
Validator defines the interface for validating Kode resources
func NewDefaultValidator ¶
func NewDefaultValidator() Validator
Click to show internal directories.
Click to hide internal directories.