Documentation ¶
Index ¶
- func GetNodeIP(kubeClient clientset.Interface, name string) string
- func IsValidConfigMap(kubeClient clientset.Interface, fullName string) (*api.ConfigMap, error)
- func IsValidNamespace(kubeClient clientset.Interface, name string) (*api.Namespace, error)
- func IsValidSecret(kubeClient clientset.Interface, name string) (*api.Secret, error)
- func IsValidService(kubeClient clientset.Interface, name string) (*api.Service, error)
- func ParseNameNS(input string) (string, string, error)
- type PodInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsValidConfigMap ¶
IsValidConfigMap check if exists a configmap with the specified name
func IsValidNamespace ¶
IsValidNamespace chck if exists a namespace with the specified name
func IsValidSecret ¶
IsValidSecret checks if exists a secret with the specified name
func IsValidService ¶
IsValidService checks if exists a service with the specified name
Types ¶
Click to show internal directories.
Click to hide internal directories.