Package io.fabric8.openshift.client
Interface NamespacedOpenShiftClient
-
- All Superinterfaces:
AnyNamespaceable<NamespacedOpenShiftClient>,AutoCloseable,Client,Closeable,ConfigAware,GenericKubernetesClient<NamespacedOpenShiftClient>,KubernetesClient,Namespaceable<NamespacedOpenShiftClient>,OpenShiftClient,RequestConfigurable<NamespacedOpenShiftClient>
- All Known Implementing Classes:
DefaultOpenShiftClient,ManagedOpenShiftClient
public interface NamespacedOpenShiftClient extends OpenShiftClient, GenericKubernetesClient<NamespacedOpenShiftClient>
-
-
Method Summary
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.AnyNamespaceable
inAnyNamespace
-
Methods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiVersion, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Methods inherited from interface io.fabric8.kubernetes.client.ConfigAware
getConfiguration
-
Methods inherited from interface io.fabric8.kubernetes.client.KubernetesClient
admissionRegistration, apiextensions, apiServices, authorization, bindings, certificates, certificateSigningRequests, componentstatuses, configMaps, customResource, customResources, customResources, customResources, discovery, endpoints, informers, informers, leaderElector, leases, limitRanges, lists, load, namespaces, nodes, persistentVolumeClaims, persistentVolumes, pods, policy, replicationControllers, resource, resource, resourceList, resourceList, resourceList, resourceList, resourceQuotas, run, runtimeClasses, secrets, serviceAccounts, services, tokenReviews, top, v1
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.Namespaceable
inNamespace
-
Methods inherited from interface io.fabric8.openshift.client.OpenShiftClient
apps, autoscaling, batch, buildConfigs, builds, clusterNetworks, clusterRoleBindings, config, console, currentUser, deploymentConfigs, egressNetworkPolicies, extensions, getOpenshiftUrl, getVersion, groups, images, imageStreams, imageStreamTags, imageTags, localSubjectAccessReviews, monitoring, netNamespaces, network, oAuthAccessTokens, oAuthAuthorizeTokens, oAuthClients, operator, operatorHub, projectrequests, projects, quotas, rangeAllocations, rbac, roleBindings, roles, routes, scheduling, securityContextConstraints, storage, subjectAccessReviews, supportsOpenShiftAPIGroup, templates, users, withRequestConfig
-
Methods inherited from interface io.fabric8.kubernetes.client.dsl.RequestConfigurable
withRequestConfig
-
-