Documentation ¶
Index ¶
- func CreateNamespace(namespace string) error
- func CreateSecret(name string, namespace string, data *map[string]string) (*v1.Secret, error)
- func DeleteSecret(name string, namespace string) error
- func ExistsSecret(name string, namespace string) (bool, error)
- func ListPods(namespace string) ([]v1.Pod, error)
- func PodStatus(pod string) (v1.PodPhase, error)
- func ReadSecret(name string, namespace string) (map[string]string, error)
- func UpdateSecret(name string, namespace string, data *map[string]string) (*v1.Secret, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateNamespace ¶
CreateNamespace creates a namespace in the cluster
func CreateSecret ¶
CreateSecret creates a secret in the cluster
func DeleteSecret ¶
DeleteSecret deletes a secret from the cluster
func ExistsSecret ¶
ExistsSecret checks if a secret exists in the cluster
func ReadSecret ¶
ReadSecret reads a secret from the cluster
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.