Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
Types ¶
type Config ¶
type Config struct {
Kubernetes kube.Config `json:"kubernetes"`
InitTemplates []string `json:"init_templates"`
ConfigFiles []string `json:"config_files"` // namespace:name:file, namespace:name:file
Templates []string `json:"templates"`
Namespace string `json:"namespace"`
Debug bool `json:"debug"`
// contains filtered or unexported fields
}
func (*Config) GetConfigFiles ¶
func (c *Config) GetConfigFiles() []ConfigFile
type ConfigFile ¶
Click to show internal directories.
Click to hide internal directories.