Versions in this module Expand all Collapse all v1 v1.0.1 Apr 18, 2026 v1.0.0 Apr 18, 2026 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = GroupVersion + func RegisterDefaults(scheme *runtime.Scheme) error + func Resource(resource string) schema.GroupResource + type ClusterQuota struct + Spec ClusterQuotaSpec + Status ClusterQuotaStatus + func (in *ClusterQuota) DeepCopy() *ClusterQuota + func (in *ClusterQuota) DeepCopyInto(out *ClusterQuota) + func (in *ClusterQuota) DeepCopyObject() runtime.Object + func (in ClusterQuota) OpenAPIModelName() string + type ClusterQuotaList struct + Items []ClusterQuota + func (in *ClusterQuotaList) DeepCopy() *ClusterQuotaList + func (in *ClusterQuotaList) DeepCopyInto(out *ClusterQuotaList) + func (in *ClusterQuotaList) DeepCopyObject() runtime.Object + func (in ClusterQuotaList) OpenAPIModelName() string + type ClusterQuotaSpec struct + Project string + Quota corev1.ResourceQuotaSpec + Team string + User string + func (in *ClusterQuotaSpec) DeepCopy() *ClusterQuotaSpec + func (in *ClusterQuotaSpec) DeepCopyInto(out *ClusterQuotaSpec) + func (in ClusterQuotaSpec) OpenAPIModelName() string + type ClusterQuotaStatus struct + Namespaces ClusterQuotasStatusByNamespace + Total corev1.ResourceQuotaStatus + func (in *ClusterQuotaStatus) DeepCopy() *ClusterQuotaStatus + func (in *ClusterQuotaStatus) DeepCopyInto(out *ClusterQuotaStatus) + func (in ClusterQuotaStatus) OpenAPIModelName() string + type ClusterQuotaStatusByNamespace struct + Namespace string + Status corev1.ResourceQuotaStatus + func (in *ClusterQuotaStatusByNamespace) DeepCopy() *ClusterQuotaStatusByNamespace + func (in *ClusterQuotaStatusByNamespace) DeepCopyInto(out *ClusterQuotaStatusByNamespace) + func (in ClusterQuotaStatusByNamespace) OpenAPIModelName() string + type ClusterQuotasStatusByNamespace []ClusterQuotaStatusByNamespace + func (in ClusterQuotasStatusByNamespace) DeepCopy() ClusterQuotasStatusByNamespace + func (in ClusterQuotasStatusByNamespace) DeepCopyInto(out *ClusterQuotasStatusByNamespace) + type Condition struct + LastTransitionTime metav1.Time + Message string + Reason string + Severity ConditionSeverity + Status corev1.ConditionStatus + Type ConditionType + func (in *Condition) DeepCopy() *Condition + func (in *Condition) DeepCopyInto(out *Condition) + func (in Condition) OpenAPIModelName() string + type ConditionSeverity string + const ConditionSeverityError + const ConditionSeverityInfo + const ConditionSeverityNone + const ConditionSeverityWarning + type ConditionType string + const ReadyCondition + type Conditions []Condition + func (in Conditions) DeepCopy() Conditions + func (in Conditions) DeepCopyInto(out *Conditions)