Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ConfigMapList configmap.ConfigMapList `json:"configMapList"` SecretList secret.SecretList `json:"secretList"` }
Config structure contains all resource lists grouped into the config category.
func GetConfigFromChannels ¶
func GetConfigFromChannels(channels *common.ResourceChannels) ( *Config, error)
GetConfigFromChannels returns a list of all config in the cluster, from the channel sources.
Click to show internal directories.
Click to hide internal directories.