Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LabelTransformer ¶
type LabelTransformer struct { APIVersion string `json:"apiVersion" yaml:"apiVersion"` Kind string `json:"kind" yaml:"kind"` Metadata OverlySimpleMetadata `json:"metadata" yaml:"metadata"` Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"` FieldSpecs []kustomizetypes.FieldSpec `json:"fieldSpecs,omitempty" yaml:"fieldSpecs,omitempty"` }
type OverlySimpleMetadata ¶
type OverlySimpleMetadata struct {
Name string `yaml:"name"`
}
Click to show internal directories.
Click to hide internal directories.