Documentation ¶
Index ¶
- Constants
- func CreateNamespacesInParallel(kube kubernetes.Interface, namespaces ...string) error
- func DeleteNamespacesInParallel(kube kubernetes.Interface, namespaces ...string)
- func DeleteNamespacesInParallelBlocking(kube kubernetes.Interface, namespaces ...string) error
- func GetConfig(masterURL, kubeconfigPath string) (*rest.Config, error)
- func GetKubeConfig(masterURL, kubeconfigPath string) (*clientcmdapi.Config, error)
- func LogFailureState(failureErr error)
- func SanitizeName(name string) string
- func SanitizeNameV2(name string) string
- func WaitForCrdActive(apiexts apiexts.Interface, crdName string) error
Constants ¶
View Source
const (
TERMINATION_LOG = "/dev/termination-log"
)
Variables ¶
This section is empty.
Functions ¶
func CreateNamespacesInParallel ¶
func CreateNamespacesInParallel(kube kubernetes.Interface, namespaces ...string) error
func DeleteNamespacesInParallel ¶
func DeleteNamespacesInParallel(kube kubernetes.Interface, namespaces ...string)
func DeleteNamespacesInParallelBlocking ¶
func DeleteNamespacesInParallelBlocking(kube kubernetes.Interface, namespaces ...string) error
func GetKubeConfig ¶
func GetKubeConfig(masterURL, kubeconfigPath string) (*clientcmdapi.Config, error)
GetConfig gets the kubernetes client config
func LogFailureState ¶
func LogFailureState(failureErr error)
func SanitizeNameV2 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.