Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { 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
Click to show internal directories.
Click to hide internal directories.