Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 Changes in this version + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func GetDecoder() map[string]jsoniter.ValDecoder + func GetEncoder() map[string]jsoniter.ValEncoder + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type DirectoryConfig struct + Spec DirectoryConfigSpec + Status DirectoryConfigStatus + func (in *DirectoryConfig) DeepCopy() *DirectoryConfig + func (in *DirectoryConfig) DeepCopyInto(out *DirectoryConfig) + func (in *DirectoryConfig) DeepCopyObject() runtime.Object + func (r *DirectoryConfig) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *DirectoryConfig) ValidateCreate() error + func (r *DirectoryConfig) ValidateDelete() error + func (r *DirectoryConfig) ValidateUpdate(old runtime.Object) error + type DirectoryConfigList struct + Items []DirectoryConfig + func (in *DirectoryConfigList) DeepCopy() *DirectoryConfigList + func (in *DirectoryConfigList) DeepCopyInto(out *DirectoryConfigList) + func (in *DirectoryConfigList) DeepCopyObject() runtime.Object + type DirectoryConfigSpec struct + BackendRef *core.LocalObjectReference + ProviderRef core.LocalObjectReference + Resource DirectoryConfigSpecResource + SecretRef *core.LocalObjectReference + State *DirectoryConfigSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *DirectoryConfigSpec) DeepCopy() *DirectoryConfigSpec + func (in *DirectoryConfigSpec) DeepCopyInto(out *DirectoryConfigSpec) + type DirectoryConfigSpecResource struct + CreatedTime *string + DirectoryName *string + ID string + OrganizationalUnitDistinguishedNames []string + ServiceAccountCredentials *DirectoryConfigSpecServiceAccountCredentials + func (in *DirectoryConfigSpecResource) DeepCopy() *DirectoryConfigSpecResource + func (in *DirectoryConfigSpecResource) DeepCopyInto(out *DirectoryConfigSpecResource) + type DirectoryConfigSpecServiceAccountCredentials struct + AccountName *string + AccountPassword *string + func (in *DirectoryConfigSpecServiceAccountCredentials) DeepCopy() *DirectoryConfigSpecServiceAccountCredentials + func (in *DirectoryConfigSpecServiceAccountCredentials) DeepCopyInto(out *DirectoryConfigSpecServiceAccountCredentials) + type DirectoryConfigSpecServiceAccountCredentialsCodec struct + func (DirectoryConfigSpecServiceAccountCredentialsCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator) + func (DirectoryConfigSpecServiceAccountCredentialsCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream) + func (DirectoryConfigSpecServiceAccountCredentialsCodec) IsEmpty(ptr unsafe.Pointer) bool + type DirectoryConfigStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *DirectoryConfigStatus) DeepCopy() *DirectoryConfigStatus + func (in *DirectoryConfigStatus) DeepCopyInto(out *DirectoryConfigStatus) + type Fleet struct + Spec FleetSpec + Status FleetStatus + func (in *Fleet) DeepCopy() *Fleet + func (in *Fleet) DeepCopyInto(out *Fleet) + func (in *Fleet) DeepCopyObject() runtime.Object + func (r *Fleet) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Fleet) ValidateCreate() error + func (r *Fleet) ValidateDelete() error + func (r *Fleet) ValidateUpdate(old runtime.Object) error + type FleetList struct + Items []Fleet + func (in *FleetList) DeepCopy() *FleetList + func (in *FleetList) DeepCopyInto(out *FleetList) + func (in *FleetList) DeepCopyObject() runtime.Object + type FleetSpec struct + BackendRef *core.LocalObjectReference + ProviderRef core.LocalObjectReference + Resource FleetSpecResource + State *FleetSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *FleetSpec) DeepCopy() *FleetSpec + func (in *FleetSpec) DeepCopyInto(out *FleetSpec) + type FleetSpecComputeCapacity struct + Available *int64 + DesiredInstances *int64 + InUse *int64 + Running *int64 + func (in *FleetSpecComputeCapacity) DeepCopy() *FleetSpecComputeCapacity + func (in *FleetSpecComputeCapacity) DeepCopyInto(out *FleetSpecComputeCapacity) + type FleetSpecComputeCapacityCodec struct + func (FleetSpecComputeCapacityCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator) + func (FleetSpecComputeCapacityCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream) + func (FleetSpecComputeCapacityCodec) IsEmpty(ptr unsafe.Pointer) bool + type FleetSpecDomainJoinInfo struct + DirectoryName *string + OrganizationalUnitDistinguishedName *string + func (in *FleetSpecDomainJoinInfo) DeepCopy() *FleetSpecDomainJoinInfo + func (in *FleetSpecDomainJoinInfo) DeepCopyInto(out *FleetSpecDomainJoinInfo) + type FleetSpecDomainJoinInfoCodec struct + func (FleetSpecDomainJoinInfoCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator) + func (FleetSpecDomainJoinInfoCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream) + func (FleetSpecDomainJoinInfoCodec) IsEmpty(ptr unsafe.Pointer) bool + type FleetSpecResource struct + Arn *string + ComputeCapacity *FleetSpecComputeCapacity + CreatedTime *string + Description *string + DisconnectTimeoutInSeconds *int64 + DisplayName *string + DomainJoinInfo *FleetSpecDomainJoinInfo + EnableDefaultInternetAccess *bool + FleetType *string + ID string + IamRoleArn *string + IdleDisconnectTimeoutInSeconds *int64 + ImageArn *string + ImageName *string + InstanceType *string + MaxUserDurationInSeconds *int64 + Name *string + State *string + StreamView *string + Tags *map[string]string + TagsAll *map[string]string + VpcConfig *FleetSpecVpcConfig + func (in *FleetSpecResource) DeepCopy() *FleetSpecResource + func (in *FleetSpecResource) DeepCopyInto(out *FleetSpecResource) + type FleetSpecVpcConfig struct + SecurityGroupIDS []string + SubnetIDS []string + func (in *FleetSpecVpcConfig) DeepCopy() *FleetSpecVpcConfig + func (in *FleetSpecVpcConfig) DeepCopyInto(out *FleetSpecVpcConfig) + type FleetSpecVpcConfigCodec struct + func (FleetSpecVpcConfigCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator) + func (FleetSpecVpcConfigCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream) + func (FleetSpecVpcConfigCodec) IsEmpty(ptr unsafe.Pointer) bool + type FleetStackAssociation struct + Spec FleetStackAssociationSpec + Status FleetStackAssociationStatus + func (in *FleetStackAssociation) DeepCopy() *FleetStackAssociation + func (in *FleetStackAssociation) DeepCopyInto(out *FleetStackAssociation) + func (in *FleetStackAssociation) DeepCopyObject() runtime.Object + func (r *FleetStackAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *FleetStackAssociation) ValidateCreate() error + func (r *FleetStackAssociation) ValidateDelete() error + func (r *FleetStackAssociation) ValidateUpdate(old runtime.Object) error + type FleetStackAssociationList struct + Items []FleetStackAssociation + func (in *FleetStackAssociationList) DeepCopy() *FleetStackAssociationList + func (in *FleetStackAssociationList) DeepCopyInto(out *FleetStackAssociationList) + func (in *FleetStackAssociationList) DeepCopyObject() runtime.Object + type FleetStackAssociationSpec struct + BackendRef *core.LocalObjectReference + ProviderRef core.LocalObjectReference + Resource FleetStackAssociationSpecResource + State *FleetStackAssociationSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *FleetStackAssociationSpec) DeepCopy() *FleetStackAssociationSpec + func (in *FleetStackAssociationSpec) DeepCopyInto(out *FleetStackAssociationSpec) + type FleetStackAssociationSpecResource struct + FleetName *string + ID string + StackName *string + func (in *FleetStackAssociationSpecResource) DeepCopy() *FleetStackAssociationSpecResource + func (in *FleetStackAssociationSpecResource) DeepCopyInto(out *FleetStackAssociationSpecResource) + type FleetStackAssociationStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *FleetStackAssociationStatus) DeepCopy() *FleetStackAssociationStatus + func (in *FleetStackAssociationStatus) DeepCopyInto(out *FleetStackAssociationStatus) + type FleetStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *FleetStatus) DeepCopy() *FleetStatus + func (in *FleetStatus) DeepCopyInto(out *FleetStatus) + type ImageBuilder struct + Spec ImageBuilderSpec + Status ImageBuilderStatus + func (in *ImageBuilder) DeepCopy() *ImageBuilder + func (in *ImageBuilder) DeepCopyInto(out *ImageBuilder) + func (in *ImageBuilder) DeepCopyObject() runtime.Object + func (r *ImageBuilder) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *ImageBuilder) ValidateCreate() error + func (r *ImageBuilder) ValidateDelete() error + func (r *ImageBuilder) ValidateUpdate(old runtime.Object) error + type ImageBuilderList struct + Items []ImageBuilder + func (in *ImageBuilderList) DeepCopy() *ImageBuilderList + func (in *ImageBuilderList) DeepCopyInto(out *ImageBuilderList) + func (in *ImageBuilderList) DeepCopyObject() runtime.Object + type ImageBuilderSpec struct + BackendRef *core.LocalObjectReference + ProviderRef core.LocalObjectReference + Resource ImageBuilderSpecResource + State *ImageBuilderSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *ImageBuilderSpec) DeepCopy() *ImageBuilderSpec + func (in *ImageBuilderSpec) DeepCopyInto(out *ImageBuilderSpec) + type ImageBuilderSpecAccessEndpoint struct + EndpointType *string + VpceID *string + func (in *ImageBuilderSpecAccessEndpoint) DeepCopy() *ImageBuilderSpecAccessEndpoint + func (in *ImageBuilderSpecAccessEndpoint) DeepCopyInto(out *ImageBuilderSpecAccessEndpoint) + type ImageBuilderSpecDomainJoinInfo struct + DirectoryName *string + OrganizationalUnitDistinguishedName *string + func (in *ImageBuilderSpecDomainJoinInfo) DeepCopy() *ImageBuilderSpecDomainJoinInfo + func (in *ImageBuilderSpecDomainJoinInfo) DeepCopyInto(out *ImageBuilderSpecDomainJoinInfo) + type ImageBuilderSpecDomainJoinInfoCodec struct + func (ImageBuilderSpecDomainJoinInfoCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator) + func (ImageBuilderSpecDomainJoinInfoCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream) + func (ImageBuilderSpecDomainJoinInfoCodec) IsEmpty(ptr unsafe.Pointer) bool + type ImageBuilderSpecResource struct + AccessEndpoint []ImageBuilderSpecAccessEndpoint + AppstreamAgentVersion *string + Arn *string + CreatedTime *string + Description *string + DisplayName *string + DomainJoinInfo *ImageBuilderSpecDomainJoinInfo + EnableDefaultInternetAccess *bool + ID string + IamRoleArn *string + ImageArn *string + ImageName *string + InstanceType *string + Name *string + State *string + Tags *map[string]string + TagsAll *map[string]string + VpcConfig *ImageBuilderSpecVpcConfig + func (in *ImageBuilderSpecResource) DeepCopy() *ImageBuilderSpecResource + func (in *ImageBuilderSpecResource) DeepCopyInto(out *ImageBuilderSpecResource) + type ImageBuilderSpecVpcConfig struct + SecurityGroupIDS []string + SubnetIDS []string + func (in *ImageBuilderSpecVpcConfig) DeepCopy() *ImageBuilderSpecVpcConfig + func (in *ImageBuilderSpecVpcConfig) DeepCopyInto(out *ImageBuilderSpecVpcConfig) + type ImageBuilderSpecVpcConfigCodec struct + func (ImageBuilderSpecVpcConfigCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator) + func (ImageBuilderSpecVpcConfigCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream) + func (ImageBuilderSpecVpcConfigCodec) IsEmpty(ptr unsafe.Pointer) bool + type ImageBuilderStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *ImageBuilderStatus) DeepCopy() *ImageBuilderStatus + func (in *ImageBuilderStatus) DeepCopyInto(out *ImageBuilderStatus) + type Stack struct + Spec StackSpec + Status StackStatus + func (in *Stack) DeepCopy() *Stack + func (in *Stack) DeepCopyInto(out *Stack) + func (in *Stack) DeepCopyObject() runtime.Object + func (r *Stack) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Stack) ValidateCreate() error + func (r *Stack) ValidateDelete() error + func (r *Stack) ValidateUpdate(old runtime.Object) error + type StackList struct + Items []Stack + func (in *StackList) DeepCopy() *StackList + func (in *StackList) DeepCopyInto(out *StackList) + func (in *StackList) DeepCopyObject() runtime.Object + type StackSpec struct + BackendRef *core.LocalObjectReference + ProviderRef core.LocalObjectReference + Resource StackSpecResource + State *StackSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *StackSpec) DeepCopy() *StackSpec + func (in *StackSpec) DeepCopyInto(out *StackSpec) + type StackSpecAccessEndpoints struct + EndpointType *string + VpceID *string + func (in *StackSpecAccessEndpoints) DeepCopy() *StackSpecAccessEndpoints + func (in *StackSpecAccessEndpoints) DeepCopyInto(out *StackSpecAccessEndpoints) + type StackSpecApplicationSettings struct + Enabled *bool + SettingsGroup *string + func (in *StackSpecApplicationSettings) DeepCopy() *StackSpecApplicationSettings + func (in *StackSpecApplicationSettings) DeepCopyInto(out *StackSpecApplicationSettings) + type StackSpecApplicationSettingsCodec struct + func (StackSpecApplicationSettingsCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator) + func (StackSpecApplicationSettingsCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream) + func (StackSpecApplicationSettingsCodec) IsEmpty(ptr unsafe.Pointer) bool + type StackSpecResource struct + AccessEndpoints []StackSpecAccessEndpoints + ApplicationSettings *StackSpecApplicationSettings + Arn *string + CreatedTime *string + Description *string + DisplayName *string + EmbedHostDomains []string + FeedbackURL *string + ID string + Name *string + RedirectURL *string + StorageConnectors []StackSpecStorageConnectors + Tags *map[string]string + TagsAll *map[string]string + UserSettings []StackSpecUserSettings + func (in *StackSpecResource) DeepCopy() *StackSpecResource + func (in *StackSpecResource) DeepCopyInto(out *StackSpecResource) + type StackSpecStorageConnectors struct + ConnectorType *string + Domains []string + ResourceIdentifier *string + func (in *StackSpecStorageConnectors) DeepCopy() *StackSpecStorageConnectors + func (in *StackSpecStorageConnectors) DeepCopyInto(out *StackSpecStorageConnectors) + type StackSpecUserSettings struct + Action *string + Permission *string + func (in *StackSpecUserSettings) DeepCopy() *StackSpecUserSettings + func (in *StackSpecUserSettings) DeepCopyInto(out *StackSpecUserSettings) + type StackStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *StackStatus) DeepCopy() *StackStatus + func (in *StackStatus) DeepCopyInto(out *StackStatus) + type User struct + Spec UserSpec + Status UserStatus + func (in *User) DeepCopy() *User + func (in *User) DeepCopyInto(out *User) + func (in *User) DeepCopyObject() runtime.Object + func (r *User) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *User) ValidateCreate() error + func (r *User) ValidateDelete() error + func (r *User) ValidateUpdate(old runtime.Object) error + type UserList struct + Items []User + func (in *UserList) DeepCopy() *UserList + func (in *UserList) DeepCopyInto(out *UserList) + func (in *UserList) DeepCopyObject() runtime.Object + type UserSpec struct + BackendRef *core.LocalObjectReference + ProviderRef core.LocalObjectReference + Resource UserSpecResource + State *UserSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *UserSpec) DeepCopy() *UserSpec + func (in *UserSpec) DeepCopyInto(out *UserSpec) + type UserSpecResource struct + Arn *string + AuthenticationType *string + CreatedTime *string + Enabled *bool + FirstName *string + ID string + LastName *string + SendEmailNotification *bool + UserName *string + func (in *UserSpecResource) DeepCopy() *UserSpecResource + func (in *UserSpecResource) DeepCopyInto(out *UserSpecResource) + type UserStackAssociation struct + Spec UserStackAssociationSpec + Status UserStackAssociationStatus + func (in *UserStackAssociation) DeepCopy() *UserStackAssociation + func (in *UserStackAssociation) DeepCopyInto(out *UserStackAssociation) + func (in *UserStackAssociation) DeepCopyObject() runtime.Object + func (r *UserStackAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *UserStackAssociation) ValidateCreate() error + func (r *UserStackAssociation) ValidateDelete() error + func (r *UserStackAssociation) ValidateUpdate(old runtime.Object) error + type UserStackAssociationList struct + Items []UserStackAssociation + func (in *UserStackAssociationList) DeepCopy() *UserStackAssociationList + func (in *UserStackAssociationList) DeepCopyInto(out *UserStackAssociationList) + func (in *UserStackAssociationList) DeepCopyObject() runtime.Object + type UserStackAssociationSpec struct + BackendRef *core.LocalObjectReference + ProviderRef core.LocalObjectReference + Resource UserStackAssociationSpecResource + State *UserStackAssociationSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *UserStackAssociationSpec) DeepCopy() *UserStackAssociationSpec + func (in *UserStackAssociationSpec) DeepCopyInto(out *UserStackAssociationSpec) + type UserStackAssociationSpecResource struct + AuthenticationType *string + ID string + SendEmailNotification *bool + StackName *string + UserName *string + func (in *UserStackAssociationSpecResource) DeepCopy() *UserStackAssociationSpecResource + func (in *UserStackAssociationSpecResource) DeepCopyInto(out *UserStackAssociationSpecResource) + type UserStackAssociationStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *UserStackAssociationStatus) DeepCopy() *UserStackAssociationStatus + func (in *UserStackAssociationStatus) DeepCopyInto(out *UserStackAssociationStatus) + type UserStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *UserStatus) DeepCopy() *UserStatus + func (in *UserStatus) DeepCopyInto(out *UserStatus)