v1alpha1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2026 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 InitSourceApplyConfiguration

type InitSourceApplyConfiguration struct {
	Template *TemplateInitSourceApplyConfiguration `json:"template,omitempty"`
}

InitSourceApplyConfiguration represents a declarative configuration of the InitSource type for use with apply.

func InitSource

func InitSource() *InitSourceApplyConfiguration

InitSourceApplyConfiguration constructs a declarative configuration of the InitSource type for use with apply.

func (*InitSourceApplyConfiguration) WithTemplate

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

type InitTargetApplyConfiguration

type InitTargetApplyConfiguration struct {
	v1.TypeMetaApplyConfiguration    `json:",inline"`
	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
	Spec                             *InitTargetSpecApplyConfiguration `json:"spec,omitempty"`
}

InitTargetApplyConfiguration represents a declarative configuration of the InitTarget type for use with apply.

func InitTarget

func InitTarget(name string) *InitTargetApplyConfiguration

InitTarget constructs a declarative configuration of the InitTarget type for use with apply.

func (*InitTargetApplyConfiguration) GetName

func (b *InitTargetApplyConfiguration) GetName() *string

GetName retrieves the value of the Name field in the declarative configuration.

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

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

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

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

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

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

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

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

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 (*InitTargetApplyConfiguration) 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 (*InitTargetApplyConfiguration) 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 InitTargetSpecApplyConfiguration

type InitTargetSpecApplyConfiguration struct {
	WorkspaceTypeReference *WorkspaceTypeReferenceApplyConfiguration `json:"workspaceTypeRef,omitempty"`
	Sources                []InitSourceApplyConfiguration            `json:"sources,omitempty"`
}

InitTargetSpecApplyConfiguration represents a declarative configuration of the InitTargetSpec type for use with apply.

func InitTargetSpec

func InitTargetSpec() *InitTargetSpecApplyConfiguration

InitTargetSpecApplyConfiguration constructs a declarative configuration of the InitTargetSpec type for use with apply.

func (*InitTargetSpecApplyConfiguration) WithSources

WithSources adds the given value to the Sources 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 Sources field.

func (*InitTargetSpecApplyConfiguration) WithWorkspaceTypeReference

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

type InitTemplateApplyConfiguration

type InitTemplateApplyConfiguration struct {
	v1.TypeMetaApplyConfiguration    `json:",inline"`
	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
	Spec                             *InitTemplateSpecApplyConfiguration `json:"spec,omitempty"`
}

InitTemplateApplyConfiguration represents a declarative configuration of the InitTemplate type for use with apply.

func InitTemplate

func InitTemplate(name string) *InitTemplateApplyConfiguration

InitTemplate constructs a declarative configuration of the InitTemplate type for use with apply.

func (*InitTemplateApplyConfiguration) GetName

func (b *InitTemplateApplyConfiguration) GetName() *string

GetName retrieves the value of the Name field in the declarative configuration.

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

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

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 (*InitTemplateApplyConfiguration) 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 (*InitTemplateApplyConfiguration) 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 (*InitTemplateApplyConfiguration) 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 (*InitTemplateApplyConfiguration) 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 (*InitTemplateApplyConfiguration) 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 (*InitTemplateApplyConfiguration) 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 (*InitTemplateApplyConfiguration) 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 (*InitTemplateApplyConfiguration) 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 (*InitTemplateApplyConfiguration) 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 (*InitTemplateApplyConfiguration) 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 (*InitTemplateApplyConfiguration) 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 (*InitTemplateApplyConfiguration) 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 InitTemplateSpecApplyConfiguration

type InitTemplateSpecApplyConfiguration struct {
	Template *string `json:"template,omitempty"`
}

InitTemplateSpecApplyConfiguration represents a declarative configuration of the InitTemplateSpec type for use with apply.

func InitTemplateSpec

func InitTemplateSpec() *InitTemplateSpecApplyConfiguration

InitTemplateSpecApplyConfiguration constructs a declarative configuration of the InitTemplateSpec type for use with apply.

func (*InitTemplateSpecApplyConfiguration) WithTemplate

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

type TemplateInitSourceApplyConfiguration

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

TemplateInitSourceApplyConfiguration represents a declarative configuration of the TemplateInitSource type for use with apply.

func TemplateInitSource

func TemplateInitSource() *TemplateInitSourceApplyConfiguration

TemplateInitSourceApplyConfiguration constructs a declarative configuration of the TemplateInitSource type for use with apply.

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

type WorkspaceTypeReferenceApplyConfiguration

type WorkspaceTypeReferenceApplyConfiguration struct {
	Path *string `json:"path,omitempty"`
	Name *string `json:"name,omitempty"`
}

WorkspaceTypeReferenceApplyConfiguration represents a declarative configuration of the WorkspaceTypeReference type for use with apply.

func WorkspaceTypeReference

func WorkspaceTypeReference() *WorkspaceTypeReferenceApplyConfiguration

WorkspaceTypeReferenceApplyConfiguration constructs a declarative configuration of the WorkspaceTypeReference type for use with apply.

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

WithPath sets the Path 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 Path 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