Class ClusterQuota
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.v1.ClusterQuota
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ClusterQuotaBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ClusterQuota extends Object implements io.fabric8.kubernetes.api.builder.Editable<ClusterQuotaBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ClusterQuota contains the size, in cloud quota, of the cluster that was created by installer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterQuota()No args constructor for use in serializationClusterQuota(List<QuotaUsage> gcp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterQuotaBuilderedit()Map<String,Object>getAdditionalProperties()List<QuotaUsage>getGcp()ClusterQuota contains the size, in cloud quota, of the cluster that was created by installer.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetGcp(List<QuotaUsage> gcp)ClusterQuota contains the size, in cloud quota, of the cluster that was created by installer.ClusterQuotaBuildertoBuilder()
-
-
-
Constructor Detail
-
ClusterQuota
public ClusterQuota()
No args constructor for use in serialization
-
ClusterQuota
public ClusterQuota(List<QuotaUsage> gcp)
-
-
Method Detail
-
getGcp
public List<QuotaUsage> getGcp()
ClusterQuota contains the size, in cloud quota, of the cluster that was created by installer.
-
setGcp
public void setGcp(List<QuotaUsage> gcp)
ClusterQuota contains the size, in cloud quota, of the cluster that was created by installer.
-
edit
public ClusterQuotaBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ClusterQuotaBuilder>
-
toBuilder
public ClusterQuotaBuilder toBuilder()
-
-