Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppsV1 ¶
type AppsV1 interface { appsv1.AppsV1Interface }
type ConfigMaps ¶
type ConfigMaps interface { corev1.ConfigMapInterface }
type CoreV1 ¶
type CoreV1 interface { corev1.CoreV1Interface }
type Deployments ¶
type Deployments interface { appsv1.DeploymentInterface }
type KubeClient ¶
type KubeClient interface { kubernetes.Interface }
type Pods ¶
type Pods interface { corev1.PodInterface }
type Secrets ¶
type Secrets interface { corev1.SecretInterface }
type Services ¶
type Services interface { corev1.ServiceInterface }
type StatefulSets ¶
type StatefulSets interface { appsv1.StatefulSetInterface }
Click to show internal directories.
Click to hide internal directories.