Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Interface ¶
type Interface interface {
Namespaces() client.Interface[*corev1.Namespace, *corev1.NamespaceList]
ConfigMaps(namespace string) client.Interface[*corev1.ConfigMap, *corev1.ConfigMapList]
Secrets(namespace string) client.Interface[*corev1.Secret, *corev1.SecretList]
Pods(namespace string) client.Interface[*corev1.Pod, *corev1.PodList]
Services(namespace string) client.Interface[*corev1.Service, *corev1.ServiceList]
Endpoints(namespace string) client.Interface[*corev1.Endpoints, *corev1.EndpointsList]
}
Click to show internal directories.
Click to hide internal directories.