Documentation ¶
Overview ¶
Package validate provides validation for types in the cluster bundle repository.
Index ¶
- func All(cp []*bundle.Component, cs *bundle.ComponentSet) field.ErrorList
- func AllComponentObjects(components []*bundle.Component) field.ErrorList
- func AllComponents(components []*bundle.Component) field.ErrorList
- func Component(c *bundle.Component) field.ErrorList
- func ComponentObjects(cp *bundle.Component) field.ErrorList
- func ComponentSet(cs *bundle.ComponentSet) field.ErrorList
- func ComponentsAndComponentSet(components []*bundle.Component, cs *bundle.ComponentSet) field.ErrorList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllComponentObjects ¶
AllComponentObjects validates all objects in all componenst
func AllComponents ¶
AllComponents validates a list of components.
func ComponentObjects ¶
ComponentObjects validates objects in a componenst.
func ComponentSet ¶
func ComponentSet(cs *bundle.ComponentSet) field.ErrorList
ComponentSet validates a component.
func ComponentsAndComponentSet ¶
func ComponentsAndComponentSet(components []*bundle.Component, cs *bundle.ComponentSet) field.ErrorList
ComponentsAndComponentSet validates components in the context of a component set.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.