Package io.fabric8.openshift.api.model
Class ClusterResourceQuotaStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.ClusterResourceQuotaStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ClusterResourceQuotaStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ClusterResourceQuotaStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<ClusterResourceQuotaStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ClusterResourceQuotaStatus defines the actual enforced quota and its current usage- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterResourceQuotaStatus()No args constructor for use in serializationClusterResourceQuotaStatus(List<ResourceQuotaStatusByNamespace> namespaces, io.fabric8.kubernetes.api.model.ResourceQuotaStatus total)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterResourceQuotaStatusBuilderedit()Map<String,Object>getAdditionalProperties()List<ResourceQuotaStatusByNamespace>getNamespaces()namespaces slices the usage by project.io.fabric8.kubernetes.api.model.ResourceQuotaStatusgetTotal()ClusterResourceQuotaStatus defines the actual enforced quota and its current usagevoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetNamespaces(List<ResourceQuotaStatusByNamespace> namespaces)namespaces slices the usage by project.voidsetTotal(io.fabric8.kubernetes.api.model.ResourceQuotaStatus total)ClusterResourceQuotaStatus defines the actual enforced quota and its current usageClusterResourceQuotaStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
ClusterResourceQuotaStatus
public ClusterResourceQuotaStatus()
No args constructor for use in serialization
-
ClusterResourceQuotaStatus
public ClusterResourceQuotaStatus(List<ResourceQuotaStatusByNamespace> namespaces, io.fabric8.kubernetes.api.model.ResourceQuotaStatus total)
-
-
Method Detail
-
getNamespaces
public List<ResourceQuotaStatusByNamespace> getNamespaces()
namespaces slices the usage by project. This division allows for quick resolution of deletion reconciliation inside of a single project without requiring a recalculation across all projects. This can be used to pull the deltas for a given project.
-
setNamespaces
public void setNamespaces(List<ResourceQuotaStatusByNamespace> namespaces)
namespaces slices the usage by project. This division allows for quick resolution of deletion reconciliation inside of a single project without requiring a recalculation across all projects. This can be used to pull the deltas for a given project.
-
getTotal
public io.fabric8.kubernetes.api.model.ResourceQuotaStatus getTotal()
ClusterResourceQuotaStatus defines the actual enforced quota and its current usage
-
setTotal
public void setTotal(io.fabric8.kubernetes.api.model.ResourceQuotaStatus total)
ClusterResourceQuotaStatus defines the actual enforced quota and its current usage
-
edit
public ClusterResourceQuotaStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ClusterResourceQuotaStatusBuilder>
-
toBuilder
public ClusterResourceQuotaStatusBuilder toBuilder()
-
-