v1

package
v0.0.0-...-2f1c558 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HelloSpecApplyConfiguration

type HelloSpecApplyConfiguration struct {
	Message *string `json:"message,omitempty"`
}

HelloSpecApplyConfiguration represents an declarative configuration of the HelloSpec type for use with apply.

func HelloSpec

func HelloSpec() *HelloSpecApplyConfiguration

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

func (*HelloSpecApplyConfiguration) 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.

type HelloTypeApplyConfiguration

type HelloTypeApplyConfiguration struct {
	v1.TypeMetaApplyConfiguration    `json:",inline"`
	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
	Status                           *HelloTypeStatusApplyConfiguration `json:"status,omitempty"`
	Spec                             *HelloSpecApplyConfiguration       `json:"spec,omitempty"`
}

HelloTypeApplyConfiguration represents an declarative configuration of the HelloType type for use with apply.

func HelloType

func HelloType(name, namespace string) *HelloTypeApplyConfiguration

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

func (*HelloTypeApplyConfiguration) 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 (*HelloTypeApplyConfiguration) WithAnnotations

func (b *HelloTypeApplyConfiguration) WithAnnotations(entries map[string]string) *HelloTypeApplyConfiguration

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 (*HelloTypeApplyConfiguration) WithCreationTimestamp

func (b *HelloTypeApplyConfiguration) WithCreationTimestamp(value metav1.Time) *HelloTypeApplyConfiguration

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 (*HelloTypeApplyConfiguration) WithDeletionGracePeriodSeconds

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

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 (*HelloTypeApplyConfiguration) WithDeletionTimestamp

func (b *HelloTypeApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *HelloTypeApplyConfiguration

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 (*HelloTypeApplyConfiguration) WithFinalizers

func (b *HelloTypeApplyConfiguration) WithFinalizers(values ...string) *HelloTypeApplyConfiguration

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 (*HelloTypeApplyConfiguration) 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 (*HelloTypeApplyConfiguration) 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 (*HelloTypeApplyConfiguration) 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 (*HelloTypeApplyConfiguration) 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 (*HelloTypeApplyConfiguration) 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 (*HelloTypeApplyConfiguration) 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 (*HelloTypeApplyConfiguration) 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 (*HelloTypeApplyConfiguration) WithResourceVersion

func (b *HelloTypeApplyConfiguration) WithResourceVersion(value string) *HelloTypeApplyConfiguration

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 (*HelloTypeApplyConfiguration) 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 (*HelloTypeApplyConfiguration) 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 (*HelloTypeApplyConfiguration) 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 HelloTypeStatusApplyConfiguration

type HelloTypeStatusApplyConfiguration struct {
	AvailableReplicas *int32 `json:"availableReplicas,omitempty"`
}

HelloTypeStatusApplyConfiguration represents an declarative configuration of the HelloTypeStatus type for use with apply.

func HelloTypeStatus

func HelloTypeStatus() *HelloTypeStatusApplyConfiguration

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

func (*HelloTypeStatusApplyConfiguration) WithAvailableReplicas

WithAvailableReplicas sets the AvailableReplicas 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 AvailableReplicas 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