Versions in this module Expand all Collapse all v0 v0.1.1 Apr 11, 2023 v0.1.0 Mar 27, 2023 Changes in this version + type ResourceQuotaApplyConfiguration struct + Spec *ResourceQuotaSpecApplyConfiguration + Status *ResourceQuotaStatusApplyConfiguration + func ExtractResourceQuota(resourceQuota *corev1alpha1.ResourceQuota, fieldManager string) (*ResourceQuotaApplyConfiguration, error) + func ExtractResourceQuotaStatus(resourceQuota *corev1alpha1.ResourceQuota, fieldManager string) (*ResourceQuotaApplyConfiguration, error) + func ResourceQuota(name, namespace string) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithAPIVersion(value string) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithAnnotations(entries map[string]string) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithCreationTimestamp(value metav1.Time) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithFinalizers(values ...string) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithGenerateName(value string) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithGeneration(value int64) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithKind(value string) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithLabels(entries map[string]string) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithName(value string) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithNamespace(value string) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithResourceVersion(value string) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithSpec(value *ResourceQuotaSpecApplyConfiguration) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithStatus(value *ResourceQuotaStatusApplyConfiguration) *ResourceQuotaApplyConfiguration + func (b *ResourceQuotaApplyConfiguration) WithUID(value types.UID) *ResourceQuotaApplyConfiguration + type ResourceQuotaSpecApplyConfiguration struct + Hard *v1alpha1.ResourceList + ScopeSelector *ResourceScopeSelectorApplyConfiguration + func ResourceQuotaSpec() *ResourceQuotaSpecApplyConfiguration + func (b *ResourceQuotaSpecApplyConfiguration) WithHard(value v1alpha1.ResourceList) *ResourceQuotaSpecApplyConfiguration + func (b *ResourceQuotaSpecApplyConfiguration) WithScopeSelector(value *ResourceScopeSelectorApplyConfiguration) *ResourceQuotaSpecApplyConfiguration + type ResourceQuotaStatusApplyConfiguration struct + Hard *v1alpha1.ResourceList + Used *v1alpha1.ResourceList + func ResourceQuotaStatus() *ResourceQuotaStatusApplyConfiguration + func (b *ResourceQuotaStatusApplyConfiguration) WithHard(value v1alpha1.ResourceList) *ResourceQuotaStatusApplyConfiguration + func (b *ResourceQuotaStatusApplyConfiguration) WithUsed(value v1alpha1.ResourceList) *ResourceQuotaStatusApplyConfiguration + type ResourceScopeSelectorApplyConfiguration struct + MatchExpressions []ResourceScopeSelectorRequirementApplyConfiguration + func ResourceScopeSelector() *ResourceScopeSelectorApplyConfiguration + func (b *ResourceScopeSelectorApplyConfiguration) WithMatchExpressions(values ...*ResourceScopeSelectorRequirementApplyConfiguration) *ResourceScopeSelectorApplyConfiguration + type ResourceScopeSelectorRequirementApplyConfiguration struct + Operator *v1alpha1.ResourceScopeSelectorOperator + ScopeName *v1alpha1.ResourceScope + Values []string + func ResourceScopeSelectorRequirement() *ResourceScopeSelectorRequirementApplyConfiguration + func (b *ResourceScopeSelectorRequirementApplyConfiguration) WithOperator(value v1alpha1.ResourceScopeSelectorOperator) *ResourceScopeSelectorRequirementApplyConfiguration + func (b *ResourceScopeSelectorRequirementApplyConfiguration) WithScopeName(value v1alpha1.ResourceScope) *ResourceScopeSelectorRequirementApplyConfiguration + func (b *ResourceScopeSelectorRequirementApplyConfiguration) WithValues(values ...string) *ResourceScopeSelectorRequirementApplyConfiguration