| @@ -24,7 +24,7 @@ import ( | ||||
| 	v1 "k8s.io/client-go/applyconfigurations/meta/v1" | ||||
| ) | ||||
|  | ||||
| // ExampleApplyConfiguration represents an declarative configuration of the Example type for use | ||||
| // ExampleApplyConfiguration represents a declarative configuration of the Example type for use | ||||
| // with apply. | ||||
| type ExampleApplyConfiguration struct { | ||||
| 	v1.TypeMetaApplyConfiguration    `json:",inline"` | ||||
| @@ -33,7 +33,7 @@ type ExampleApplyConfiguration struct { | ||||
| 	Status                           *ExampleStatusApplyConfiguration `json:"status,omitempty"` | ||||
| } | ||||
|  | ||||
| // Example constructs an declarative configuration of the Example type for use with | ||||
| // Example constructs a declarative configuration of the Example type for use with | ||||
| // apply. | ||||
| func Example(name, namespace string) *ExampleApplyConfiguration { | ||||
| 	b := &ExampleApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| package v1 | ||||
|  | ||||
| // ExampleSpecApplyConfiguration represents an declarative configuration of the ExampleSpec type for use | ||||
| // ExampleSpecApplyConfiguration represents a declarative configuration of the ExampleSpec type for use | ||||
| // with apply. | ||||
| type ExampleSpecApplyConfiguration struct { | ||||
| 	Foo *string `json:"foo,omitempty"` | ||||
| 	Bar *bool   `json:"bar,omitempty"` | ||||
| } | ||||
|  | ||||
| // ExampleSpecApplyConfiguration constructs an declarative configuration of the ExampleSpec type for use with | ||||
| // ExampleSpecApplyConfiguration constructs a declarative configuration of the ExampleSpec type for use with | ||||
| // apply. | ||||
| func ExampleSpec() *ExampleSpecApplyConfiguration { | ||||
| 	return &ExampleSpecApplyConfiguration{} | ||||
|   | ||||
| @@ -22,14 +22,14 @@ import ( | ||||
| 	v1 "k8s.io/apiextensions-apiserver/examples/client-go/pkg/apis/cr/v1" | ||||
| ) | ||||
|  | ||||
| // ExampleStatusApplyConfiguration represents an declarative configuration of the ExampleStatus type for use | ||||
| // ExampleStatusApplyConfiguration represents a declarative configuration of the ExampleStatus type for use | ||||
| // with apply. | ||||
| type ExampleStatusApplyConfiguration struct { | ||||
| 	State   *v1.ExampleState `json:"state,omitempty"` | ||||
| 	Message *string          `json:"message,omitempty"` | ||||
| } | ||||
|  | ||||
| // ExampleStatusApplyConfiguration constructs an declarative configuration of the ExampleStatus type for use with | ||||
| // ExampleStatusApplyConfiguration constructs a declarative configuration of the ExampleStatus type for use with | ||||
| // apply. | ||||
| func ExampleStatus() *ExampleStatusApplyConfiguration { | ||||
| 	return &ExampleStatusApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| package v1 | ||||
|  | ||||
| // CustomResourceColumnDefinitionApplyConfiguration represents an declarative configuration of the CustomResourceColumnDefinition type for use | ||||
| // CustomResourceColumnDefinitionApplyConfiguration represents a declarative configuration of the CustomResourceColumnDefinition type for use | ||||
| // with apply. | ||||
| type CustomResourceColumnDefinitionApplyConfiguration struct { | ||||
| 	Name        *string `json:"name,omitempty"` | ||||
| @@ -29,7 +29,7 @@ type CustomResourceColumnDefinitionApplyConfiguration struct { | ||||
| 	JSONPath    *string `json:"jsonPath,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceColumnDefinitionApplyConfiguration constructs an declarative configuration of the CustomResourceColumnDefinition type for use with | ||||
| // CustomResourceColumnDefinitionApplyConfiguration constructs a declarative configuration of the CustomResourceColumnDefinition type for use with | ||||
| // apply. | ||||
| func CustomResourceColumnDefinition() *CustomResourceColumnDefinitionApplyConfiguration { | ||||
| 	return &CustomResourceColumnDefinitionApplyConfiguration{} | ||||
|   | ||||
| @@ -22,14 +22,14 @@ import ( | ||||
| 	v1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" | ||||
| ) | ||||
|  | ||||
| // CustomResourceConversionApplyConfiguration represents an declarative configuration of the CustomResourceConversion type for use | ||||
| // CustomResourceConversionApplyConfiguration represents a declarative configuration of the CustomResourceConversion type for use | ||||
| // with apply. | ||||
| type CustomResourceConversionApplyConfiguration struct { | ||||
| 	Strategy *v1.ConversionStrategyType           `json:"strategy,omitempty"` | ||||
| 	Webhook  *WebhookConversionApplyConfiguration `json:"webhook,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceConversionApplyConfiguration constructs an declarative configuration of the CustomResourceConversion type for use with | ||||
| // CustomResourceConversionApplyConfiguration constructs a declarative configuration of the CustomResourceConversion type for use with | ||||
| // apply. | ||||
| func CustomResourceConversion() *CustomResourceConversionApplyConfiguration { | ||||
| 	return &CustomResourceConversionApplyConfiguration{} | ||||
|   | ||||
| @@ -24,7 +24,7 @@ import ( | ||||
| 	v1 "k8s.io/client-go/applyconfigurations/meta/v1" | ||||
| ) | ||||
|  | ||||
| // CustomResourceDefinitionApplyConfiguration represents an declarative configuration of the CustomResourceDefinition type for use | ||||
| // CustomResourceDefinitionApplyConfiguration represents a declarative configuration of the CustomResourceDefinition type for use | ||||
| // with apply. | ||||
| type CustomResourceDefinitionApplyConfiguration struct { | ||||
| 	v1.TypeMetaApplyConfiguration    `json:",inline"` | ||||
| @@ -33,7 +33,7 @@ type CustomResourceDefinitionApplyConfiguration struct { | ||||
| 	Status                           *CustomResourceDefinitionStatusApplyConfiguration `json:"status,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceDefinition constructs an declarative configuration of the CustomResourceDefinition type for use with | ||||
| // CustomResourceDefinition constructs a declarative configuration of the CustomResourceDefinition type for use with | ||||
| // apply. | ||||
| func CustomResourceDefinition(name string) *CustomResourceDefinitionApplyConfiguration { | ||||
| 	b := &CustomResourceDefinitionApplyConfiguration{} | ||||
|   | ||||
| @@ -23,7 +23,7 @@ import ( | ||||
| 	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" | ||||
| ) | ||||
|  | ||||
| // CustomResourceDefinitionConditionApplyConfiguration represents an declarative configuration of the CustomResourceDefinitionCondition type for use | ||||
| // CustomResourceDefinitionConditionApplyConfiguration represents a declarative configuration of the CustomResourceDefinitionCondition type for use | ||||
| // with apply. | ||||
| type CustomResourceDefinitionConditionApplyConfiguration struct { | ||||
| 	Type               *v1.CustomResourceDefinitionConditionType `json:"type,omitempty"` | ||||
| @@ -33,7 +33,7 @@ type CustomResourceDefinitionConditionApplyConfiguration struct { | ||||
| 	Message            *string                                   `json:"message,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceDefinitionConditionApplyConfiguration constructs an declarative configuration of the CustomResourceDefinitionCondition type for use with | ||||
| // CustomResourceDefinitionConditionApplyConfiguration constructs a declarative configuration of the CustomResourceDefinitionCondition type for use with | ||||
| // apply. | ||||
| func CustomResourceDefinitionCondition() *CustomResourceDefinitionConditionApplyConfiguration { | ||||
| 	return &CustomResourceDefinitionConditionApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| package v1 | ||||
|  | ||||
| // CustomResourceDefinitionNamesApplyConfiguration represents an declarative configuration of the CustomResourceDefinitionNames type for use | ||||
| // CustomResourceDefinitionNamesApplyConfiguration represents a declarative configuration of the CustomResourceDefinitionNames type for use | ||||
| // with apply. | ||||
| type CustomResourceDefinitionNamesApplyConfiguration struct { | ||||
| 	Plural     *string  `json:"plural,omitempty"` | ||||
| @@ -29,7 +29,7 @@ type CustomResourceDefinitionNamesApplyConfiguration struct { | ||||
| 	Categories []string `json:"categories,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceDefinitionNamesApplyConfiguration constructs an declarative configuration of the CustomResourceDefinitionNames type for use with | ||||
| // CustomResourceDefinitionNamesApplyConfiguration constructs a declarative configuration of the CustomResourceDefinitionNames type for use with | ||||
| // apply. | ||||
| func CustomResourceDefinitionNames() *CustomResourceDefinitionNamesApplyConfiguration { | ||||
| 	return &CustomResourceDefinitionNamesApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	apiextensionsv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" | ||||
| ) | ||||
|  | ||||
| // CustomResourceDefinitionSpecApplyConfiguration represents an declarative configuration of the CustomResourceDefinitionSpec type for use | ||||
| // CustomResourceDefinitionSpecApplyConfiguration represents a declarative configuration of the CustomResourceDefinitionSpec type for use | ||||
| // with apply. | ||||
| type CustomResourceDefinitionSpecApplyConfiguration struct { | ||||
| 	Group                 *string                                             `json:"group,omitempty"` | ||||
| @@ -33,7 +33,7 @@ type CustomResourceDefinitionSpecApplyConfiguration struct { | ||||
| 	PreserveUnknownFields *bool                                               `json:"preserveUnknownFields,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceDefinitionSpecApplyConfiguration constructs an declarative configuration of the CustomResourceDefinitionSpec type for use with | ||||
| // CustomResourceDefinitionSpecApplyConfiguration constructs a declarative configuration of the CustomResourceDefinitionSpec type for use with | ||||
| // apply. | ||||
| func CustomResourceDefinitionSpec() *CustomResourceDefinitionSpecApplyConfiguration { | ||||
| 	return &CustomResourceDefinitionSpecApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| package v1 | ||||
|  | ||||
| // CustomResourceDefinitionStatusApplyConfiguration represents an declarative configuration of the CustomResourceDefinitionStatus type for use | ||||
| // CustomResourceDefinitionStatusApplyConfiguration represents a declarative configuration of the CustomResourceDefinitionStatus type for use | ||||
| // with apply. | ||||
| type CustomResourceDefinitionStatusApplyConfiguration struct { | ||||
| 	Conditions     []CustomResourceDefinitionConditionApplyConfiguration `json:"conditions,omitempty"` | ||||
| @@ -26,7 +26,7 @@ type CustomResourceDefinitionStatusApplyConfiguration struct { | ||||
| 	StoredVersions []string                                              `json:"storedVersions,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceDefinitionStatusApplyConfiguration constructs an declarative configuration of the CustomResourceDefinitionStatus type for use with | ||||
| // CustomResourceDefinitionStatusApplyConfiguration constructs a declarative configuration of the CustomResourceDefinitionStatus type for use with | ||||
| // apply. | ||||
| func CustomResourceDefinitionStatus() *CustomResourceDefinitionStatusApplyConfiguration { | ||||
| 	return &CustomResourceDefinitionStatusApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| package v1 | ||||
|  | ||||
| // CustomResourceDefinitionVersionApplyConfiguration represents an declarative configuration of the CustomResourceDefinitionVersion type for use | ||||
| // CustomResourceDefinitionVersionApplyConfiguration represents a declarative configuration of the CustomResourceDefinitionVersion type for use | ||||
| // with apply. | ||||
| type CustomResourceDefinitionVersionApplyConfiguration struct { | ||||
| 	Name                     *string                                            `json:"name,omitempty"` | ||||
| @@ -32,7 +32,7 @@ type CustomResourceDefinitionVersionApplyConfiguration struct { | ||||
| 	SelectableFields         []SelectableFieldApplyConfiguration                `json:"selectableFields,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceDefinitionVersionApplyConfiguration constructs an declarative configuration of the CustomResourceDefinitionVersion type for use with | ||||
| // CustomResourceDefinitionVersionApplyConfiguration constructs a declarative configuration of the CustomResourceDefinitionVersion type for use with | ||||
| // apply. | ||||
| func CustomResourceDefinitionVersion() *CustomResourceDefinitionVersionApplyConfiguration { | ||||
| 	return &CustomResourceDefinitionVersionApplyConfiguration{} | ||||
|   | ||||
| @@ -22,14 +22,14 @@ import ( | ||||
| 	v1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" | ||||
| ) | ||||
|  | ||||
| // CustomResourceSubresourcesApplyConfiguration represents an declarative configuration of the CustomResourceSubresources type for use | ||||
| // CustomResourceSubresourcesApplyConfiguration represents a declarative configuration of the CustomResourceSubresources type for use | ||||
| // with apply. | ||||
| type CustomResourceSubresourcesApplyConfiguration struct { | ||||
| 	Status *v1.CustomResourceSubresourceStatus               `json:"status,omitempty"` | ||||
| 	Scale  *CustomResourceSubresourceScaleApplyConfiguration `json:"scale,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceSubresourcesApplyConfiguration constructs an declarative configuration of the CustomResourceSubresources type for use with | ||||
| // CustomResourceSubresourcesApplyConfiguration constructs a declarative configuration of the CustomResourceSubresources type for use with | ||||
| // apply. | ||||
| func CustomResourceSubresources() *CustomResourceSubresourcesApplyConfiguration { | ||||
| 	return &CustomResourceSubresourcesApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| package v1 | ||||
|  | ||||
| // CustomResourceSubresourceScaleApplyConfiguration represents an declarative configuration of the CustomResourceSubresourceScale type for use | ||||
| // CustomResourceSubresourceScaleApplyConfiguration represents a declarative configuration of the CustomResourceSubresourceScale type for use | ||||
| // with apply. | ||||
| type CustomResourceSubresourceScaleApplyConfiguration struct { | ||||
| 	SpecReplicasPath   *string `json:"specReplicasPath,omitempty"` | ||||
| @@ -26,7 +26,7 @@ type CustomResourceSubresourceScaleApplyConfiguration struct { | ||||
| 	LabelSelectorPath  *string `json:"labelSelectorPath,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceSubresourceScaleApplyConfiguration constructs an declarative configuration of the CustomResourceSubresourceScale type for use with | ||||
| // CustomResourceSubresourceScaleApplyConfiguration constructs a declarative configuration of the CustomResourceSubresourceScale type for use with | ||||
| // apply. | ||||
| func CustomResourceSubresourceScale() *CustomResourceSubresourceScaleApplyConfiguration { | ||||
| 	return &CustomResourceSubresourceScaleApplyConfiguration{} | ||||
|   | ||||
| @@ -18,13 +18,13 @@ limitations under the License. | ||||
|  | ||||
| package v1 | ||||
|  | ||||
| // CustomResourceValidationApplyConfiguration represents an declarative configuration of the CustomResourceValidation type for use | ||||
| // CustomResourceValidationApplyConfiguration represents a declarative configuration of the CustomResourceValidation type for use | ||||
| // with apply. | ||||
| type CustomResourceValidationApplyConfiguration struct { | ||||
| 	OpenAPIV3Schema *JSONSchemaPropsApplyConfiguration `json:"openAPIV3Schema,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceValidationApplyConfiguration constructs an declarative configuration of the CustomResourceValidation type for use with | ||||
| // CustomResourceValidationApplyConfiguration constructs a declarative configuration of the CustomResourceValidation type for use with | ||||
| // apply. | ||||
| func CustomResourceValidation() *CustomResourceValidationApplyConfiguration { | ||||
| 	return &CustomResourceValidationApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| package v1 | ||||
|  | ||||
| // ExternalDocumentationApplyConfiguration represents an declarative configuration of the ExternalDocumentation type for use | ||||
| // ExternalDocumentationApplyConfiguration represents a declarative configuration of the ExternalDocumentation type for use | ||||
| // with apply. | ||||
| type ExternalDocumentationApplyConfiguration struct { | ||||
| 	Description *string `json:"description,omitempty"` | ||||
| 	URL         *string `json:"url,omitempty"` | ||||
| } | ||||
|  | ||||
| // ExternalDocumentationApplyConfiguration constructs an declarative configuration of the ExternalDocumentation type for use with | ||||
| // ExternalDocumentationApplyConfiguration constructs a declarative configuration of the ExternalDocumentation type for use with | ||||
| // apply. | ||||
| func ExternalDocumentation() *ExternalDocumentationApplyConfiguration { | ||||
| 	return &ExternalDocumentationApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	v1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" | ||||
| ) | ||||
|  | ||||
| // JSONSchemaPropsApplyConfiguration represents an declarative configuration of the JSONSchemaProps type for use | ||||
| // JSONSchemaPropsApplyConfiguration represents a declarative configuration of the JSONSchemaProps type for use | ||||
| // with apply. | ||||
| type JSONSchemaPropsApplyConfiguration struct { | ||||
| 	ID                     *string                                      `json:"id,omitempty"` | ||||
| @@ -71,7 +71,7 @@ type JSONSchemaPropsApplyConfiguration struct { | ||||
| 	XValidations           *v1.ValidationRules                          `json:"x-kubernetes-validations,omitempty"` | ||||
| } | ||||
|  | ||||
| // JSONSchemaPropsApplyConfiguration constructs an declarative configuration of the JSONSchemaProps type for use with | ||||
| // JSONSchemaPropsApplyConfiguration constructs a declarative configuration of the JSONSchemaProps type for use with | ||||
| // apply. | ||||
| func JSONSchemaProps() *JSONSchemaPropsApplyConfiguration { | ||||
| 	return &JSONSchemaPropsApplyConfiguration{} | ||||
|   | ||||
| @@ -18,13 +18,13 @@ limitations under the License. | ||||
|  | ||||
| package v1 | ||||
|  | ||||
| // SelectableFieldApplyConfiguration represents an declarative configuration of the SelectableField type for use | ||||
| // SelectableFieldApplyConfiguration represents a declarative configuration of the SelectableField type for use | ||||
| // with apply. | ||||
| type SelectableFieldApplyConfiguration struct { | ||||
| 	JSONPath *string `json:"jsonPath,omitempty"` | ||||
| } | ||||
|  | ||||
| // SelectableFieldApplyConfiguration constructs an declarative configuration of the SelectableField type for use with | ||||
| // SelectableFieldApplyConfiguration constructs a declarative configuration of the SelectableField type for use with | ||||
| // apply. | ||||
| func SelectableField() *SelectableFieldApplyConfiguration { | ||||
| 	return &SelectableFieldApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type ServiceReferenceApplyConfiguration struct { | ||||
| 	Namespace *string `json:"namespace,omitempty"` | ||||
| @@ -27,7 +27,7 @@ type ServiceReferenceApplyConfiguration struct { | ||||
| 	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. | ||||
| func ServiceReference() *ServiceReferenceApplyConfiguration { | ||||
| 	return &ServiceReferenceApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	v1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" | ||||
| ) | ||||
|  | ||||
| // ValidationRuleApplyConfiguration represents an declarative configuration of the ValidationRule type for use | ||||
| // ValidationRuleApplyConfiguration represents a declarative configuration of the ValidationRule type for use | ||||
| // with apply. | ||||
| type ValidationRuleApplyConfiguration struct { | ||||
| 	Rule              *string                   `json:"rule,omitempty"` | ||||
| @@ -33,7 +33,7 @@ type ValidationRuleApplyConfiguration struct { | ||||
| 	OptionalOldSelf   *bool                     `json:"optionalOldSelf,omitempty"` | ||||
| } | ||||
|  | ||||
| // ValidationRuleApplyConfiguration constructs an declarative configuration of the ValidationRule type for use with | ||||
| // ValidationRuleApplyConfiguration constructs a declarative configuration of the ValidationRule type for use with | ||||
| // apply. | ||||
| func ValidationRule() *ValidationRuleApplyConfiguration { | ||||
| 	return &ValidationRuleApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type WebhookClientConfigApplyConfiguration struct { | ||||
| 	URL      *string                             `json:"url,omitempty"` | ||||
| @@ -26,7 +26,7 @@ type WebhookClientConfigApplyConfiguration struct { | ||||
| 	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. | ||||
| func WebhookClientConfig() *WebhookClientConfigApplyConfiguration { | ||||
| 	return &WebhookClientConfigApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| package v1 | ||||
|  | ||||
| // WebhookConversionApplyConfiguration represents an declarative configuration of the WebhookConversion type for use | ||||
| // WebhookConversionApplyConfiguration represents a declarative configuration of the WebhookConversion type for use | ||||
| // with apply. | ||||
| type WebhookConversionApplyConfiguration struct { | ||||
| 	ClientConfig             *WebhookClientConfigApplyConfiguration `json:"clientConfig,omitempty"` | ||||
| 	ConversionReviewVersions []string                               `json:"conversionReviewVersions,omitempty"` | ||||
| } | ||||
|  | ||||
| // WebhookConversionApplyConfiguration constructs an declarative configuration of the WebhookConversion type for use with | ||||
| // WebhookConversionApplyConfiguration constructs a declarative configuration of the WebhookConversion type for use with | ||||
| // apply. | ||||
| func WebhookConversion() *WebhookConversionApplyConfiguration { | ||||
| 	return &WebhookConversionApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| package v1beta1 | ||||
|  | ||||
| // CustomResourceColumnDefinitionApplyConfiguration represents an declarative configuration of the CustomResourceColumnDefinition type for use | ||||
| // CustomResourceColumnDefinitionApplyConfiguration represents a declarative configuration of the CustomResourceColumnDefinition type for use | ||||
| // with apply. | ||||
| type CustomResourceColumnDefinitionApplyConfiguration struct { | ||||
| 	Name        *string `json:"name,omitempty"` | ||||
| @@ -29,7 +29,7 @@ type CustomResourceColumnDefinitionApplyConfiguration struct { | ||||
| 	JSONPath    *string `json:"JSONPath,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceColumnDefinitionApplyConfiguration constructs an declarative configuration of the CustomResourceColumnDefinition type for use with | ||||
| // CustomResourceColumnDefinitionApplyConfiguration constructs a declarative configuration of the CustomResourceColumnDefinition type for use with | ||||
| // apply. | ||||
| func CustomResourceColumnDefinition() *CustomResourceColumnDefinitionApplyConfiguration { | ||||
| 	return &CustomResourceColumnDefinitionApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	v1beta1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1" | ||||
| ) | ||||
|  | ||||
| // CustomResourceConversionApplyConfiguration represents an declarative configuration of the CustomResourceConversion type for use | ||||
| // CustomResourceConversionApplyConfiguration represents a declarative configuration of the CustomResourceConversion type for use | ||||
| // with apply. | ||||
| type CustomResourceConversionApplyConfiguration struct { | ||||
| 	Strategy                 *v1beta1.ConversionStrategyType        `json:"strategy,omitempty"` | ||||
| @@ -30,7 +30,7 @@ type CustomResourceConversionApplyConfiguration struct { | ||||
| 	ConversionReviewVersions []string                               `json:"conversionReviewVersions,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceConversionApplyConfiguration constructs an declarative configuration of the CustomResourceConversion type for use with | ||||
| // CustomResourceConversionApplyConfiguration constructs a declarative configuration of the CustomResourceConversion type for use with | ||||
| // apply. | ||||
| func CustomResourceConversion() *CustomResourceConversionApplyConfiguration { | ||||
| 	return &CustomResourceConversionApplyConfiguration{} | ||||
|   | ||||
| @@ -24,7 +24,7 @@ import ( | ||||
| 	v1 "k8s.io/client-go/applyconfigurations/meta/v1" | ||||
| ) | ||||
|  | ||||
| // CustomResourceDefinitionApplyConfiguration represents an declarative configuration of the CustomResourceDefinition type for use | ||||
| // CustomResourceDefinitionApplyConfiguration represents a declarative configuration of the CustomResourceDefinition type for use | ||||
| // with apply. | ||||
| type CustomResourceDefinitionApplyConfiguration struct { | ||||
| 	v1.TypeMetaApplyConfiguration    `json:",inline"` | ||||
| @@ -33,7 +33,7 @@ type CustomResourceDefinitionApplyConfiguration struct { | ||||
| 	Status                           *CustomResourceDefinitionStatusApplyConfiguration `json:"status,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceDefinition constructs an declarative configuration of the CustomResourceDefinition type for use with | ||||
| // CustomResourceDefinition constructs a declarative configuration of the CustomResourceDefinition type for use with | ||||
| // apply. | ||||
| func CustomResourceDefinition(name string) *CustomResourceDefinitionApplyConfiguration { | ||||
| 	b := &CustomResourceDefinitionApplyConfiguration{} | ||||
|   | ||||
| @@ -23,7 +23,7 @@ import ( | ||||
| 	v1 "k8s.io/apimachinery/pkg/apis/meta/v1" | ||||
| ) | ||||
|  | ||||
| // CustomResourceDefinitionConditionApplyConfiguration represents an declarative configuration of the CustomResourceDefinitionCondition type for use | ||||
| // CustomResourceDefinitionConditionApplyConfiguration represents a declarative configuration of the CustomResourceDefinitionCondition type for use | ||||
| // with apply. | ||||
| type CustomResourceDefinitionConditionApplyConfiguration struct { | ||||
| 	Type               *v1beta1.CustomResourceDefinitionConditionType `json:"type,omitempty"` | ||||
| @@ -33,7 +33,7 @@ type CustomResourceDefinitionConditionApplyConfiguration struct { | ||||
| 	Message            *string                                        `json:"message,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceDefinitionConditionApplyConfiguration constructs an declarative configuration of the CustomResourceDefinitionCondition type for use with | ||||
| // CustomResourceDefinitionConditionApplyConfiguration constructs a declarative configuration of the CustomResourceDefinitionCondition type for use with | ||||
| // apply. | ||||
| func CustomResourceDefinitionCondition() *CustomResourceDefinitionConditionApplyConfiguration { | ||||
| 	return &CustomResourceDefinitionConditionApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| package v1beta1 | ||||
|  | ||||
| // CustomResourceDefinitionNamesApplyConfiguration represents an declarative configuration of the CustomResourceDefinitionNames type for use | ||||
| // CustomResourceDefinitionNamesApplyConfiguration represents a declarative configuration of the CustomResourceDefinitionNames type for use | ||||
| // with apply. | ||||
| type CustomResourceDefinitionNamesApplyConfiguration struct { | ||||
| 	Plural     *string  `json:"plural,omitempty"` | ||||
| @@ -29,7 +29,7 @@ type CustomResourceDefinitionNamesApplyConfiguration struct { | ||||
| 	Categories []string `json:"categories,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceDefinitionNamesApplyConfiguration constructs an declarative configuration of the CustomResourceDefinitionNames type for use with | ||||
| // CustomResourceDefinitionNamesApplyConfiguration constructs a declarative configuration of the CustomResourceDefinitionNames type for use with | ||||
| // apply. | ||||
| func CustomResourceDefinitionNames() *CustomResourceDefinitionNamesApplyConfiguration { | ||||
| 	return &CustomResourceDefinitionNamesApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	apiextensionsv1beta1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1" | ||||
| ) | ||||
|  | ||||
| // CustomResourceDefinitionSpecApplyConfiguration represents an declarative configuration of the CustomResourceDefinitionSpec type for use | ||||
| // CustomResourceDefinitionSpecApplyConfiguration represents a declarative configuration of the CustomResourceDefinitionSpec type for use | ||||
| // with apply. | ||||
| type CustomResourceDefinitionSpecApplyConfiguration struct { | ||||
| 	Group                    *string                                             `json:"group,omitempty"` | ||||
| @@ -38,7 +38,7 @@ type CustomResourceDefinitionSpecApplyConfiguration struct { | ||||
| 	PreserveUnknownFields    *bool                                               `json:"preserveUnknownFields,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceDefinitionSpecApplyConfiguration constructs an declarative configuration of the CustomResourceDefinitionSpec type for use with | ||||
| // CustomResourceDefinitionSpecApplyConfiguration constructs a declarative configuration of the CustomResourceDefinitionSpec type for use with | ||||
| // apply. | ||||
| func CustomResourceDefinitionSpec() *CustomResourceDefinitionSpecApplyConfiguration { | ||||
| 	return &CustomResourceDefinitionSpecApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| package v1beta1 | ||||
|  | ||||
| // CustomResourceDefinitionStatusApplyConfiguration represents an declarative configuration of the CustomResourceDefinitionStatus type for use | ||||
| // CustomResourceDefinitionStatusApplyConfiguration represents a declarative configuration of the CustomResourceDefinitionStatus type for use | ||||
| // with apply. | ||||
| type CustomResourceDefinitionStatusApplyConfiguration struct { | ||||
| 	Conditions     []CustomResourceDefinitionConditionApplyConfiguration `json:"conditions,omitempty"` | ||||
| @@ -26,7 +26,7 @@ type CustomResourceDefinitionStatusApplyConfiguration struct { | ||||
| 	StoredVersions []string                                              `json:"storedVersions,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceDefinitionStatusApplyConfiguration constructs an declarative configuration of the CustomResourceDefinitionStatus type for use with | ||||
| // CustomResourceDefinitionStatusApplyConfiguration constructs a declarative configuration of the CustomResourceDefinitionStatus type for use with | ||||
| // apply. | ||||
| func CustomResourceDefinitionStatus() *CustomResourceDefinitionStatusApplyConfiguration { | ||||
| 	return &CustomResourceDefinitionStatusApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| package v1beta1 | ||||
|  | ||||
| // CustomResourceDefinitionVersionApplyConfiguration represents an declarative configuration of the CustomResourceDefinitionVersion type for use | ||||
| // CustomResourceDefinitionVersionApplyConfiguration represents a declarative configuration of the CustomResourceDefinitionVersion type for use | ||||
| // with apply. | ||||
| type CustomResourceDefinitionVersionApplyConfiguration struct { | ||||
| 	Name                     *string                                            `json:"name,omitempty"` | ||||
| @@ -32,7 +32,7 @@ type CustomResourceDefinitionVersionApplyConfiguration struct { | ||||
| 	SelectableFields         []SelectableFieldApplyConfiguration                `json:"selectableFields,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceDefinitionVersionApplyConfiguration constructs an declarative configuration of the CustomResourceDefinitionVersion type for use with | ||||
| // CustomResourceDefinitionVersionApplyConfiguration constructs a declarative configuration of the CustomResourceDefinitionVersion type for use with | ||||
| // apply. | ||||
| func CustomResourceDefinitionVersion() *CustomResourceDefinitionVersionApplyConfiguration { | ||||
| 	return &CustomResourceDefinitionVersionApplyConfiguration{} | ||||
|   | ||||
| @@ -22,14 +22,14 @@ import ( | ||||
| 	v1beta1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1" | ||||
| ) | ||||
|  | ||||
| // CustomResourceSubresourcesApplyConfiguration represents an declarative configuration of the CustomResourceSubresources type for use | ||||
| // CustomResourceSubresourcesApplyConfiguration represents a declarative configuration of the CustomResourceSubresources type for use | ||||
| // with apply. | ||||
| type CustomResourceSubresourcesApplyConfiguration struct { | ||||
| 	Status *v1beta1.CustomResourceSubresourceStatus          `json:"status,omitempty"` | ||||
| 	Scale  *CustomResourceSubresourceScaleApplyConfiguration `json:"scale,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceSubresourcesApplyConfiguration constructs an declarative configuration of the CustomResourceSubresources type for use with | ||||
| // CustomResourceSubresourcesApplyConfiguration constructs a declarative configuration of the CustomResourceSubresources type for use with | ||||
| // apply. | ||||
| func CustomResourceSubresources() *CustomResourceSubresourcesApplyConfiguration { | ||||
| 	return &CustomResourceSubresourcesApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| package v1beta1 | ||||
|  | ||||
| // CustomResourceSubresourceScaleApplyConfiguration represents an declarative configuration of the CustomResourceSubresourceScale type for use | ||||
| // CustomResourceSubresourceScaleApplyConfiguration represents a declarative configuration of the CustomResourceSubresourceScale type for use | ||||
| // with apply. | ||||
| type CustomResourceSubresourceScaleApplyConfiguration struct { | ||||
| 	SpecReplicasPath   *string `json:"specReplicasPath,omitempty"` | ||||
| @@ -26,7 +26,7 @@ type CustomResourceSubresourceScaleApplyConfiguration struct { | ||||
| 	LabelSelectorPath  *string `json:"labelSelectorPath,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceSubresourceScaleApplyConfiguration constructs an declarative configuration of the CustomResourceSubresourceScale type for use with | ||||
| // CustomResourceSubresourceScaleApplyConfiguration constructs a declarative configuration of the CustomResourceSubresourceScale type for use with | ||||
| // apply. | ||||
| func CustomResourceSubresourceScale() *CustomResourceSubresourceScaleApplyConfiguration { | ||||
| 	return &CustomResourceSubresourceScaleApplyConfiguration{} | ||||
|   | ||||
| @@ -18,13 +18,13 @@ limitations under the License. | ||||
|  | ||||
| package v1beta1 | ||||
|  | ||||
| // CustomResourceValidationApplyConfiguration represents an declarative configuration of the CustomResourceValidation type for use | ||||
| // CustomResourceValidationApplyConfiguration represents a declarative configuration of the CustomResourceValidation type for use | ||||
| // with apply. | ||||
| type CustomResourceValidationApplyConfiguration struct { | ||||
| 	OpenAPIV3Schema *JSONSchemaPropsApplyConfiguration `json:"openAPIV3Schema,omitempty"` | ||||
| } | ||||
|  | ||||
| // CustomResourceValidationApplyConfiguration constructs an declarative configuration of the CustomResourceValidation type for use with | ||||
| // CustomResourceValidationApplyConfiguration constructs a declarative configuration of the CustomResourceValidation type for use with | ||||
| // apply. | ||||
| func CustomResourceValidation() *CustomResourceValidationApplyConfiguration { | ||||
| 	return &CustomResourceValidationApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| package v1beta1 | ||||
|  | ||||
| // ExternalDocumentationApplyConfiguration represents an declarative configuration of the ExternalDocumentation type for use | ||||
| // ExternalDocumentationApplyConfiguration represents a declarative configuration of the ExternalDocumentation type for use | ||||
| // with apply. | ||||
| type ExternalDocumentationApplyConfiguration struct { | ||||
| 	Description *string `json:"description,omitempty"` | ||||
| 	URL         *string `json:"url,omitempty"` | ||||
| } | ||||
|  | ||||
| // ExternalDocumentationApplyConfiguration constructs an declarative configuration of the ExternalDocumentation type for use with | ||||
| // ExternalDocumentationApplyConfiguration constructs a declarative configuration of the ExternalDocumentation type for use with | ||||
| // apply. | ||||
| func ExternalDocumentation() *ExternalDocumentationApplyConfiguration { | ||||
| 	return &ExternalDocumentationApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	v1beta1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1" | ||||
| ) | ||||
|  | ||||
| // JSONSchemaPropsApplyConfiguration represents an declarative configuration of the JSONSchemaProps type for use | ||||
| // JSONSchemaPropsApplyConfiguration represents a declarative configuration of the JSONSchemaProps type for use | ||||
| // with apply. | ||||
| type JSONSchemaPropsApplyConfiguration struct { | ||||
| 	ID                     *string                                      `json:"id,omitempty"` | ||||
| @@ -71,7 +71,7 @@ type JSONSchemaPropsApplyConfiguration struct { | ||||
| 	XValidations           *v1beta1.ValidationRules                     `json:"x-kubernetes-validations,omitempty"` | ||||
| } | ||||
|  | ||||
| // JSONSchemaPropsApplyConfiguration constructs an declarative configuration of the JSONSchemaProps type for use with | ||||
| // JSONSchemaPropsApplyConfiguration constructs a declarative configuration of the JSONSchemaProps type for use with | ||||
| // apply. | ||||
| func JSONSchemaProps() *JSONSchemaPropsApplyConfiguration { | ||||
| 	return &JSONSchemaPropsApplyConfiguration{} | ||||
|   | ||||
| @@ -18,13 +18,13 @@ limitations under the License. | ||||
|  | ||||
| package v1beta1 | ||||
|  | ||||
| // SelectableFieldApplyConfiguration represents an declarative configuration of the SelectableField type for use | ||||
| // SelectableFieldApplyConfiguration represents a declarative configuration of the SelectableField type for use | ||||
| // with apply. | ||||
| type SelectableFieldApplyConfiguration struct { | ||||
| 	JSONPath *string `json:"jsonPath,omitempty"` | ||||
| } | ||||
|  | ||||
| // SelectableFieldApplyConfiguration constructs an declarative configuration of the SelectableField type for use with | ||||
| // SelectableFieldApplyConfiguration constructs a declarative configuration of the SelectableField type for use with | ||||
| // apply. | ||||
| func SelectableField() *SelectableFieldApplyConfiguration { | ||||
| 	return &SelectableFieldApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type ServiceReferenceApplyConfiguration struct { | ||||
| 	Namespace *string `json:"namespace,omitempty"` | ||||
| @@ -27,7 +27,7 @@ type ServiceReferenceApplyConfiguration struct { | ||||
| 	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. | ||||
| func ServiceReference() *ServiceReferenceApplyConfiguration { | ||||
| 	return &ServiceReferenceApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	v1beta1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1" | ||||
| ) | ||||
|  | ||||
| // ValidationRuleApplyConfiguration represents an declarative configuration of the ValidationRule type for use | ||||
| // ValidationRuleApplyConfiguration represents a declarative configuration of the ValidationRule type for use | ||||
| // with apply. | ||||
| type ValidationRuleApplyConfiguration struct { | ||||
| 	Rule              *string                        `json:"rule,omitempty"` | ||||
| @@ -33,7 +33,7 @@ type ValidationRuleApplyConfiguration struct { | ||||
| 	OptionalOldSelf   *bool                          `json:"optionalOldSelf,omitempty"` | ||||
| } | ||||
|  | ||||
| // ValidationRuleApplyConfiguration constructs an declarative configuration of the ValidationRule type for use with | ||||
| // ValidationRuleApplyConfiguration constructs a declarative configuration of the ValidationRule type for use with | ||||
| // apply. | ||||
| func ValidationRule() *ValidationRuleApplyConfiguration { | ||||
| 	return &ValidationRuleApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type WebhookClientConfigApplyConfiguration struct { | ||||
| 	URL      *string                             `json:"url,omitempty"` | ||||
| @@ -26,7 +26,7 @@ type WebhookClientConfigApplyConfiguration struct { | ||||
| 	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. | ||||
| func WebhookClientConfig() *WebhookClientConfigApplyConfiguration { | ||||
| 	return &WebhookClientConfigApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type AuditAnnotationApplyConfiguration struct { | ||||
| 	Key             *string `json:"key,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. | ||||
| func AuditAnnotation() *AuditAnnotationApplyConfiguration { | ||||
| 	return &AuditAnnotationApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type ExpressionWarningApplyConfiguration struct { | ||||
| 	FieldRef *string `json:"fieldRef,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. | ||||
| func ExpressionWarning() *ExpressionWarningApplyConfiguration { | ||||
| 	return &ExpressionWarningApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type MatchConditionApplyConfiguration struct { | ||||
| 	Name       *string `json:"name,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. | ||||
| func MatchCondition() *MatchConditionApplyConfiguration { | ||||
| 	return &MatchConditionApplyConfiguration{} | ||||
|   | ||||
| @@ -23,7 +23,7 @@ import ( | ||||
| 	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. | ||||
| type MatchResourcesApplyConfiguration struct { | ||||
| 	NamespaceSelector    *v1.LabelSelectorApplyConfiguration         `json:"namespaceSelector,omitempty"` | ||||
| @@ -33,7 +33,7 @@ type MatchResourcesApplyConfiguration struct { | ||||
| 	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. | ||||
| func MatchResources() *MatchResourcesApplyConfiguration { | ||||
| 	return &MatchResourcesApplyConfiguration{} | ||||
|   | ||||
| @@ -23,7 +23,7 @@ import ( | ||||
| 	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. | ||||
| type MutatingWebhookApplyConfiguration struct { | ||||
| 	Name                    *string                                         `json:"name,omitempty"` | ||||
| @@ -40,7 +40,7 @@ type MutatingWebhookApplyConfiguration struct { | ||||
| 	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. | ||||
| func MutatingWebhook() *MutatingWebhookApplyConfiguration { | ||||
| 	return &MutatingWebhookApplyConfiguration{} | ||||
|   | ||||
| @@ -27,7 +27,7 @@ import ( | ||||
| 	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. | ||||
| type MutatingWebhookConfigurationApplyConfiguration struct { | ||||
| 	v1.TypeMetaApplyConfiguration    `json:",inline"` | ||||
| @@ -35,7 +35,7 @@ type MutatingWebhookConfigurationApplyConfiguration struct { | ||||
| 	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. | ||||
| func MutatingWebhookConfiguration(name string) *MutatingWebhookConfigurationApplyConfiguration { | ||||
| 	b := &MutatingWebhookConfigurationApplyConfiguration{} | ||||
|   | ||||
| @@ -22,14 +22,14 @@ import ( | ||||
| 	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. | ||||
| type NamedRuleWithOperationsApplyConfiguration struct { | ||||
| 	ResourceNames                        []string `json:"resourceNames,omitempty"` | ||||
| 	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. | ||||
| func NamedRuleWithOperations() *NamedRuleWithOperationsApplyConfiguration { | ||||
| 	return &NamedRuleWithOperationsApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type ParamKindApplyConfiguration struct { | ||||
| 	APIVersion *string `json:"apiVersion,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. | ||||
| func ParamKind() *ParamKindApplyConfiguration { | ||||
| 	return &ParamKindApplyConfiguration{} | ||||
|   | ||||
| @@ -23,7 +23,7 @@ import ( | ||||
| 	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. | ||||
| type ParamRefApplyConfiguration struct { | ||||
| 	Name                    *string                                              `json:"name,omitempty"` | ||||
| @@ -32,7 +32,7 @@ type ParamRefApplyConfiguration struct { | ||||
| 	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. | ||||
| func ParamRef() *ParamRefApplyConfiguration { | ||||
| 	return &ParamRefApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	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. | ||||
| type RuleApplyConfiguration struct { | ||||
| 	APIGroups   []string      `json:"apiGroups,omitempty"` | ||||
| @@ -31,7 +31,7 @@ type RuleApplyConfiguration struct { | ||||
| 	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. | ||||
| func Rule() *RuleApplyConfiguration { | ||||
| 	return &RuleApplyConfiguration{} | ||||
|   | ||||
| @@ -22,14 +22,14 @@ import ( | ||||
| 	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. | ||||
| type RuleWithOperationsApplyConfiguration struct { | ||||
| 	Operations             []v1.OperationType `json:"operations,omitempty"` | ||||
| 	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. | ||||
| func RuleWithOperations() *RuleWithOperationsApplyConfiguration { | ||||
| 	return &RuleWithOperationsApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type ServiceReferenceApplyConfiguration struct { | ||||
| 	Namespace *string `json:"namespace,omitempty"` | ||||
| @@ -27,7 +27,7 @@ type ServiceReferenceApplyConfiguration struct { | ||||
| 	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. | ||||
| func ServiceReference() *ServiceReferenceApplyConfiguration { | ||||
| 	return &ServiceReferenceApplyConfiguration{} | ||||
|   | ||||
| @@ -18,13 +18,13 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type TypeCheckingApplyConfiguration struct { | ||||
| 	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. | ||||
| func TypeChecking() *TypeCheckingApplyConfiguration { | ||||
| 	return &TypeCheckingApplyConfiguration{} | ||||
|   | ||||
| @@ -27,7 +27,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingAdmissionPolicyApplyConfiguration struct { | ||||
| 	v1.TypeMetaApplyConfiguration    `json:",inline"` | ||||
| @@ -36,7 +36,7 @@ type ValidatingAdmissionPolicyApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingAdmissionPolicy(name string) *ValidatingAdmissionPolicyApplyConfiguration { | ||||
| 	b := &ValidatingAdmissionPolicyApplyConfiguration{} | ||||
|   | ||||
| @@ -27,7 +27,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingAdmissionPolicyBindingApplyConfiguration struct { | ||||
| 	v1.TypeMetaApplyConfiguration    `json:",inline"` | ||||
| @@ -35,7 +35,7 @@ type ValidatingAdmissionPolicyBindingApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingAdmissionPolicyBinding(name string) *ValidatingAdmissionPolicyBindingApplyConfiguration { | ||||
| 	b := &ValidatingAdmissionPolicyBindingApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct { | ||||
| 	PolicyName        *string                                    `json:"policyName,omitempty"` | ||||
| @@ -31,7 +31,7 @@ type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingAdmissionPolicyBindingSpec() *ValidatingAdmissionPolicyBindingSpecApplyConfiguration { | ||||
| 	return &ValidatingAdmissionPolicyBindingSpecApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingAdmissionPolicySpecApplyConfiguration struct { | ||||
| 	ParamKind        *ParamKindApplyConfiguration               `json:"paramKind,omitempty"` | ||||
| @@ -34,7 +34,7 @@ type ValidatingAdmissionPolicySpecApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingAdmissionPolicySpec() *ValidatingAdmissionPolicySpecApplyConfiguration { | ||||
| 	return &ValidatingAdmissionPolicySpecApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingAdmissionPolicyStatusApplyConfiguration struct { | ||||
| 	ObservedGeneration *int64                               `json:"observedGeneration,omitempty"` | ||||
| @@ -30,7 +30,7 @@ type ValidatingAdmissionPolicyStatusApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingAdmissionPolicyStatus() *ValidatingAdmissionPolicyStatusApplyConfiguration { | ||||
| 	return &ValidatingAdmissionPolicyStatusApplyConfiguration{} | ||||
|   | ||||
| @@ -23,7 +23,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingWebhookApplyConfiguration struct { | ||||
| 	Name                    *string                                    `json:"name,omitempty"` | ||||
| @@ -39,7 +39,7 @@ type ValidatingWebhookApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingWebhook() *ValidatingWebhookApplyConfiguration { | ||||
| 	return &ValidatingWebhookApplyConfiguration{} | ||||
|   | ||||
| @@ -27,7 +27,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingWebhookConfigurationApplyConfiguration struct { | ||||
| 	v1.TypeMetaApplyConfiguration    `json:",inline"` | ||||
| @@ -35,7 +35,7 @@ type ValidatingWebhookConfigurationApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingWebhookConfiguration(name string) *ValidatingWebhookConfigurationApplyConfiguration { | ||||
| 	b := &ValidatingWebhookConfigurationApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	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. | ||||
| type ValidationApplyConfiguration struct { | ||||
| 	Expression        *string          `json:"expression,omitempty"` | ||||
| @@ -31,7 +31,7 @@ type ValidationApplyConfiguration struct { | ||||
| 	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. | ||||
| func Validation() *ValidationApplyConfiguration { | ||||
| 	return &ValidationApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type VariableApplyConfiguration struct { | ||||
| 	Name       *string `json:"name,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. | ||||
| func Variable() *VariableApplyConfiguration { | ||||
| 	return &VariableApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type WebhookClientConfigApplyConfiguration struct { | ||||
| 	URL      *string                             `json:"url,omitempty"` | ||||
| @@ -26,7 +26,7 @@ type WebhookClientConfigApplyConfiguration struct { | ||||
| 	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. | ||||
| func WebhookClientConfig() *WebhookClientConfigApplyConfiguration { | ||||
| 	return &WebhookClientConfigApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type AuditAnnotationApplyConfiguration struct { | ||||
| 	Key             *string `json:"key,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. | ||||
| func AuditAnnotation() *AuditAnnotationApplyConfiguration { | ||||
| 	return &AuditAnnotationApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type ExpressionWarningApplyConfiguration struct { | ||||
| 	FieldRef *string `json:"fieldRef,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. | ||||
| func ExpressionWarning() *ExpressionWarningApplyConfiguration { | ||||
| 	return &ExpressionWarningApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type MatchConditionApplyConfiguration struct { | ||||
| 	Name       *string `json:"name,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. | ||||
| func MatchCondition() *MatchConditionApplyConfiguration { | ||||
| 	return &MatchConditionApplyConfiguration{} | ||||
|   | ||||
| @@ -23,7 +23,7 @@ import ( | ||||
| 	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. | ||||
| type MatchResourcesApplyConfiguration struct { | ||||
| 	NamespaceSelector    *v1.LabelSelectorApplyConfiguration            `json:"namespaceSelector,omitempty"` | ||||
| @@ -33,7 +33,7 @@ type MatchResourcesApplyConfiguration struct { | ||||
| 	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. | ||||
| func MatchResources() *MatchResourcesApplyConfiguration { | ||||
| 	return &MatchResourcesApplyConfiguration{} | ||||
|   | ||||
| @@ -23,14 +23,14 @@ import ( | ||||
| 	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. | ||||
| type NamedRuleWithOperationsApplyConfiguration struct { | ||||
| 	ResourceNames                           []string `json:"resourceNames,omitempty"` | ||||
| 	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. | ||||
| func NamedRuleWithOperations() *NamedRuleWithOperationsApplyConfiguration { | ||||
| 	return &NamedRuleWithOperationsApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type ParamKindApplyConfiguration struct { | ||||
| 	APIVersion *string `json:"apiVersion,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. | ||||
| func ParamKind() *ParamKindApplyConfiguration { | ||||
| 	return &ParamKindApplyConfiguration{} | ||||
|   | ||||
| @@ -23,7 +23,7 @@ import ( | ||||
| 	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. | ||||
| type ParamRefApplyConfiguration struct { | ||||
| 	Name                    *string                               `json:"name,omitempty"` | ||||
| @@ -32,7 +32,7 @@ type ParamRefApplyConfiguration struct { | ||||
| 	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. | ||||
| func ParamRef() *ParamRefApplyConfiguration { | ||||
| 	return &ParamRefApplyConfiguration{} | ||||
|   | ||||
| @@ -18,13 +18,13 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type TypeCheckingApplyConfiguration struct { | ||||
| 	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. | ||||
| func TypeChecking() *TypeCheckingApplyConfiguration { | ||||
| 	return &TypeCheckingApplyConfiguration{} | ||||
|   | ||||
| @@ -27,7 +27,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingAdmissionPolicyApplyConfiguration struct { | ||||
| 	v1.TypeMetaApplyConfiguration    `json:",inline"` | ||||
| @@ -36,7 +36,7 @@ type ValidatingAdmissionPolicyApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingAdmissionPolicy(name string) *ValidatingAdmissionPolicyApplyConfiguration { | ||||
| 	b := &ValidatingAdmissionPolicyApplyConfiguration{} | ||||
|   | ||||
| @@ -27,7 +27,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingAdmissionPolicyBindingApplyConfiguration struct { | ||||
| 	v1.TypeMetaApplyConfiguration    `json:",inline"` | ||||
| @@ -35,7 +35,7 @@ type ValidatingAdmissionPolicyBindingApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingAdmissionPolicyBinding(name string) *ValidatingAdmissionPolicyBindingApplyConfiguration { | ||||
| 	b := &ValidatingAdmissionPolicyBindingApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct { | ||||
| 	PolicyName        *string                                          `json:"policyName,omitempty"` | ||||
| @@ -31,7 +31,7 @@ type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingAdmissionPolicyBindingSpec() *ValidatingAdmissionPolicyBindingSpecApplyConfiguration { | ||||
| 	return &ValidatingAdmissionPolicyBindingSpecApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingAdmissionPolicySpecApplyConfiguration struct { | ||||
| 	ParamKind        *ParamKindApplyConfiguration                     `json:"paramKind,omitempty"` | ||||
| @@ -34,7 +34,7 @@ type ValidatingAdmissionPolicySpecApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingAdmissionPolicySpec() *ValidatingAdmissionPolicySpecApplyConfiguration { | ||||
| 	return &ValidatingAdmissionPolicySpecApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingAdmissionPolicyStatusApplyConfiguration struct { | ||||
| 	ObservedGeneration *int64                           `json:"observedGeneration,omitempty"` | ||||
| @@ -30,7 +30,7 @@ type ValidatingAdmissionPolicyStatusApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingAdmissionPolicyStatus() *ValidatingAdmissionPolicyStatusApplyConfiguration { | ||||
| 	return &ValidatingAdmissionPolicyStatusApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	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. | ||||
| type ValidationApplyConfiguration struct { | ||||
| 	Expression        *string          `json:"expression,omitempty"` | ||||
| @@ -31,7 +31,7 @@ type ValidationApplyConfiguration struct { | ||||
| 	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. | ||||
| func Validation() *ValidationApplyConfiguration { | ||||
| 	return &ValidationApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type VariableApplyConfiguration struct { | ||||
| 	Name       *string `json:"name,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. | ||||
| func Variable() *VariableApplyConfiguration { | ||||
| 	return &VariableApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type AuditAnnotationApplyConfiguration struct { | ||||
| 	Key             *string `json:"key,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. | ||||
| func AuditAnnotation() *AuditAnnotationApplyConfiguration { | ||||
| 	return &AuditAnnotationApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type ExpressionWarningApplyConfiguration struct { | ||||
| 	FieldRef *string `json:"fieldRef,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. | ||||
| func ExpressionWarning() *ExpressionWarningApplyConfiguration { | ||||
| 	return &ExpressionWarningApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type MatchConditionApplyConfiguration struct { | ||||
| 	Name       *string `json:"name,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. | ||||
| func MatchCondition() *MatchConditionApplyConfiguration { | ||||
| 	return &MatchConditionApplyConfiguration{} | ||||
|   | ||||
| @@ -23,7 +23,7 @@ import ( | ||||
| 	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. | ||||
| type MatchResourcesApplyConfiguration struct { | ||||
| 	NamespaceSelector    *v1.LabelSelectorApplyConfiguration           `json:"namespaceSelector,omitempty"` | ||||
| @@ -33,7 +33,7 @@ type MatchResourcesApplyConfiguration struct { | ||||
| 	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. | ||||
| func MatchResources() *MatchResourcesApplyConfiguration { | ||||
| 	return &MatchResourcesApplyConfiguration{} | ||||
|   | ||||
| @@ -24,7 +24,7 @@ import ( | ||||
| 	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. | ||||
| type MutatingWebhookApplyConfiguration struct { | ||||
| 	Name                    *string                                              `json:"name,omitempty"` | ||||
| @@ -41,7 +41,7 @@ type MutatingWebhookApplyConfiguration struct { | ||||
| 	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. | ||||
| func MutatingWebhook() *MutatingWebhookApplyConfiguration { | ||||
| 	return &MutatingWebhookApplyConfiguration{} | ||||
|   | ||||
| @@ -27,7 +27,7 @@ import ( | ||||
| 	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. | ||||
| type MutatingWebhookConfigurationApplyConfiguration struct { | ||||
| 	v1.TypeMetaApplyConfiguration    `json:",inline"` | ||||
| @@ -35,7 +35,7 @@ type MutatingWebhookConfigurationApplyConfiguration struct { | ||||
| 	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. | ||||
| func MutatingWebhookConfiguration(name string) *MutatingWebhookConfigurationApplyConfiguration { | ||||
| 	b := &MutatingWebhookConfigurationApplyConfiguration{} | ||||
|   | ||||
| @@ -23,14 +23,14 @@ import ( | ||||
| 	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. | ||||
| type NamedRuleWithOperationsApplyConfiguration struct { | ||||
| 	ResourceNames                           []string `json:"resourceNames,omitempty"` | ||||
| 	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. | ||||
| func NamedRuleWithOperations() *NamedRuleWithOperationsApplyConfiguration { | ||||
| 	return &NamedRuleWithOperationsApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type ParamKindApplyConfiguration struct { | ||||
| 	APIVersion *string `json:"apiVersion,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. | ||||
| func ParamKind() *ParamKindApplyConfiguration { | ||||
| 	return &ParamKindApplyConfiguration{} | ||||
|   | ||||
| @@ -23,7 +23,7 @@ import ( | ||||
| 	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. | ||||
| type ParamRefApplyConfiguration struct { | ||||
| 	Name                    *string                              `json:"name,omitempty"` | ||||
| @@ -32,7 +32,7 @@ type ParamRefApplyConfiguration struct { | ||||
| 	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. | ||||
| func ParamRef() *ParamRefApplyConfiguration { | ||||
| 	return &ParamRefApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type ServiceReferenceApplyConfiguration struct { | ||||
| 	Namespace *string `json:"namespace,omitempty"` | ||||
| @@ -27,7 +27,7 @@ type ServiceReferenceApplyConfiguration struct { | ||||
| 	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. | ||||
| func ServiceReference() *ServiceReferenceApplyConfiguration { | ||||
| 	return &ServiceReferenceApplyConfiguration{} | ||||
|   | ||||
| @@ -18,13 +18,13 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type TypeCheckingApplyConfiguration struct { | ||||
| 	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. | ||||
| func TypeChecking() *TypeCheckingApplyConfiguration { | ||||
| 	return &TypeCheckingApplyConfiguration{} | ||||
|   | ||||
| @@ -27,7 +27,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingAdmissionPolicyApplyConfiguration struct { | ||||
| 	v1.TypeMetaApplyConfiguration    `json:",inline"` | ||||
| @@ -36,7 +36,7 @@ type ValidatingAdmissionPolicyApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingAdmissionPolicy(name string) *ValidatingAdmissionPolicyApplyConfiguration { | ||||
| 	b := &ValidatingAdmissionPolicyApplyConfiguration{} | ||||
|   | ||||
| @@ -27,7 +27,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingAdmissionPolicyBindingApplyConfiguration struct { | ||||
| 	v1.TypeMetaApplyConfiguration    `json:",inline"` | ||||
| @@ -35,7 +35,7 @@ type ValidatingAdmissionPolicyBindingApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingAdmissionPolicyBinding(name string) *ValidatingAdmissionPolicyBindingApplyConfiguration { | ||||
| 	b := &ValidatingAdmissionPolicyBindingApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct { | ||||
| 	PolicyName        *string                                         `json:"policyName,omitempty"` | ||||
| @@ -31,7 +31,7 @@ type ValidatingAdmissionPolicyBindingSpecApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingAdmissionPolicyBindingSpec() *ValidatingAdmissionPolicyBindingSpecApplyConfiguration { | ||||
| 	return &ValidatingAdmissionPolicyBindingSpecApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingAdmissionPolicySpecApplyConfiguration struct { | ||||
| 	ParamKind        *ParamKindApplyConfiguration                    `json:"paramKind,omitempty"` | ||||
| @@ -34,7 +34,7 @@ type ValidatingAdmissionPolicySpecApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingAdmissionPolicySpec() *ValidatingAdmissionPolicySpecApplyConfiguration { | ||||
| 	return &ValidatingAdmissionPolicySpecApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingAdmissionPolicyStatusApplyConfiguration struct { | ||||
| 	ObservedGeneration *int64                           `json:"observedGeneration,omitempty"` | ||||
| @@ -30,7 +30,7 @@ type ValidatingAdmissionPolicyStatusApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingAdmissionPolicyStatus() *ValidatingAdmissionPolicyStatusApplyConfiguration { | ||||
| 	return &ValidatingAdmissionPolicyStatusApplyConfiguration{} | ||||
|   | ||||
| @@ -24,7 +24,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingWebhookApplyConfiguration struct { | ||||
| 	Name                    *string                                         `json:"name,omitempty"` | ||||
| @@ -40,7 +40,7 @@ type ValidatingWebhookApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingWebhook() *ValidatingWebhookApplyConfiguration { | ||||
| 	return &ValidatingWebhookApplyConfiguration{} | ||||
|   | ||||
| @@ -27,7 +27,7 @@ import ( | ||||
| 	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. | ||||
| type ValidatingWebhookConfigurationApplyConfiguration struct { | ||||
| 	v1.TypeMetaApplyConfiguration    `json:",inline"` | ||||
| @@ -35,7 +35,7 @@ type ValidatingWebhookConfigurationApplyConfiguration struct { | ||||
| 	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. | ||||
| func ValidatingWebhookConfiguration(name string) *ValidatingWebhookConfigurationApplyConfiguration { | ||||
| 	b := &ValidatingWebhookConfigurationApplyConfiguration{} | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	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. | ||||
| type ValidationApplyConfiguration struct { | ||||
| 	Expression        *string          `json:"expression,omitempty"` | ||||
| @@ -31,7 +31,7 @@ type ValidationApplyConfiguration struct { | ||||
| 	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. | ||||
| func Validation() *ValidationApplyConfiguration { | ||||
| 	return &ValidationApplyConfiguration{} | ||||
|   | ||||
| @@ -18,14 +18,14 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type VariableApplyConfiguration struct { | ||||
| 	Name       *string `json:"name,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. | ||||
| func Variable() *VariableApplyConfiguration { | ||||
| 	return &VariableApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type WebhookClientConfigApplyConfiguration struct { | ||||
| 	URL      *string                             `json:"url,omitempty"` | ||||
| @@ -26,7 +26,7 @@ type WebhookClientConfigApplyConfiguration struct { | ||||
| 	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. | ||||
| func WebhookClientConfig() *WebhookClientConfigApplyConfiguration { | ||||
| 	return &WebhookClientConfigApplyConfiguration{} | ||||
|   | ||||
| @@ -18,7 +18,7 @@ limitations under the License. | ||||
|  | ||||
| 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. | ||||
| type ServerStorageVersionApplyConfiguration struct { | ||||
| 	APIServerID       *string  `json:"apiServerID,omitempty"` | ||||
| @@ -27,7 +27,7 @@ type ServerStorageVersionApplyConfiguration struct { | ||||
| 	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. | ||||
| func ServerStorageVersion() *ServerStorageVersionApplyConfiguration { | ||||
| 	return &ServerStorageVersionApplyConfiguration{} | ||||
|   | ||||
| @@ -27,7 +27,7 @@ import ( | ||||
| 	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. | ||||
| type StorageVersionApplyConfiguration struct { | ||||
| 	v1.TypeMetaApplyConfiguration    `json:",inline"` | ||||
| @@ -36,7 +36,7 @@ type StorageVersionApplyConfiguration struct { | ||||
| 	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. | ||||
| func StorageVersion(name string) *StorageVersionApplyConfiguration { | ||||
| 	b := &StorageVersionApplyConfiguration{} | ||||
|   | ||||
| @@ -23,7 +23,7 @@ import ( | ||||
| 	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. | ||||
| type StorageVersionConditionApplyConfiguration struct { | ||||
| 	Type               *v1alpha1.StorageVersionConditionType `json:"type,omitempty"` | ||||
| @@ -34,7 +34,7 @@ type StorageVersionConditionApplyConfiguration struct { | ||||
| 	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. | ||||
| func StorageVersionCondition() *StorageVersionConditionApplyConfiguration { | ||||
| 	return &StorageVersionConditionApplyConfiguration{} | ||||
|   | ||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user
	 Stephen Kitt
					Stephen Kitt