Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DeploymentList []string StatefulsetList []string SecretName string Namespace string KubeSecretExists bool // contains filtered or unexported fields }
Config contains the kubernetes clientset and configs.
func (*Config) GetLastUpdatedDate ¶
func (*Config) PostSecrets ¶
func (k *Config) PostSecrets(secretList map[string]data.SecretAttribute) (err error)
PostSecrets is common interface function to post secrets to destination
func (*Config) RedeployDeployment ¶ added in v0.0.11
func (*Config) RedeployStatefulsets ¶ added in v0.0.11
Click to show internal directories.
Click to hide internal directories.