v1alpha1

package
v0.0.0-...-e4dcd5c Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2024 License: LGPL-2.1 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlueChiNodeApplyConfiguration

type BlueChiNodeApplyConfiguration struct {
	Name              *string              `json:"name,omitempty"`
	Status            *v1alpha1.NodeStatus `json:"status,omitempty"`
	LastSeenTimestamp *string              `json:"lastSeenTimestamp,omitempty"`
}

BlueChiNodeApplyConfiguration represents an declarative configuration of the BlueChiNode type for use with apply.

func BlueChiNode

func BlueChiNode() *BlueChiNodeApplyConfiguration

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

func (*BlueChiNodeApplyConfiguration) WithLastSeenTimestamp

func (b *BlueChiNodeApplyConfiguration) WithLastSeenTimestamp(value string) *BlueChiNodeApplyConfiguration

WithLastSeenTimestamp sets the LastSeenTimestamp 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 LastSeenTimestamp field is set to the value of the last call.

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

type BlueChiSystemApplyConfiguration

type BlueChiSystemApplyConfiguration struct {
	v1.TypeMetaApplyConfiguration    `json:",inline"`
	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
	Spec                             *BlueChiSystemSpecApplyConfiguration `json:"spec,omitempty"`
	Status                           *bluechiv1alpha1.BlueChiSystemStatus `json:"status,omitempty"`
}

BlueChiSystemApplyConfiguration represents an declarative configuration of the BlueChiSystem type for use with apply.

func BlueChiSystem

func BlueChiSystem(name, namespace string) *BlueChiSystemApplyConfiguration

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

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

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

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 (*BlueChiSystemApplyConfiguration) 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 (*BlueChiSystemApplyConfiguration) 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 (*BlueChiSystemApplyConfiguration) 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 (*BlueChiSystemApplyConfiguration) 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 (*BlueChiSystemApplyConfiguration) 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 (*BlueChiSystemApplyConfiguration) 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 (*BlueChiSystemApplyConfiguration) 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 (*BlueChiSystemApplyConfiguration) 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 (*BlueChiSystemApplyConfiguration) 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 (*BlueChiSystemApplyConfiguration) 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 (*BlueChiSystemApplyConfiguration) 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 (*BlueChiSystemApplyConfiguration) 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 (*BlueChiSystemApplyConfiguration) 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 BlueChiSystemSpecApplyConfiguration

type BlueChiSystemSpecApplyConfiguration struct {
	Nodes *v1alpha1.BlueChiNodes `json:"nodes,omitempty"`
}

BlueChiSystemSpecApplyConfiguration represents an declarative configuration of the BlueChiSystemSpec type for use with apply.

func BlueChiSystemSpec

func BlueChiSystemSpec() *BlueChiSystemSpecApplyConfiguration

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

func (*BlueChiSystemSpecApplyConfiguration) WithNodes

WithNodes sets the Nodes 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 Nodes 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