Documentation
¶
Index ¶
Constants ¶
View Source
const UPGRADECONFIG_CR_NAME = "managed-upgrade-config"
UPGRADECONFIG_CR_NAME is the name of the Custom Resource that the provider will manage
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigManager ¶
type ConfigManager struct {
LocalConfigName string `yaml:"localConfigName"`
}
ConfigManager provides a LocalConfigName
type LocalProviderConfig ¶
type LocalProviderConfig struct {
ConfigManager ConfigManager `yaml:"configManager"`
}
LocalProviderConfig provides a configmanager for local provider
func (*LocalProviderConfig) IsValid ¶
func (lp *LocalProviderConfig) IsValid() error
IsValid returns no error when the local provider config is valid
Click to show internal directories.
Click to hide internal directories.