Class 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 Detail

      • ClusterQuota

        public ClusterQuota()
        No args constructor for use in serialization
    • 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)