Documentation
¶
Index ¶
Constants ¶
View Source
const FileName = "platformctl.yaml"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
APIVersion string `yaml:"apiVersion"`
Kind string `yaml:"kind"`
Layout LayoutConfig `yaml:"layout"`
Validation ValidationConfig `yaml:"validation"`
Naming NamingConfig `yaml:"naming"`
Contexts ContextsConfig `yaml:"contexts"`
}
type ContextsConfig ¶
type LayoutConfig ¶
type NamingConfig ¶
type NamingConfig struct {
WrapperPrefix string `yaml:"wrapperPrefix"`
}
Click to show internal directories.
Click to hide internal directories.