Uses of Interface
io.fabric8.kubernetes.client.NamespacedKubernetesClient
-
Packages that use NamespacedKubernetesClient Package Description io.fabric8.kubernetes.client -
-
Uses of NamespacedKubernetesClient in io.fabric8.kubernetes.client
Classes in io.fabric8.kubernetes.client with type parameters of type NamespacedKubernetesClient Modifier and Type Class Description class
NamespacedKubernetesClientAdapter<N extends NamespacedKubernetesClient>
Classes in io.fabric8.kubernetes.client that implement NamespacedKubernetesClient Modifier and Type Class Description class
DefaultKubernetesClient
Deprecated.direct usage should no longer be needed.class
NamespacedKubernetesClientAdapter<N extends NamespacedKubernetesClient>
Methods in io.fabric8.kubernetes.client that return NamespacedKubernetesClient Modifier and Type Method Description NamespacedKubernetesClient
NamespacedKubernetesClient. inAnyNamespace()
NamespacedKubernetesClient
NamespacedKubernetesClient. inNamespace(String namespace)
Methods in io.fabric8.kubernetes.client that return types with arguments of type NamespacedKubernetesClient Modifier and Type Method Description FunctionCallable<? extends NamespacedKubernetesClient>
NamespacedKubernetesClient. withRequestConfig(RequestConfig requestConfig)
FunctionCallable<? extends NamespacedKubernetesClient>
NamespacedKubernetesClientAdapter. withRequestConfig(RequestConfig requestConfig)
-