v1alpha1

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIExportReferenceApplyConfiguration

type APIExportReferenceApplyConfiguration struct {
	Path   *string `json:"path,omitempty"`
	Export *string `json:"export,omitempty"`
}

APIExportReferenceApplyConfiguration represents an declarative configuration of the APIExportReference type for use with apply.

func APIExportReference

func APIExportReference() *APIExportReferenceApplyConfiguration

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

func (*APIExportReferenceApplyConfiguration) WithExport

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

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

type MountStatusApplyConfiguration added in v0.22.0

type MountStatusApplyConfiguration struct {
	Phase      *v1alpha1.LogicalClusterPhaseType `json:"phase,omitempty"`
	Conditions *conditionsv1alpha1.Conditions    `json:"conditions,omitempty"`
	URL        *string                           `json:"url,omitempty"`
}

MountStatusApplyConfiguration represents an declarative configuration of the MountStatus type for use with apply.

func MountStatus added in v0.22.0

func MountStatus() *MountStatusApplyConfiguration

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

func (*MountStatusApplyConfiguration) WithConditions added in v0.22.0

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

func (*MountStatusApplyConfiguration) WithPhase added in v0.22.0

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

func (*MountStatusApplyConfiguration) WithURL added in v0.22.0

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

type VirtualWorkspaceApplyConfiguration

type VirtualWorkspaceApplyConfiguration struct {
	URL *string `json:"url,omitempty"`
}

VirtualWorkspaceApplyConfiguration represents an declarative configuration of the VirtualWorkspace type for use with apply.

func VirtualWorkspace

func VirtualWorkspace() *VirtualWorkspaceApplyConfiguration

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

func (*VirtualWorkspaceApplyConfiguration) WithURL

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

type WorkspaceApplyConfiguration

type WorkspaceApplyConfiguration struct {
	v1.TypeMetaApplyConfiguration    `json:",inline"`
	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
	Spec                             *WorkspaceSpecApplyConfiguration   `json:"spec,omitempty"`
	Status                           *WorkspaceStatusApplyConfiguration `json:"status,omitempty"`
}

WorkspaceApplyConfiguration represents an declarative configuration of the Workspace type for use with apply.

func Workspace

func Workspace(name string) *WorkspaceApplyConfiguration

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

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

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

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

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

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

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

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

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

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

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

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

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

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 (*WorkspaceApplyConfiguration) 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 (*WorkspaceApplyConfiguration) 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 (*WorkspaceApplyConfiguration) 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 WorkspaceLocationApplyConfiguration

type WorkspaceLocationApplyConfiguration struct {
	Selector *v1.LabelSelectorApplyConfiguration `json:"selector,omitempty"`
}

WorkspaceLocationApplyConfiguration represents an declarative configuration of the WorkspaceLocation type for use with apply.

func WorkspaceLocation

func WorkspaceLocation() *WorkspaceLocationApplyConfiguration

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

func (*WorkspaceLocationApplyConfiguration) WithSelector

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

type WorkspaceSpecApplyConfiguration

type WorkspaceSpecApplyConfiguration struct {
	Type     *WorkspaceTypeReferenceApplyConfiguration `json:"type,omitempty"`
	Location *WorkspaceLocationApplyConfiguration      `json:"location,omitempty"`
	Cluster  *string                                   `json:"cluster,omitempty"`
	URL      *string                                   `json:"URL,omitempty"`
}

WorkspaceSpecApplyConfiguration represents an declarative configuration of the WorkspaceSpec type for use with apply.

func WorkspaceSpec

func WorkspaceSpec() *WorkspaceSpecApplyConfiguration

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

func (*WorkspaceSpecApplyConfiguration) WithCluster

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

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

func (*WorkspaceSpecApplyConfiguration) WithURL

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

type WorkspaceStatusApplyConfiguration

type WorkspaceStatusApplyConfiguration struct {
	Phase        *v1alpha1.LogicalClusterPhaseType    `json:"phase,omitempty"`
	Conditions   *conditionsv1alpha1.Conditions       `json:"conditions,omitempty"`
	Initializers []v1alpha1.LogicalClusterInitializer `json:"initializers,omitempty"`
}

WorkspaceStatusApplyConfiguration represents an declarative configuration of the WorkspaceStatus type for use with apply.

func WorkspaceStatus

func WorkspaceStatus() *WorkspaceStatusApplyConfiguration

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

func (*WorkspaceStatusApplyConfiguration) WithConditions

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

func (*WorkspaceStatusApplyConfiguration) WithInitializers

WithInitializers adds the given value to the Initializers 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 Initializers field.

func (*WorkspaceStatusApplyConfiguration) WithPhase

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

type WorkspaceTypeApplyConfiguration

type WorkspaceTypeApplyConfiguration struct {
	v1.TypeMetaApplyConfiguration    `json:",inline"`
	*v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"`
	Spec                             *WorkspaceTypeSpecApplyConfiguration   `json:"spec,omitempty"`
	Status                           *WorkspaceTypeStatusApplyConfiguration `json:"status,omitempty"`
}

WorkspaceTypeApplyConfiguration represents an declarative configuration of the WorkspaceType type for use with apply.

func WorkspaceType

func WorkspaceType(name string) *WorkspaceTypeApplyConfiguration

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

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

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

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 (*WorkspaceTypeApplyConfiguration) 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 (*WorkspaceTypeApplyConfiguration) 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 (*WorkspaceTypeApplyConfiguration) 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 (*WorkspaceTypeApplyConfiguration) 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 (*WorkspaceTypeApplyConfiguration) 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 (*WorkspaceTypeApplyConfiguration) 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 (*WorkspaceTypeApplyConfiguration) 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 (*WorkspaceTypeApplyConfiguration) 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 (*WorkspaceTypeApplyConfiguration) 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 (*WorkspaceTypeApplyConfiguration) 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 (*WorkspaceTypeApplyConfiguration) 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 (*WorkspaceTypeApplyConfiguration) 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 (*WorkspaceTypeApplyConfiguration) 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 WorkspaceTypeExtensionApplyConfiguration

type WorkspaceTypeExtensionApplyConfiguration struct {
	With []WorkspaceTypeReferenceApplyConfiguration `json:"with,omitempty"`
}

WorkspaceTypeExtensionApplyConfiguration represents an declarative configuration of the WorkspaceTypeExtension type for use with apply.

func WorkspaceTypeExtension

func WorkspaceTypeExtension() *WorkspaceTypeExtensionApplyConfiguration

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

func (*WorkspaceTypeExtensionApplyConfiguration) WithWith

WithWith adds the given value to the With 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 With field.

type WorkspaceTypeReferenceApplyConfiguration

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

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

func WorkspaceTypeReference

func WorkspaceTypeReference() *WorkspaceTypeReferenceApplyConfiguration

WorkspaceTypeReferenceApplyConfiguration constructs an 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.

type WorkspaceTypeSelectorApplyConfiguration

type WorkspaceTypeSelectorApplyConfiguration struct {
	None  *bool                                      `json:"none,omitempty"`
	Types []WorkspaceTypeReferenceApplyConfiguration `json:"types,omitempty"`
}

WorkspaceTypeSelectorApplyConfiguration represents an declarative configuration of the WorkspaceTypeSelector type for use with apply.

func WorkspaceTypeSelector

func WorkspaceTypeSelector() *WorkspaceTypeSelectorApplyConfiguration

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

func (*WorkspaceTypeSelectorApplyConfiguration) WithNone

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

func (*WorkspaceTypeSelectorApplyConfiguration) WithTypes

WithTypes adds the given value to the Types 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 Types field.

type WorkspaceTypeSpecApplyConfiguration

type WorkspaceTypeSpecApplyConfiguration struct {
	Initializer               *bool                                     `json:"initializer,omitempty"`
	Extend                    *WorkspaceTypeExtensionApplyConfiguration `json:"extend,omitempty"`
	AdditionalWorkspaceLabels map[string]string                         `json:"additionalWorkspaceLabels,omitempty"`
	DefaultChildWorkspaceType *WorkspaceTypeReferenceApplyConfiguration `json:"defaultChildWorkspaceType,omitempty"`
	LimitAllowedChildren      *WorkspaceTypeSelectorApplyConfiguration  `json:"limitAllowedChildren,omitempty"`
	LimitAllowedParents       *WorkspaceTypeSelectorApplyConfiguration  `json:"limitAllowedParents,omitempty"`
	DefaultAPIBindings        []APIExportReferenceApplyConfiguration    `json:"defaultAPIBindings,omitempty"`
}

WorkspaceTypeSpecApplyConfiguration represents an declarative configuration of the WorkspaceTypeSpec type for use with apply.

func WorkspaceTypeSpec

func WorkspaceTypeSpec() *WorkspaceTypeSpecApplyConfiguration

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

func (*WorkspaceTypeSpecApplyConfiguration) WithAdditionalWorkspaceLabels

func (b *WorkspaceTypeSpecApplyConfiguration) WithAdditionalWorkspaceLabels(entries map[string]string) *WorkspaceTypeSpecApplyConfiguration

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

func (*WorkspaceTypeSpecApplyConfiguration) WithDefaultAPIBindings

WithDefaultAPIBindings adds the given value to the DefaultAPIBindings 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 DefaultAPIBindings field.

func (*WorkspaceTypeSpecApplyConfiguration) WithDefaultChildWorkspaceType

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

func (*WorkspaceTypeSpecApplyConfiguration) WithExtend

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

func (*WorkspaceTypeSpecApplyConfiguration) WithInitializer

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

func (*WorkspaceTypeSpecApplyConfiguration) WithLimitAllowedChildren

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

func (*WorkspaceTypeSpecApplyConfiguration) WithLimitAllowedParents

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

type WorkspaceTypeStatusApplyConfiguration

type WorkspaceTypeStatusApplyConfiguration struct {
	Conditions        *v1alpha1.Conditions                 `json:"conditions,omitempty"`
	VirtualWorkspaces []VirtualWorkspaceApplyConfiguration `json:"virtualWorkspaces,omitempty"`
}

WorkspaceTypeStatusApplyConfiguration represents an declarative configuration of the WorkspaceTypeStatus type for use with apply.

func WorkspaceTypeStatus

func WorkspaceTypeStatus() *WorkspaceTypeStatusApplyConfiguration

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

func (*WorkspaceTypeStatusApplyConfiguration) WithConditions

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

func (*WorkspaceTypeStatusApplyConfiguration) WithVirtualWorkspaces

WithVirtualWorkspaces adds the given value to the VirtualWorkspaces 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 VirtualWorkspaces field.

Jump to

Keyboard shortcuts

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