package
Version:
v1.3.3
Opens a new window with list of versions in this module.
Published: Nov 17, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FieldSpec struct {
Kind string `yaml:"kind,omitempty"`
Path string `yaml:"path"`
Create bool `yaml:"create"`
}
type File struct {
Namespace string `yaml:"namespace"`
Transformers []string `yaml:"transformers,omitempty"`
Resources []string `yaml:"resources"`
}
type Kustomize struct {
}
type LabelTransformer struct {
ApiVersion string `yaml:"apiVersion"`
Kind string `yaml:"kind"`
Metadata *Metadata `yaml:"metadata"`
Labels map[string]string `yaml:"labels"`
FieldSpecs []*FieldSpec `yaml:"fieldSpecs"`
}
type Metadata struct {
Name string `yaml:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.