Package io.fabric8.openshift.client.dsl
Interface OpenShiftQuotaAPIGroupDSL
-
- All Superinterfaces:
AutoCloseable,Client,Closeable,ConfigAware
- All Known Implementing Classes:
OpenShiftQuotaAPIGroupClient
public interface OpenShiftQuotaAPIGroupDSL extends Client
-
-
Method Summary
All Methods Instance Methods Abstract 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 interface io.fabric8.kubernetes.client.Client
adapt, close, getApiVersion, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Methods inherited from interface io.fabric8.kubernetes.client.ConfigAware
getConfiguration
-
-
-
-
Method Detail
-
appliedClusterResourceQuotas
MixedOperation<io.fabric8.openshift.api.model.AppliedClusterResourceQuota,io.fabric8.openshift.api.model.AppliedClusterResourceQuotaList,Resource<io.fabric8.openshift.api.model.AppliedClusterResourceQuota>> appliedClusterResourceQuotas()
-
clusterResourceQuotas
MixedOperation<io.fabric8.openshift.api.model.ClusterResourceQuota,io.fabric8.openshift.api.model.ClusterResourceQuotaList,Resource<io.fabric8.openshift.api.model.ClusterResourceQuota>> clusterResourceQuotas()
-
-