v1alpha1

package
v0.20.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIResourceImportApplyConfiguration

type APIResourceImportApplyConfiguration struct {
	v1.TypeMetaApplyConfiguration    `json:",inline"`
	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
	Spec                             *APIResourceImportSpecApplyConfiguration   `json:"spec,omitempty"`
	Status                           *APIResourceImportStatusApplyConfiguration `json:"status,omitempty"`
}

APIResourceImportApplyConfiguration represents an declarative configuration of the APIResourceImport type for use with apply.

func APIResourceImport

func APIResourceImport(name string) *APIResourceImportApplyConfiguration

APIResourceImport constructs an declarative configuration of the APIResourceImport type for use with apply.

func (*APIResourceImportApplyConfiguration) WithAPIVersion

WithAPIVersion sets the APIVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the APIVersion field is set to the value of the last call.

func (*APIResourceImportApplyConfiguration) WithAnnotations

WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.

func (*APIResourceImportApplyConfiguration) WithCreationTimestamp

WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CreationTimestamp field is set to the value of the last call.

func (*APIResourceImportApplyConfiguration) WithDeletionGracePeriodSeconds

func (b *APIResourceImportApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *APIResourceImportApplyConfiguration

WithDeletionGracePeriodSeconds sets the DeletionGracePeriodSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionGracePeriodSeconds field is set to the value of the last call.

func (*APIResourceImportApplyConfiguration) WithDeletionTimestamp

WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionTimestamp field is set to the value of the last call.

func (*APIResourceImportApplyConfiguration) WithFinalizers

WithFinalizers adds the given value to the Finalizers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Finalizers field.

func (*APIResourceImportApplyConfiguration) WithGenerateName

WithGenerateName sets the GenerateName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GenerateName field is set to the value of the last call.

func (*APIResourceImportApplyConfiguration) WithGeneration

WithGeneration sets the Generation field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Generation field is set to the value of the last call.

func (*APIResourceImportApplyConfiguration) WithKind

WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.

func (*APIResourceImportApplyConfiguration) WithLabels

WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.

func (*APIResourceImportApplyConfiguration) WithName

WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.

func (*APIResourceImportApplyConfiguration) WithNamespace

WithNamespace sets the Namespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Namespace field is set to the value of the last call.

func (*APIResourceImportApplyConfiguration) WithOwnerReferences

WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the OwnerReferences field.

func (*APIResourceImportApplyConfiguration) WithResourceVersion

WithResourceVersion sets the ResourceVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ResourceVersion field is set to the value of the last call.

func (*APIResourceImportApplyConfiguration) WithSpec

WithSpec sets the Spec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spec field is set to the value of the last call.

func (*APIResourceImportApplyConfiguration) WithStatus

WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.

func (*APIResourceImportApplyConfiguration) WithUID

WithUID sets the UID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UID field is set to the value of the last call.

type APIResourceImportConditionApplyConfiguration

type APIResourceImportConditionApplyConfiguration struct {
	Type               *v1alpha1.APIResourceImportConditionType `json:"type,omitempty"`
	Status             *v1.ConditionStatus                      `json:"status,omitempty"`
	LastTransitionTime *v1.Time                                 `json:"lastTransitionTime,omitempty"`
	Reason             *string                                  `json:"reason,omitempty"`
	Message            *string                                  `json:"message,omitempty"`
}

APIResourceImportConditionApplyConfiguration represents an declarative configuration of the APIResourceImportCondition type for use with apply.

func APIResourceImportCondition

func APIResourceImportCondition() *APIResourceImportConditionApplyConfiguration

APIResourceImportConditionApplyConfiguration constructs an declarative configuration of the APIResourceImportCondition type for use with apply.

func (*APIResourceImportConditionApplyConfiguration) WithLastTransitionTime

WithLastTransitionTime sets the LastTransitionTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastTransitionTime field is set to the value of the last call.

func (*APIResourceImportConditionApplyConfiguration) WithMessage

WithMessage sets the Message field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Message field is set to the value of the last call.

func (*APIResourceImportConditionApplyConfiguration) WithReason

WithReason sets the Reason field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Reason field is set to the value of the last call.

func (*APIResourceImportConditionApplyConfiguration) WithStatus

WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.

func (*APIResourceImportConditionApplyConfiguration) WithType

WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.

type APIResourceImportSpecApplyConfiguration

type APIResourceImportSpecApplyConfiguration struct {
	CommonAPIResourceSpecApplyConfiguration `json:",inline"`
	SchemaUpdateStrategy                    *apiresourcev1alpha1.SchemaUpdateStrategyType `json:"schemaUpdateStrategy,omitempty"`
	Location                                *string                                       `json:"location,omitempty"`
}

APIResourceImportSpecApplyConfiguration represents an declarative configuration of the APIResourceImportSpec type for use with apply.

func APIResourceImportSpec

func APIResourceImportSpec() *APIResourceImportSpecApplyConfiguration

APIResourceImportSpecApplyConfiguration constructs an declarative configuration of the APIResourceImportSpec type for use with apply.

func (*APIResourceImportSpecApplyConfiguration) WithCategories

WithCategories adds the given value to the Categories field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Categories field.

func (*APIResourceImportSpecApplyConfiguration) WithColumnDefinitions

WithColumnDefinitions sets the ColumnDefinitions field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ColumnDefinitions field is set to the value of the last call.

func (*APIResourceImportSpecApplyConfiguration) WithGroupVersion

WithGroupVersion sets the GroupVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GroupVersion field is set to the value of the last call.

func (*APIResourceImportSpecApplyConfiguration) WithKind

WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.

func (*APIResourceImportSpecApplyConfiguration) WithListKind

WithListKind sets the ListKind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ListKind field is set to the value of the last call.

func (*APIResourceImportSpecApplyConfiguration) WithLocation

WithLocation sets the Location field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Location field is set to the value of the last call.

func (*APIResourceImportSpecApplyConfiguration) WithOpenAPIV3Schema

WithOpenAPIV3Schema sets the OpenAPIV3Schema field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the OpenAPIV3Schema field is set to the value of the last call.

func (*APIResourceImportSpecApplyConfiguration) WithPlural

WithPlural sets the Plural field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Plural field is set to the value of the last call.

func (*APIResourceImportSpecApplyConfiguration) WithSchemaUpdateStrategy

WithSchemaUpdateStrategy sets the SchemaUpdateStrategy field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the SchemaUpdateStrategy field is set to the value of the last call.

func (*APIResourceImportSpecApplyConfiguration) WithScope

WithScope sets the Scope field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Scope field is set to the value of the last call.

func (*APIResourceImportSpecApplyConfiguration) WithShortNames

WithShortNames adds the given value to the ShortNames field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the ShortNames field.

func (*APIResourceImportSpecApplyConfiguration) WithSingular

WithSingular sets the Singular field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Singular field is set to the value of the last call.

func (*APIResourceImportSpecApplyConfiguration) WithSubResources

WithSubResources sets the SubResources field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the SubResources field is set to the value of the last call.

type APIResourceImportStatusApplyConfiguration

type APIResourceImportStatusApplyConfiguration struct {
	Conditions []APIResourceImportConditionApplyConfiguration `json:"conditions,omitempty"`
}

APIResourceImportStatusApplyConfiguration represents an declarative configuration of the APIResourceImportStatus type for use with apply.

func APIResourceImportStatus

func APIResourceImportStatus() *APIResourceImportStatusApplyConfiguration

APIResourceImportStatusApplyConfiguration constructs an declarative configuration of the APIResourceImportStatus type for use with apply.

func (*APIResourceImportStatusApplyConfiguration) WithConditions

WithConditions adds the given value to the Conditions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Conditions field.

type ColumnDefinitionApplyConfiguration

type ColumnDefinitionApplyConfiguration struct {
	v1.TableColumnDefinitionApplyConfiguration `json:",inline"`
	JSONPath                                   *string `json:"jsonPath,omitempty"`
}

ColumnDefinitionApplyConfiguration represents an declarative configuration of the ColumnDefinition type for use with apply.

func ColumnDefinition

func ColumnDefinition() *ColumnDefinitionApplyConfiguration

ColumnDefinitionApplyConfiguration constructs an declarative configuration of the ColumnDefinition type for use with apply.

func (*ColumnDefinitionApplyConfiguration) WithDescription

WithDescription sets the Description field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Description field is set to the value of the last call.

func (*ColumnDefinitionApplyConfiguration) WithFormat

WithFormat sets the Format field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Format field is set to the value of the last call.

func (*ColumnDefinitionApplyConfiguration) WithJSONPath

WithJSONPath sets the JSONPath field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the JSONPath field is set to the value of the last call.

func (*ColumnDefinitionApplyConfiguration) WithName

WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.

func (*ColumnDefinitionApplyConfiguration) WithPriority

WithPriority sets the Priority field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Priority field is set to the value of the last call.

func (*ColumnDefinitionApplyConfiguration) WithType

WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.

type CommonAPIResourceSpecApplyConfiguration

type CommonAPIResourceSpecApplyConfiguration struct {
	GroupVersion                                                    *GroupVersionApplyConfiguration `json:"groupVersion,omitempty"`
	Scope                                                           *v1.ResourceScope               `json:"scope,omitempty"`
	apiextensionsv1.CustomResourceDefinitionNamesApplyConfiguration `json:",inline"`
	OpenAPIV3Schema                                                 *runtime.RawExtension                  `json:"openAPIV3Schema,omitempty"`
	SubResources                                                    *apiresourcev1alpha1.SubResources      `json:"subResources,omitempty"`
	ColumnDefinitions                                               *apiresourcev1alpha1.ColumnDefinitions `json:"columnDefinitions,omitempty"`
}

CommonAPIResourceSpecApplyConfiguration represents an declarative configuration of the CommonAPIResourceSpec type for use with apply.

func CommonAPIResourceSpec

func CommonAPIResourceSpec() *CommonAPIResourceSpecApplyConfiguration

CommonAPIResourceSpecApplyConfiguration constructs an declarative configuration of the CommonAPIResourceSpec type for use with apply.

func (*CommonAPIResourceSpecApplyConfiguration) WithCategories

WithCategories adds the given value to the Categories field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Categories field.

func (*CommonAPIResourceSpecApplyConfiguration) WithColumnDefinitions

WithColumnDefinitions sets the ColumnDefinitions field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ColumnDefinitions field is set to the value of the last call.

func (*CommonAPIResourceSpecApplyConfiguration) WithGroupVersion

WithGroupVersion sets the GroupVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GroupVersion field is set to the value of the last call.

func (*CommonAPIResourceSpecApplyConfiguration) WithKind

WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.

func (*CommonAPIResourceSpecApplyConfiguration) WithListKind

WithListKind sets the ListKind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ListKind field is set to the value of the last call.

func (*CommonAPIResourceSpecApplyConfiguration) WithOpenAPIV3Schema

WithOpenAPIV3Schema sets the OpenAPIV3Schema field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the OpenAPIV3Schema field is set to the value of the last call.

func (*CommonAPIResourceSpecApplyConfiguration) WithPlural

WithPlural sets the Plural field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Plural field is set to the value of the last call.

func (*CommonAPIResourceSpecApplyConfiguration) WithScope

WithScope sets the Scope field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Scope field is set to the value of the last call.

func (*CommonAPIResourceSpecApplyConfiguration) WithShortNames

WithShortNames adds the given value to the ShortNames field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the ShortNames field.

func (*CommonAPIResourceSpecApplyConfiguration) WithSingular

WithSingular sets the Singular field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Singular field is set to the value of the last call.

func (*CommonAPIResourceSpecApplyConfiguration) WithSubResources

WithSubResources sets the SubResources field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the SubResources field is set to the value of the last call.

type GroupVersionApplyConfiguration

type GroupVersionApplyConfiguration struct {
	Group   *string `json:"group,omitempty"`
	Version *string `json:"version,omitempty"`
}

GroupVersionApplyConfiguration represents an declarative configuration of the GroupVersion type for use with apply.

func GroupVersion

func GroupVersion() *GroupVersionApplyConfiguration

GroupVersionApplyConfiguration constructs an declarative configuration of the GroupVersion type for use with apply.

func (*GroupVersionApplyConfiguration) WithGroup

WithGroup sets the Group field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Group field is set to the value of the last call.

func (*GroupVersionApplyConfiguration) WithVersion

WithVersion sets the Version field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Version field is set to the value of the last call.

type NegotiatedAPIResourceApplyConfiguration

type NegotiatedAPIResourceApplyConfiguration struct {
	v1.TypeMetaApplyConfiguration    `json:",inline"`
	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
	Spec                             *NegotiatedAPIResourceSpecApplyConfiguration   `json:"spec,omitempty"`
	Status                           *NegotiatedAPIResourceStatusApplyConfiguration `json:"status,omitempty"`
}

NegotiatedAPIResourceApplyConfiguration represents an declarative configuration of the NegotiatedAPIResource type for use with apply.

func NegotiatedAPIResource

func NegotiatedAPIResource(name string) *NegotiatedAPIResourceApplyConfiguration

NegotiatedAPIResource constructs an declarative configuration of the NegotiatedAPIResource type for use with apply.

func (*NegotiatedAPIResourceApplyConfiguration) WithAPIVersion

WithAPIVersion sets the APIVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the APIVersion field is set to the value of the last call.

func (*NegotiatedAPIResourceApplyConfiguration) WithAnnotations

WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.

func (*NegotiatedAPIResourceApplyConfiguration) WithCreationTimestamp

WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CreationTimestamp field is set to the value of the last call.

func (*NegotiatedAPIResourceApplyConfiguration) WithDeletionGracePeriodSeconds

WithDeletionGracePeriodSeconds sets the DeletionGracePeriodSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionGracePeriodSeconds field is set to the value of the last call.

func (*NegotiatedAPIResourceApplyConfiguration) WithDeletionTimestamp

WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionTimestamp field is set to the value of the last call.

func (*NegotiatedAPIResourceApplyConfiguration) WithFinalizers

WithFinalizers adds the given value to the Finalizers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Finalizers field.

func (*NegotiatedAPIResourceApplyConfiguration) WithGenerateName

WithGenerateName sets the GenerateName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GenerateName field is set to the value of the last call.

func (*NegotiatedAPIResourceApplyConfiguration) WithGeneration

WithGeneration sets the Generation field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Generation field is set to the value of the last call.

func (*NegotiatedAPIResourceApplyConfiguration) WithKind

WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.

func (*NegotiatedAPIResourceApplyConfiguration) WithLabels

WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.

func (*NegotiatedAPIResourceApplyConfiguration) WithName

WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.

func (*NegotiatedAPIResourceApplyConfiguration) WithNamespace

WithNamespace sets the Namespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Namespace field is set to the value of the last call.

func (*NegotiatedAPIResourceApplyConfiguration) WithOwnerReferences

WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the OwnerReferences field.

func (*NegotiatedAPIResourceApplyConfiguration) WithResourceVersion

WithResourceVersion sets the ResourceVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ResourceVersion field is set to the value of the last call.

func (*NegotiatedAPIResourceApplyConfiguration) WithSpec

WithSpec sets the Spec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spec field is set to the value of the last call.

func (*NegotiatedAPIResourceApplyConfiguration) WithStatus

WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.

func (*NegotiatedAPIResourceApplyConfiguration) WithUID

WithUID sets the UID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UID field is set to the value of the last call.

type NegotiatedAPIResourceConditionApplyConfiguration

type NegotiatedAPIResourceConditionApplyConfiguration struct {
	Type               *v1alpha1.NegotiatedAPIResourceConditionType `json:"type,omitempty"`
	Status             *v1.ConditionStatus                          `json:"status,omitempty"`
	LastTransitionTime *v1.Time                                     `json:"lastTransitionTime,omitempty"`
	Reason             *string                                      `json:"reason,omitempty"`
	Message            *string                                      `json:"message,omitempty"`
}

NegotiatedAPIResourceConditionApplyConfiguration represents an declarative configuration of the NegotiatedAPIResourceCondition type for use with apply.

func NegotiatedAPIResourceCondition

func NegotiatedAPIResourceCondition() *NegotiatedAPIResourceConditionApplyConfiguration

NegotiatedAPIResourceConditionApplyConfiguration constructs an declarative configuration of the NegotiatedAPIResourceCondition type for use with apply.

func (*NegotiatedAPIResourceConditionApplyConfiguration) WithLastTransitionTime

WithLastTransitionTime sets the LastTransitionTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastTransitionTime field is set to the value of the last call.

func (*NegotiatedAPIResourceConditionApplyConfiguration) WithMessage

WithMessage sets the Message field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Message field is set to the value of the last call.

func (*NegotiatedAPIResourceConditionApplyConfiguration) WithReason

WithReason sets the Reason field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Reason field is set to the value of the last call.

func (*NegotiatedAPIResourceConditionApplyConfiguration) WithStatus

WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.

func (*NegotiatedAPIResourceConditionApplyConfiguration) WithType

WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.

type NegotiatedAPIResourceSpecApplyConfiguration

type NegotiatedAPIResourceSpecApplyConfiguration struct {
	CommonAPIResourceSpecApplyConfiguration `json:",inline"`
	Publish                                 *bool `json:"publish,omitempty"`
}

NegotiatedAPIResourceSpecApplyConfiguration represents an declarative configuration of the NegotiatedAPIResourceSpec type for use with apply.

func NegotiatedAPIResourceSpec

func NegotiatedAPIResourceSpec() *NegotiatedAPIResourceSpecApplyConfiguration

NegotiatedAPIResourceSpecApplyConfiguration constructs an declarative configuration of the NegotiatedAPIResourceSpec type for use with apply.

func (*NegotiatedAPIResourceSpecApplyConfiguration) WithCategories

WithCategories adds the given value to the Categories field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Categories field.

func (*NegotiatedAPIResourceSpecApplyConfiguration) WithColumnDefinitions

WithColumnDefinitions sets the ColumnDefinitions field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ColumnDefinitions field is set to the value of the last call.

func (*NegotiatedAPIResourceSpecApplyConfiguration) WithGroupVersion

WithGroupVersion sets the GroupVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GroupVersion field is set to the value of the last call.

func (*NegotiatedAPIResourceSpecApplyConfiguration) WithKind

WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.

func (*NegotiatedAPIResourceSpecApplyConfiguration) WithListKind

WithListKind sets the ListKind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ListKind field is set to the value of the last call.

func (*NegotiatedAPIResourceSpecApplyConfiguration) WithOpenAPIV3Schema

WithOpenAPIV3Schema sets the OpenAPIV3Schema field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the OpenAPIV3Schema field is set to the value of the last call.

func (*NegotiatedAPIResourceSpecApplyConfiguration) WithPlural

WithPlural sets the Plural field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Plural field is set to the value of the last call.

func (*NegotiatedAPIResourceSpecApplyConfiguration) WithPublish

WithPublish sets the Publish field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Publish field is set to the value of the last call.

func (*NegotiatedAPIResourceSpecApplyConfiguration) WithScope

WithScope sets the Scope field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Scope field is set to the value of the last call.

func (*NegotiatedAPIResourceSpecApplyConfiguration) WithShortNames

WithShortNames adds the given value to the ShortNames field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the ShortNames field.

func (*NegotiatedAPIResourceSpecApplyConfiguration) WithSingular

WithSingular sets the Singular field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Singular field is set to the value of the last call.

func (*NegotiatedAPIResourceSpecApplyConfiguration) WithSubResources

WithSubResources sets the SubResources field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the SubResources field is set to the value of the last call.

type NegotiatedAPIResourceStatusApplyConfiguration

type NegotiatedAPIResourceStatusApplyConfiguration struct {
	Conditions []NegotiatedAPIResourceConditionApplyConfiguration `json:"conditions,omitempty"`
}

NegotiatedAPIResourceStatusApplyConfiguration represents an declarative configuration of the NegotiatedAPIResourceStatus type for use with apply.

func NegotiatedAPIResourceStatus

func NegotiatedAPIResourceStatus() *NegotiatedAPIResourceStatusApplyConfiguration

NegotiatedAPIResourceStatusApplyConfiguration constructs an declarative configuration of the NegotiatedAPIResourceStatus type for use with apply.

func (*NegotiatedAPIResourceStatusApplyConfiguration) WithConditions

WithConditions adds the given value to the Conditions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Conditions field.

type SubResourceApplyConfiguration

type SubResourceApplyConfiguration struct {
	Name *string `json:"name,omitempty"`
}

SubResourceApplyConfiguration represents an declarative configuration of the SubResource type for use with apply.

func SubResource

func SubResource() *SubResourceApplyConfiguration

SubResourceApplyConfiguration constructs an declarative configuration of the SubResource type for use with apply.

func (*SubResourceApplyConfiguration) WithName

WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL