Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterProviderFactory ¶
func RegisterProviderFactory(providerType string, factory ProviderFactory) error
RegisterProviderFactory - each Provider registers itself so it can be used when specified in a Manifest
Types ¶
type Config ¶
type Config struct {
Name string `yaml:"name"`
Installed bool `yaml:"installed"`
Addons map[string]bool `yaml:"addons,omitempty"`
Apps []string `yaml:"apps,omitempty"`
ProviderConfig interface{} `yaml:"provider"`
ClusterFullName string
}
Config - cluster data from cluster manifest.
Click to show internal directories.
Click to hide internal directories.