Documentation
¶
Index ¶
- func DeleteConfigMaps(kubeclient *kubernetes.Clientset, name string, namespaces []string) error
- func DeleteDeployments(kubeclient *kubernetes.Clientset, name string, namespaces []string) error
- func DeleteIngresses(kubeclient *kubernetes.Clientset, name string, namespaces []string) error
- func DeleteSecrets(kubeclient *kubernetes.Clientset, name string, namespaces []string) error
- func GetAllNamespaces(kubeclient *kubernetes.Clientset) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteConfigMaps ¶
func DeleteConfigMaps(kubeclient *kubernetes.Clientset, name string, namespaces []string) error
DeleteConfigMaps deletes the given configmap from all namespaces
func DeleteDeployments ¶
func DeleteDeployments(kubeclient *kubernetes.Clientset, name string, namespaces []string) error
DeleteDeployments deletes the given deployment from all namespaces
func DeleteIngresses ¶
func DeleteIngresses(kubeclient *kubernetes.Clientset, name string, namespaces []string) error
DeleteIngresses deletes the given ingress from all namespaces
func DeleteSecrets ¶
func DeleteSecrets(kubeclient *kubernetes.Clientset, name string, namespaces []string) error
DeleteSecrets deletes the given secret from all namespaces
func GetAllNamespaces ¶
func GetAllNamespaces(kubeclient *kubernetes.Clientset) ([]string, error)
GetAllNamespaces deletes the given secret from all namespaces
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.