v1beta1

package
v0.0.0-...-522c6fc Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PodSetApplyConfiguration

type PodSetApplyConfiguration struct {
	PodTemplateRef *ReferenceApplyConfiguration `json:"podTemplateRef,omitempty"`
	Count          *int32                       `json:"count,omitempty"`
}

PodSetApplyConfiguration represents an declarative configuration of the PodSet type for use with apply.

func PodSet

func PodSet() *PodSetApplyConfiguration

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

func (*PodSetApplyConfiguration) WithCount

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

func (*PodSetApplyConfiguration) WithPodTemplateRef

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

type ProvisioningRequestApplyConfiguration

type ProvisioningRequestApplyConfiguration struct {
	v1.TypeMetaApplyConfiguration    `json:",inline"`
	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
	Spec                             *ProvisioningRequestSpecApplyConfiguration   `json:"spec,omitempty"`
	Status                           *ProvisioningRequestStatusApplyConfiguration `json:"status,omitempty"`
}

ProvisioningRequestApplyConfiguration represents an declarative configuration of the ProvisioningRequest type for use with apply.

func ProvisioningRequest

func ProvisioningRequest(name, namespace string) *ProvisioningRequestApplyConfiguration

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

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

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

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 (*ProvisioningRequestApplyConfiguration) 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 (*ProvisioningRequestApplyConfiguration) 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 (*ProvisioningRequestApplyConfiguration) 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 (*ProvisioningRequestApplyConfiguration) 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 (*ProvisioningRequestApplyConfiguration) 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 (*ProvisioningRequestApplyConfiguration) 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 (*ProvisioningRequestApplyConfiguration) 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 (*ProvisioningRequestApplyConfiguration) 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 (*ProvisioningRequestApplyConfiguration) 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 (*ProvisioningRequestApplyConfiguration) 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 (*ProvisioningRequestApplyConfiguration) 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 (*ProvisioningRequestApplyConfiguration) 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 (*ProvisioningRequestApplyConfiguration) 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 ProvisioningRequestSpecApplyConfiguration

type ProvisioningRequestSpecApplyConfiguration struct {
	PodSets               []PodSetApplyConfiguration                    `json:"podSets,omitempty"`
	ProvisioningClassName *string                                       `json:"provisioningClassName,omitempty"`
	Parameters            map[string]autoscalingxk8siov1beta1.Parameter `json:"parameters,omitempty"`
}

ProvisioningRequestSpecApplyConfiguration represents an declarative configuration of the ProvisioningRequestSpec type for use with apply.

func ProvisioningRequestSpec

func ProvisioningRequestSpec() *ProvisioningRequestSpecApplyConfiguration

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

func (*ProvisioningRequestSpecApplyConfiguration) WithParameters

WithParameters puts the entries into the Parameters 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 Parameters field, overwriting an existing map entries in Parameters field with the same key.

func (*ProvisioningRequestSpecApplyConfiguration) WithPodSets

WithPodSets adds the given value to the PodSets 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 PodSets field.

func (*ProvisioningRequestSpecApplyConfiguration) WithProvisioningClassName

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

type ProvisioningRequestStatusApplyConfiguration

type ProvisioningRequestStatusApplyConfiguration struct {
	Conditions               []v1.Condition            `json:"conditions,omitempty"`
	ProvisioningClassDetails map[string]v1beta1.Detail `json:"provisioningClassDetails,omitempty"`
}

ProvisioningRequestStatusApplyConfiguration represents an declarative configuration of the ProvisioningRequestStatus type for use with apply.

func ProvisioningRequestStatus

func ProvisioningRequestStatus() *ProvisioningRequestStatusApplyConfiguration

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

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

func (*ProvisioningRequestStatusApplyConfiguration) WithProvisioningClassDetails

WithProvisioningClassDetails puts the entries into the ProvisioningClassDetails 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 ProvisioningClassDetails field, overwriting an existing map entries in ProvisioningClassDetails field with the same key.

type ReferenceApplyConfiguration

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

ReferenceApplyConfiguration represents an declarative configuration of the Reference type for use with apply.

func Reference

func Reference() *ReferenceApplyConfiguration

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

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