Uses of Interface
io.fabric8.kubernetes.client.Client
-
Packages that use Client Package Description io.fabric8.kubernetes.client io.fabric8.kubernetes.client.dsl io.fabric8.kubernetes.client.extension -
-
Uses of Client in io.fabric8.kubernetes.client
Classes in io.fabric8.kubernetes.client with type parameters of type Client Modifier and Type Class Description classWithRequestCallable<C extends Client>Subinterfaces of Client in io.fabric8.kubernetes.client Modifier and Type Interface Description interfaceAdmissionRegistrationAPIGroupDSLinterfaceKubernetesClientMain interface for Kubernetes client library.interfaceNamespacedKubernetesClientinterfaceV1AdmissionRegistrationAPIGroupDSLinterfaceV1Alpha2DynamicResourceAllocationAPIGroupDSLinterfaceV1ApiextensionAPIGroupDSLinterfaceV1AuthenticationAPIGroupDSLinterfaceV1AuthorizationAPIGroupDSLinterfaceV1AutoscalingAPIGroupDSLinterfaceV1beta1AdmissionRegistrationAPIGroupDSLinterfaceV1beta1ApiextensionAPIGroupDSLinterfaceV1beta1AuthorizationAPIGroupDSLinterfaceV1beta1NetworkAPIGroupDSLinterfaceV1NetworkAPIGroupDSLinterfaceV2AutoscalingAPIGroupDSLinterfaceV2beta1AutoscalingAPIGroupDSLinterfaceV2beta2AutoscalingAPIGroupDSLClasses in io.fabric8.kubernetes.client that implement Client Modifier and Type Class Description classDefaultKubernetesClientDeprecated.direct usage should no longer be needed.classNamespacedKubernetesClientAdapter<N extends NamespacedKubernetesClient>Methods in io.fabric8.kubernetes.client with type parameters of type Client Modifier and Type Method Description <C extends Client>
CClient. adapt(Class<C> type)Adapt the client to another type.Methods in io.fabric8.kubernetes.client that return Client Modifier and Type Method Description ClientClient. newClient(RequestConfig requestConfig)Creates a new client based upon the current except with a differentRequestConfig.ClientNamespacedKubernetesClientAdapter. newClient(RequestConfig requestConfig) -
Uses of Client in io.fabric8.kubernetes.client.dsl
Classes in io.fabric8.kubernetes.client.dsl with type parameters of type Client Modifier and Type Interface Description interfaceRequestConfigurable<C extends Client> -
Uses of Client in io.fabric8.kubernetes.client.extension
Classes in io.fabric8.kubernetes.client.extension with type parameters of type Client Modifier and Type Interface Description interfaceExtensionAdapter<C extends Client>An Adapter that can be used to adapt an instance of theClient.Classes in io.fabric8.kubernetes.client.extension that implement Client Modifier and Type Class Description classClientAdapter<C extends ClientAdapter<C>>To be used as the base class for creating extension clientsclassExtensionRootClientAdapter<C extends ClientAdapter<C>>A specializedClientAdapterthat has constructors for fully creating the client.Fields in io.fabric8.kubernetes.client.extension declared as Client Modifier and Type Field Description protected ClientExtensibleResourceAdapter. clientMethods in io.fabric8.kubernetes.client.extension with type parameters of type Client Modifier and Type Method Description <A extends Client>
AClientAdapter. adapt(Class<A> type)<C extends Client>
CExtensibleResource. inWriteContext(Class<C> clazz)Should be used to obtain a client in the same write context as the given resource - dryRun, DeletionPropagation, etc.<C extends Client>
CExtensibleResourceAdapter. inWriteContext(Class<C> clazz)<T extends Client,C extends ClientAdapter<C>>
voidExtensionAdapter.ClientFactory. register(Class<T> type, ClientAdapter<C> target)Methods in io.fabric8.kubernetes.client.extension that return Client Modifier and Type Method Description ClientClientAdapter. getClient()ClientClientAdapter. newClient(RequestConfig requestConfig)Methods in io.fabric8.kubernetes.client.extension with parameters of type Client Modifier and Type Method Description CExtensionAdapter. adapt(Client client)Adapt the client to another type.voidClientAdapter. init(Client client)ExtensibleResourceAdapter<T>ExtensibleResourceAdapter. init(ExtensibleResource<T> resource, Client client)protected abstract CExtensionRootClientAdapter. newInstance(Client client)Extension root adapters new instances should be created without creating a new clientConstructors in io.fabric8.kubernetes.client.extension with parameters of type Client Constructor Description ExtensionRootClientAdapter(Client client)
-