Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlooCustomResourceDefinition ¶ added in v0.34.7
type GlooCustomResourceDefinition struct { *apiextv1.CustomResourceDefinition // Optional: if specified from the resource, this crd definition will be wrapped in the given conditional // // E.g: `and (.Values.customValueA) (.Values.customValueB)` CustomEnableCondition string `json:"-" yaml:"-"` }
func CustomResourceDefinition ¶
func CustomResourceDefinition( resources []model.Resource, validationSchemas map[string]*apiextv1.CustomResourceValidation, withoutSpecHash bool, ) (*GlooCustomResourceDefinition, error)
func CustomResourceDefinitions ¶
func CustomResourceDefinitions( groups []*model.Group, ) (objects []GlooCustomResourceDefinition, err error)
Create CRDs for a group
Click to show internal directories.
Click to hide internal directories.