Class ClusterResourceQuotaSpec

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class ClusterResourceQuotaSpec
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    ClusterResourceQuotaSpec defines the desired quota restrictions
    • Constructor Detail

      • ClusterResourceQuotaSpec

        public ClusterResourceQuotaSpec​(@NonNull
                                        @NonNull com.marcnuri.yakc.model.io.k8s.api.core.v1.ResourceQuotaSpec quota,
                                        @NonNull
                                        @NonNull ClusterResourceQuotaSelector selector)
      • ClusterResourceQuotaSpec

        public ClusterResourceQuotaSpec()
    • Method Detail

      • getQuota

        @NonNull
        public @NonNull com.marcnuri.yakc.model.io.k8s.api.core.v1.ResourceQuotaSpec getQuota()
      • setQuota

        public void setQuota​(@NonNull
                             @NonNull com.marcnuri.yakc.model.io.k8s.api.core.v1.ResourceQuotaSpec quota)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object