Run codegen

Signed-off-by: Stephen Kitt <skitt@redhat.com>

Kubernetes-commit: c982ce1891eacd1bff135e9010df4fc17e3dbb23
This commit is contained in:
Stephen Kitt 2024-05-27 11:00:27 +02:00 committed by Kubernetes Publisher
parent 233a06528f
commit 6a88f2da38
745 changed files with 1490 additions and 1490 deletions

View File

@ -18,14 +18,14 @@ limitations under the License.
package v1 package v1
// AuditAnnotationApplyConfiguration represents an declarative configuration of the AuditAnnotation type for use // AuditAnnotationApplyConfiguration represents a declarative configuration of the AuditAnnotation type for use
// with apply. // with apply.
type AuditAnnotationApplyConfiguration struct { type AuditAnnotationApplyConfiguration struct {
Key *string `json:"key,omitempty"` Key *string `json:"key,omitempty"`
ValueExpression *string `json:"valueExpression,omitempty"` ValueExpression *string `json:"valueExpression,omitempty"`
} }
// AuditAnnotationApplyConfiguration constructs an declarative configuration of the AuditAnnotation type for use with // AuditAnnotationApplyConfiguration constructs a declarative configuration of the AuditAnnotation type for use with
// apply. // apply.
func AuditAnnotation() *AuditAnnotationApplyConfiguration { func AuditAnnotation() *AuditAnnotationApplyConfiguration {
return &AuditAnnotationApplyConfiguration{} return &AuditAnnotationApplyConfiguration{}

View File

@ -18,14 +18,14 @@ limitations under the License.
package v1 package v1
// ExpressionWarningApplyConfiguration represents an declarative configuration of the ExpressionWarning type for use // ExpressionWarningApplyConfiguration represents a declarative configuration of the ExpressionWarning type for use
// with apply. // with apply.
type ExpressionWarningApplyConfiguration struct { type ExpressionWarningApplyConfiguration struct {
FieldRef *string `json:"fieldRef,omitempty"` FieldRef *string `json:"fieldRef,omitempty"`
Warning *string `json:"warning,omitempty"` Warning *string `json:"warning,omitempty"`
} }
// ExpressionWarningApplyConfiguration constructs an declarative configuration of the ExpressionWarning type for use with // ExpressionWarningApplyConfiguration constructs a declarative configuration of the ExpressionWarning type for use with
// apply. // apply.
func ExpressionWarning() *ExpressionWarningApplyConfiguration { func ExpressionWarning() *ExpressionWarningApplyConfiguration {
return &ExpressionWarningApplyConfiguration{} return &ExpressionWarningApplyConfiguration{}

View File

@ -18,14 +18,14 @@ limitations under the License.
package v1 package v1
// MatchConditionApplyConfiguration represents an declarative configuration of the MatchCondition type for use // MatchConditionApplyConfiguration represents a declarative configuration of the MatchCondition type for use
// with apply. // with apply.
type MatchConditionApplyConfiguration struct { type MatchConditionApplyConfiguration struct {
Name *string `json:"name,omitempty"` Name *string `json:"name,omitempty"`
Expression *string `json:"expression,omitempty"` Expression *string `json:"expression,omitempty"`
} }
// MatchConditionApplyConfiguration constructs an declarative configuration of the MatchCondition type for use with // MatchConditionApplyConfiguration constructs a declarative configuration of the MatchCondition type for use with
// apply. // apply.
func MatchCondition() *MatchConditionApplyConfiguration { func MatchCondition() *MatchConditionApplyConfiguration {
return &MatchConditionApplyConfiguration{} return &MatchConditionApplyConfiguration{}

View File

@ -23,7 +23,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// MatchResourcesApplyConfiguration represents an declarative configuration of the MatchResources type for use // MatchResourcesApplyConfiguration represents a declarative configuration of the MatchResources type for use
// with apply. // with apply.
type MatchResourcesApplyConfiguration struct { type MatchResourcesApplyConfiguration struct {
NamespaceSelector *v1.LabelSelectorApplyConfiguration `json:"namespaceSelector,omitempty"` NamespaceSelector *v1.LabelSelectorApplyConfiguration `json:"namespaceSelector,omitempty"`
@ -33,7 +33,7 @@ type MatchResourcesApplyConfiguration struct {
MatchPolicy *apiadmissionregistrationv1.MatchPolicyType `json:"matchPolicy,omitempty"` MatchPolicy *apiadmissionregistrationv1.MatchPolicyType `json:"matchPolicy,omitempty"`
} }
// MatchResourcesApplyConfiguration constructs an declarative configuration of the MatchResources type for use with // MatchResourcesApplyConfiguration constructs a declarative configuration of the MatchResources type for use with
// apply. // apply.
func MatchResources() *MatchResourcesApplyConfiguration { func MatchResources() *MatchResourcesApplyConfiguration {
return &MatchResourcesApplyConfiguration{} return &MatchResourcesApplyConfiguration{}

View File

@ -23,7 +23,7 @@ import (
metav1 "k8s.io/client-go/applyconfigurations/meta/v1" metav1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// MutatingWebhookApplyConfiguration represents an declarative configuration of the MutatingWebhook type for use // MutatingWebhookApplyConfiguration represents a declarative configuration of the MutatingWebhook type for use
// with apply. // with apply.
type MutatingWebhookApplyConfiguration struct { type MutatingWebhookApplyConfiguration struct {
Name *string `json:"name,omitempty"` Name *string `json:"name,omitempty"`
@ -40,7 +40,7 @@ type MutatingWebhookApplyConfiguration struct {
MatchConditions []MatchConditionApplyConfiguration `json:"matchConditions,omitempty"` MatchConditions []MatchConditionApplyConfiguration `json:"matchConditions,omitempty"`
} }
// MutatingWebhookApplyConfiguration constructs an declarative configuration of the MutatingWebhook type for use with // MutatingWebhookApplyConfiguration constructs a declarative configuration of the MutatingWebhook type for use with
// apply. // apply.
func MutatingWebhook() *MutatingWebhookApplyConfiguration { func MutatingWebhook() *MutatingWebhookApplyConfiguration {
return &MutatingWebhookApplyConfiguration{} return &MutatingWebhookApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// MutatingWebhookConfigurationApplyConfiguration represents an declarative configuration of the MutatingWebhookConfiguration type for use // MutatingWebhookConfigurationApplyConfiguration represents a declarative configuration of the MutatingWebhookConfiguration type for use
// with apply. // with apply.
type MutatingWebhookConfigurationApplyConfiguration struct { type MutatingWebhookConfigurationApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -35,7 +35,7 @@ type MutatingWebhookConfigurationApplyConfiguration struct {
Webhooks []MutatingWebhookApplyConfiguration `json:"webhooks,omitempty"` Webhooks []MutatingWebhookApplyConfiguration `json:"webhooks,omitempty"`
} }
// MutatingWebhookConfiguration constructs an declarative configuration of the MutatingWebhookConfiguration type for use with // MutatingWebhookConfiguration constructs a declarative configuration of the MutatingWebhookConfiguration type for use with
// apply. // apply.
func MutatingWebhookConfiguration(name string) *MutatingWebhookConfigurationApplyConfiguration { func MutatingWebhookConfiguration(name string) *MutatingWebhookConfigurationApplyConfiguration {
b := &MutatingWebhookConfigurationApplyConfiguration{} b := &MutatingWebhookConfigurationApplyConfiguration{}

View File

@ -22,14 +22,14 @@ import (
admissionregistrationv1 "k8s.io/api/admissionregistration/v1" admissionregistrationv1 "k8s.io/api/admissionregistration/v1"
) )
// NamedRuleWithOperationsApplyConfiguration represents an declarative configuration of the NamedRuleWithOperations type for use // NamedRuleWithOperationsApplyConfiguration represents a declarative configuration of the NamedRuleWithOperations type for use
// with apply. // with apply.
type NamedRuleWithOperationsApplyConfiguration struct { type NamedRuleWithOperationsApplyConfiguration struct {
ResourceNames []string `json:"resourceNames,omitempty"` ResourceNames []string `json:"resourceNames,omitempty"`
RuleWithOperationsApplyConfiguration `json:",inline"` RuleWithOperationsApplyConfiguration `json:",inline"`
} }
// NamedRuleWithOperationsApplyConfiguration constructs an declarative configuration of the NamedRuleWithOperations type for use with // NamedRuleWithOperationsApplyConfiguration constructs a declarative configuration of the NamedRuleWithOperations type for use with
// apply. // apply.
func NamedRuleWithOperations() *NamedRuleWithOperationsApplyConfiguration { func NamedRuleWithOperations() *NamedRuleWithOperationsApplyConfiguration {
return &NamedRuleWithOperationsApplyConfiguration{} return &NamedRuleWithOperationsApplyConfiguration{}

View File

@ -18,14 +18,14 @@ limitations under the License.
package v1 package v1
// ParamKindApplyConfiguration represents an declarative configuration of the ParamKind type for use // ParamKindApplyConfiguration represents a declarative configuration of the ParamKind type for use
// with apply. // with apply.
type ParamKindApplyConfiguration struct { type ParamKindApplyConfiguration struct {
APIVersion *string `json:"apiVersion,omitempty"` APIVersion *string `json:"apiVersion,omitempty"`
Kind *string `json:"kind,omitempty"` Kind *string `json:"kind,omitempty"`
} }
// ParamKindApplyConfiguration constructs an declarative configuration of the ParamKind type for use with // ParamKindApplyConfiguration constructs a declarative configuration of the ParamKind type for use with
// apply. // apply.
func ParamKind() *ParamKindApplyConfiguration { func ParamKind() *ParamKindApplyConfiguration {
return &ParamKindApplyConfiguration{} return &ParamKindApplyConfiguration{}

View File

@ -23,7 +23,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ParamRefApplyConfiguration represents an declarative configuration of the ParamRef type for use // ParamRefApplyConfiguration represents a declarative configuration of the ParamRef type for use
// with apply. // with apply.
type ParamRefApplyConfiguration struct { type ParamRefApplyConfiguration struct {
Name *string `json:"name,omitempty"` Name *string `json:"name,omitempty"`
@ -32,7 +32,7 @@ type ParamRefApplyConfiguration struct {
ParameterNotFoundAction *admissionregistrationv1.ParameterNotFoundActionType `json:"parameterNotFoundAction,omitempty"` ParameterNotFoundAction *admissionregistrationv1.ParameterNotFoundActionType `json:"parameterNotFoundAction,omitempty"`
} }
// ParamRefApplyConfiguration constructs an declarative configuration of the ParamRef type for use with // ParamRefApplyConfiguration constructs a declarative configuration of the ParamRef type for use with
// apply. // apply.
func ParamRef() *ParamRefApplyConfiguration { func ParamRef() *ParamRefApplyConfiguration {
return &ParamRefApplyConfiguration{} return &ParamRefApplyConfiguration{}

View File

@ -22,7 +22,7 @@ import (
v1 "k8s.io/api/admissionregistration/v1" v1 "k8s.io/api/admissionregistration/v1"
) )
// RuleApplyConfiguration represents an declarative configuration of the Rule type for use // RuleApplyConfiguration represents a declarative configuration of the Rule type for use
// with apply. // with apply.
type RuleApplyConfiguration struct { type RuleApplyConfiguration struct {
APIGroups []string `json:"apiGroups,omitempty"` APIGroups []string `json:"apiGroups,omitempty"`
@ -31,7 +31,7 @@ type RuleApplyConfiguration struct {
Scope *v1.ScopeType `json:"scope,omitempty"` Scope *v1.ScopeType `json:"scope,omitempty"`
} }
// RuleApplyConfiguration constructs an declarative configuration of the Rule type for use with // RuleApplyConfiguration constructs a declarative configuration of the Rule type for use with
// apply. // apply.
func Rule() *RuleApplyConfiguration { func Rule() *RuleApplyConfiguration {
return &RuleApplyConfiguration{} return &RuleApplyConfiguration{}

View File

@ -22,14 +22,14 @@ import (
v1 "k8s.io/api/admissionregistration/v1" v1 "k8s.io/api/admissionregistration/v1"
) )
// RuleWithOperationsApplyConfiguration represents an declarative configuration of the RuleWithOperations type for use // RuleWithOperationsApplyConfiguration represents a declarative configuration of the RuleWithOperations type for use
// with apply. // with apply.
type RuleWithOperationsApplyConfiguration struct { type RuleWithOperationsApplyConfiguration struct {
Operations []v1.OperationType `json:"operations,omitempty"` Operations []v1.OperationType `json:"operations,omitempty"`
RuleApplyConfiguration `json:",inline"` RuleApplyConfiguration `json:",inline"`
} }
// RuleWithOperationsApplyConfiguration constructs an declarative configuration of the RuleWithOperations type for use with // RuleWithOperationsApplyConfiguration constructs a declarative configuration of the RuleWithOperations type for use with
// apply. // apply.
func RuleWithOperations() *RuleWithOperationsApplyConfiguration { func RuleWithOperations() *RuleWithOperationsApplyConfiguration {
return &RuleWithOperationsApplyConfiguration{} return &RuleWithOperationsApplyConfiguration{}

View File

@ -18,7 +18,7 @@ limitations under the License.
package v1 package v1
// ServiceReferenceApplyConfiguration represents an declarative configuration of the ServiceReference type for use // ServiceReferenceApplyConfiguration represents a declarative configuration of the ServiceReference type for use
// with apply. // with apply.
type ServiceReferenceApplyConfiguration struct { type ServiceReferenceApplyConfiguration struct {
Namespace *string `json:"namespace,omitempty"` Namespace *string `json:"namespace,omitempty"`
@ -27,7 +27,7 @@ type ServiceReferenceApplyConfiguration struct {
Port *int32 `json:"port,omitempty"` Port *int32 `json:"port,omitempty"`
} }
// ServiceReferenceApplyConfiguration constructs an declarative configuration of the ServiceReference type for use with // ServiceReferenceApplyConfiguration constructs a declarative configuration of the ServiceReference type for use with
// apply. // apply.
func ServiceReference() *ServiceReferenceApplyConfiguration { func ServiceReference() *ServiceReferenceApplyConfiguration {
return &ServiceReferenceApplyConfiguration{} return &ServiceReferenceApplyConfiguration{}

View File

@ -18,13 +18,13 @@ limitations under the License.
package v1 package v1
// TypeCheckingApplyConfiguration represents an declarative configuration of the TypeChecking type for use // TypeCheckingApplyConfiguration represents a declarative configuration of the TypeChecking type for use
// with apply. // with apply.
type TypeCheckingApplyConfiguration struct { type TypeCheckingApplyConfiguration struct {
ExpressionWarnings []ExpressionWarningApplyConfiguration `json:"expressionWarnings,omitempty"` ExpressionWarnings []ExpressionWarningApplyConfiguration `json:"expressionWarnings,omitempty"`
} }
// TypeCheckingApplyConfiguration constructs an declarative configuration of the TypeChecking type for use with // TypeCheckingApplyConfiguration constructs a declarative configuration of the TypeChecking type for use with
// apply. // apply.
func TypeChecking() *TypeCheckingApplyConfiguration { func TypeChecking() *TypeCheckingApplyConfiguration {
return &TypeCheckingApplyConfiguration{} return &TypeCheckingApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ValidatingAdmissionPolicyApplyConfiguration represents an declarative configuration of the ValidatingAdmissionPolicy type for use // ValidatingAdmissionPolicyApplyConfiguration represents a declarative configuration of the ValidatingAdmissionPolicy type for use
// with apply. // with apply.
type ValidatingAdmissionPolicyApplyConfiguration struct { type ValidatingAdmissionPolicyApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -36,7 +36,7 @@ type ValidatingAdmissionPolicyApplyConfiguration struct {
Status *ValidatingAdmissionPolicyStatusApplyConfiguration `json:"status,omitempty"` Status *ValidatingAdmissionPolicyStatusApplyConfiguration `json:"status,omitempty"`
} }
// ValidatingAdmissionPolicy constructs an declarative configuration of the ValidatingAdmissionPolicy type for use with // ValidatingAdmissionPolicy constructs a declarative configuration of the ValidatingAdmissionPolicy type for use with
// apply. // apply.
func ValidatingAdmissionPolicy(name string) *ValidatingAdmissionPolicyApplyConfiguration { func ValidatingAdmissionPolicy(name string) *ValidatingAdmissionPolicyApplyConfiguration {
b := &ValidatingAdmissionPolicyApplyConfiguration{} b := &ValidatingAdmissionPolicyApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ValidatingAdmissionPolicyBindingApplyConfiguration represents an declarative configuration of the ValidatingAdmissionPolicyBinding type for use // ValidatingAdmissionPolicyBindingApplyConfiguration represents a declarative configuration of the ValidatingAdmissionPolicyBinding type for use
// with apply. // with apply.
type ValidatingAdmissionPolicyBindingApplyConfiguration struct { type ValidatingAdmissionPolicyBindingApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -35,7 +35,7 @@ type ValidatingAdmissionPolicyBindingApplyConfiguration struct {
Spec *ValidatingAdmissionPolicyBindingSpecApplyConfiguration `json:"spec,omitempty"` Spec *ValidatingAdmissionPolicyBindingSpecApplyConfiguration `json:"spec,omitempty"`
} }
// ValidatingAdmissionPolicyBinding constructs an declarative configuration of the ValidatingAdmissionPolicyBinding type for use with // ValidatingAdmissionPolicyBinding constructs a declarative configuration of the ValidatingAdmissionPolicyBinding type for use with
// apply. // apply.
func ValidatingAdmissionPolicyBinding(name string) *ValidatingAdmissionPolicyBindingApplyConfiguration { func ValidatingAdmissionPolicyBinding(name string) *ValidatingAdmissionPolicyBindingApplyConfiguration {
b := &ValidatingAdmissionPolicyBindingApplyConfiguration{} b := &ValidatingAdmissionPolicyBindingApplyConfiguration{}

View File

@ -22,7 +22,7 @@ import (
admissionregistrationv1 "k8s.io/api/admissionregistration/v1" admissionregistrationv1 "k8s.io/api/admissionregistration/v1"
) )
// ValidatingAdmissionPolicyBindingSpecApplyConfiguration represents an declarative configuration of the ValidatingAdmissionPolicyBindingSpec type for use // ValidatingAdmissionPolicyBindingSpecApplyConfiguration represents a declarative configuration of the ValidatingAdmissionPolicyBindingSpec type for use
// with apply. // with apply.
type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct { type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct {
PolicyName *string `json:"policyName,omitempty"` PolicyName *string `json:"policyName,omitempty"`
@ -31,7 +31,7 @@ type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct {
ValidationActions []admissionregistrationv1.ValidationAction `json:"validationActions,omitempty"` ValidationActions []admissionregistrationv1.ValidationAction `json:"validationActions,omitempty"`
} }
// ValidatingAdmissionPolicyBindingSpecApplyConfiguration constructs an declarative configuration of the ValidatingAdmissionPolicyBindingSpec type for use with // ValidatingAdmissionPolicyBindingSpecApplyConfiguration constructs a declarative configuration of the ValidatingAdmissionPolicyBindingSpec type for use with
// apply. // apply.
func ValidatingAdmissionPolicyBindingSpec() *ValidatingAdmissionPolicyBindingSpecApplyConfiguration { func ValidatingAdmissionPolicyBindingSpec() *ValidatingAdmissionPolicyBindingSpecApplyConfiguration {
return &ValidatingAdmissionPolicyBindingSpecApplyConfiguration{} return &ValidatingAdmissionPolicyBindingSpecApplyConfiguration{}

View File

@ -22,7 +22,7 @@ import (
admissionregistrationv1 "k8s.io/api/admissionregistration/v1" admissionregistrationv1 "k8s.io/api/admissionregistration/v1"
) )
// ValidatingAdmissionPolicySpecApplyConfiguration represents an declarative configuration of the ValidatingAdmissionPolicySpec type for use // ValidatingAdmissionPolicySpecApplyConfiguration represents a declarative configuration of the ValidatingAdmissionPolicySpec type for use
// with apply. // with apply.
type ValidatingAdmissionPolicySpecApplyConfiguration struct { type ValidatingAdmissionPolicySpecApplyConfiguration struct {
ParamKind *ParamKindApplyConfiguration `json:"paramKind,omitempty"` ParamKind *ParamKindApplyConfiguration `json:"paramKind,omitempty"`
@ -34,7 +34,7 @@ type ValidatingAdmissionPolicySpecApplyConfiguration struct {
Variables []VariableApplyConfiguration `json:"variables,omitempty"` Variables []VariableApplyConfiguration `json:"variables,omitempty"`
} }
// ValidatingAdmissionPolicySpecApplyConfiguration constructs an declarative configuration of the ValidatingAdmissionPolicySpec type for use with // ValidatingAdmissionPolicySpecApplyConfiguration constructs a declarative configuration of the ValidatingAdmissionPolicySpec type for use with
// apply. // apply.
func ValidatingAdmissionPolicySpec() *ValidatingAdmissionPolicySpecApplyConfiguration { func ValidatingAdmissionPolicySpec() *ValidatingAdmissionPolicySpecApplyConfiguration {
return &ValidatingAdmissionPolicySpecApplyConfiguration{} return &ValidatingAdmissionPolicySpecApplyConfiguration{}

View File

@ -22,7 +22,7 @@ import (
metav1 "k8s.io/client-go/applyconfigurations/meta/v1" metav1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ValidatingAdmissionPolicyStatusApplyConfiguration represents an declarative configuration of the ValidatingAdmissionPolicyStatus type for use // ValidatingAdmissionPolicyStatusApplyConfiguration represents a declarative configuration of the ValidatingAdmissionPolicyStatus type for use
// with apply. // with apply.
type ValidatingAdmissionPolicyStatusApplyConfiguration struct { type ValidatingAdmissionPolicyStatusApplyConfiguration struct {
ObservedGeneration *int64 `json:"observedGeneration,omitempty"` ObservedGeneration *int64 `json:"observedGeneration,omitempty"`
@ -30,7 +30,7 @@ type ValidatingAdmissionPolicyStatusApplyConfiguration struct {
Conditions []metav1.ConditionApplyConfiguration `json:"conditions,omitempty"` Conditions []metav1.ConditionApplyConfiguration `json:"conditions,omitempty"`
} }
// ValidatingAdmissionPolicyStatusApplyConfiguration constructs an declarative configuration of the ValidatingAdmissionPolicyStatus type for use with // ValidatingAdmissionPolicyStatusApplyConfiguration constructs a declarative configuration of the ValidatingAdmissionPolicyStatus type for use with
// apply. // apply.
func ValidatingAdmissionPolicyStatus() *ValidatingAdmissionPolicyStatusApplyConfiguration { func ValidatingAdmissionPolicyStatus() *ValidatingAdmissionPolicyStatusApplyConfiguration {
return &ValidatingAdmissionPolicyStatusApplyConfiguration{} return &ValidatingAdmissionPolicyStatusApplyConfiguration{}

View File

@ -23,7 +23,7 @@ import (
metav1 "k8s.io/client-go/applyconfigurations/meta/v1" metav1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ValidatingWebhookApplyConfiguration represents an declarative configuration of the ValidatingWebhook type for use // ValidatingWebhookApplyConfiguration represents a declarative configuration of the ValidatingWebhook type for use
// with apply. // with apply.
type ValidatingWebhookApplyConfiguration struct { type ValidatingWebhookApplyConfiguration struct {
Name *string `json:"name,omitempty"` Name *string `json:"name,omitempty"`
@ -39,7 +39,7 @@ type ValidatingWebhookApplyConfiguration struct {
MatchConditions []MatchConditionApplyConfiguration `json:"matchConditions,omitempty"` MatchConditions []MatchConditionApplyConfiguration `json:"matchConditions,omitempty"`
} }
// ValidatingWebhookApplyConfiguration constructs an declarative configuration of the ValidatingWebhook type for use with // ValidatingWebhookApplyConfiguration constructs a declarative configuration of the ValidatingWebhook type for use with
// apply. // apply.
func ValidatingWebhook() *ValidatingWebhookApplyConfiguration { func ValidatingWebhook() *ValidatingWebhookApplyConfiguration {
return &ValidatingWebhookApplyConfiguration{} return &ValidatingWebhookApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ValidatingWebhookConfigurationApplyConfiguration represents an declarative configuration of the ValidatingWebhookConfiguration type for use // ValidatingWebhookConfigurationApplyConfiguration represents a declarative configuration of the ValidatingWebhookConfiguration type for use
// with apply. // with apply.
type ValidatingWebhookConfigurationApplyConfiguration struct { type ValidatingWebhookConfigurationApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -35,7 +35,7 @@ type ValidatingWebhookConfigurationApplyConfiguration struct {
Webhooks []ValidatingWebhookApplyConfiguration `json:"webhooks,omitempty"` Webhooks []ValidatingWebhookApplyConfiguration `json:"webhooks,omitempty"`
} }
// ValidatingWebhookConfiguration constructs an declarative configuration of the ValidatingWebhookConfiguration type for use with // ValidatingWebhookConfiguration constructs a declarative configuration of the ValidatingWebhookConfiguration type for use with
// apply. // apply.
func ValidatingWebhookConfiguration(name string) *ValidatingWebhookConfigurationApplyConfiguration { func ValidatingWebhookConfiguration(name string) *ValidatingWebhookConfigurationApplyConfiguration {
b := &ValidatingWebhookConfigurationApplyConfiguration{} b := &ValidatingWebhookConfigurationApplyConfiguration{}

View File

@ -22,7 +22,7 @@ import (
v1 "k8s.io/apimachinery/pkg/apis/meta/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
) )
// ValidationApplyConfiguration represents an declarative configuration of the Validation type for use // ValidationApplyConfiguration represents a declarative configuration of the Validation type for use
// with apply. // with apply.
type ValidationApplyConfiguration struct { type ValidationApplyConfiguration struct {
Expression *string `json:"expression,omitempty"` Expression *string `json:"expression,omitempty"`
@ -31,7 +31,7 @@ type ValidationApplyConfiguration struct {
MessageExpression *string `json:"messageExpression,omitempty"` MessageExpression *string `json:"messageExpression,omitempty"`
} }
// ValidationApplyConfiguration constructs an declarative configuration of the Validation type for use with // ValidationApplyConfiguration constructs a declarative configuration of the Validation type for use with
// apply. // apply.
func Validation() *ValidationApplyConfiguration { func Validation() *ValidationApplyConfiguration {
return &ValidationApplyConfiguration{} return &ValidationApplyConfiguration{}

View File

@ -18,14 +18,14 @@ limitations under the License.
package v1 package v1
// VariableApplyConfiguration represents an declarative configuration of the Variable type for use // VariableApplyConfiguration represents a declarative configuration of the Variable type for use
// with apply. // with apply.
type VariableApplyConfiguration struct { type VariableApplyConfiguration struct {
Name *string `json:"name,omitempty"` Name *string `json:"name,omitempty"`
Expression *string `json:"expression,omitempty"` Expression *string `json:"expression,omitempty"`
} }
// VariableApplyConfiguration constructs an declarative configuration of the Variable type for use with // VariableApplyConfiguration constructs a declarative configuration of the Variable type for use with
// apply. // apply.
func Variable() *VariableApplyConfiguration { func Variable() *VariableApplyConfiguration {
return &VariableApplyConfiguration{} return &VariableApplyConfiguration{}

View File

@ -18,7 +18,7 @@ limitations under the License.
package v1 package v1
// WebhookClientConfigApplyConfiguration represents an declarative configuration of the WebhookClientConfig type for use // WebhookClientConfigApplyConfiguration represents a declarative configuration of the WebhookClientConfig type for use
// with apply. // with apply.
type WebhookClientConfigApplyConfiguration struct { type WebhookClientConfigApplyConfiguration struct {
URL *string `json:"url,omitempty"` URL *string `json:"url,omitempty"`
@ -26,7 +26,7 @@ type WebhookClientConfigApplyConfiguration struct {
CABundle []byte `json:"caBundle,omitempty"` CABundle []byte `json:"caBundle,omitempty"`
} }
// WebhookClientConfigApplyConfiguration constructs an declarative configuration of the WebhookClientConfig type for use with // WebhookClientConfigApplyConfiguration constructs a declarative configuration of the WebhookClientConfig type for use with
// apply. // apply.
func WebhookClientConfig() *WebhookClientConfigApplyConfiguration { func WebhookClientConfig() *WebhookClientConfigApplyConfiguration {
return &WebhookClientConfigApplyConfiguration{} return &WebhookClientConfigApplyConfiguration{}

View File

@ -18,14 +18,14 @@ limitations under the License.
package v1alpha1 package v1alpha1
// AuditAnnotationApplyConfiguration represents an declarative configuration of the AuditAnnotation type for use // AuditAnnotationApplyConfiguration represents a declarative configuration of the AuditAnnotation type for use
// with apply. // with apply.
type AuditAnnotationApplyConfiguration struct { type AuditAnnotationApplyConfiguration struct {
Key *string `json:"key,omitempty"` Key *string `json:"key,omitempty"`
ValueExpression *string `json:"valueExpression,omitempty"` ValueExpression *string `json:"valueExpression,omitempty"`
} }
// AuditAnnotationApplyConfiguration constructs an declarative configuration of the AuditAnnotation type for use with // AuditAnnotationApplyConfiguration constructs a declarative configuration of the AuditAnnotation type for use with
// apply. // apply.
func AuditAnnotation() *AuditAnnotationApplyConfiguration { func AuditAnnotation() *AuditAnnotationApplyConfiguration {
return &AuditAnnotationApplyConfiguration{} return &AuditAnnotationApplyConfiguration{}

View File

@ -18,14 +18,14 @@ limitations under the License.
package v1alpha1 package v1alpha1
// ExpressionWarningApplyConfiguration represents an declarative configuration of the ExpressionWarning type for use // ExpressionWarningApplyConfiguration represents a declarative configuration of the ExpressionWarning type for use
// with apply. // with apply.
type ExpressionWarningApplyConfiguration struct { type ExpressionWarningApplyConfiguration struct {
FieldRef *string `json:"fieldRef,omitempty"` FieldRef *string `json:"fieldRef,omitempty"`
Warning *string `json:"warning,omitempty"` Warning *string `json:"warning,omitempty"`
} }
// ExpressionWarningApplyConfiguration constructs an declarative configuration of the ExpressionWarning type for use with // ExpressionWarningApplyConfiguration constructs a declarative configuration of the ExpressionWarning type for use with
// apply. // apply.
func ExpressionWarning() *ExpressionWarningApplyConfiguration { func ExpressionWarning() *ExpressionWarningApplyConfiguration {
return &ExpressionWarningApplyConfiguration{} return &ExpressionWarningApplyConfiguration{}

View File

@ -18,14 +18,14 @@ limitations under the License.
package v1alpha1 package v1alpha1
// MatchConditionApplyConfiguration represents an declarative configuration of the MatchCondition type for use // MatchConditionApplyConfiguration represents a declarative configuration of the MatchCondition type for use
// with apply. // with apply.
type MatchConditionApplyConfiguration struct { type MatchConditionApplyConfiguration struct {
Name *string `json:"name,omitempty"` Name *string `json:"name,omitempty"`
Expression *string `json:"expression,omitempty"` Expression *string `json:"expression,omitempty"`
} }
// MatchConditionApplyConfiguration constructs an declarative configuration of the MatchCondition type for use with // MatchConditionApplyConfiguration constructs a declarative configuration of the MatchCondition type for use with
// apply. // apply.
func MatchCondition() *MatchConditionApplyConfiguration { func MatchCondition() *MatchConditionApplyConfiguration {
return &MatchConditionApplyConfiguration{} return &MatchConditionApplyConfiguration{}

View File

@ -23,7 +23,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// MatchResourcesApplyConfiguration represents an declarative configuration of the MatchResources type for use // MatchResourcesApplyConfiguration represents a declarative configuration of the MatchResources type for use
// with apply. // with apply.
type MatchResourcesApplyConfiguration struct { type MatchResourcesApplyConfiguration struct {
NamespaceSelector *v1.LabelSelectorApplyConfiguration `json:"namespaceSelector,omitempty"` NamespaceSelector *v1.LabelSelectorApplyConfiguration `json:"namespaceSelector,omitempty"`
@ -33,7 +33,7 @@ type MatchResourcesApplyConfiguration struct {
MatchPolicy *admissionregistrationv1alpha1.MatchPolicyType `json:"matchPolicy,omitempty"` MatchPolicy *admissionregistrationv1alpha1.MatchPolicyType `json:"matchPolicy,omitempty"`
} }
// MatchResourcesApplyConfiguration constructs an declarative configuration of the MatchResources type for use with // MatchResourcesApplyConfiguration constructs a declarative configuration of the MatchResources type for use with
// apply. // apply.
func MatchResources() *MatchResourcesApplyConfiguration { func MatchResources() *MatchResourcesApplyConfiguration {
return &MatchResourcesApplyConfiguration{} return &MatchResourcesApplyConfiguration{}

View File

@ -23,14 +23,14 @@ import (
v1 "k8s.io/client-go/applyconfigurations/admissionregistration/v1" v1 "k8s.io/client-go/applyconfigurations/admissionregistration/v1"
) )
// NamedRuleWithOperationsApplyConfiguration represents an declarative configuration of the NamedRuleWithOperations type for use // NamedRuleWithOperationsApplyConfiguration represents a declarative configuration of the NamedRuleWithOperations type for use
// with apply. // with apply.
type NamedRuleWithOperationsApplyConfiguration struct { type NamedRuleWithOperationsApplyConfiguration struct {
ResourceNames []string `json:"resourceNames,omitempty"` ResourceNames []string `json:"resourceNames,omitempty"`
v1.RuleWithOperationsApplyConfiguration `json:",inline"` v1.RuleWithOperationsApplyConfiguration `json:",inline"`
} }
// NamedRuleWithOperationsApplyConfiguration constructs an declarative configuration of the NamedRuleWithOperations type for use with // NamedRuleWithOperationsApplyConfiguration constructs a declarative configuration of the NamedRuleWithOperations type for use with
// apply. // apply.
func NamedRuleWithOperations() *NamedRuleWithOperationsApplyConfiguration { func NamedRuleWithOperations() *NamedRuleWithOperationsApplyConfiguration {
return &NamedRuleWithOperationsApplyConfiguration{} return &NamedRuleWithOperationsApplyConfiguration{}

View File

@ -18,14 +18,14 @@ limitations under the License.
package v1alpha1 package v1alpha1
// ParamKindApplyConfiguration represents an declarative configuration of the ParamKind type for use // ParamKindApplyConfiguration represents a declarative configuration of the ParamKind type for use
// with apply. // with apply.
type ParamKindApplyConfiguration struct { type ParamKindApplyConfiguration struct {
APIVersion *string `json:"apiVersion,omitempty"` APIVersion *string `json:"apiVersion,omitempty"`
Kind *string `json:"kind,omitempty"` Kind *string `json:"kind,omitempty"`
} }
// ParamKindApplyConfiguration constructs an declarative configuration of the ParamKind type for use with // ParamKindApplyConfiguration constructs a declarative configuration of the ParamKind type for use with
// apply. // apply.
func ParamKind() *ParamKindApplyConfiguration { func ParamKind() *ParamKindApplyConfiguration {
return &ParamKindApplyConfiguration{} return &ParamKindApplyConfiguration{}

View File

@ -23,7 +23,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ParamRefApplyConfiguration represents an declarative configuration of the ParamRef type for use // ParamRefApplyConfiguration represents a declarative configuration of the ParamRef type for use
// with apply. // with apply.
type ParamRefApplyConfiguration struct { type ParamRefApplyConfiguration struct {
Name *string `json:"name,omitempty"` Name *string `json:"name,omitempty"`
@ -32,7 +32,7 @@ type ParamRefApplyConfiguration struct {
ParameterNotFoundAction *v1alpha1.ParameterNotFoundActionType `json:"parameterNotFoundAction,omitempty"` ParameterNotFoundAction *v1alpha1.ParameterNotFoundActionType `json:"parameterNotFoundAction,omitempty"`
} }
// ParamRefApplyConfiguration constructs an declarative configuration of the ParamRef type for use with // ParamRefApplyConfiguration constructs a declarative configuration of the ParamRef type for use with
// apply. // apply.
func ParamRef() *ParamRefApplyConfiguration { func ParamRef() *ParamRefApplyConfiguration {
return &ParamRefApplyConfiguration{} return &ParamRefApplyConfiguration{}

View File

@ -18,13 +18,13 @@ limitations under the License.
package v1alpha1 package v1alpha1
// TypeCheckingApplyConfiguration represents an declarative configuration of the TypeChecking type for use // TypeCheckingApplyConfiguration represents a declarative configuration of the TypeChecking type for use
// with apply. // with apply.
type TypeCheckingApplyConfiguration struct { type TypeCheckingApplyConfiguration struct {
ExpressionWarnings []ExpressionWarningApplyConfiguration `json:"expressionWarnings,omitempty"` ExpressionWarnings []ExpressionWarningApplyConfiguration `json:"expressionWarnings,omitempty"`
} }
// TypeCheckingApplyConfiguration constructs an declarative configuration of the TypeChecking type for use with // TypeCheckingApplyConfiguration constructs a declarative configuration of the TypeChecking type for use with
// apply. // apply.
func TypeChecking() *TypeCheckingApplyConfiguration { func TypeChecking() *TypeCheckingApplyConfiguration {
return &TypeCheckingApplyConfiguration{} return &TypeCheckingApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ValidatingAdmissionPolicyApplyConfiguration represents an declarative configuration of the ValidatingAdmissionPolicy type for use // ValidatingAdmissionPolicyApplyConfiguration represents a declarative configuration of the ValidatingAdmissionPolicy type for use
// with apply. // with apply.
type ValidatingAdmissionPolicyApplyConfiguration struct { type ValidatingAdmissionPolicyApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -36,7 +36,7 @@ type ValidatingAdmissionPolicyApplyConfiguration struct {
Status *ValidatingAdmissionPolicyStatusApplyConfiguration `json:"status,omitempty"` Status *ValidatingAdmissionPolicyStatusApplyConfiguration `json:"status,omitempty"`
} }
// ValidatingAdmissionPolicy constructs an declarative configuration of the ValidatingAdmissionPolicy type for use with // ValidatingAdmissionPolicy constructs a declarative configuration of the ValidatingAdmissionPolicy type for use with
// apply. // apply.
func ValidatingAdmissionPolicy(name string) *ValidatingAdmissionPolicyApplyConfiguration { func ValidatingAdmissionPolicy(name string) *ValidatingAdmissionPolicyApplyConfiguration {
b := &ValidatingAdmissionPolicyApplyConfiguration{} b := &ValidatingAdmissionPolicyApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ValidatingAdmissionPolicyBindingApplyConfiguration represents an declarative configuration of the ValidatingAdmissionPolicyBinding type for use // ValidatingAdmissionPolicyBindingApplyConfiguration represents a declarative configuration of the ValidatingAdmissionPolicyBinding type for use
// with apply. // with apply.
type ValidatingAdmissionPolicyBindingApplyConfiguration struct { type ValidatingAdmissionPolicyBindingApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -35,7 +35,7 @@ type ValidatingAdmissionPolicyBindingApplyConfiguration struct {
Spec *ValidatingAdmissionPolicyBindingSpecApplyConfiguration `json:"spec,omitempty"` Spec *ValidatingAdmissionPolicyBindingSpecApplyConfiguration `json:"spec,omitempty"`
} }
// ValidatingAdmissionPolicyBinding constructs an declarative configuration of the ValidatingAdmissionPolicyBinding type for use with // ValidatingAdmissionPolicyBinding constructs a declarative configuration of the ValidatingAdmissionPolicyBinding type for use with
// apply. // apply.
func ValidatingAdmissionPolicyBinding(name string) *ValidatingAdmissionPolicyBindingApplyConfiguration { func ValidatingAdmissionPolicyBinding(name string) *ValidatingAdmissionPolicyBindingApplyConfiguration {
b := &ValidatingAdmissionPolicyBindingApplyConfiguration{} b := &ValidatingAdmissionPolicyBindingApplyConfiguration{}

View File

@ -22,7 +22,7 @@ import (
admissionregistrationv1alpha1 "k8s.io/api/admissionregistration/v1alpha1" admissionregistrationv1alpha1 "k8s.io/api/admissionregistration/v1alpha1"
) )
// ValidatingAdmissionPolicyBindingSpecApplyConfiguration represents an declarative configuration of the ValidatingAdmissionPolicyBindingSpec type for use // ValidatingAdmissionPolicyBindingSpecApplyConfiguration represents a declarative configuration of the ValidatingAdmissionPolicyBindingSpec type for use
// with apply. // with apply.
type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct { type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct {
PolicyName *string `json:"policyName,omitempty"` PolicyName *string `json:"policyName,omitempty"`
@ -31,7 +31,7 @@ type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct {
ValidationActions []admissionregistrationv1alpha1.ValidationAction `json:"validationActions,omitempty"` ValidationActions []admissionregistrationv1alpha1.ValidationAction `json:"validationActions,omitempty"`
} }
// ValidatingAdmissionPolicyBindingSpecApplyConfiguration constructs an declarative configuration of the ValidatingAdmissionPolicyBindingSpec type for use with // ValidatingAdmissionPolicyBindingSpecApplyConfiguration constructs a declarative configuration of the ValidatingAdmissionPolicyBindingSpec type for use with
// apply. // apply.
func ValidatingAdmissionPolicyBindingSpec() *ValidatingAdmissionPolicyBindingSpecApplyConfiguration { func ValidatingAdmissionPolicyBindingSpec() *ValidatingAdmissionPolicyBindingSpecApplyConfiguration {
return &ValidatingAdmissionPolicyBindingSpecApplyConfiguration{} return &ValidatingAdmissionPolicyBindingSpecApplyConfiguration{}

View File

@ -22,7 +22,7 @@ import (
admissionregistrationv1alpha1 "k8s.io/api/admissionregistration/v1alpha1" admissionregistrationv1alpha1 "k8s.io/api/admissionregistration/v1alpha1"
) )
// ValidatingAdmissionPolicySpecApplyConfiguration represents an declarative configuration of the ValidatingAdmissionPolicySpec type for use // ValidatingAdmissionPolicySpecApplyConfiguration represents a declarative configuration of the ValidatingAdmissionPolicySpec type for use
// with apply. // with apply.
type ValidatingAdmissionPolicySpecApplyConfiguration struct { type ValidatingAdmissionPolicySpecApplyConfiguration struct {
ParamKind *ParamKindApplyConfiguration `json:"paramKind,omitempty"` ParamKind *ParamKindApplyConfiguration `json:"paramKind,omitempty"`
@ -34,7 +34,7 @@ type ValidatingAdmissionPolicySpecApplyConfiguration struct {
Variables []VariableApplyConfiguration `json:"variables,omitempty"` Variables []VariableApplyConfiguration `json:"variables,omitempty"`
} }
// ValidatingAdmissionPolicySpecApplyConfiguration constructs an declarative configuration of the ValidatingAdmissionPolicySpec type for use with // ValidatingAdmissionPolicySpecApplyConfiguration constructs a declarative configuration of the ValidatingAdmissionPolicySpec type for use with
// apply. // apply.
func ValidatingAdmissionPolicySpec() *ValidatingAdmissionPolicySpecApplyConfiguration { func ValidatingAdmissionPolicySpec() *ValidatingAdmissionPolicySpecApplyConfiguration {
return &ValidatingAdmissionPolicySpecApplyConfiguration{} return &ValidatingAdmissionPolicySpecApplyConfiguration{}

View File

@ -22,7 +22,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ValidatingAdmissionPolicyStatusApplyConfiguration represents an declarative configuration of the ValidatingAdmissionPolicyStatus type for use // ValidatingAdmissionPolicyStatusApplyConfiguration represents a declarative configuration of the ValidatingAdmissionPolicyStatus type for use
// with apply. // with apply.
type ValidatingAdmissionPolicyStatusApplyConfiguration struct { type ValidatingAdmissionPolicyStatusApplyConfiguration struct {
ObservedGeneration *int64 `json:"observedGeneration,omitempty"` ObservedGeneration *int64 `json:"observedGeneration,omitempty"`
@ -30,7 +30,7 @@ type ValidatingAdmissionPolicyStatusApplyConfiguration struct {
Conditions []v1.ConditionApplyConfiguration `json:"conditions,omitempty"` Conditions []v1.ConditionApplyConfiguration `json:"conditions,omitempty"`
} }
// ValidatingAdmissionPolicyStatusApplyConfiguration constructs an declarative configuration of the ValidatingAdmissionPolicyStatus type for use with // ValidatingAdmissionPolicyStatusApplyConfiguration constructs a declarative configuration of the ValidatingAdmissionPolicyStatus type for use with
// apply. // apply.
func ValidatingAdmissionPolicyStatus() *ValidatingAdmissionPolicyStatusApplyConfiguration { func ValidatingAdmissionPolicyStatus() *ValidatingAdmissionPolicyStatusApplyConfiguration {
return &ValidatingAdmissionPolicyStatusApplyConfiguration{} return &ValidatingAdmissionPolicyStatusApplyConfiguration{}

View File

@ -22,7 +22,7 @@ import (
v1 "k8s.io/apimachinery/pkg/apis/meta/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
) )
// ValidationApplyConfiguration represents an declarative configuration of the Validation type for use // ValidationApplyConfiguration represents a declarative configuration of the Validation type for use
// with apply. // with apply.
type ValidationApplyConfiguration struct { type ValidationApplyConfiguration struct {
Expression *string `json:"expression,omitempty"` Expression *string `json:"expression,omitempty"`
@ -31,7 +31,7 @@ type ValidationApplyConfiguration struct {
MessageExpression *string `json:"messageExpression,omitempty"` MessageExpression *string `json:"messageExpression,omitempty"`
} }
// ValidationApplyConfiguration constructs an declarative configuration of the Validation type for use with // ValidationApplyConfiguration constructs a declarative configuration of the Validation type for use with
// apply. // apply.
func Validation() *ValidationApplyConfiguration { func Validation() *ValidationApplyConfiguration {
return &ValidationApplyConfiguration{} return &ValidationApplyConfiguration{}

View File

@ -18,14 +18,14 @@ limitations under the License.
package v1alpha1 package v1alpha1
// VariableApplyConfiguration represents an declarative configuration of the Variable type for use // VariableApplyConfiguration represents a declarative configuration of the Variable type for use
// with apply. // with apply.
type VariableApplyConfiguration struct { type VariableApplyConfiguration struct {
Name *string `json:"name,omitempty"` Name *string `json:"name,omitempty"`
Expression *string `json:"expression,omitempty"` Expression *string `json:"expression,omitempty"`
} }
// VariableApplyConfiguration constructs an declarative configuration of the Variable type for use with // VariableApplyConfiguration constructs a declarative configuration of the Variable type for use with
// apply. // apply.
func Variable() *VariableApplyConfiguration { func Variable() *VariableApplyConfiguration {
return &VariableApplyConfiguration{} return &VariableApplyConfiguration{}

View File

@ -18,14 +18,14 @@ limitations under the License.
package v1beta1 package v1beta1
// AuditAnnotationApplyConfiguration represents an declarative configuration of the AuditAnnotation type for use // AuditAnnotationApplyConfiguration represents a declarative configuration of the AuditAnnotation type for use
// with apply. // with apply.
type AuditAnnotationApplyConfiguration struct { type AuditAnnotationApplyConfiguration struct {
Key *string `json:"key,omitempty"` Key *string `json:"key,omitempty"`
ValueExpression *string `json:"valueExpression,omitempty"` ValueExpression *string `json:"valueExpression,omitempty"`
} }
// AuditAnnotationApplyConfiguration constructs an declarative configuration of the AuditAnnotation type for use with // AuditAnnotationApplyConfiguration constructs a declarative configuration of the AuditAnnotation type for use with
// apply. // apply.
func AuditAnnotation() *AuditAnnotationApplyConfiguration { func AuditAnnotation() *AuditAnnotationApplyConfiguration {
return &AuditAnnotationApplyConfiguration{} return &AuditAnnotationApplyConfiguration{}

View File

@ -18,14 +18,14 @@ limitations under the License.
package v1beta1 package v1beta1
// ExpressionWarningApplyConfiguration represents an declarative configuration of the ExpressionWarning type for use // ExpressionWarningApplyConfiguration represents a declarative configuration of the ExpressionWarning type for use
// with apply. // with apply.
type ExpressionWarningApplyConfiguration struct { type ExpressionWarningApplyConfiguration struct {
FieldRef *string `json:"fieldRef,omitempty"` FieldRef *string `json:"fieldRef,omitempty"`
Warning *string `json:"warning,omitempty"` Warning *string `json:"warning,omitempty"`
} }
// ExpressionWarningApplyConfiguration constructs an declarative configuration of the ExpressionWarning type for use with // ExpressionWarningApplyConfiguration constructs a declarative configuration of the ExpressionWarning type for use with
// apply. // apply.
func ExpressionWarning() *ExpressionWarningApplyConfiguration { func ExpressionWarning() *ExpressionWarningApplyConfiguration {
return &ExpressionWarningApplyConfiguration{} return &ExpressionWarningApplyConfiguration{}

View File

@ -18,14 +18,14 @@ limitations under the License.
package v1beta1 package v1beta1
// MatchConditionApplyConfiguration represents an declarative configuration of the MatchCondition type for use // MatchConditionApplyConfiguration represents a declarative configuration of the MatchCondition type for use
// with apply. // with apply.
type MatchConditionApplyConfiguration struct { type MatchConditionApplyConfiguration struct {
Name *string `json:"name,omitempty"` Name *string `json:"name,omitempty"`
Expression *string `json:"expression,omitempty"` Expression *string `json:"expression,omitempty"`
} }
// MatchConditionApplyConfiguration constructs an declarative configuration of the MatchCondition type for use with // MatchConditionApplyConfiguration constructs a declarative configuration of the MatchCondition type for use with
// apply. // apply.
func MatchCondition() *MatchConditionApplyConfiguration { func MatchCondition() *MatchConditionApplyConfiguration {
return &MatchConditionApplyConfiguration{} return &MatchConditionApplyConfiguration{}

View File

@ -23,7 +23,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// MatchResourcesApplyConfiguration represents an declarative configuration of the MatchResources type for use // MatchResourcesApplyConfiguration represents a declarative configuration of the MatchResources type for use
// with apply. // with apply.
type MatchResourcesApplyConfiguration struct { type MatchResourcesApplyConfiguration struct {
NamespaceSelector *v1.LabelSelectorApplyConfiguration `json:"namespaceSelector,omitempty"` NamespaceSelector *v1.LabelSelectorApplyConfiguration `json:"namespaceSelector,omitempty"`
@ -33,7 +33,7 @@ type MatchResourcesApplyConfiguration struct {
MatchPolicy *admissionregistrationv1beta1.MatchPolicyType `json:"matchPolicy,omitempty"` MatchPolicy *admissionregistrationv1beta1.MatchPolicyType `json:"matchPolicy,omitempty"`
} }
// MatchResourcesApplyConfiguration constructs an declarative configuration of the MatchResources type for use with // MatchResourcesApplyConfiguration constructs a declarative configuration of the MatchResources type for use with
// apply. // apply.
func MatchResources() *MatchResourcesApplyConfiguration { func MatchResources() *MatchResourcesApplyConfiguration {
return &MatchResourcesApplyConfiguration{} return &MatchResourcesApplyConfiguration{}

View File

@ -24,7 +24,7 @@ import (
metav1 "k8s.io/client-go/applyconfigurations/meta/v1" metav1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// MutatingWebhookApplyConfiguration represents an declarative configuration of the MutatingWebhook type for use // MutatingWebhookApplyConfiguration represents a declarative configuration of the MutatingWebhook type for use
// with apply. // with apply.
type MutatingWebhookApplyConfiguration struct { type MutatingWebhookApplyConfiguration struct {
Name *string `json:"name,omitempty"` Name *string `json:"name,omitempty"`
@ -41,7 +41,7 @@ type MutatingWebhookApplyConfiguration struct {
MatchConditions []MatchConditionApplyConfiguration `json:"matchConditions,omitempty"` MatchConditions []MatchConditionApplyConfiguration `json:"matchConditions,omitempty"`
} }
// MutatingWebhookApplyConfiguration constructs an declarative configuration of the MutatingWebhook type for use with // MutatingWebhookApplyConfiguration constructs a declarative configuration of the MutatingWebhook type for use with
// apply. // apply.
func MutatingWebhook() *MutatingWebhookApplyConfiguration { func MutatingWebhook() *MutatingWebhookApplyConfiguration {
return &MutatingWebhookApplyConfiguration{} return &MutatingWebhookApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// MutatingWebhookConfigurationApplyConfiguration represents an declarative configuration of the MutatingWebhookConfiguration type for use // MutatingWebhookConfigurationApplyConfiguration represents a declarative configuration of the MutatingWebhookConfiguration type for use
// with apply. // with apply.
type MutatingWebhookConfigurationApplyConfiguration struct { type MutatingWebhookConfigurationApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -35,7 +35,7 @@ type MutatingWebhookConfigurationApplyConfiguration struct {
Webhooks []MutatingWebhookApplyConfiguration `json:"webhooks,omitempty"` Webhooks []MutatingWebhookApplyConfiguration `json:"webhooks,omitempty"`
} }
// MutatingWebhookConfiguration constructs an declarative configuration of the MutatingWebhookConfiguration type for use with // MutatingWebhookConfiguration constructs a declarative configuration of the MutatingWebhookConfiguration type for use with
// apply. // apply.
func MutatingWebhookConfiguration(name string) *MutatingWebhookConfigurationApplyConfiguration { func MutatingWebhookConfiguration(name string) *MutatingWebhookConfigurationApplyConfiguration {
b := &MutatingWebhookConfigurationApplyConfiguration{} b := &MutatingWebhookConfigurationApplyConfiguration{}

View File

@ -23,14 +23,14 @@ import (
v1 "k8s.io/client-go/applyconfigurations/admissionregistration/v1" v1 "k8s.io/client-go/applyconfigurations/admissionregistration/v1"
) )
// NamedRuleWithOperationsApplyConfiguration represents an declarative configuration of the NamedRuleWithOperations type for use // NamedRuleWithOperationsApplyConfiguration represents a declarative configuration of the NamedRuleWithOperations type for use
// with apply. // with apply.
type NamedRuleWithOperationsApplyConfiguration struct { type NamedRuleWithOperationsApplyConfiguration struct {
ResourceNames []string `json:"resourceNames,omitempty"` ResourceNames []string `json:"resourceNames,omitempty"`
v1.RuleWithOperationsApplyConfiguration `json:",inline"` v1.RuleWithOperationsApplyConfiguration `json:",inline"`
} }
// NamedRuleWithOperationsApplyConfiguration constructs an declarative configuration of the NamedRuleWithOperations type for use with // NamedRuleWithOperationsApplyConfiguration constructs a declarative configuration of the NamedRuleWithOperations type for use with
// apply. // apply.
func NamedRuleWithOperations() *NamedRuleWithOperationsApplyConfiguration { func NamedRuleWithOperations() *NamedRuleWithOperationsApplyConfiguration {
return &NamedRuleWithOperationsApplyConfiguration{} return &NamedRuleWithOperationsApplyConfiguration{}

View File

@ -18,14 +18,14 @@ limitations under the License.
package v1beta1 package v1beta1
// ParamKindApplyConfiguration represents an declarative configuration of the ParamKind type for use // ParamKindApplyConfiguration represents a declarative configuration of the ParamKind type for use
// with apply. // with apply.
type ParamKindApplyConfiguration struct { type ParamKindApplyConfiguration struct {
APIVersion *string `json:"apiVersion,omitempty"` APIVersion *string `json:"apiVersion,omitempty"`
Kind *string `json:"kind,omitempty"` Kind *string `json:"kind,omitempty"`
} }
// ParamKindApplyConfiguration constructs an declarative configuration of the ParamKind type for use with // ParamKindApplyConfiguration constructs a declarative configuration of the ParamKind type for use with
// apply. // apply.
func ParamKind() *ParamKindApplyConfiguration { func ParamKind() *ParamKindApplyConfiguration {
return &ParamKindApplyConfiguration{} return &ParamKindApplyConfiguration{}

View File

@ -23,7 +23,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ParamRefApplyConfiguration represents an declarative configuration of the ParamRef type for use // ParamRefApplyConfiguration represents a declarative configuration of the ParamRef type for use
// with apply. // with apply.
type ParamRefApplyConfiguration struct { type ParamRefApplyConfiguration struct {
Name *string `json:"name,omitempty"` Name *string `json:"name,omitempty"`
@ -32,7 +32,7 @@ type ParamRefApplyConfiguration struct {
ParameterNotFoundAction *v1beta1.ParameterNotFoundActionType `json:"parameterNotFoundAction,omitempty"` ParameterNotFoundAction *v1beta1.ParameterNotFoundActionType `json:"parameterNotFoundAction,omitempty"`
} }
// ParamRefApplyConfiguration constructs an declarative configuration of the ParamRef type for use with // ParamRefApplyConfiguration constructs a declarative configuration of the ParamRef type for use with
// apply. // apply.
func ParamRef() *ParamRefApplyConfiguration { func ParamRef() *ParamRefApplyConfiguration {
return &ParamRefApplyConfiguration{} return &ParamRefApplyConfiguration{}

View File

@ -18,7 +18,7 @@ limitations under the License.
package v1beta1 package v1beta1
// ServiceReferenceApplyConfiguration represents an declarative configuration of the ServiceReference type for use // ServiceReferenceApplyConfiguration represents a declarative configuration of the ServiceReference type for use
// with apply. // with apply.
type ServiceReferenceApplyConfiguration struct { type ServiceReferenceApplyConfiguration struct {
Namespace *string `json:"namespace,omitempty"` Namespace *string `json:"namespace,omitempty"`
@ -27,7 +27,7 @@ type ServiceReferenceApplyConfiguration struct {
Port *int32 `json:"port,omitempty"` Port *int32 `json:"port,omitempty"`
} }
// ServiceReferenceApplyConfiguration constructs an declarative configuration of the ServiceReference type for use with // ServiceReferenceApplyConfiguration constructs a declarative configuration of the ServiceReference type for use with
// apply. // apply.
func ServiceReference() *ServiceReferenceApplyConfiguration { func ServiceReference() *ServiceReferenceApplyConfiguration {
return &ServiceReferenceApplyConfiguration{} return &ServiceReferenceApplyConfiguration{}

View File

@ -18,13 +18,13 @@ limitations under the License.
package v1beta1 package v1beta1
// TypeCheckingApplyConfiguration represents an declarative configuration of the TypeChecking type for use // TypeCheckingApplyConfiguration represents a declarative configuration of the TypeChecking type for use
// with apply. // with apply.
type TypeCheckingApplyConfiguration struct { type TypeCheckingApplyConfiguration struct {
ExpressionWarnings []ExpressionWarningApplyConfiguration `json:"expressionWarnings,omitempty"` ExpressionWarnings []ExpressionWarningApplyConfiguration `json:"expressionWarnings,omitempty"`
} }
// TypeCheckingApplyConfiguration constructs an declarative configuration of the TypeChecking type for use with // TypeCheckingApplyConfiguration constructs a declarative configuration of the TypeChecking type for use with
// apply. // apply.
func TypeChecking() *TypeCheckingApplyConfiguration { func TypeChecking() *TypeCheckingApplyConfiguration {
return &TypeCheckingApplyConfiguration{} return &TypeCheckingApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ValidatingAdmissionPolicyApplyConfiguration represents an declarative configuration of the ValidatingAdmissionPolicy type for use // ValidatingAdmissionPolicyApplyConfiguration represents a declarative configuration of the ValidatingAdmissionPolicy type for use
// with apply. // with apply.
type ValidatingAdmissionPolicyApplyConfiguration struct { type ValidatingAdmissionPolicyApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -36,7 +36,7 @@ type ValidatingAdmissionPolicyApplyConfiguration struct {
Status *ValidatingAdmissionPolicyStatusApplyConfiguration `json:"status,omitempty"` Status *ValidatingAdmissionPolicyStatusApplyConfiguration `json:"status,omitempty"`
} }
// ValidatingAdmissionPolicy constructs an declarative configuration of the ValidatingAdmissionPolicy type for use with // ValidatingAdmissionPolicy constructs a declarative configuration of the ValidatingAdmissionPolicy type for use with
// apply. // apply.
func ValidatingAdmissionPolicy(name string) *ValidatingAdmissionPolicyApplyConfiguration { func ValidatingAdmissionPolicy(name string) *ValidatingAdmissionPolicyApplyConfiguration {
b := &ValidatingAdmissionPolicyApplyConfiguration{} b := &ValidatingAdmissionPolicyApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ValidatingAdmissionPolicyBindingApplyConfiguration represents an declarative configuration of the ValidatingAdmissionPolicyBinding type for use // ValidatingAdmissionPolicyBindingApplyConfiguration represents a declarative configuration of the ValidatingAdmissionPolicyBinding type for use
// with apply. // with apply.
type ValidatingAdmissionPolicyBindingApplyConfiguration struct { type ValidatingAdmissionPolicyBindingApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -35,7 +35,7 @@ type ValidatingAdmissionPolicyBindingApplyConfiguration struct {
Spec *ValidatingAdmissionPolicyBindingSpecApplyConfiguration `json:"spec,omitempty"` Spec *ValidatingAdmissionPolicyBindingSpecApplyConfiguration `json:"spec,omitempty"`
} }
// ValidatingAdmissionPolicyBinding constructs an declarative configuration of the ValidatingAdmissionPolicyBinding type for use with // ValidatingAdmissionPolicyBinding constructs a declarative configuration of the ValidatingAdmissionPolicyBinding type for use with
// apply. // apply.
func ValidatingAdmissionPolicyBinding(name string) *ValidatingAdmissionPolicyBindingApplyConfiguration { func ValidatingAdmissionPolicyBinding(name string) *ValidatingAdmissionPolicyBindingApplyConfiguration {
b := &ValidatingAdmissionPolicyBindingApplyConfiguration{} b := &ValidatingAdmissionPolicyBindingApplyConfiguration{}

View File

@ -22,7 +22,7 @@ import (
admissionregistrationv1beta1 "k8s.io/api/admissionregistration/v1beta1" admissionregistrationv1beta1 "k8s.io/api/admissionregistration/v1beta1"
) )
// ValidatingAdmissionPolicyBindingSpecApplyConfiguration represents an declarative configuration of the ValidatingAdmissionPolicyBindingSpec type for use // ValidatingAdmissionPolicyBindingSpecApplyConfiguration represents a declarative configuration of the ValidatingAdmissionPolicyBindingSpec type for use
// with apply. // with apply.
type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct { type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct {
PolicyName *string `json:"policyName,omitempty"` PolicyName *string `json:"policyName,omitempty"`
@ -31,7 +31,7 @@ type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct {
ValidationActions []admissionregistrationv1beta1.ValidationAction `json:"validationActions,omitempty"` ValidationActions []admissionregistrationv1beta1.ValidationAction `json:"validationActions,omitempty"`
} }
// ValidatingAdmissionPolicyBindingSpecApplyConfiguration constructs an declarative configuration of the ValidatingAdmissionPolicyBindingSpec type for use with // ValidatingAdmissionPolicyBindingSpecApplyConfiguration constructs a declarative configuration of the ValidatingAdmissionPolicyBindingSpec type for use with
// apply. // apply.
func ValidatingAdmissionPolicyBindingSpec() *ValidatingAdmissionPolicyBindingSpecApplyConfiguration { func ValidatingAdmissionPolicyBindingSpec() *ValidatingAdmissionPolicyBindingSpecApplyConfiguration {
return &ValidatingAdmissionPolicyBindingSpecApplyConfiguration{} return &ValidatingAdmissionPolicyBindingSpecApplyConfiguration{}

View File

@ -22,7 +22,7 @@ import (
admissionregistrationv1beta1 "k8s.io/api/admissionregistration/v1beta1" admissionregistrationv1beta1 "k8s.io/api/admissionregistration/v1beta1"
) )
// ValidatingAdmissionPolicySpecApplyConfiguration represents an declarative configuration of the ValidatingAdmissionPolicySpec type for use // ValidatingAdmissionPolicySpecApplyConfiguration represents a declarative configuration of the ValidatingAdmissionPolicySpec type for use
// with apply. // with apply.
type ValidatingAdmissionPolicySpecApplyConfiguration struct { type ValidatingAdmissionPolicySpecApplyConfiguration struct {
ParamKind *ParamKindApplyConfiguration `json:"paramKind,omitempty"` ParamKind *ParamKindApplyConfiguration `json:"paramKind,omitempty"`
@ -34,7 +34,7 @@ type ValidatingAdmissionPolicySpecApplyConfiguration struct {
Variables []VariableApplyConfiguration `json:"variables,omitempty"` Variables []VariableApplyConfiguration `json:"variables,omitempty"`
} }
// ValidatingAdmissionPolicySpecApplyConfiguration constructs an declarative configuration of the ValidatingAdmissionPolicySpec type for use with // ValidatingAdmissionPolicySpecApplyConfiguration constructs a declarative configuration of the ValidatingAdmissionPolicySpec type for use with
// apply. // apply.
func ValidatingAdmissionPolicySpec() *ValidatingAdmissionPolicySpecApplyConfiguration { func ValidatingAdmissionPolicySpec() *ValidatingAdmissionPolicySpecApplyConfiguration {
return &ValidatingAdmissionPolicySpecApplyConfiguration{} return &ValidatingAdmissionPolicySpecApplyConfiguration{}

View File

@ -22,7 +22,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ValidatingAdmissionPolicyStatusApplyConfiguration represents an declarative configuration of the ValidatingAdmissionPolicyStatus type for use // ValidatingAdmissionPolicyStatusApplyConfiguration represents a declarative configuration of the ValidatingAdmissionPolicyStatus type for use
// with apply. // with apply.
type ValidatingAdmissionPolicyStatusApplyConfiguration struct { type ValidatingAdmissionPolicyStatusApplyConfiguration struct {
ObservedGeneration *int64 `json:"observedGeneration,omitempty"` ObservedGeneration *int64 `json:"observedGeneration,omitempty"`
@ -30,7 +30,7 @@ type ValidatingAdmissionPolicyStatusApplyConfiguration struct {
Conditions []v1.ConditionApplyConfiguration `json:"conditions,omitempty"` Conditions []v1.ConditionApplyConfiguration `json:"conditions,omitempty"`
} }
// ValidatingAdmissionPolicyStatusApplyConfiguration constructs an declarative configuration of the ValidatingAdmissionPolicyStatus type for use with // ValidatingAdmissionPolicyStatusApplyConfiguration constructs a declarative configuration of the ValidatingAdmissionPolicyStatus type for use with
// apply. // apply.
func ValidatingAdmissionPolicyStatus() *ValidatingAdmissionPolicyStatusApplyConfiguration { func ValidatingAdmissionPolicyStatus() *ValidatingAdmissionPolicyStatusApplyConfiguration {
return &ValidatingAdmissionPolicyStatusApplyConfiguration{} return &ValidatingAdmissionPolicyStatusApplyConfiguration{}

View File

@ -24,7 +24,7 @@ import (
metav1 "k8s.io/client-go/applyconfigurations/meta/v1" metav1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ValidatingWebhookApplyConfiguration represents an declarative configuration of the ValidatingWebhook type for use // ValidatingWebhookApplyConfiguration represents a declarative configuration of the ValidatingWebhook type for use
// with apply. // with apply.
type ValidatingWebhookApplyConfiguration struct { type ValidatingWebhookApplyConfiguration struct {
Name *string `json:"name,omitempty"` Name *string `json:"name,omitempty"`
@ -40,7 +40,7 @@ type ValidatingWebhookApplyConfiguration struct {
MatchConditions []MatchConditionApplyConfiguration `json:"matchConditions,omitempty"` MatchConditions []MatchConditionApplyConfiguration `json:"matchConditions,omitempty"`
} }
// ValidatingWebhookApplyConfiguration constructs an declarative configuration of the ValidatingWebhook type for use with // ValidatingWebhookApplyConfiguration constructs a declarative configuration of the ValidatingWebhook type for use with
// apply. // apply.
func ValidatingWebhook() *ValidatingWebhookApplyConfiguration { func ValidatingWebhook() *ValidatingWebhookApplyConfiguration {
return &ValidatingWebhookApplyConfiguration{} return &ValidatingWebhookApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ValidatingWebhookConfigurationApplyConfiguration represents an declarative configuration of the ValidatingWebhookConfiguration type for use // ValidatingWebhookConfigurationApplyConfiguration represents a declarative configuration of the ValidatingWebhookConfiguration type for use
// with apply. // with apply.
type ValidatingWebhookConfigurationApplyConfiguration struct { type ValidatingWebhookConfigurationApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -35,7 +35,7 @@ type ValidatingWebhookConfigurationApplyConfiguration struct {
Webhooks []ValidatingWebhookApplyConfiguration `json:"webhooks,omitempty"` Webhooks []ValidatingWebhookApplyConfiguration `json:"webhooks,omitempty"`
} }
// ValidatingWebhookConfiguration constructs an declarative configuration of the ValidatingWebhookConfiguration type for use with // ValidatingWebhookConfiguration constructs a declarative configuration of the ValidatingWebhookConfiguration type for use with
// apply. // apply.
func ValidatingWebhookConfiguration(name string) *ValidatingWebhookConfigurationApplyConfiguration { func ValidatingWebhookConfiguration(name string) *ValidatingWebhookConfigurationApplyConfiguration {
b := &ValidatingWebhookConfigurationApplyConfiguration{} b := &ValidatingWebhookConfigurationApplyConfiguration{}

View File

@ -22,7 +22,7 @@ import (
v1 "k8s.io/apimachinery/pkg/apis/meta/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
) )
// ValidationApplyConfiguration represents an declarative configuration of the Validation type for use // ValidationApplyConfiguration represents a declarative configuration of the Validation type for use
// with apply. // with apply.
type ValidationApplyConfiguration struct { type ValidationApplyConfiguration struct {
Expression *string `json:"expression,omitempty"` Expression *string `json:"expression,omitempty"`
@ -31,7 +31,7 @@ type ValidationApplyConfiguration struct {
MessageExpression *string `json:"messageExpression,omitempty"` MessageExpression *string `json:"messageExpression,omitempty"`
} }
// ValidationApplyConfiguration constructs an declarative configuration of the Validation type for use with // ValidationApplyConfiguration constructs a declarative configuration of the Validation type for use with
// apply. // apply.
func Validation() *ValidationApplyConfiguration { func Validation() *ValidationApplyConfiguration {
return &ValidationApplyConfiguration{} return &ValidationApplyConfiguration{}

View File

@ -18,14 +18,14 @@ limitations under the License.
package v1beta1 package v1beta1
// VariableApplyConfiguration represents an declarative configuration of the Variable type for use // VariableApplyConfiguration represents a declarative configuration of the Variable type for use
// with apply. // with apply.
type VariableApplyConfiguration struct { type VariableApplyConfiguration struct {
Name *string `json:"name,omitempty"` Name *string `json:"name,omitempty"`
Expression *string `json:"expression,omitempty"` Expression *string `json:"expression,omitempty"`
} }
// VariableApplyConfiguration constructs an declarative configuration of the Variable type for use with // VariableApplyConfiguration constructs a declarative configuration of the Variable type for use with
// apply. // apply.
func Variable() *VariableApplyConfiguration { func Variable() *VariableApplyConfiguration {
return &VariableApplyConfiguration{} return &VariableApplyConfiguration{}

View File

@ -18,7 +18,7 @@ limitations under the License.
package v1beta1 package v1beta1
// WebhookClientConfigApplyConfiguration represents an declarative configuration of the WebhookClientConfig type for use // WebhookClientConfigApplyConfiguration represents a declarative configuration of the WebhookClientConfig type for use
// with apply. // with apply.
type WebhookClientConfigApplyConfiguration struct { type WebhookClientConfigApplyConfiguration struct {
URL *string `json:"url,omitempty"` URL *string `json:"url,omitempty"`
@ -26,7 +26,7 @@ type WebhookClientConfigApplyConfiguration struct {
CABundle []byte `json:"caBundle,omitempty"` CABundle []byte `json:"caBundle,omitempty"`
} }
// WebhookClientConfigApplyConfiguration constructs an declarative configuration of the WebhookClientConfig type for use with // WebhookClientConfigApplyConfiguration constructs a declarative configuration of the WebhookClientConfig type for use with
// apply. // apply.
func WebhookClientConfig() *WebhookClientConfigApplyConfiguration { func WebhookClientConfig() *WebhookClientConfigApplyConfiguration {
return &WebhookClientConfigApplyConfiguration{} return &WebhookClientConfigApplyConfiguration{}

View File

@ -18,7 +18,7 @@ limitations under the License.
package v1alpha1 package v1alpha1
// ServerStorageVersionApplyConfiguration represents an declarative configuration of the ServerStorageVersion type for use // ServerStorageVersionApplyConfiguration represents a declarative configuration of the ServerStorageVersion type for use
// with apply. // with apply.
type ServerStorageVersionApplyConfiguration struct { type ServerStorageVersionApplyConfiguration struct {
APIServerID *string `json:"apiServerID,omitempty"` APIServerID *string `json:"apiServerID,omitempty"`
@ -27,7 +27,7 @@ type ServerStorageVersionApplyConfiguration struct {
ServedVersions []string `json:"servedVersions,omitempty"` ServedVersions []string `json:"servedVersions,omitempty"`
} }
// ServerStorageVersionApplyConfiguration constructs an declarative configuration of the ServerStorageVersion type for use with // ServerStorageVersionApplyConfiguration constructs a declarative configuration of the ServerStorageVersion type for use with
// apply. // apply.
func ServerStorageVersion() *ServerStorageVersionApplyConfiguration { func ServerStorageVersion() *ServerStorageVersionApplyConfiguration {
return &ServerStorageVersionApplyConfiguration{} return &ServerStorageVersionApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// StorageVersionApplyConfiguration represents an declarative configuration of the StorageVersion type for use // StorageVersionApplyConfiguration represents a declarative configuration of the StorageVersion type for use
// with apply. // with apply.
type StorageVersionApplyConfiguration struct { type StorageVersionApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -36,7 +36,7 @@ type StorageVersionApplyConfiguration struct {
Status *StorageVersionStatusApplyConfiguration `json:"status,omitempty"` Status *StorageVersionStatusApplyConfiguration `json:"status,omitempty"`
} }
// StorageVersion constructs an declarative configuration of the StorageVersion type for use with // StorageVersion constructs a declarative configuration of the StorageVersion type for use with
// apply. // apply.
func StorageVersion(name string) *StorageVersionApplyConfiguration { func StorageVersion(name string) *StorageVersionApplyConfiguration {
b := &StorageVersionApplyConfiguration{} b := &StorageVersionApplyConfiguration{}

View File

@ -23,7 +23,7 @@ import (
v1 "k8s.io/apimachinery/pkg/apis/meta/v1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
) )
// StorageVersionConditionApplyConfiguration represents an declarative configuration of the StorageVersionCondition type for use // StorageVersionConditionApplyConfiguration represents a declarative configuration of the StorageVersionCondition type for use
// with apply. // with apply.
type StorageVersionConditionApplyConfiguration struct { type StorageVersionConditionApplyConfiguration struct {
Type *v1alpha1.StorageVersionConditionType `json:"type,omitempty"` Type *v1alpha1.StorageVersionConditionType `json:"type,omitempty"`
@ -34,7 +34,7 @@ type StorageVersionConditionApplyConfiguration struct {
Message *string `json:"message,omitempty"` Message *string `json:"message,omitempty"`
} }
// StorageVersionConditionApplyConfiguration constructs an declarative configuration of the StorageVersionCondition type for use with // StorageVersionConditionApplyConfiguration constructs a declarative configuration of the StorageVersionCondition type for use with
// apply. // apply.
func StorageVersionCondition() *StorageVersionConditionApplyConfiguration { func StorageVersionCondition() *StorageVersionConditionApplyConfiguration {
return &StorageVersionConditionApplyConfiguration{} return &StorageVersionConditionApplyConfiguration{}

View File

@ -18,7 +18,7 @@ limitations under the License.
package v1alpha1 package v1alpha1
// StorageVersionStatusApplyConfiguration represents an declarative configuration of the StorageVersionStatus type for use // StorageVersionStatusApplyConfiguration represents a declarative configuration of the StorageVersionStatus type for use
// with apply. // with apply.
type StorageVersionStatusApplyConfiguration struct { type StorageVersionStatusApplyConfiguration struct {
StorageVersions []ServerStorageVersionApplyConfiguration `json:"storageVersions,omitempty"` StorageVersions []ServerStorageVersionApplyConfiguration `json:"storageVersions,omitempty"`
@ -26,7 +26,7 @@ type StorageVersionStatusApplyConfiguration struct {
Conditions []StorageVersionConditionApplyConfiguration `json:"conditions,omitempty"` Conditions []StorageVersionConditionApplyConfiguration `json:"conditions,omitempty"`
} }
// StorageVersionStatusApplyConfiguration constructs an declarative configuration of the StorageVersionStatus type for use with // StorageVersionStatusApplyConfiguration constructs a declarative configuration of the StorageVersionStatus type for use with
// apply. // apply.
func StorageVersionStatus() *StorageVersionStatusApplyConfiguration { func StorageVersionStatus() *StorageVersionStatusApplyConfiguration {
return &StorageVersionStatusApplyConfiguration{} return &StorageVersionStatusApplyConfiguration{}

View File

@ -28,7 +28,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ControllerRevisionApplyConfiguration represents an declarative configuration of the ControllerRevision type for use // ControllerRevisionApplyConfiguration represents a declarative configuration of the ControllerRevision type for use
// with apply. // with apply.
type ControllerRevisionApplyConfiguration struct { type ControllerRevisionApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -37,7 +37,7 @@ type ControllerRevisionApplyConfiguration struct {
Revision *int64 `json:"revision,omitempty"` Revision *int64 `json:"revision,omitempty"`
} }
// ControllerRevision constructs an declarative configuration of the ControllerRevision type for use with // ControllerRevision constructs a declarative configuration of the ControllerRevision type for use with
// apply. // apply.
func ControllerRevision(name, namespace string) *ControllerRevisionApplyConfiguration { func ControllerRevision(name, namespace string) *ControllerRevisionApplyConfiguration {
b := &ControllerRevisionApplyConfiguration{} b := &ControllerRevisionApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// DaemonSetApplyConfiguration represents an declarative configuration of the DaemonSet type for use // DaemonSetApplyConfiguration represents a declarative configuration of the DaemonSet type for use
// with apply. // with apply.
type DaemonSetApplyConfiguration struct { type DaemonSetApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -36,7 +36,7 @@ type DaemonSetApplyConfiguration struct {
Status *DaemonSetStatusApplyConfiguration `json:"status,omitempty"` Status *DaemonSetStatusApplyConfiguration `json:"status,omitempty"`
} }
// DaemonSet constructs an declarative configuration of the DaemonSet type for use with // DaemonSet constructs a declarative configuration of the DaemonSet type for use with
// apply. // apply.
func DaemonSet(name, namespace string) *DaemonSetApplyConfiguration { func DaemonSet(name, namespace string) *DaemonSetApplyConfiguration {
b := &DaemonSetApplyConfiguration{} b := &DaemonSetApplyConfiguration{}

View File

@ -24,7 +24,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
) )
// DaemonSetConditionApplyConfiguration represents an declarative configuration of the DaemonSetCondition type for use // DaemonSetConditionApplyConfiguration represents a declarative configuration of the DaemonSetCondition type for use
// with apply. // with apply.
type DaemonSetConditionApplyConfiguration struct { type DaemonSetConditionApplyConfiguration struct {
Type *v1.DaemonSetConditionType `json:"type,omitempty"` Type *v1.DaemonSetConditionType `json:"type,omitempty"`
@ -34,7 +34,7 @@ type DaemonSetConditionApplyConfiguration struct {
Message *string `json:"message,omitempty"` Message *string `json:"message,omitempty"`
} }
// DaemonSetConditionApplyConfiguration constructs an declarative configuration of the DaemonSetCondition type for use with // DaemonSetConditionApplyConfiguration constructs a declarative configuration of the DaemonSetCondition type for use with
// apply. // apply.
func DaemonSetCondition() *DaemonSetConditionApplyConfiguration { func DaemonSetCondition() *DaemonSetConditionApplyConfiguration {
return &DaemonSetConditionApplyConfiguration{} return &DaemonSetConditionApplyConfiguration{}

View File

@ -23,7 +23,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// DaemonSetSpecApplyConfiguration represents an declarative configuration of the DaemonSetSpec type for use // DaemonSetSpecApplyConfiguration represents a declarative configuration of the DaemonSetSpec type for use
// with apply. // with apply.
type DaemonSetSpecApplyConfiguration struct { type DaemonSetSpecApplyConfiguration struct {
Selector *v1.LabelSelectorApplyConfiguration `json:"selector,omitempty"` Selector *v1.LabelSelectorApplyConfiguration `json:"selector,omitempty"`
@ -33,7 +33,7 @@ type DaemonSetSpecApplyConfiguration struct {
RevisionHistoryLimit *int32 `json:"revisionHistoryLimit,omitempty"` RevisionHistoryLimit *int32 `json:"revisionHistoryLimit,omitempty"`
} }
// DaemonSetSpecApplyConfiguration constructs an declarative configuration of the DaemonSetSpec type for use with // DaemonSetSpecApplyConfiguration constructs a declarative configuration of the DaemonSetSpec type for use with
// apply. // apply.
func DaemonSetSpec() *DaemonSetSpecApplyConfiguration { func DaemonSetSpec() *DaemonSetSpecApplyConfiguration {
return &DaemonSetSpecApplyConfiguration{} return &DaemonSetSpecApplyConfiguration{}

View File

@ -18,7 +18,7 @@ limitations under the License.
package v1 package v1
// DaemonSetStatusApplyConfiguration represents an declarative configuration of the DaemonSetStatus type for use // DaemonSetStatusApplyConfiguration represents a declarative configuration of the DaemonSetStatus type for use
// with apply. // with apply.
type DaemonSetStatusApplyConfiguration struct { type DaemonSetStatusApplyConfiguration struct {
CurrentNumberScheduled *int32 `json:"currentNumberScheduled,omitempty"` CurrentNumberScheduled *int32 `json:"currentNumberScheduled,omitempty"`
@ -33,7 +33,7 @@ type DaemonSetStatusApplyConfiguration struct {
Conditions []DaemonSetConditionApplyConfiguration `json:"conditions,omitempty"` Conditions []DaemonSetConditionApplyConfiguration `json:"conditions,omitempty"`
} }
// DaemonSetStatusApplyConfiguration constructs an declarative configuration of the DaemonSetStatus type for use with // DaemonSetStatusApplyConfiguration constructs a declarative configuration of the DaemonSetStatus type for use with
// apply. // apply.
func DaemonSetStatus() *DaemonSetStatusApplyConfiguration { func DaemonSetStatus() *DaemonSetStatusApplyConfiguration {
return &DaemonSetStatusApplyConfiguration{} return &DaemonSetStatusApplyConfiguration{}

View File

@ -22,14 +22,14 @@ import (
v1 "k8s.io/api/apps/v1" v1 "k8s.io/api/apps/v1"
) )
// DaemonSetUpdateStrategyApplyConfiguration represents an declarative configuration of the DaemonSetUpdateStrategy type for use // DaemonSetUpdateStrategyApplyConfiguration represents a declarative configuration of the DaemonSetUpdateStrategy type for use
// with apply. // with apply.
type DaemonSetUpdateStrategyApplyConfiguration struct { type DaemonSetUpdateStrategyApplyConfiguration struct {
Type *v1.DaemonSetUpdateStrategyType `json:"type,omitempty"` Type *v1.DaemonSetUpdateStrategyType `json:"type,omitempty"`
RollingUpdate *RollingUpdateDaemonSetApplyConfiguration `json:"rollingUpdate,omitempty"` RollingUpdate *RollingUpdateDaemonSetApplyConfiguration `json:"rollingUpdate,omitempty"`
} }
// DaemonSetUpdateStrategyApplyConfiguration constructs an declarative configuration of the DaemonSetUpdateStrategy type for use with // DaemonSetUpdateStrategyApplyConfiguration constructs a declarative configuration of the DaemonSetUpdateStrategy type for use with
// apply. // apply.
func DaemonSetUpdateStrategy() *DaemonSetUpdateStrategyApplyConfiguration { func DaemonSetUpdateStrategy() *DaemonSetUpdateStrategyApplyConfiguration {
return &DaemonSetUpdateStrategyApplyConfiguration{} return &DaemonSetUpdateStrategyApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// DeploymentApplyConfiguration represents an declarative configuration of the Deployment type for use // DeploymentApplyConfiguration represents a declarative configuration of the Deployment type for use
// with apply. // with apply.
type DeploymentApplyConfiguration struct { type DeploymentApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -36,7 +36,7 @@ type DeploymentApplyConfiguration struct {
Status *DeploymentStatusApplyConfiguration `json:"status,omitempty"` Status *DeploymentStatusApplyConfiguration `json:"status,omitempty"`
} }
// Deployment constructs an declarative configuration of the Deployment type for use with // Deployment constructs a declarative configuration of the Deployment type for use with
// apply. // apply.
func Deployment(name, namespace string) *DeploymentApplyConfiguration { func Deployment(name, namespace string) *DeploymentApplyConfiguration {
b := &DeploymentApplyConfiguration{} b := &DeploymentApplyConfiguration{}

View File

@ -24,7 +24,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
) )
// DeploymentConditionApplyConfiguration represents an declarative configuration of the DeploymentCondition type for use // DeploymentConditionApplyConfiguration represents a declarative configuration of the DeploymentCondition type for use
// with apply. // with apply.
type DeploymentConditionApplyConfiguration struct { type DeploymentConditionApplyConfiguration struct {
Type *v1.DeploymentConditionType `json:"type,omitempty"` Type *v1.DeploymentConditionType `json:"type,omitempty"`
@ -35,7 +35,7 @@ type DeploymentConditionApplyConfiguration struct {
Message *string `json:"message,omitempty"` Message *string `json:"message,omitempty"`
} }
// DeploymentConditionApplyConfiguration constructs an declarative configuration of the DeploymentCondition type for use with // DeploymentConditionApplyConfiguration constructs a declarative configuration of the DeploymentCondition type for use with
// apply. // apply.
func DeploymentCondition() *DeploymentConditionApplyConfiguration { func DeploymentCondition() *DeploymentConditionApplyConfiguration {
return &DeploymentConditionApplyConfiguration{} return &DeploymentConditionApplyConfiguration{}

View File

@ -23,7 +23,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// DeploymentSpecApplyConfiguration represents an declarative configuration of the DeploymentSpec type for use // DeploymentSpecApplyConfiguration represents a declarative configuration of the DeploymentSpec type for use
// with apply. // with apply.
type DeploymentSpecApplyConfiguration struct { type DeploymentSpecApplyConfiguration struct {
Replicas *int32 `json:"replicas,omitempty"` Replicas *int32 `json:"replicas,omitempty"`
@ -36,7 +36,7 @@ type DeploymentSpecApplyConfiguration struct {
ProgressDeadlineSeconds *int32 `json:"progressDeadlineSeconds,omitempty"` ProgressDeadlineSeconds *int32 `json:"progressDeadlineSeconds,omitempty"`
} }
// DeploymentSpecApplyConfiguration constructs an declarative configuration of the DeploymentSpec type for use with // DeploymentSpecApplyConfiguration constructs a declarative configuration of the DeploymentSpec type for use with
// apply. // apply.
func DeploymentSpec() *DeploymentSpecApplyConfiguration { func DeploymentSpec() *DeploymentSpecApplyConfiguration {
return &DeploymentSpecApplyConfiguration{} return &DeploymentSpecApplyConfiguration{}

View File

@ -18,7 +18,7 @@ limitations under the License.
package v1 package v1
// DeploymentStatusApplyConfiguration represents an declarative configuration of the DeploymentStatus type for use // DeploymentStatusApplyConfiguration represents a declarative configuration of the DeploymentStatus type for use
// with apply. // with apply.
type DeploymentStatusApplyConfiguration struct { type DeploymentStatusApplyConfiguration struct {
ObservedGeneration *int64 `json:"observedGeneration,omitempty"` ObservedGeneration *int64 `json:"observedGeneration,omitempty"`
@ -31,7 +31,7 @@ type DeploymentStatusApplyConfiguration struct {
CollisionCount *int32 `json:"collisionCount,omitempty"` CollisionCount *int32 `json:"collisionCount,omitempty"`
} }
// DeploymentStatusApplyConfiguration constructs an declarative configuration of the DeploymentStatus type for use with // DeploymentStatusApplyConfiguration constructs a declarative configuration of the DeploymentStatus type for use with
// apply. // apply.
func DeploymentStatus() *DeploymentStatusApplyConfiguration { func DeploymentStatus() *DeploymentStatusApplyConfiguration {
return &DeploymentStatusApplyConfiguration{} return &DeploymentStatusApplyConfiguration{}

View File

@ -22,14 +22,14 @@ import (
v1 "k8s.io/api/apps/v1" v1 "k8s.io/api/apps/v1"
) )
// DeploymentStrategyApplyConfiguration represents an declarative configuration of the DeploymentStrategy type for use // DeploymentStrategyApplyConfiguration represents a declarative configuration of the DeploymentStrategy type for use
// with apply. // with apply.
type DeploymentStrategyApplyConfiguration struct { type DeploymentStrategyApplyConfiguration struct {
Type *v1.DeploymentStrategyType `json:"type,omitempty"` Type *v1.DeploymentStrategyType `json:"type,omitempty"`
RollingUpdate *RollingUpdateDeploymentApplyConfiguration `json:"rollingUpdate,omitempty"` RollingUpdate *RollingUpdateDeploymentApplyConfiguration `json:"rollingUpdate,omitempty"`
} }
// DeploymentStrategyApplyConfiguration constructs an declarative configuration of the DeploymentStrategy type for use with // DeploymentStrategyApplyConfiguration constructs a declarative configuration of the DeploymentStrategy type for use with
// apply. // apply.
func DeploymentStrategy() *DeploymentStrategyApplyConfiguration { func DeploymentStrategy() *DeploymentStrategyApplyConfiguration {
return &DeploymentStrategyApplyConfiguration{} return &DeploymentStrategyApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ReplicaSetApplyConfiguration represents an declarative configuration of the ReplicaSet type for use // ReplicaSetApplyConfiguration represents a declarative configuration of the ReplicaSet type for use
// with apply. // with apply.
type ReplicaSetApplyConfiguration struct { type ReplicaSetApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -36,7 +36,7 @@ type ReplicaSetApplyConfiguration struct {
Status *ReplicaSetStatusApplyConfiguration `json:"status,omitempty"` Status *ReplicaSetStatusApplyConfiguration `json:"status,omitempty"`
} }
// ReplicaSet constructs an declarative configuration of the ReplicaSet type for use with // ReplicaSet constructs a declarative configuration of the ReplicaSet type for use with
// apply. // apply.
func ReplicaSet(name, namespace string) *ReplicaSetApplyConfiguration { func ReplicaSet(name, namespace string) *ReplicaSetApplyConfiguration {
b := &ReplicaSetApplyConfiguration{} b := &ReplicaSetApplyConfiguration{}

View File

@ -24,7 +24,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
) )
// ReplicaSetConditionApplyConfiguration represents an declarative configuration of the ReplicaSetCondition type for use // ReplicaSetConditionApplyConfiguration represents a declarative configuration of the ReplicaSetCondition type for use
// with apply. // with apply.
type ReplicaSetConditionApplyConfiguration struct { type ReplicaSetConditionApplyConfiguration struct {
Type *v1.ReplicaSetConditionType `json:"type,omitempty"` Type *v1.ReplicaSetConditionType `json:"type,omitempty"`
@ -34,7 +34,7 @@ type ReplicaSetConditionApplyConfiguration struct {
Message *string `json:"message,omitempty"` Message *string `json:"message,omitempty"`
} }
// ReplicaSetConditionApplyConfiguration constructs an declarative configuration of the ReplicaSetCondition type for use with // ReplicaSetConditionApplyConfiguration constructs a declarative configuration of the ReplicaSetCondition type for use with
// apply. // apply.
func ReplicaSetCondition() *ReplicaSetConditionApplyConfiguration { func ReplicaSetCondition() *ReplicaSetConditionApplyConfiguration {
return &ReplicaSetConditionApplyConfiguration{} return &ReplicaSetConditionApplyConfiguration{}

View File

@ -23,7 +23,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ReplicaSetSpecApplyConfiguration represents an declarative configuration of the ReplicaSetSpec type for use // ReplicaSetSpecApplyConfiguration represents a declarative configuration of the ReplicaSetSpec type for use
// with apply. // with apply.
type ReplicaSetSpecApplyConfiguration struct { type ReplicaSetSpecApplyConfiguration struct {
Replicas *int32 `json:"replicas,omitempty"` Replicas *int32 `json:"replicas,omitempty"`
@ -32,7 +32,7 @@ type ReplicaSetSpecApplyConfiguration struct {
Template *corev1.PodTemplateSpecApplyConfiguration `json:"template,omitempty"` Template *corev1.PodTemplateSpecApplyConfiguration `json:"template,omitempty"`
} }
// ReplicaSetSpecApplyConfiguration constructs an declarative configuration of the ReplicaSetSpec type for use with // ReplicaSetSpecApplyConfiguration constructs a declarative configuration of the ReplicaSetSpec type for use with
// apply. // apply.
func ReplicaSetSpec() *ReplicaSetSpecApplyConfiguration { func ReplicaSetSpec() *ReplicaSetSpecApplyConfiguration {
return &ReplicaSetSpecApplyConfiguration{} return &ReplicaSetSpecApplyConfiguration{}

View File

@ -18,7 +18,7 @@ limitations under the License.
package v1 package v1
// ReplicaSetStatusApplyConfiguration represents an declarative configuration of the ReplicaSetStatus type for use // ReplicaSetStatusApplyConfiguration represents a declarative configuration of the ReplicaSetStatus type for use
// with apply. // with apply.
type ReplicaSetStatusApplyConfiguration struct { type ReplicaSetStatusApplyConfiguration struct {
Replicas *int32 `json:"replicas,omitempty"` Replicas *int32 `json:"replicas,omitempty"`
@ -29,7 +29,7 @@ type ReplicaSetStatusApplyConfiguration struct {
Conditions []ReplicaSetConditionApplyConfiguration `json:"conditions,omitempty"` Conditions []ReplicaSetConditionApplyConfiguration `json:"conditions,omitempty"`
} }
// ReplicaSetStatusApplyConfiguration constructs an declarative configuration of the ReplicaSetStatus type for use with // ReplicaSetStatusApplyConfiguration constructs a declarative configuration of the ReplicaSetStatus type for use with
// apply. // apply.
func ReplicaSetStatus() *ReplicaSetStatusApplyConfiguration { func ReplicaSetStatus() *ReplicaSetStatusApplyConfiguration {
return &ReplicaSetStatusApplyConfiguration{} return &ReplicaSetStatusApplyConfiguration{}

View File

@ -22,14 +22,14 @@ import (
intstr "k8s.io/apimachinery/pkg/util/intstr" intstr "k8s.io/apimachinery/pkg/util/intstr"
) )
// RollingUpdateDaemonSetApplyConfiguration represents an declarative configuration of the RollingUpdateDaemonSet type for use // RollingUpdateDaemonSetApplyConfiguration represents a declarative configuration of the RollingUpdateDaemonSet type for use
// with apply. // with apply.
type RollingUpdateDaemonSetApplyConfiguration struct { type RollingUpdateDaemonSetApplyConfiguration struct {
MaxUnavailable *intstr.IntOrString `json:"maxUnavailable,omitempty"` MaxUnavailable *intstr.IntOrString `json:"maxUnavailable,omitempty"`
MaxSurge *intstr.IntOrString `json:"maxSurge,omitempty"` MaxSurge *intstr.IntOrString `json:"maxSurge,omitempty"`
} }
// RollingUpdateDaemonSetApplyConfiguration constructs an declarative configuration of the RollingUpdateDaemonSet type for use with // RollingUpdateDaemonSetApplyConfiguration constructs a declarative configuration of the RollingUpdateDaemonSet type for use with
// apply. // apply.
func RollingUpdateDaemonSet() *RollingUpdateDaemonSetApplyConfiguration { func RollingUpdateDaemonSet() *RollingUpdateDaemonSetApplyConfiguration {
return &RollingUpdateDaemonSetApplyConfiguration{} return &RollingUpdateDaemonSetApplyConfiguration{}

View File

@ -22,14 +22,14 @@ import (
intstr "k8s.io/apimachinery/pkg/util/intstr" intstr "k8s.io/apimachinery/pkg/util/intstr"
) )
// RollingUpdateDeploymentApplyConfiguration represents an declarative configuration of the RollingUpdateDeployment type for use // RollingUpdateDeploymentApplyConfiguration represents a declarative configuration of the RollingUpdateDeployment type for use
// with apply. // with apply.
type RollingUpdateDeploymentApplyConfiguration struct { type RollingUpdateDeploymentApplyConfiguration struct {
MaxUnavailable *intstr.IntOrString `json:"maxUnavailable,omitempty"` MaxUnavailable *intstr.IntOrString `json:"maxUnavailable,omitempty"`
MaxSurge *intstr.IntOrString `json:"maxSurge,omitempty"` MaxSurge *intstr.IntOrString `json:"maxSurge,omitempty"`
} }
// RollingUpdateDeploymentApplyConfiguration constructs an declarative configuration of the RollingUpdateDeployment type for use with // RollingUpdateDeploymentApplyConfiguration constructs a declarative configuration of the RollingUpdateDeployment type for use with
// apply. // apply.
func RollingUpdateDeployment() *RollingUpdateDeploymentApplyConfiguration { func RollingUpdateDeployment() *RollingUpdateDeploymentApplyConfiguration {
return &RollingUpdateDeploymentApplyConfiguration{} return &RollingUpdateDeploymentApplyConfiguration{}

View File

@ -22,14 +22,14 @@ import (
intstr "k8s.io/apimachinery/pkg/util/intstr" intstr "k8s.io/apimachinery/pkg/util/intstr"
) )
// RollingUpdateStatefulSetStrategyApplyConfiguration represents an declarative configuration of the RollingUpdateStatefulSetStrategy type for use // RollingUpdateStatefulSetStrategyApplyConfiguration represents a declarative configuration of the RollingUpdateStatefulSetStrategy type for use
// with apply. // with apply.
type RollingUpdateStatefulSetStrategyApplyConfiguration struct { type RollingUpdateStatefulSetStrategyApplyConfiguration struct {
Partition *int32 `json:"partition,omitempty"` Partition *int32 `json:"partition,omitempty"`
MaxUnavailable *intstr.IntOrString `json:"maxUnavailable,omitempty"` MaxUnavailable *intstr.IntOrString `json:"maxUnavailable,omitempty"`
} }
// RollingUpdateStatefulSetStrategyApplyConfiguration constructs an declarative configuration of the RollingUpdateStatefulSetStrategy type for use with // RollingUpdateStatefulSetStrategyApplyConfiguration constructs a declarative configuration of the RollingUpdateStatefulSetStrategy type for use with
// apply. // apply.
func RollingUpdateStatefulSetStrategy() *RollingUpdateStatefulSetStrategyApplyConfiguration { func RollingUpdateStatefulSetStrategy() *RollingUpdateStatefulSetStrategyApplyConfiguration {
return &RollingUpdateStatefulSetStrategyApplyConfiguration{} return &RollingUpdateStatefulSetStrategyApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// StatefulSetApplyConfiguration represents an declarative configuration of the StatefulSet type for use // StatefulSetApplyConfiguration represents a declarative configuration of the StatefulSet type for use
// with apply. // with apply.
type StatefulSetApplyConfiguration struct { type StatefulSetApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -36,7 +36,7 @@ type StatefulSetApplyConfiguration struct {
Status *StatefulSetStatusApplyConfiguration `json:"status,omitempty"` Status *StatefulSetStatusApplyConfiguration `json:"status,omitempty"`
} }
// StatefulSet constructs an declarative configuration of the StatefulSet type for use with // StatefulSet constructs a declarative configuration of the StatefulSet type for use with
// apply. // apply.
func StatefulSet(name, namespace string) *StatefulSetApplyConfiguration { func StatefulSet(name, namespace string) *StatefulSetApplyConfiguration {
b := &StatefulSetApplyConfiguration{} b := &StatefulSetApplyConfiguration{}

View File

@ -24,7 +24,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
) )
// StatefulSetConditionApplyConfiguration represents an declarative configuration of the StatefulSetCondition type for use // StatefulSetConditionApplyConfiguration represents a declarative configuration of the StatefulSetCondition type for use
// with apply. // with apply.
type StatefulSetConditionApplyConfiguration struct { type StatefulSetConditionApplyConfiguration struct {
Type *v1.StatefulSetConditionType `json:"type,omitempty"` Type *v1.StatefulSetConditionType `json:"type,omitempty"`
@ -34,7 +34,7 @@ type StatefulSetConditionApplyConfiguration struct {
Message *string `json:"message,omitempty"` Message *string `json:"message,omitempty"`
} }
// StatefulSetConditionApplyConfiguration constructs an declarative configuration of the StatefulSetCondition type for use with // StatefulSetConditionApplyConfiguration constructs a declarative configuration of the StatefulSetCondition type for use with
// apply. // apply.
func StatefulSetCondition() *StatefulSetConditionApplyConfiguration { func StatefulSetCondition() *StatefulSetConditionApplyConfiguration {
return &StatefulSetConditionApplyConfiguration{} return &StatefulSetConditionApplyConfiguration{}

View File

@ -18,13 +18,13 @@ limitations under the License.
package v1 package v1
// StatefulSetOrdinalsApplyConfiguration represents an declarative configuration of the StatefulSetOrdinals type for use // StatefulSetOrdinalsApplyConfiguration represents a declarative configuration of the StatefulSetOrdinals type for use
// with apply. // with apply.
type StatefulSetOrdinalsApplyConfiguration struct { type StatefulSetOrdinalsApplyConfiguration struct {
Start *int32 `json:"start,omitempty"` Start *int32 `json:"start,omitempty"`
} }
// StatefulSetOrdinalsApplyConfiguration constructs an declarative configuration of the StatefulSetOrdinals type for use with // StatefulSetOrdinalsApplyConfiguration constructs a declarative configuration of the StatefulSetOrdinals type for use with
// apply. // apply.
func StatefulSetOrdinals() *StatefulSetOrdinalsApplyConfiguration { func StatefulSetOrdinals() *StatefulSetOrdinalsApplyConfiguration {
return &StatefulSetOrdinalsApplyConfiguration{} return &StatefulSetOrdinalsApplyConfiguration{}

View File

@ -22,14 +22,14 @@ import (
v1 "k8s.io/api/apps/v1" v1 "k8s.io/api/apps/v1"
) )
// StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration represents an declarative configuration of the StatefulSetPersistentVolumeClaimRetentionPolicy type for use // StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration represents a declarative configuration of the StatefulSetPersistentVolumeClaimRetentionPolicy type for use
// with apply. // with apply.
type StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration struct { type StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration struct {
WhenDeleted *v1.PersistentVolumeClaimRetentionPolicyType `json:"whenDeleted,omitempty"` WhenDeleted *v1.PersistentVolumeClaimRetentionPolicyType `json:"whenDeleted,omitempty"`
WhenScaled *v1.PersistentVolumeClaimRetentionPolicyType `json:"whenScaled,omitempty"` WhenScaled *v1.PersistentVolumeClaimRetentionPolicyType `json:"whenScaled,omitempty"`
} }
// StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration constructs an declarative configuration of the StatefulSetPersistentVolumeClaimRetentionPolicy type for use with // StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration constructs a declarative configuration of the StatefulSetPersistentVolumeClaimRetentionPolicy type for use with
// apply. // apply.
func StatefulSetPersistentVolumeClaimRetentionPolicy() *StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration { func StatefulSetPersistentVolumeClaimRetentionPolicy() *StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration {
return &StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration{} return &StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration{}

View File

@ -24,7 +24,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// StatefulSetSpecApplyConfiguration represents an declarative configuration of the StatefulSetSpec type for use // StatefulSetSpecApplyConfiguration represents a declarative configuration of the StatefulSetSpec type for use
// with apply. // with apply.
type StatefulSetSpecApplyConfiguration struct { type StatefulSetSpecApplyConfiguration struct {
Replicas *int32 `json:"replicas,omitempty"` Replicas *int32 `json:"replicas,omitempty"`
@ -40,7 +40,7 @@ type StatefulSetSpecApplyConfiguration struct {
Ordinals *StatefulSetOrdinalsApplyConfiguration `json:"ordinals,omitempty"` Ordinals *StatefulSetOrdinalsApplyConfiguration `json:"ordinals,omitempty"`
} }
// StatefulSetSpecApplyConfiguration constructs an declarative configuration of the StatefulSetSpec type for use with // StatefulSetSpecApplyConfiguration constructs a declarative configuration of the StatefulSetSpec type for use with
// apply. // apply.
func StatefulSetSpec() *StatefulSetSpecApplyConfiguration { func StatefulSetSpec() *StatefulSetSpecApplyConfiguration {
return &StatefulSetSpecApplyConfiguration{} return &StatefulSetSpecApplyConfiguration{}

View File

@ -18,7 +18,7 @@ limitations under the License.
package v1 package v1
// StatefulSetStatusApplyConfiguration represents an declarative configuration of the StatefulSetStatus type for use // StatefulSetStatusApplyConfiguration represents a declarative configuration of the StatefulSetStatus type for use
// with apply. // with apply.
type StatefulSetStatusApplyConfiguration struct { type StatefulSetStatusApplyConfiguration struct {
ObservedGeneration *int64 `json:"observedGeneration,omitempty"` ObservedGeneration *int64 `json:"observedGeneration,omitempty"`
@ -33,7 +33,7 @@ type StatefulSetStatusApplyConfiguration struct {
AvailableReplicas *int32 `json:"availableReplicas,omitempty"` AvailableReplicas *int32 `json:"availableReplicas,omitempty"`
} }
// StatefulSetStatusApplyConfiguration constructs an declarative configuration of the StatefulSetStatus type for use with // StatefulSetStatusApplyConfiguration constructs a declarative configuration of the StatefulSetStatus type for use with
// apply. // apply.
func StatefulSetStatus() *StatefulSetStatusApplyConfiguration { func StatefulSetStatus() *StatefulSetStatusApplyConfiguration {
return &StatefulSetStatusApplyConfiguration{} return &StatefulSetStatusApplyConfiguration{}

View File

@ -22,14 +22,14 @@ import (
v1 "k8s.io/api/apps/v1" v1 "k8s.io/api/apps/v1"
) )
// StatefulSetUpdateStrategyApplyConfiguration represents an declarative configuration of the StatefulSetUpdateStrategy type for use // StatefulSetUpdateStrategyApplyConfiguration represents a declarative configuration of the StatefulSetUpdateStrategy type for use
// with apply. // with apply.
type StatefulSetUpdateStrategyApplyConfiguration struct { type StatefulSetUpdateStrategyApplyConfiguration struct {
Type *v1.StatefulSetUpdateStrategyType `json:"type,omitempty"` Type *v1.StatefulSetUpdateStrategyType `json:"type,omitempty"`
RollingUpdate *RollingUpdateStatefulSetStrategyApplyConfiguration `json:"rollingUpdate,omitempty"` RollingUpdate *RollingUpdateStatefulSetStrategyApplyConfiguration `json:"rollingUpdate,omitempty"`
} }
// StatefulSetUpdateStrategyApplyConfiguration constructs an declarative configuration of the StatefulSetUpdateStrategy type for use with // StatefulSetUpdateStrategyApplyConfiguration constructs a declarative configuration of the StatefulSetUpdateStrategy type for use with
// apply. // apply.
func StatefulSetUpdateStrategy() *StatefulSetUpdateStrategyApplyConfiguration { func StatefulSetUpdateStrategy() *StatefulSetUpdateStrategyApplyConfiguration {
return &StatefulSetUpdateStrategyApplyConfiguration{} return &StatefulSetUpdateStrategyApplyConfiguration{}

View File

@ -28,7 +28,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// ControllerRevisionApplyConfiguration represents an declarative configuration of the ControllerRevision type for use // ControllerRevisionApplyConfiguration represents a declarative configuration of the ControllerRevision type for use
// with apply. // with apply.
type ControllerRevisionApplyConfiguration struct { type ControllerRevisionApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -37,7 +37,7 @@ type ControllerRevisionApplyConfiguration struct {
Revision *int64 `json:"revision,omitempty"` Revision *int64 `json:"revision,omitempty"`
} }
// ControllerRevision constructs an declarative configuration of the ControllerRevision type for use with // ControllerRevision constructs a declarative configuration of the ControllerRevision type for use with
// apply. // apply.
func ControllerRevision(name, namespace string) *ControllerRevisionApplyConfiguration { func ControllerRevision(name, namespace string) *ControllerRevisionApplyConfiguration {
b := &ControllerRevisionApplyConfiguration{} b := &ControllerRevisionApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// DeploymentApplyConfiguration represents an declarative configuration of the Deployment type for use // DeploymentApplyConfiguration represents a declarative configuration of the Deployment type for use
// with apply. // with apply.
type DeploymentApplyConfiguration struct { type DeploymentApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -36,7 +36,7 @@ type DeploymentApplyConfiguration struct {
Status *DeploymentStatusApplyConfiguration `json:"status,omitempty"` Status *DeploymentStatusApplyConfiguration `json:"status,omitempty"`
} }
// Deployment constructs an declarative configuration of the Deployment type for use with // Deployment constructs a declarative configuration of the Deployment type for use with
// apply. // apply.
func Deployment(name, namespace string) *DeploymentApplyConfiguration { func Deployment(name, namespace string) *DeploymentApplyConfiguration {
b := &DeploymentApplyConfiguration{} b := &DeploymentApplyConfiguration{}

View File

@ -24,7 +24,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
) )
// DeploymentConditionApplyConfiguration represents an declarative configuration of the DeploymentCondition type for use // DeploymentConditionApplyConfiguration represents a declarative configuration of the DeploymentCondition type for use
// with apply. // with apply.
type DeploymentConditionApplyConfiguration struct { type DeploymentConditionApplyConfiguration struct {
Type *v1beta1.DeploymentConditionType `json:"type,omitempty"` Type *v1beta1.DeploymentConditionType `json:"type,omitempty"`
@ -35,7 +35,7 @@ type DeploymentConditionApplyConfiguration struct {
Message *string `json:"message,omitempty"` Message *string `json:"message,omitempty"`
} }
// DeploymentConditionApplyConfiguration constructs an declarative configuration of the DeploymentCondition type for use with // DeploymentConditionApplyConfiguration constructs a declarative configuration of the DeploymentCondition type for use with
// apply. // apply.
func DeploymentCondition() *DeploymentConditionApplyConfiguration { func DeploymentCondition() *DeploymentConditionApplyConfiguration {
return &DeploymentConditionApplyConfiguration{} return &DeploymentConditionApplyConfiguration{}

View File

@ -23,7 +23,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// DeploymentSpecApplyConfiguration represents an declarative configuration of the DeploymentSpec type for use // DeploymentSpecApplyConfiguration represents a declarative configuration of the DeploymentSpec type for use
// with apply. // with apply.
type DeploymentSpecApplyConfiguration struct { type DeploymentSpecApplyConfiguration struct {
Replicas *int32 `json:"replicas,omitempty"` Replicas *int32 `json:"replicas,omitempty"`
@ -37,7 +37,7 @@ type DeploymentSpecApplyConfiguration struct {
ProgressDeadlineSeconds *int32 `json:"progressDeadlineSeconds,omitempty"` ProgressDeadlineSeconds *int32 `json:"progressDeadlineSeconds,omitempty"`
} }
// DeploymentSpecApplyConfiguration constructs an declarative configuration of the DeploymentSpec type for use with // DeploymentSpecApplyConfiguration constructs a declarative configuration of the DeploymentSpec type for use with
// apply. // apply.
func DeploymentSpec() *DeploymentSpecApplyConfiguration { func DeploymentSpec() *DeploymentSpecApplyConfiguration {
return &DeploymentSpecApplyConfiguration{} return &DeploymentSpecApplyConfiguration{}

View File

@ -18,7 +18,7 @@ limitations under the License.
package v1beta1 package v1beta1
// DeploymentStatusApplyConfiguration represents an declarative configuration of the DeploymentStatus type for use // DeploymentStatusApplyConfiguration represents a declarative configuration of the DeploymentStatus type for use
// with apply. // with apply.
type DeploymentStatusApplyConfiguration struct { type DeploymentStatusApplyConfiguration struct {
ObservedGeneration *int64 `json:"observedGeneration,omitempty"` ObservedGeneration *int64 `json:"observedGeneration,omitempty"`
@ -31,7 +31,7 @@ type DeploymentStatusApplyConfiguration struct {
CollisionCount *int32 `json:"collisionCount,omitempty"` CollisionCount *int32 `json:"collisionCount,omitempty"`
} }
// DeploymentStatusApplyConfiguration constructs an declarative configuration of the DeploymentStatus type for use with // DeploymentStatusApplyConfiguration constructs a declarative configuration of the DeploymentStatus type for use with
// apply. // apply.
func DeploymentStatus() *DeploymentStatusApplyConfiguration { func DeploymentStatus() *DeploymentStatusApplyConfiguration {
return &DeploymentStatusApplyConfiguration{} return &DeploymentStatusApplyConfiguration{}

View File

@ -22,14 +22,14 @@ import (
v1beta1 "k8s.io/api/apps/v1beta1" v1beta1 "k8s.io/api/apps/v1beta1"
) )
// DeploymentStrategyApplyConfiguration represents an declarative configuration of the DeploymentStrategy type for use // DeploymentStrategyApplyConfiguration represents a declarative configuration of the DeploymentStrategy type for use
// with apply. // with apply.
type DeploymentStrategyApplyConfiguration struct { type DeploymentStrategyApplyConfiguration struct {
Type *v1beta1.DeploymentStrategyType `json:"type,omitempty"` Type *v1beta1.DeploymentStrategyType `json:"type,omitempty"`
RollingUpdate *RollingUpdateDeploymentApplyConfiguration `json:"rollingUpdate,omitempty"` RollingUpdate *RollingUpdateDeploymentApplyConfiguration `json:"rollingUpdate,omitempty"`
} }
// DeploymentStrategyApplyConfiguration constructs an declarative configuration of the DeploymentStrategy type for use with // DeploymentStrategyApplyConfiguration constructs a declarative configuration of the DeploymentStrategy type for use with
// apply. // apply.
func DeploymentStrategy() *DeploymentStrategyApplyConfiguration { func DeploymentStrategy() *DeploymentStrategyApplyConfiguration {
return &DeploymentStrategyApplyConfiguration{} return &DeploymentStrategyApplyConfiguration{}

View File

@ -18,13 +18,13 @@ limitations under the License.
package v1beta1 package v1beta1
// RollbackConfigApplyConfiguration represents an declarative configuration of the RollbackConfig type for use // RollbackConfigApplyConfiguration represents a declarative configuration of the RollbackConfig type for use
// with apply. // with apply.
type RollbackConfigApplyConfiguration struct { type RollbackConfigApplyConfiguration struct {
Revision *int64 `json:"revision,omitempty"` Revision *int64 `json:"revision,omitempty"`
} }
// RollbackConfigApplyConfiguration constructs an declarative configuration of the RollbackConfig type for use with // RollbackConfigApplyConfiguration constructs a declarative configuration of the RollbackConfig type for use with
// apply. // apply.
func RollbackConfig() *RollbackConfigApplyConfiguration { func RollbackConfig() *RollbackConfigApplyConfiguration {
return &RollbackConfigApplyConfiguration{} return &RollbackConfigApplyConfiguration{}

View File

@ -22,14 +22,14 @@ import (
intstr "k8s.io/apimachinery/pkg/util/intstr" intstr "k8s.io/apimachinery/pkg/util/intstr"
) )
// RollingUpdateDeploymentApplyConfiguration represents an declarative configuration of the RollingUpdateDeployment type for use // RollingUpdateDeploymentApplyConfiguration represents a declarative configuration of the RollingUpdateDeployment type for use
// with apply. // with apply.
type RollingUpdateDeploymentApplyConfiguration struct { type RollingUpdateDeploymentApplyConfiguration struct {
MaxUnavailable *intstr.IntOrString `json:"maxUnavailable,omitempty"` MaxUnavailable *intstr.IntOrString `json:"maxUnavailable,omitempty"`
MaxSurge *intstr.IntOrString `json:"maxSurge,omitempty"` MaxSurge *intstr.IntOrString `json:"maxSurge,omitempty"`
} }
// RollingUpdateDeploymentApplyConfiguration constructs an declarative configuration of the RollingUpdateDeployment type for use with // RollingUpdateDeploymentApplyConfiguration constructs a declarative configuration of the RollingUpdateDeployment type for use with
// apply. // apply.
func RollingUpdateDeployment() *RollingUpdateDeploymentApplyConfiguration { func RollingUpdateDeployment() *RollingUpdateDeploymentApplyConfiguration {
return &RollingUpdateDeploymentApplyConfiguration{} return &RollingUpdateDeploymentApplyConfiguration{}

View File

@ -22,14 +22,14 @@ import (
intstr "k8s.io/apimachinery/pkg/util/intstr" intstr "k8s.io/apimachinery/pkg/util/intstr"
) )
// RollingUpdateStatefulSetStrategyApplyConfiguration represents an declarative configuration of the RollingUpdateStatefulSetStrategy type for use // RollingUpdateStatefulSetStrategyApplyConfiguration represents a declarative configuration of the RollingUpdateStatefulSetStrategy type for use
// with apply. // with apply.
type RollingUpdateStatefulSetStrategyApplyConfiguration struct { type RollingUpdateStatefulSetStrategyApplyConfiguration struct {
Partition *int32 `json:"partition,omitempty"` Partition *int32 `json:"partition,omitempty"`
MaxUnavailable *intstr.IntOrString `json:"maxUnavailable,omitempty"` MaxUnavailable *intstr.IntOrString `json:"maxUnavailable,omitempty"`
} }
// RollingUpdateStatefulSetStrategyApplyConfiguration constructs an declarative configuration of the RollingUpdateStatefulSetStrategy type for use with // RollingUpdateStatefulSetStrategyApplyConfiguration constructs a declarative configuration of the RollingUpdateStatefulSetStrategy type for use with
// apply. // apply.
func RollingUpdateStatefulSetStrategy() *RollingUpdateStatefulSetStrategyApplyConfiguration { func RollingUpdateStatefulSetStrategy() *RollingUpdateStatefulSetStrategyApplyConfiguration {
return &RollingUpdateStatefulSetStrategyApplyConfiguration{} return &RollingUpdateStatefulSetStrategyApplyConfiguration{}

View File

@ -27,7 +27,7 @@ import (
v1 "k8s.io/client-go/applyconfigurations/meta/v1" v1 "k8s.io/client-go/applyconfigurations/meta/v1"
) )
// StatefulSetApplyConfiguration represents an declarative configuration of the StatefulSet type for use // StatefulSetApplyConfiguration represents a declarative configuration of the StatefulSet type for use
// with apply. // with apply.
type StatefulSetApplyConfiguration struct { type StatefulSetApplyConfiguration struct {
v1.TypeMetaApplyConfiguration `json:",inline"` v1.TypeMetaApplyConfiguration `json:",inline"`
@ -36,7 +36,7 @@ type StatefulSetApplyConfiguration struct {
Status *StatefulSetStatusApplyConfiguration `json:"status,omitempty"` Status *StatefulSetStatusApplyConfiguration `json:"status,omitempty"`
} }
// StatefulSet constructs an declarative configuration of the StatefulSet type for use with // StatefulSet constructs a declarative configuration of the StatefulSet type for use with
// apply. // apply.
func StatefulSet(name, namespace string) *StatefulSetApplyConfiguration { func StatefulSet(name, namespace string) *StatefulSetApplyConfiguration {
b := &StatefulSetApplyConfiguration{} b := &StatefulSetApplyConfiguration{}

View File

@ -24,7 +24,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
) )
// StatefulSetConditionApplyConfiguration represents an declarative configuration of the StatefulSetCondition type for use // StatefulSetConditionApplyConfiguration represents a declarative configuration of the StatefulSetCondition type for use
// with apply. // with apply.
type StatefulSetConditionApplyConfiguration struct { type StatefulSetConditionApplyConfiguration struct {
Type *v1beta1.StatefulSetConditionType `json:"type,omitempty"` Type *v1beta1.StatefulSetConditionType `json:"type,omitempty"`
@ -34,7 +34,7 @@ type StatefulSetConditionApplyConfiguration struct {
Message *string `json:"message,omitempty"` Message *string `json:"message,omitempty"`
} }
// StatefulSetConditionApplyConfiguration constructs an declarative configuration of the StatefulSetCondition type for use with // StatefulSetConditionApplyConfiguration constructs a declarative configuration of the StatefulSetCondition type for use with
// apply. // apply.
func StatefulSetCondition() *StatefulSetConditionApplyConfiguration { func StatefulSetCondition() *StatefulSetConditionApplyConfiguration {
return &StatefulSetConditionApplyConfiguration{} return &StatefulSetConditionApplyConfiguration{}

View File

@ -18,13 +18,13 @@ limitations under the License.
package v1beta1 package v1beta1
// StatefulSetOrdinalsApplyConfiguration represents an declarative configuration of the StatefulSetOrdinals type for use // StatefulSetOrdinalsApplyConfiguration represents a declarative configuration of the StatefulSetOrdinals type for use
// with apply. // with apply.
type StatefulSetOrdinalsApplyConfiguration struct { type StatefulSetOrdinalsApplyConfiguration struct {
Start *int32 `json:"start,omitempty"` Start *int32 `json:"start,omitempty"`
} }
// StatefulSetOrdinalsApplyConfiguration constructs an declarative configuration of the StatefulSetOrdinals type for use with // StatefulSetOrdinalsApplyConfiguration constructs a declarative configuration of the StatefulSetOrdinals type for use with
// apply. // apply.
func StatefulSetOrdinals() *StatefulSetOrdinalsApplyConfiguration { func StatefulSetOrdinals() *StatefulSetOrdinalsApplyConfiguration {
return &StatefulSetOrdinalsApplyConfiguration{} return &StatefulSetOrdinalsApplyConfiguration{}

Some files were not shown because too many files have changed in this diff Show More