Package io.fabric8.openshift.client
Class OpenShiftQuotaAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.BaseClient
-
- io.fabric8.openshift.client.OpenShiftQuotaAPIGroupClient
-
- All Implemented Interfaces:
Client,ConfigAware,HttpClientAware,OpenShiftQuotaAPIGroupDSL,Closeable,AutoCloseable
public class OpenShiftQuotaAPIGroupClient extends BaseClient implements OpenShiftQuotaAPIGroupDSL
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.client.BaseClient
httpClient
-
-
Constructor Summary
Constructors Constructor Description OpenShiftQuotaAPIGroupClient()OpenShiftQuotaAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MixedOperation<io.fabric8.openshift.api.model.AppliedClusterResourceQuota,io.fabric8.openshift.api.model.AppliedClusterResourceQuotaList,Resource<io.fabric8.openshift.api.model.AppliedClusterResourceQuota>>appliedClusterResourceQuotas()MixedOperation<io.fabric8.openshift.api.model.ClusterResourceQuota,io.fabric8.openshift.api.model.ClusterResourceQuotaList,Resource<io.fabric8.openshift.api.model.ClusterResourceQuota>>clusterResourceQuotas()-
Methods inherited from class io.fabric8.kubernetes.client.BaseClient
adapt, close, getApiVersion, getConfiguration, getHttpClient, getMasterUrl, getNamespace, isAdaptable, rootPaths, 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, getApiVersion, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Methods inherited from interface io.fabric8.kubernetes.client.ConfigAware
getConfiguration
-
-
-
-
Constructor Detail
-
OpenShiftQuotaAPIGroupClient
public OpenShiftQuotaAPIGroupClient()
-
OpenShiftQuotaAPIGroupClient
public OpenShiftQuotaAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
-
Method Detail
-
appliedClusterResourceQuotas
public MixedOperation<io.fabric8.openshift.api.model.AppliedClusterResourceQuota,io.fabric8.openshift.api.model.AppliedClusterResourceQuotaList,Resource<io.fabric8.openshift.api.model.AppliedClusterResourceQuota>> appliedClusterResourceQuotas()
- Specified by:
appliedClusterResourceQuotasin interfaceOpenShiftQuotaAPIGroupDSL
-
clusterResourceQuotas
public MixedOperation<io.fabric8.openshift.api.model.ClusterResourceQuota,io.fabric8.openshift.api.model.ClusterResourceQuotaList,Resource<io.fabric8.openshift.api.model.ClusterResourceQuota>> clusterResourceQuotas()
- Specified by:
clusterResourceQuotasin interfaceOpenShiftQuotaAPIGroupDSL
-
-