Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Gen ¶
type Gen struct {
Flavours []string `yaml:"flavours,omitempty"`
Language string `yaml:"language,omitempty"`
EnableFloatingMajorTags bool `yaml:"enableFloatingMajorTags,omitempty"`
InstallUpdateChart bool `yaml:"installUpdateChart,omitempty"`
RunSecurityScoreCard bool `yaml:"runSecurityScoreCard,omitempty"`
}
type Repo ¶
type Repo struct {
Name string `yaml:"name"`
ComponentType string `yaml:"componentType"`
DeploymentNames []string `yaml:"deploymentNames,omitempty"`
Gen Gen `yaml:"gen,omitempty"`
Replace map[string]bool `yaml:"replace,omitempty"`
Lifecycle string `yaml:"lifecycle,omitempty"`
System string `yaml:"system,omitempty"`
}
func SortReposAlphabetically ¶
Click to show internal directories.
Click to hide internal directories.