Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ClusterConfigs K8S `yaml:"clusterConfigs"` GitConfigs map[Repository]GitConfig `yaml:"gitConfigs"` SlackAppToken string `yaml:"slackAppToken"` SlackBotToken string `yaml:"slackBotToken"` }
type K8S ¶
type K8S map[Project]map[Stage]KubeConfigPath
type KubeConfigPath ¶
type KubeConfigPath string
type Repository ¶
type Repository string
Click to show internal directories.
Click to hide internal directories.