Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopySecret ¶
Types ¶
type SecretControl ¶
type SecretControl interface {
Get(ctx context.Context, name string) (*corev1.Secret, error)
List(ctx context.Context) ([]*corev1.Secret, error)
}
func NewCachedSecretControl ¶
func NewCachedSecretControl(secretNamespace string, secretLister corev1lister.SecretLister) SecretControl
func NewDirectApiSecretControl ¶
func NewDirectApiSecretControl(secretNamespace string, kubeClient kubernetes.Interface) SecretControl
Click to show internal directories.
Click to hide internal directories.