Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateAgainstCRD ¶
ValidateAgainstCRD validates a resource YAML file against a CRD Returns an error if validation fails
func ValidateSchema ¶
ValidateSchema checks for interface{} types in the schema before generation
Types ¶
type InterfaceTypeError ¶
type InterfaceTypeError struct {
Fields []InterfaceTypeLocation
}
InterfaceTypeError represents an error caused by interface{} types in the schema
func (*InterfaceTypeError) Error ¶
func (e *InterfaceTypeError) Error() string
Click to show internal directories.
Click to hide internal directories.