Class ManagedOpenShiftClient

  • All Implemented Interfaces:
    io.fabric8.kubernetes.client.Client, io.fabric8.kubernetes.client.KubernetesClient, io.fabric8.kubernetes.client.NamespacedKubernetesClient, io.fabric8.openshift.client.NamespacedOpenShiftClient, io.fabric8.openshift.client.OpenShiftClient, Closeable, AutoCloseable

    public class ManagedOpenShiftClient
    extends io.fabric8.openshift.client.NamespacedOpenShiftClientAdapter
    • Field Summary

      • Fields inherited from interface io.fabric8.openshift.client.OpenShiftClient

        BASE_API_GROUP
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void activate​(Map<String,​Object> properties)  
      void deactivate()  
      • 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 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
    • Constructor Detail

      • ManagedOpenShiftClient

        public ManagedOpenShiftClient()
    • Method Detail

      • deactivate

        public void deactivate()