Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8sInterface ¶
type K8sInterface interface {
CoreV1() corev1.CoreV1Interface
}
type K8sSecretProvider ¶
type K8sSecretProvider struct { Clientset K8sInterface Config K8sSecretProviderConfig }
func (*K8sSecretProvider) Init ¶
func (s *K8sSecretProvider) Init(config providers.IProviderConfig) error
func (*K8sSecretProvider) InitWithMap ¶
func (s *K8sSecretProvider) InitWithMap(properties map[string]string) error
type K8sSecretProviderConfig ¶
type K8sSecretProviderConfig struct { Name string `json:"name"` ConfigType string `json:"configType,omitempty"` ConfigData string `json:"configData,omitempty"` InCluster bool `json:"inCluster"` }
func K8sSecretProviderConfigFromMap ¶
func K8sSecretProviderConfigFromMap(properties map[string]string) (K8sSecretProviderConfig, error)
Click to show internal directories.
Click to hide internal directories.