Package io.fabric8.openshift.client
Class DefaultOpenShiftClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.extension.ClientAdapter<io.fabric8.kubernetes.client.NamespacedKubernetesClientAdapter<N>>
-
- io.fabric8.kubernetes.client.NamespacedKubernetesClientAdapter<NamespacedOpenShiftClient>
-
- io.fabric8.openshift.client.NamespacedOpenShiftClientAdapter
-
- io.fabric8.openshift.client.DefaultOpenShiftClient
-
- All Implemented Interfaces:
io.fabric8.kubernetes.client.Client,io.fabric8.kubernetes.client.KubernetesClient,io.fabric8.kubernetes.client.NamespacedKubernetesClient,NamespacedOpenShiftClient,OpenShiftClient,Closeable,AutoCloseable
@Deprecated public class DefaultOpenShiftClient extends NamespacedOpenShiftClientAdapter
Deprecated.direct usage should no longer be needed. Please use theKubernetesClientBuilderinstead.Class for Default Openshift Client implementing KubernetesClient interface. It is thread safe.
-
-
Field Summary
Fields Modifier and Type Field Description static StringOPENSHIFT_VERSION_ENDPOINTDeprecated.-
Fields inherited from interface io.fabric8.openshift.client.OpenShiftClient
BASE_API_GROUP
-
-
Constructor Summary
Constructors Constructor Description DefaultOpenShiftClient()Deprecated.DefaultOpenShiftClient(io.fabric8.kubernetes.client.Config config)Deprecated.DefaultOpenShiftClient(io.fabric8.kubernetes.client.http.HttpClient httpClient, OpenShiftConfig config)Deprecated.DefaultOpenShiftClient(OpenShiftConfig config)Deprecated.DefaultOpenShiftClient(String masterUrl)Deprecated.
-
Method Summary
-
Methods inherited from class io.fabric8.openshift.client.NamespacedOpenShiftClientAdapter
apiRequestCounts, bareMetalHosts, brokerTemplateInstances, buildConfigs, builds, clusterRoleBindings, clusterRoles, componentstatuses, config, console, credentialsRequests, currentUser, deploymentConfigs, egressRouters, getOpenshiftUrl, getOpenShiftV3Version, getOpenShiftV4Version, groups, helmChartRepositories, hive, identities, imageRegistryOperatorConfigs, images, imageSignatures, imageStreamImages, imageStreamImports, imageStreamMappings, imageStreams, imageStreamTags, imageTags, inAnyNamespace, inNamespace, kubeStorageVersionMigrator, localResourceAccessReviews, localSubjectAccessReviews, machine, machineConfigurations, metal3Remediations, metal3RemediationTemplates, monitoring, networkAttachmentDefinitions, newInstance, oAuthAccessTokens, oAuthAuthorizeTokens, oAuthClientAuthorizations, oAuthClients, openShiftAutoscaling, operator, operatorHub, operatorPKIs, podSecurityPolicyReviews, podSecurityPolicySelfSubjectReviews, podSecurityPolicySubjectReviews, projectHelmChartRepositories, projectrequests, projects, quotas, rangeAllocations, resourceAccessReviews, roleBindingRestrictions, roleBindings, roles, routes, securityContextConstraints, selfSubjectRulesReviews, subjectAccessReviews, subjectRulesReviews, supportsOpenShiftAPIGroup, templateInstances, templates, tuned, userIdentityMappings, userOAuthAccessTokens, users, whereabouts, withRequestConfig
-
Methods inherited from class io.fabric8.kubernetes.client.NamespacedKubernetesClientAdapter
admissionRegistration, apiextensions, apiServices, apps, authentication, authorization, autoscaling, batch, bindings, certificates, certificateSigningRequests, configMaps, discovery, dynamicResourceAllocation, endpoints, events, extensions, flowControl, genericKubernetesResources, genericKubernetesResources, getClient, getKubernetesSerialization, getKubernetesVersion, getVersion, informers, leaderElector, leases, limitRanges, load, namespaces, network, newClient, nodes, persistentVolumeClaims, persistentVolumes, pods, policy, raw, rbac, replicationControllers, resource, resource, resource, resourceList, resourceList, resourceList, resourceList, resourceQuotas, resources, resources, run, runtimeClasses, scheduling, secrets, serviceAccounts, services, storage, tokenReviews, top, v1, visitResources
-
Methods inherited from class io.fabric8.kubernetes.client.extension.ClientAdapter
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, init, resources, rootPaths, supports, supports, supportsApiPath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, newClient, raw, raw, resources, resources, rootPaths, supports, supports, supportsApiPath
-
Methods inherited from interface io.fabric8.kubernetes.client.KubernetesClient
admissionRegistration, apiextensions, apiServices, authentication, authorization, bindings, certificates, certificateSigningRequests, configMaps, discovery, dynamicResourceAllocation, endpoints, events, flowControl, genericKubernetesResources, genericKubernetesResources, getKubernetesSerialization, getKubernetesVersion, informers, leaderElector, leases, limitRanges, load, namespaces, nodes, persistentVolumeClaims, persistentVolumes, pods, policy, replicationControllers, resource, resource, resource, resourceList, resourceList, resourceList, resourceList, resourceQuotas, resources, run, runtimeClasses, secrets, serviceAccounts, services, tokenReviews, top, v1, visitResources
-
Methods inherited from interface io.fabric8.openshift.client.OpenShiftClient
apps, autoscaling, batch, extensions, getVersion, network, rbac, scheduling, storage
-
-
-
-
Field Detail
-
OPENSHIFT_VERSION_ENDPOINT
public static final String OPENSHIFT_VERSION_ENDPOINT
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DefaultOpenShiftClient
public DefaultOpenShiftClient()
Deprecated.
-
DefaultOpenShiftClient
public DefaultOpenShiftClient(String masterUrl)
Deprecated.
-
DefaultOpenShiftClient
public DefaultOpenShiftClient(io.fabric8.kubernetes.client.Config config)
Deprecated.
-
DefaultOpenShiftClient
public DefaultOpenShiftClient(OpenShiftConfig config)
Deprecated.
-
DefaultOpenShiftClient
public DefaultOpenShiftClient(io.fabric8.kubernetes.client.http.HttpClient httpClient, OpenShiftConfig config)Deprecated.
-
-