Documentation
¶
Index ¶
- type Repository
- func (repo Repository) CheckSecretK8S(name string, namespace string) (string, string, error)
- func (repo Repository) CreateSecretK8S(name, namespace string, data, labels, annotations map[string]string) (string, error)
- func (repo Repository) DeleteSecretK8S(name string, namespace string) (string, error)
- func (repo Repository) UpdateSecretK8S(name, namespace string, data, labels, annotations map[string]string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct { Clientset *kubernetes.Clientset // contains filtered or unexported fields }
Repository struct
func (Repository) CheckSecretK8S ¶
CheckSecretK8S func
func (Repository) CreateSecretK8S ¶
func (repo Repository) CreateSecretK8S(name, namespace string, data, labels, annotations map[string]string) (string, error)
CreateSecretK8S func
func (Repository) DeleteSecretK8S ¶
func (repo Repository) DeleteSecretK8S(name string, namespace string) (string, error)
DeleteSecretK8S func
func (Repository) UpdateSecretK8S ¶
func (repo Repository) UpdateSecretK8S(name, namespace string, data, labels, annotations map[string]string) (string, error)
UpdateSecretK8S func
Click to show internal directories.
Click to hide internal directories.