mirror of
https://github.com/kubernetes/client-go.git
synced 2026-06-29 13:35:26 +00:00
Compare commits
34 Commits
kubernetes
...
kubernetes
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51aa845579 | ||
|
|
5439ef7b0c | ||
|
|
879be6242f | ||
|
|
2f016580ef | ||
|
|
76df3ebd2e | ||
|
|
6c24674413 | ||
|
|
660181394a | ||
|
|
7d9d3036fb | ||
|
|
286cc8368b | ||
|
|
735f105e54 | ||
|
|
2cfeed63b2 | ||
|
|
783cf83ee3 | ||
|
|
6980728f27 | ||
|
|
0746d1b732 | ||
|
|
cb8249f035 | ||
|
|
cec6959636 | ||
|
|
e5813734c1 | ||
|
|
b254476a92 | ||
|
|
059a564a92 | ||
|
|
599cc9f395 | ||
|
|
5e8db78e04 | ||
|
|
c2ce9a8b31 | ||
|
|
267615c1eb | ||
|
|
3d73750dfc | ||
|
|
71776a84bd | ||
|
|
d9cda8802e | ||
|
|
fc748aa158 | ||
|
|
bc19363821 | ||
|
|
40f8130723 | ||
|
|
9582881101 | ||
|
|
11885e75d4 | ||
|
|
00429ab356 | ||
|
|
d56ed5816f | ||
|
|
03728c1ebe |
@@ -30,7 +30,6 @@ type AuditAnnotationApplyConfiguration struct {
|
||||
func AuditAnnotation() *AuditAnnotationApplyConfiguration {
|
||||
return &AuditAnnotationApplyConfiguration{}
|
||||
}
|
||||
func (b AuditAnnotationApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithKey sets the Key field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -30,7 +30,6 @@ type ExpressionWarningApplyConfiguration struct {
|
||||
func ExpressionWarning() *ExpressionWarningApplyConfiguration {
|
||||
return &ExpressionWarningApplyConfiguration{}
|
||||
}
|
||||
func (b ExpressionWarningApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithFieldRef sets the FieldRef field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -30,7 +30,6 @@ type MatchConditionApplyConfiguration struct {
|
||||
func MatchCondition() *MatchConditionApplyConfiguration {
|
||||
return &MatchConditionApplyConfiguration{}
|
||||
}
|
||||
func (b MatchConditionApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithName sets the Name field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -38,7 +38,6 @@ type MatchResourcesApplyConfiguration struct {
|
||||
func MatchResources() *MatchResourcesApplyConfiguration {
|
||||
return &MatchResourcesApplyConfiguration{}
|
||||
}
|
||||
func (b MatchResourcesApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithNamespaceSelector sets the NamespaceSelector field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -45,7 +45,6 @@ type MutatingWebhookApplyConfiguration struct {
|
||||
func MutatingWebhook() *MutatingWebhookApplyConfiguration {
|
||||
return &MutatingWebhookApplyConfiguration{}
|
||||
}
|
||||
func (b MutatingWebhookApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithName sets the Name field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -34,7 +34,6 @@ type NamedRuleWithOperationsApplyConfiguration struct {
|
||||
func NamedRuleWithOperations() *NamedRuleWithOperationsApplyConfiguration {
|
||||
return &NamedRuleWithOperationsApplyConfiguration{}
|
||||
}
|
||||
func (b NamedRuleWithOperationsApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithResourceNames adds the given value to the ResourceNames field in the declarative configuration
|
||||
// and returns the receiver, so that objects can be build by chaining "With" function invocations.
|
||||
|
||||
@@ -30,7 +30,6 @@ type ParamKindApplyConfiguration struct {
|
||||
func ParamKind() *ParamKindApplyConfiguration {
|
||||
return &ParamKindApplyConfiguration{}
|
||||
}
|
||||
func (b ParamKindApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithAPIVersion sets the APIVersion field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -37,7 +37,6 @@ type ParamRefApplyConfiguration struct {
|
||||
func ParamRef() *ParamRefApplyConfiguration {
|
||||
return &ParamRefApplyConfiguration{}
|
||||
}
|
||||
func (b ParamRefApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithName sets the Name field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -36,7 +36,6 @@ type RuleApplyConfiguration struct {
|
||||
func Rule() *RuleApplyConfiguration {
|
||||
return &RuleApplyConfiguration{}
|
||||
}
|
||||
func (b RuleApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithAPIGroups adds the given value to the APIGroups field in the declarative configuration
|
||||
// and returns the receiver, so that objects can be build by chaining "With" function invocations.
|
||||
|
||||
@@ -34,7 +34,6 @@ type RuleWithOperationsApplyConfiguration struct {
|
||||
func RuleWithOperations() *RuleWithOperationsApplyConfiguration {
|
||||
return &RuleWithOperationsApplyConfiguration{}
|
||||
}
|
||||
func (b RuleWithOperationsApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithOperations adds the given value to the Operations field in the declarative configuration
|
||||
// and returns the receiver, so that objects can be build by chaining "With" function invocations.
|
||||
|
||||
@@ -32,7 +32,6 @@ type ServiceReferenceApplyConfiguration struct {
|
||||
func ServiceReference() *ServiceReferenceApplyConfiguration {
|
||||
return &ServiceReferenceApplyConfiguration{}
|
||||
}
|
||||
func (b ServiceReferenceApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithNamespace sets the Namespace field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -29,7 +29,6 @@ type TypeCheckingApplyConfiguration struct {
|
||||
func TypeChecking() *TypeCheckingApplyConfiguration {
|
||||
return &TypeCheckingApplyConfiguration{}
|
||||
}
|
||||
func (b TypeCheckingApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithExpressionWarnings adds the given value to the ExpressionWarnings field in the declarative configuration
|
||||
// and returns the receiver, so that objects can be build by chaining "With" function invocations.
|
||||
|
||||
@@ -36,7 +36,6 @@ type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct {
|
||||
func ValidatingAdmissionPolicyBindingSpec() *ValidatingAdmissionPolicyBindingSpecApplyConfiguration {
|
||||
return &ValidatingAdmissionPolicyBindingSpecApplyConfiguration{}
|
||||
}
|
||||
func (b ValidatingAdmissionPolicyBindingSpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithPolicyName sets the PolicyName field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -39,7 +39,6 @@ type ValidatingAdmissionPolicySpecApplyConfiguration struct {
|
||||
func ValidatingAdmissionPolicySpec() *ValidatingAdmissionPolicySpecApplyConfiguration {
|
||||
return &ValidatingAdmissionPolicySpecApplyConfiguration{}
|
||||
}
|
||||
func (b ValidatingAdmissionPolicySpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithParamKind sets the ParamKind field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -35,7 +35,6 @@ type ValidatingAdmissionPolicyStatusApplyConfiguration struct {
|
||||
func ValidatingAdmissionPolicyStatus() *ValidatingAdmissionPolicyStatusApplyConfiguration {
|
||||
return &ValidatingAdmissionPolicyStatusApplyConfiguration{}
|
||||
}
|
||||
func (b ValidatingAdmissionPolicyStatusApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -44,7 +44,6 @@ type ValidatingWebhookApplyConfiguration struct {
|
||||
func ValidatingWebhook() *ValidatingWebhookApplyConfiguration {
|
||||
return &ValidatingWebhookApplyConfiguration{}
|
||||
}
|
||||
func (b ValidatingWebhookApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithName sets the Name field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -36,7 +36,6 @@ type ValidationApplyConfiguration struct {
|
||||
func Validation() *ValidationApplyConfiguration {
|
||||
return &ValidationApplyConfiguration{}
|
||||
}
|
||||
func (b ValidationApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithExpression sets the Expression field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -30,7 +30,6 @@ type VariableApplyConfiguration struct {
|
||||
func Variable() *VariableApplyConfiguration {
|
||||
return &VariableApplyConfiguration{}
|
||||
}
|
||||
func (b VariableApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithName sets the Name field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -31,7 +31,6 @@ type WebhookClientConfigApplyConfiguration struct {
|
||||
func WebhookClientConfig() *WebhookClientConfigApplyConfiguration {
|
||||
return &WebhookClientConfigApplyConfiguration{}
|
||||
}
|
||||
func (b WebhookClientConfigApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithURL sets the URL field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -29,7 +29,6 @@ type ApplyConfigurationApplyConfiguration struct {
|
||||
func ApplyConfiguration() *ApplyConfigurationApplyConfiguration {
|
||||
return &ApplyConfigurationApplyConfiguration{}
|
||||
}
|
||||
func (b ApplyConfigurationApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithExpression sets the Expression field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -30,7 +30,6 @@ type AuditAnnotationApplyConfiguration struct {
|
||||
func AuditAnnotation() *AuditAnnotationApplyConfiguration {
|
||||
return &AuditAnnotationApplyConfiguration{}
|
||||
}
|
||||
func (b AuditAnnotationApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithKey sets the Key field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -30,7 +30,6 @@ type ExpressionWarningApplyConfiguration struct {
|
||||
func ExpressionWarning() *ExpressionWarningApplyConfiguration {
|
||||
return &ExpressionWarningApplyConfiguration{}
|
||||
}
|
||||
func (b ExpressionWarningApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithFieldRef sets the FieldRef field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -29,7 +29,6 @@ type JSONPatchApplyConfiguration struct {
|
||||
func JSONPatch() *JSONPatchApplyConfiguration {
|
||||
return &JSONPatchApplyConfiguration{}
|
||||
}
|
||||
func (b JSONPatchApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithExpression sets the Expression field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -30,7 +30,6 @@ type MatchConditionApplyConfiguration struct {
|
||||
func MatchCondition() *MatchConditionApplyConfiguration {
|
||||
return &MatchConditionApplyConfiguration{}
|
||||
}
|
||||
func (b MatchConditionApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithName sets the Name field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -38,7 +38,6 @@ type MatchResourcesApplyConfiguration struct {
|
||||
func MatchResources() *MatchResourcesApplyConfiguration {
|
||||
return &MatchResourcesApplyConfiguration{}
|
||||
}
|
||||
func (b MatchResourcesApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithNamespaceSelector sets the NamespaceSelector field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -31,7 +31,6 @@ type MutatingAdmissionPolicyBindingSpecApplyConfiguration struct {
|
||||
func MutatingAdmissionPolicyBindingSpec() *MutatingAdmissionPolicyBindingSpecApplyConfiguration {
|
||||
return &MutatingAdmissionPolicyBindingSpecApplyConfiguration{}
|
||||
}
|
||||
func (b MutatingAdmissionPolicyBindingSpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithPolicyName sets the PolicyName field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -40,7 +40,6 @@ type MutatingAdmissionPolicySpecApplyConfiguration struct {
|
||||
func MutatingAdmissionPolicySpec() *MutatingAdmissionPolicySpecApplyConfiguration {
|
||||
return &MutatingAdmissionPolicySpecApplyConfiguration{}
|
||||
}
|
||||
func (b MutatingAdmissionPolicySpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithParamKind sets the ParamKind field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -35,7 +35,6 @@ type MutationApplyConfiguration struct {
|
||||
func Mutation() *MutationApplyConfiguration {
|
||||
return &MutationApplyConfiguration{}
|
||||
}
|
||||
func (b MutationApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithPatchType sets the PatchType field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -35,7 +35,6 @@ type NamedRuleWithOperationsApplyConfiguration struct {
|
||||
func NamedRuleWithOperations() *NamedRuleWithOperationsApplyConfiguration {
|
||||
return &NamedRuleWithOperationsApplyConfiguration{}
|
||||
}
|
||||
func (b NamedRuleWithOperationsApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithResourceNames adds the given value to the ResourceNames field in the declarative configuration
|
||||
// and returns the receiver, so that objects can be build by chaining "With" function invocations.
|
||||
|
||||
@@ -30,7 +30,6 @@ type ParamKindApplyConfiguration struct {
|
||||
func ParamKind() *ParamKindApplyConfiguration {
|
||||
return &ParamKindApplyConfiguration{}
|
||||
}
|
||||
func (b ParamKindApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithAPIVersion sets the APIVersion field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -37,7 +37,6 @@ type ParamRefApplyConfiguration struct {
|
||||
func ParamRef() *ParamRefApplyConfiguration {
|
||||
return &ParamRefApplyConfiguration{}
|
||||
}
|
||||
func (b ParamRefApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithName sets the Name field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -29,7 +29,6 @@ type TypeCheckingApplyConfiguration struct {
|
||||
func TypeChecking() *TypeCheckingApplyConfiguration {
|
||||
return &TypeCheckingApplyConfiguration{}
|
||||
}
|
||||
func (b TypeCheckingApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithExpressionWarnings adds the given value to the ExpressionWarnings field in the declarative configuration
|
||||
// and returns the receiver, so that objects can be build by chaining "With" function invocations.
|
||||
|
||||
@@ -36,7 +36,6 @@ type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct {
|
||||
func ValidatingAdmissionPolicyBindingSpec() *ValidatingAdmissionPolicyBindingSpecApplyConfiguration {
|
||||
return &ValidatingAdmissionPolicyBindingSpecApplyConfiguration{}
|
||||
}
|
||||
func (b ValidatingAdmissionPolicyBindingSpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithPolicyName sets the PolicyName field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -39,7 +39,6 @@ type ValidatingAdmissionPolicySpecApplyConfiguration struct {
|
||||
func ValidatingAdmissionPolicySpec() *ValidatingAdmissionPolicySpecApplyConfiguration {
|
||||
return &ValidatingAdmissionPolicySpecApplyConfiguration{}
|
||||
}
|
||||
func (b ValidatingAdmissionPolicySpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithParamKind sets the ParamKind field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -35,7 +35,6 @@ type ValidatingAdmissionPolicyStatusApplyConfiguration struct {
|
||||
func ValidatingAdmissionPolicyStatus() *ValidatingAdmissionPolicyStatusApplyConfiguration {
|
||||
return &ValidatingAdmissionPolicyStatusApplyConfiguration{}
|
||||
}
|
||||
func (b ValidatingAdmissionPolicyStatusApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -36,7 +36,6 @@ type ValidationApplyConfiguration struct {
|
||||
func Validation() *ValidationApplyConfiguration {
|
||||
return &ValidationApplyConfiguration{}
|
||||
}
|
||||
func (b ValidationApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithExpression sets the Expression field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -30,7 +30,6 @@ type VariableApplyConfiguration struct {
|
||||
func Variable() *VariableApplyConfiguration {
|
||||
return &VariableApplyConfiguration{}
|
||||
}
|
||||
func (b VariableApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithName sets the Name field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -30,7 +30,6 @@ type AuditAnnotationApplyConfiguration struct {
|
||||
func AuditAnnotation() *AuditAnnotationApplyConfiguration {
|
||||
return &AuditAnnotationApplyConfiguration{}
|
||||
}
|
||||
func (b AuditAnnotationApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithKey sets the Key field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -30,7 +30,6 @@ type ExpressionWarningApplyConfiguration struct {
|
||||
func ExpressionWarning() *ExpressionWarningApplyConfiguration {
|
||||
return &ExpressionWarningApplyConfiguration{}
|
||||
}
|
||||
func (b ExpressionWarningApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithFieldRef sets the FieldRef field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -30,7 +30,6 @@ type MatchConditionApplyConfiguration struct {
|
||||
func MatchCondition() *MatchConditionApplyConfiguration {
|
||||
return &MatchConditionApplyConfiguration{}
|
||||
}
|
||||
func (b MatchConditionApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithName sets the Name field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -38,7 +38,6 @@ type MatchResourcesApplyConfiguration struct {
|
||||
func MatchResources() *MatchResourcesApplyConfiguration {
|
||||
return &MatchResourcesApplyConfiguration{}
|
||||
}
|
||||
func (b MatchResourcesApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithNamespaceSelector sets the NamespaceSelector field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -46,7 +46,6 @@ type MutatingWebhookApplyConfiguration struct {
|
||||
func MutatingWebhook() *MutatingWebhookApplyConfiguration {
|
||||
return &MutatingWebhookApplyConfiguration{}
|
||||
}
|
||||
func (b MutatingWebhookApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithName sets the Name field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -35,7 +35,6 @@ type NamedRuleWithOperationsApplyConfiguration struct {
|
||||
func NamedRuleWithOperations() *NamedRuleWithOperationsApplyConfiguration {
|
||||
return &NamedRuleWithOperationsApplyConfiguration{}
|
||||
}
|
||||
func (b NamedRuleWithOperationsApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithResourceNames adds the given value to the ResourceNames field in the declarative configuration
|
||||
// and returns the receiver, so that objects can be build by chaining "With" function invocations.
|
||||
|
||||
@@ -30,7 +30,6 @@ type ParamKindApplyConfiguration struct {
|
||||
func ParamKind() *ParamKindApplyConfiguration {
|
||||
return &ParamKindApplyConfiguration{}
|
||||
}
|
||||
func (b ParamKindApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithAPIVersion sets the APIVersion field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -37,7 +37,6 @@ type ParamRefApplyConfiguration struct {
|
||||
func ParamRef() *ParamRefApplyConfiguration {
|
||||
return &ParamRefApplyConfiguration{}
|
||||
}
|
||||
func (b ParamRefApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithName sets the Name field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -32,7 +32,6 @@ type ServiceReferenceApplyConfiguration struct {
|
||||
func ServiceReference() *ServiceReferenceApplyConfiguration {
|
||||
return &ServiceReferenceApplyConfiguration{}
|
||||
}
|
||||
func (b ServiceReferenceApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithNamespace sets the Namespace field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -29,7 +29,6 @@ type TypeCheckingApplyConfiguration struct {
|
||||
func TypeChecking() *TypeCheckingApplyConfiguration {
|
||||
return &TypeCheckingApplyConfiguration{}
|
||||
}
|
||||
func (b TypeCheckingApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithExpressionWarnings adds the given value to the ExpressionWarnings field in the declarative configuration
|
||||
// and returns the receiver, so that objects can be build by chaining "With" function invocations.
|
||||
|
||||
@@ -36,7 +36,6 @@ type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct {
|
||||
func ValidatingAdmissionPolicyBindingSpec() *ValidatingAdmissionPolicyBindingSpecApplyConfiguration {
|
||||
return &ValidatingAdmissionPolicyBindingSpecApplyConfiguration{}
|
||||
}
|
||||
func (b ValidatingAdmissionPolicyBindingSpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithPolicyName sets the PolicyName field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -39,7 +39,6 @@ type ValidatingAdmissionPolicySpecApplyConfiguration struct {
|
||||
func ValidatingAdmissionPolicySpec() *ValidatingAdmissionPolicySpecApplyConfiguration {
|
||||
return &ValidatingAdmissionPolicySpecApplyConfiguration{}
|
||||
}
|
||||
func (b ValidatingAdmissionPolicySpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithParamKind sets the ParamKind field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -35,7 +35,6 @@ type ValidatingAdmissionPolicyStatusApplyConfiguration struct {
|
||||
func ValidatingAdmissionPolicyStatus() *ValidatingAdmissionPolicyStatusApplyConfiguration {
|
||||
return &ValidatingAdmissionPolicyStatusApplyConfiguration{}
|
||||
}
|
||||
func (b ValidatingAdmissionPolicyStatusApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -45,7 +45,6 @@ type ValidatingWebhookApplyConfiguration struct {
|
||||
func ValidatingWebhook() *ValidatingWebhookApplyConfiguration {
|
||||
return &ValidatingWebhookApplyConfiguration{}
|
||||
}
|
||||
func (b ValidatingWebhookApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithName sets the Name field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -36,7 +36,6 @@ type ValidationApplyConfiguration struct {
|
||||
func Validation() *ValidationApplyConfiguration {
|
||||
return &ValidationApplyConfiguration{}
|
||||
}
|
||||
func (b ValidationApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithExpression sets the Expression field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -30,7 +30,6 @@ type VariableApplyConfiguration struct {
|
||||
func Variable() *VariableApplyConfiguration {
|
||||
return &VariableApplyConfiguration{}
|
||||
}
|
||||
func (b VariableApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithName sets the Name field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -31,7 +31,6 @@ type WebhookClientConfigApplyConfiguration struct {
|
||||
func WebhookClientConfig() *WebhookClientConfigApplyConfiguration {
|
||||
return &WebhookClientConfigApplyConfiguration{}
|
||||
}
|
||||
func (b WebhookClientConfigApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithURL sets the URL field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -32,7 +32,6 @@ type ServerStorageVersionApplyConfiguration struct {
|
||||
func ServerStorageVersion() *ServerStorageVersionApplyConfiguration {
|
||||
return &ServerStorageVersionApplyConfiguration{}
|
||||
}
|
||||
func (b ServerStorageVersionApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithAPIServerID sets the APIServerID field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -39,7 +39,6 @@ type StorageVersionConditionApplyConfiguration struct {
|
||||
func StorageVersionCondition() *StorageVersionConditionApplyConfiguration {
|
||||
return &StorageVersionConditionApplyConfiguration{}
|
||||
}
|
||||
func (b StorageVersionConditionApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -31,7 +31,6 @@ type StorageVersionStatusApplyConfiguration struct {
|
||||
func StorageVersionStatus() *StorageVersionStatusApplyConfiguration {
|
||||
return &StorageVersionStatusApplyConfiguration{}
|
||||
}
|
||||
func (b StorageVersionStatusApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithStorageVersions adds the given value to the StorageVersions field in the declarative configuration
|
||||
// and returns the receiver, so that objects can be build by chaining "With" function invocations.
|
||||
|
||||
@@ -39,7 +39,6 @@ type DaemonSetConditionApplyConfiguration struct {
|
||||
func DaemonSetCondition() *DaemonSetConditionApplyConfiguration {
|
||||
return &DaemonSetConditionApplyConfiguration{}
|
||||
}
|
||||
func (b DaemonSetConditionApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -38,7 +38,6 @@ type DaemonSetSpecApplyConfiguration struct {
|
||||
func DaemonSetSpec() *DaemonSetSpecApplyConfiguration {
|
||||
return &DaemonSetSpecApplyConfiguration{}
|
||||
}
|
||||
func (b DaemonSetSpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithSelector sets the Selector field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -38,7 +38,6 @@ type DaemonSetStatusApplyConfiguration struct {
|
||||
func DaemonSetStatus() *DaemonSetStatusApplyConfiguration {
|
||||
return &DaemonSetStatusApplyConfiguration{}
|
||||
}
|
||||
func (b DaemonSetStatusApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithCurrentNumberScheduled sets the CurrentNumberScheduled field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -34,7 +34,6 @@ type DaemonSetUpdateStrategyApplyConfiguration struct {
|
||||
func DaemonSetUpdateStrategy() *DaemonSetUpdateStrategyApplyConfiguration {
|
||||
return &DaemonSetUpdateStrategyApplyConfiguration{}
|
||||
}
|
||||
func (b DaemonSetUpdateStrategyApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -40,7 +40,6 @@ type DeploymentConditionApplyConfiguration struct {
|
||||
func DeploymentCondition() *DeploymentConditionApplyConfiguration {
|
||||
return &DeploymentConditionApplyConfiguration{}
|
||||
}
|
||||
func (b DeploymentConditionApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -41,7 +41,6 @@ type DeploymentSpecApplyConfiguration struct {
|
||||
func DeploymentSpec() *DeploymentSpecApplyConfiguration {
|
||||
return &DeploymentSpecApplyConfiguration{}
|
||||
}
|
||||
func (b DeploymentSpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithReplicas sets the Replicas field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -37,7 +37,6 @@ type DeploymentStatusApplyConfiguration struct {
|
||||
func DeploymentStatus() *DeploymentStatusApplyConfiguration {
|
||||
return &DeploymentStatusApplyConfiguration{}
|
||||
}
|
||||
func (b DeploymentStatusApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -34,7 +34,6 @@ type DeploymentStrategyApplyConfiguration struct {
|
||||
func DeploymentStrategy() *DeploymentStrategyApplyConfiguration {
|
||||
return &DeploymentStrategyApplyConfiguration{}
|
||||
}
|
||||
func (b DeploymentStrategyApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -39,7 +39,6 @@ type ReplicaSetConditionApplyConfiguration struct {
|
||||
func ReplicaSetCondition() *ReplicaSetConditionApplyConfiguration {
|
||||
return &ReplicaSetConditionApplyConfiguration{}
|
||||
}
|
||||
func (b ReplicaSetConditionApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -37,7 +37,6 @@ type ReplicaSetSpecApplyConfiguration struct {
|
||||
func ReplicaSetSpec() *ReplicaSetSpecApplyConfiguration {
|
||||
return &ReplicaSetSpecApplyConfiguration{}
|
||||
}
|
||||
func (b ReplicaSetSpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithReplicas sets the Replicas field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -35,7 +35,6 @@ type ReplicaSetStatusApplyConfiguration struct {
|
||||
func ReplicaSetStatus() *ReplicaSetStatusApplyConfiguration {
|
||||
return &ReplicaSetStatusApplyConfiguration{}
|
||||
}
|
||||
func (b ReplicaSetStatusApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithReplicas sets the Replicas field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -34,7 +34,6 @@ type RollingUpdateDaemonSetApplyConfiguration struct {
|
||||
func RollingUpdateDaemonSet() *RollingUpdateDaemonSetApplyConfiguration {
|
||||
return &RollingUpdateDaemonSetApplyConfiguration{}
|
||||
}
|
||||
func (b RollingUpdateDaemonSetApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithMaxUnavailable sets the MaxUnavailable field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -34,7 +34,6 @@ type RollingUpdateDeploymentApplyConfiguration struct {
|
||||
func RollingUpdateDeployment() *RollingUpdateDeploymentApplyConfiguration {
|
||||
return &RollingUpdateDeploymentApplyConfiguration{}
|
||||
}
|
||||
func (b RollingUpdateDeploymentApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithMaxUnavailable sets the MaxUnavailable field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -34,7 +34,6 @@ type RollingUpdateStatefulSetStrategyApplyConfiguration struct {
|
||||
func RollingUpdateStatefulSetStrategy() *RollingUpdateStatefulSetStrategyApplyConfiguration {
|
||||
return &RollingUpdateStatefulSetStrategyApplyConfiguration{}
|
||||
}
|
||||
func (b RollingUpdateStatefulSetStrategyApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithPartition sets the Partition field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -39,7 +39,6 @@ type StatefulSetConditionApplyConfiguration struct {
|
||||
func StatefulSetCondition() *StatefulSetConditionApplyConfiguration {
|
||||
return &StatefulSetConditionApplyConfiguration{}
|
||||
}
|
||||
func (b StatefulSetConditionApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -29,7 +29,6 @@ type StatefulSetOrdinalsApplyConfiguration struct {
|
||||
func StatefulSetOrdinals() *StatefulSetOrdinalsApplyConfiguration {
|
||||
return &StatefulSetOrdinalsApplyConfiguration{}
|
||||
}
|
||||
func (b StatefulSetOrdinalsApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithStart sets the Start field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -34,7 +34,6 @@ type StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration struct {
|
||||
func StatefulSetPersistentVolumeClaimRetentionPolicy() *StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration {
|
||||
return &StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration{}
|
||||
}
|
||||
func (b StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithWhenDeleted sets the WhenDeleted field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -45,7 +45,6 @@ type StatefulSetSpecApplyConfiguration struct {
|
||||
func StatefulSetSpec() *StatefulSetSpecApplyConfiguration {
|
||||
return &StatefulSetSpecApplyConfiguration{}
|
||||
}
|
||||
func (b StatefulSetSpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithReplicas sets the Replicas field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -38,7 +38,6 @@ type StatefulSetStatusApplyConfiguration struct {
|
||||
func StatefulSetStatus() *StatefulSetStatusApplyConfiguration {
|
||||
return &StatefulSetStatusApplyConfiguration{}
|
||||
}
|
||||
func (b StatefulSetStatusApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -34,7 +34,6 @@ type StatefulSetUpdateStrategyApplyConfiguration struct {
|
||||
func StatefulSetUpdateStrategy() *StatefulSetUpdateStrategyApplyConfiguration {
|
||||
return &StatefulSetUpdateStrategyApplyConfiguration{}
|
||||
}
|
||||
func (b StatefulSetUpdateStrategyApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -40,7 +40,6 @@ type DeploymentConditionApplyConfiguration struct {
|
||||
func DeploymentCondition() *DeploymentConditionApplyConfiguration {
|
||||
return &DeploymentConditionApplyConfiguration{}
|
||||
}
|
||||
func (b DeploymentConditionApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -42,7 +42,6 @@ type DeploymentSpecApplyConfiguration struct {
|
||||
func DeploymentSpec() *DeploymentSpecApplyConfiguration {
|
||||
return &DeploymentSpecApplyConfiguration{}
|
||||
}
|
||||
func (b DeploymentSpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithReplicas sets the Replicas field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -37,7 +37,6 @@ type DeploymentStatusApplyConfiguration struct {
|
||||
func DeploymentStatus() *DeploymentStatusApplyConfiguration {
|
||||
return &DeploymentStatusApplyConfiguration{}
|
||||
}
|
||||
func (b DeploymentStatusApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -34,7 +34,6 @@ type DeploymentStrategyApplyConfiguration struct {
|
||||
func DeploymentStrategy() *DeploymentStrategyApplyConfiguration {
|
||||
return &DeploymentStrategyApplyConfiguration{}
|
||||
}
|
||||
func (b DeploymentStrategyApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -29,7 +29,6 @@ type RollbackConfigApplyConfiguration struct {
|
||||
func RollbackConfig() *RollbackConfigApplyConfiguration {
|
||||
return &RollbackConfigApplyConfiguration{}
|
||||
}
|
||||
func (b RollbackConfigApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithRevision sets the Revision field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -34,7 +34,6 @@ type RollingUpdateDeploymentApplyConfiguration struct {
|
||||
func RollingUpdateDeployment() *RollingUpdateDeploymentApplyConfiguration {
|
||||
return &RollingUpdateDeploymentApplyConfiguration{}
|
||||
}
|
||||
func (b RollingUpdateDeploymentApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithMaxUnavailable sets the MaxUnavailable field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -34,7 +34,6 @@ type RollingUpdateStatefulSetStrategyApplyConfiguration struct {
|
||||
func RollingUpdateStatefulSetStrategy() *RollingUpdateStatefulSetStrategyApplyConfiguration {
|
||||
return &RollingUpdateStatefulSetStrategyApplyConfiguration{}
|
||||
}
|
||||
func (b RollingUpdateStatefulSetStrategyApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithPartition sets the Partition field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -39,7 +39,6 @@ type StatefulSetConditionApplyConfiguration struct {
|
||||
func StatefulSetCondition() *StatefulSetConditionApplyConfiguration {
|
||||
return &StatefulSetConditionApplyConfiguration{}
|
||||
}
|
||||
func (b StatefulSetConditionApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -29,7 +29,6 @@ type StatefulSetOrdinalsApplyConfiguration struct {
|
||||
func StatefulSetOrdinals() *StatefulSetOrdinalsApplyConfiguration {
|
||||
return &StatefulSetOrdinalsApplyConfiguration{}
|
||||
}
|
||||
func (b StatefulSetOrdinalsApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithStart sets the Start field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -34,7 +34,6 @@ type StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration struct {
|
||||
func StatefulSetPersistentVolumeClaimRetentionPolicy() *StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration {
|
||||
return &StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration{}
|
||||
}
|
||||
func (b StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithWhenDeleted sets the WhenDeleted field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -45,7 +45,6 @@ type StatefulSetSpecApplyConfiguration struct {
|
||||
func StatefulSetSpec() *StatefulSetSpecApplyConfiguration {
|
||||
return &StatefulSetSpecApplyConfiguration{}
|
||||
}
|
||||
func (b StatefulSetSpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithReplicas sets the Replicas field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -38,7 +38,6 @@ type StatefulSetStatusApplyConfiguration struct {
|
||||
func StatefulSetStatus() *StatefulSetStatusApplyConfiguration {
|
||||
return &StatefulSetStatusApplyConfiguration{}
|
||||
}
|
||||
func (b StatefulSetStatusApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -34,7 +34,6 @@ type StatefulSetUpdateStrategyApplyConfiguration struct {
|
||||
func StatefulSetUpdateStrategy() *StatefulSetUpdateStrategyApplyConfiguration {
|
||||
return &StatefulSetUpdateStrategyApplyConfiguration{}
|
||||
}
|
||||
func (b StatefulSetUpdateStrategyApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -39,7 +39,6 @@ type DaemonSetConditionApplyConfiguration struct {
|
||||
func DaemonSetCondition() *DaemonSetConditionApplyConfiguration {
|
||||
return &DaemonSetConditionApplyConfiguration{}
|
||||
}
|
||||
func (b DaemonSetConditionApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -38,7 +38,6 @@ type DaemonSetSpecApplyConfiguration struct {
|
||||
func DaemonSetSpec() *DaemonSetSpecApplyConfiguration {
|
||||
return &DaemonSetSpecApplyConfiguration{}
|
||||
}
|
||||
func (b DaemonSetSpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithSelector sets the Selector field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -38,7 +38,6 @@ type DaemonSetStatusApplyConfiguration struct {
|
||||
func DaemonSetStatus() *DaemonSetStatusApplyConfiguration {
|
||||
return &DaemonSetStatusApplyConfiguration{}
|
||||
}
|
||||
func (b DaemonSetStatusApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithCurrentNumberScheduled sets the CurrentNumberScheduled field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -34,7 +34,6 @@ type DaemonSetUpdateStrategyApplyConfiguration struct {
|
||||
func DaemonSetUpdateStrategy() *DaemonSetUpdateStrategyApplyConfiguration {
|
||||
return &DaemonSetUpdateStrategyApplyConfiguration{}
|
||||
}
|
||||
func (b DaemonSetUpdateStrategyApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -40,7 +40,6 @@ type DeploymentConditionApplyConfiguration struct {
|
||||
func DeploymentCondition() *DeploymentConditionApplyConfiguration {
|
||||
return &DeploymentConditionApplyConfiguration{}
|
||||
}
|
||||
func (b DeploymentConditionApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -41,7 +41,6 @@ type DeploymentSpecApplyConfiguration struct {
|
||||
func DeploymentSpec() *DeploymentSpecApplyConfiguration {
|
||||
return &DeploymentSpecApplyConfiguration{}
|
||||
}
|
||||
func (b DeploymentSpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithReplicas sets the Replicas field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -37,7 +37,6 @@ type DeploymentStatusApplyConfiguration struct {
|
||||
func DeploymentStatus() *DeploymentStatusApplyConfiguration {
|
||||
return &DeploymentStatusApplyConfiguration{}
|
||||
}
|
||||
func (b DeploymentStatusApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -34,7 +34,6 @@ type DeploymentStrategyApplyConfiguration struct {
|
||||
func DeploymentStrategy() *DeploymentStrategyApplyConfiguration {
|
||||
return &DeploymentStrategyApplyConfiguration{}
|
||||
}
|
||||
func (b DeploymentStrategyApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -39,7 +39,6 @@ type ReplicaSetConditionApplyConfiguration struct {
|
||||
func ReplicaSetCondition() *ReplicaSetConditionApplyConfiguration {
|
||||
return &ReplicaSetConditionApplyConfiguration{}
|
||||
}
|
||||
func (b ReplicaSetConditionApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithType sets the Type field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
@@ -37,7 +37,6 @@ type ReplicaSetSpecApplyConfiguration struct {
|
||||
func ReplicaSetSpec() *ReplicaSetSpecApplyConfiguration {
|
||||
return &ReplicaSetSpecApplyConfiguration{}
|
||||
}
|
||||
func (b ReplicaSetSpecApplyConfiguration) IsApplyConfiguration() {}
|
||||
|
||||
// WithReplicas sets the Replicas field in the declarative configuration to the given value
|
||||
// and returns the receiver, so that objects can be built by chaining "With" function invocations.
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user