Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultResources ¶
func DefaultResources(selectors []types.ResourceSelector) []types.ResourceSelector
Types ¶
type Kubeconfig ¶
type Kubeconfig struct {
Path string `yaml:"kubeconfig"`
Clusters []types.ClusterSelector `yaml:"clusters"`
Resources []types.ResourceSelector `yaml:"resources"`
}
func (*Kubeconfig) UnmarshalYAML ¶
func (kcfg *Kubeconfig) UnmarshalYAML(node *yaml.Node) error
type Kustomize ¶
type Kustomize struct {
PathTemplate string `yaml:"kustomization"`
Clusters []types.ClusterSelector `yaml:"clusters"`
Resources []types.ResourceSelector `yaml:"resources"`
}
Click to show internal directories.
Click to hide internal directories.