v1alpha1

package
v0.29.0-rc.1 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2025 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 a declarative configuration of the APIExportReference type for use with apply.

func APIExportReference

func APIExportReference() *APIExportReferenceApplyConfiguration

APIExportReferenceApplyConfiguration constructs a 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 AuthenticationConfigurationReferenceApplyConfiguration

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

AuthenticationConfigurationReferenceApplyConfiguration represents a declarative configuration of the AuthenticationConfigurationReference type for use with apply.

func AuthenticationConfigurationReference

func AuthenticationConfigurationReference() *AuthenticationConfigurationReferenceApplyConfiguration

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

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

type ClaimMappingsApplyConfiguration struct {
	Username *PrefixedClaimOrExpressionApplyConfiguration `json:"username,omitempty"`
	Groups   *PrefixedClaimOrExpressionApplyConfiguration `json:"groups,omitempty"`
	UID      *ClaimOrExpressionApplyConfiguration         `json:"uid,omitempty"`
	Extra    []ExtraMappingApplyConfiguration             `json:"extra,omitempty"`
}

ClaimMappingsApplyConfiguration represents a declarative configuration of the ClaimMappings type for use with apply.

func ClaimMappings

func ClaimMappings() *ClaimMappingsApplyConfiguration

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

func (*ClaimMappingsApplyConfiguration) WithExtra

WithExtra adds the given value to the Extra 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 Extra field.

func (*ClaimMappingsApplyConfiguration) WithGroups

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

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

func (*ClaimMappingsApplyConfiguration) WithUsername

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

type ClaimOrExpressionApplyConfiguration

type ClaimOrExpressionApplyConfiguration struct {
	Claim      *string `json:"claim,omitempty"`
	Expression *string `json:"expression,omitempty"`
}

ClaimOrExpressionApplyConfiguration represents a declarative configuration of the ClaimOrExpression type for use with apply.

func ClaimOrExpression

func ClaimOrExpression() *ClaimOrExpressionApplyConfiguration

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

func (*ClaimOrExpressionApplyConfiguration) WithClaim

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

func (*ClaimOrExpressionApplyConfiguration) WithExpression

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

type ClaimValidationRuleApplyConfiguration

type ClaimValidationRuleApplyConfiguration struct {
	Claim         *string `json:"claim,omitempty"`
	RequiredValue *string `json:"requiredValue,omitempty"`
	Expression    *string `json:"expression,omitempty"`
	Message       *string `json:"message,omitempty"`
}

ClaimValidationRuleApplyConfiguration represents a declarative configuration of the ClaimValidationRule type for use with apply.

func ClaimValidationRule

func ClaimValidationRule() *ClaimValidationRuleApplyConfiguration

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

func (*ClaimValidationRuleApplyConfiguration) WithClaim

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

func (*ClaimValidationRuleApplyConfiguration) WithExpression

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

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

func (*ClaimValidationRuleApplyConfiguration) WithRequiredValue

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

type ExtraMappingApplyConfiguration

type ExtraMappingApplyConfiguration struct {
	Key             *string `json:"key,omitempty"`
	ValueExpression *string `json:"valueExpression,omitempty"`
}

ExtraMappingApplyConfiguration represents a declarative configuration of the ExtraMapping type for use with apply.

func ExtraMapping

func ExtraMapping() *ExtraMappingApplyConfiguration

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

func (*ExtraMappingApplyConfiguration) WithKey

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

func (*ExtraMappingApplyConfiguration) WithValueExpression

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

type IssuerApplyConfiguration

type IssuerApplyConfiguration struct {
	URL                  *string                                  `json:"url,omitempty"`
	DiscoveryURL         *string                                  `json:"discoveryURL,omitempty"`
	CertificateAuthority *string                                  `json:"certificateAuthority,omitempty"`
	Audiences            []string                                 `json:"audiences,omitempty"`
	AudienceMatchPolicy  *tenancyv1alpha1.AudienceMatchPolicyType `json:"audienceMatchPolicy,omitempty"`
}

IssuerApplyConfiguration represents a declarative configuration of the Issuer type for use with apply.

func Issuer

func Issuer() *IssuerApplyConfiguration

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

func (*IssuerApplyConfiguration) WithAudienceMatchPolicy

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

func (*IssuerApplyConfiguration) WithAudiences

func (b *IssuerApplyConfiguration) WithAudiences(values ...string) *IssuerApplyConfiguration

WithAudiences adds the given value to the Audiences 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 Audiences field.

func (*IssuerApplyConfiguration) WithCertificateAuthority

func (b *IssuerApplyConfiguration) WithCertificateAuthority(value string) *IssuerApplyConfiguration

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

func (*IssuerApplyConfiguration) WithDiscoveryURL

func (b *IssuerApplyConfiguration) WithDiscoveryURL(value string) *IssuerApplyConfiguration

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

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

type JWTAuthenticatorApplyConfiguration struct {
	Issuer               *IssuerApplyConfiguration               `json:"issuer,omitempty"`
	ClaimValidationRules []ClaimValidationRuleApplyConfiguration `json:"claimValidationRules,omitempty"`
	ClaimMappings        *ClaimMappingsApplyConfiguration        `json:"claimMappings,omitempty"`
	UserValidationRules  []UserValidationRuleApplyConfiguration  `json:"userValidationRules,omitempty"`
}

JWTAuthenticatorApplyConfiguration represents a declarative configuration of the JWTAuthenticator type for use with apply.

func JWTAuthenticator

func JWTAuthenticator() *JWTAuthenticatorApplyConfiguration

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

func (*JWTAuthenticatorApplyConfiguration) WithClaimMappings

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

func (*JWTAuthenticatorApplyConfiguration) WithClaimValidationRules

WithClaimValidationRules adds the given value to the ClaimValidationRules 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 ClaimValidationRules field.

func (*JWTAuthenticatorApplyConfiguration) WithIssuer

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

func (*JWTAuthenticatorApplyConfiguration) WithUserValidationRules

WithUserValidationRules adds the given value to the UserValidationRules 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 UserValidationRules field.

type MountApplyConfiguration

type MountApplyConfiguration struct {
	Reference *ObjectReferenceApplyConfiguration `json:"ref,omitempty"`
}

MountApplyConfiguration represents a declarative configuration of the Mount type for use with apply.

func Mount

func Mount() *MountApplyConfiguration

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

func (*MountApplyConfiguration) WithReference

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

type ObjectReferenceApplyConfiguration

type ObjectReferenceApplyConfiguration struct {
	APIVersion *string `json:"apiVersion,omitempty"`
	Kind       *string `json:"kind,omitempty"`
	Name       *string `json:"name,omitempty"`
	Namespace  *string `json:"namespace,omitempty"`
}

ObjectReferenceApplyConfiguration represents a declarative configuration of the ObjectReference type for use with apply.

func ObjectReference

func ObjectReference() *ObjectReferenceApplyConfiguration

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

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

type PrefixedClaimOrExpressionApplyConfiguration

type PrefixedClaimOrExpressionApplyConfiguration struct {
	Claim      *string `json:"claim,omitempty"`
	Prefix     *string `json:"prefix,omitempty"`
	Expression *string `json:"expression,omitempty"`
}

PrefixedClaimOrExpressionApplyConfiguration represents a declarative configuration of the PrefixedClaimOrExpression type for use with apply.

func PrefixedClaimOrExpression

func PrefixedClaimOrExpression() *PrefixedClaimOrExpressionApplyConfiguration

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

func (*PrefixedClaimOrExpressionApplyConfiguration) WithClaim

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

func (*PrefixedClaimOrExpressionApplyConfiguration) WithExpression

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

func (*PrefixedClaimOrExpressionApplyConfiguration) WithPrefix

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

type UserValidationRuleApplyConfiguration

type UserValidationRuleApplyConfiguration struct {
	Expression *string `json:"expression,omitempty"`
	Message    *string `json:"message,omitempty"`
}

UserValidationRuleApplyConfiguration represents a declarative configuration of the UserValidationRule type for use with apply.

func UserValidationRule

func UserValidationRule() *UserValidationRuleApplyConfiguration

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

func (*UserValidationRuleApplyConfiguration) WithExpression

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

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

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

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

func VirtualWorkspace

func VirtualWorkspace() *VirtualWorkspaceApplyConfiguration

VirtualWorkspaceApplyConfiguration constructs a 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 a declarative configuration of the Workspace type for use with apply.

func Workspace

func Workspace(name string) *WorkspaceApplyConfiguration

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

func (*WorkspaceApplyConfiguration) GetName

func (b *WorkspaceApplyConfiguration) GetName() *string

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

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 WorkspaceAuthenticationConfigurationApplyConfiguration

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

WorkspaceAuthenticationConfigurationApplyConfiguration represents a declarative configuration of the WorkspaceAuthenticationConfiguration type for use with apply.

func WorkspaceAuthenticationConfiguration

func WorkspaceAuthenticationConfiguration(name string) *WorkspaceAuthenticationConfigurationApplyConfiguration

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

func (*WorkspaceAuthenticationConfigurationApplyConfiguration) GetName

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

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

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 (*WorkspaceAuthenticationConfigurationApplyConfiguration) 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 (*WorkspaceAuthenticationConfigurationApplyConfiguration) 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 (*WorkspaceAuthenticationConfigurationApplyConfiguration) 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 (*WorkspaceAuthenticationConfigurationApplyConfiguration) 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 (*WorkspaceAuthenticationConfigurationApplyConfiguration) 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 (*WorkspaceAuthenticationConfigurationApplyConfiguration) 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 (*WorkspaceAuthenticationConfigurationApplyConfiguration) 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 (*WorkspaceAuthenticationConfigurationApplyConfiguration) 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 (*WorkspaceAuthenticationConfigurationApplyConfiguration) 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 (*WorkspaceAuthenticationConfigurationApplyConfiguration) 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 (*WorkspaceAuthenticationConfigurationApplyConfiguration) 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 (*WorkspaceAuthenticationConfigurationApplyConfiguration) 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 WorkspaceAuthenticationConfigurationSpecApplyConfiguration

type WorkspaceAuthenticationConfigurationSpecApplyConfiguration struct {
	JWT []JWTAuthenticatorApplyConfiguration `json:"jwt,omitempty"`
}

WorkspaceAuthenticationConfigurationSpecApplyConfiguration represents a declarative configuration of the WorkspaceAuthenticationConfigurationSpec type for use with apply.

func WorkspaceAuthenticationConfigurationSpec

func WorkspaceAuthenticationConfigurationSpec() *WorkspaceAuthenticationConfigurationSpecApplyConfiguration

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

func (*WorkspaceAuthenticationConfigurationSpecApplyConfiguration) WithJWT

WithJWT adds the given value to the JWT 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 JWT field.

type WorkspaceLocationApplyConfiguration

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

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

func WorkspaceLocation

func WorkspaceLocation() *WorkspaceLocationApplyConfiguration

WorkspaceLocationApplyConfiguration constructs a 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"`
	Mount    *MountApplyConfiguration                  `json:"mount,omitempty"`
}

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

func WorkspaceSpec

func WorkspaceSpec() *WorkspaceSpecApplyConfiguration

WorkspaceSpecApplyConfiguration constructs a 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) WithMount

WithMount sets the Mount 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 Mount 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        *corev1alpha1.LogicalClusterPhaseType    `json:"phase,omitempty"`
	Conditions   *conditionsv1alpha1.Conditions           `json:"conditions,omitempty"`
	Initializers []corev1alpha1.LogicalClusterInitializer `json:"initializers,omitempty"`
	Terminators  []corev1alpha1.LogicalClusterTerminator  `json:"terminators,omitempty"`
}

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

func WorkspaceStatus

func WorkspaceStatus() *WorkspaceStatusApplyConfiguration

WorkspaceStatusApplyConfiguration constructs a 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.

func (*WorkspaceStatusApplyConfiguration) WithTerminators

WithTerminators adds the given value to the Terminators 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 Terminators field.

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 a declarative configuration of the WorkspaceType type for use with apply.

func WorkspaceType

func WorkspaceType(name string) *WorkspaceTypeApplyConfiguration

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

func (*WorkspaceTypeApplyConfiguration) GetName

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

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 a declarative configuration of the WorkspaceTypeExtension type for use with apply.

func WorkspaceTypeExtension

func WorkspaceTypeExtension() *WorkspaceTypeExtensionApplyConfiguration

WorkspaceTypeExtensionApplyConfiguration constructs a 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 *tenancyv1alpha1.WorkspaceTypeName `json:"name,omitempty"`
	Path *string                            `json:"path,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.

type WorkspaceTypeSelectorApplyConfiguration

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

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

func WorkspaceTypeSelector

func WorkspaceTypeSelector() *WorkspaceTypeSelectorApplyConfiguration

WorkspaceTypeSelectorApplyConfiguration constructs a 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"`
	Terminator                   *bool                                                    `json:"terminator,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"`
	DefaultAPIBindingLifecycle   *tenancyv1alpha1.APIBindingLifecycleMode                 `json:"defaultAPIBindingLifecycle,omitempty"`
	AuthenticationConfigurations []AuthenticationConfigurationReferenceApplyConfiguration `json:"authenticationConfigurations,omitempty"`
}

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

func WorkspaceTypeSpec

func WorkspaceTypeSpec() *WorkspaceTypeSpecApplyConfiguration

WorkspaceTypeSpecApplyConfiguration constructs a 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) WithAuthenticationConfigurations

WithAuthenticationConfigurations adds the given value to the AuthenticationConfigurations 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 AuthenticationConfigurations field.

func (*WorkspaceTypeSpecApplyConfiguration) WithDefaultAPIBindingLifecycle

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

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.

func (*WorkspaceTypeSpecApplyConfiguration) WithTerminator

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

type WorkspaceTypeStatusApplyConfiguration

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

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

func WorkspaceTypeStatus

func WorkspaceTypeStatus() *WorkspaceTypeStatusApplyConfiguration

WorkspaceTypeStatusApplyConfiguration constructs a 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