Versions in this module Expand all Collapse all v1 v1.9.9 Jan 5, 2021 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + type ApplyCommand struct + Component string + func (in *ApplyCommand) DeepCopy() *ApplyCommand + func (in *ApplyCommand) DeepCopyInto(out *ApplyCommand) + type ApplyCommandParentOverride struct + Component string + func (in *ApplyCommandParentOverride) DeepCopy() *ApplyCommandParentOverride + func (in *ApplyCommandParentOverride) DeepCopyInto(out *ApplyCommandParentOverride) + type ApplyCommandPluginOverride struct + Component string + func (in *ApplyCommandPluginOverride) DeepCopy() *ApplyCommandPluginOverride + func (in *ApplyCommandPluginOverride) DeepCopyInto(out *ApplyCommandPluginOverride) + type ApplyCommandPluginOverrideParentOverride struct + Component string + func (in *ApplyCommandPluginOverrideParentOverride) DeepCopy() *ApplyCommandPluginOverrideParentOverride + func (in *ApplyCommandPluginOverrideParentOverride) DeepCopyInto(out *ApplyCommandPluginOverrideParentOverride) + type BaseCommand struct + Group *CommandGroup + func (in *BaseCommand) DeepCopy() *BaseCommand + func (in *BaseCommand) DeepCopyInto(out *BaseCommand) + type BaseCommandParentOverride struct + Group *CommandGroupParentOverride + func (in *BaseCommandParentOverride) DeepCopy() *BaseCommandParentOverride + func (in *BaseCommandParentOverride) DeepCopyInto(out *BaseCommandParentOverride) + type BaseCommandPluginOverride struct + Group *CommandGroupPluginOverride + func (in *BaseCommandPluginOverride) DeepCopy() *BaseCommandPluginOverride + func (in *BaseCommandPluginOverride) DeepCopyInto(out *BaseCommandPluginOverride) + type BaseCommandPluginOverrideParentOverride struct + Group *CommandGroupPluginOverrideParentOverride + func (in *BaseCommandPluginOverrideParentOverride) DeepCopy() *BaseCommandPluginOverrideParentOverride + func (in *BaseCommandPluginOverrideParentOverride) DeepCopyInto(out *BaseCommandPluginOverrideParentOverride) + type BaseComponent struct + func (in *BaseComponent) DeepCopy() *BaseComponent + func (in *BaseComponent) DeepCopyInto(out *BaseComponent) + type BaseComponentParentOverride struct + func (in *BaseComponentParentOverride) DeepCopy() *BaseComponentParentOverride + func (in *BaseComponentParentOverride) DeepCopyInto(out *BaseComponentParentOverride) + type BaseComponentPluginOverride struct + func (in *BaseComponentPluginOverride) DeepCopy() *BaseComponentPluginOverride + func (in *BaseComponentPluginOverride) DeepCopyInto(out *BaseComponentPluginOverride) + type BaseComponentPluginOverrideParentOverride struct + func (in *BaseComponentPluginOverrideParentOverride) DeepCopy() *BaseComponentPluginOverrideParentOverride + func (in *BaseComponentPluginOverrideParentOverride) DeepCopyInto(out *BaseComponentPluginOverrideParentOverride) + type CheckoutFrom struct + Remote string + Revision string + func (in *CheckoutFrom) DeepCopy() *CheckoutFrom + func (in *CheckoutFrom) DeepCopyInto(out *CheckoutFrom) + type CheckoutFromParentOverride struct + Remote string + Revision string + func (in *CheckoutFromParentOverride) DeepCopy() *CheckoutFromParentOverride + func (in *CheckoutFromParentOverride) DeepCopyInto(out *CheckoutFromParentOverride) + type Command struct + Attributes attributes.Attributes + Id string + func (in *Command) DeepCopy() *Command + func (in *Command) DeepCopyInto(out *Command) + func (keyed Command) Key() string + type CommandGroup struct + IsDefault bool + Kind CommandGroupKind + func (in *CommandGroup) DeepCopy() *CommandGroup + func (in *CommandGroup) DeepCopyInto(out *CommandGroup) + type CommandGroupKind string + const BuildCommandGroupKind + const DebugCommandGroupKind + const RunCommandGroupKind + const TestCommandGroupKind + type CommandGroupKindParentOverride string + type CommandGroupKindPluginOverride string + type CommandGroupKindPluginOverrideParentOverride string + type CommandGroupParentOverride struct + IsDefault bool + Kind CommandGroupKindParentOverride + func (in *CommandGroupParentOverride) DeepCopy() *CommandGroupParentOverride + func (in *CommandGroupParentOverride) DeepCopyInto(out *CommandGroupParentOverride) + type CommandGroupPluginOverride struct + IsDefault bool + Kind CommandGroupKindPluginOverride + func (in *CommandGroupPluginOverride) DeepCopy() *CommandGroupPluginOverride + func (in *CommandGroupPluginOverride) DeepCopyInto(out *CommandGroupPluginOverride) + type CommandGroupPluginOverrideParentOverride struct + IsDefault bool + Kind CommandGroupKindPluginOverrideParentOverride + func (in *CommandGroupPluginOverrideParentOverride) DeepCopy() *CommandGroupPluginOverrideParentOverride + func (in *CommandGroupPluginOverrideParentOverride) DeepCopyInto(out *CommandGroupPluginOverrideParentOverride) + type CommandParentOverride struct + Attributes attributes.Attributes + Id string + func (in *CommandParentOverride) DeepCopy() *CommandParentOverride + func (in *CommandParentOverride) DeepCopyInto(out *CommandParentOverride) + func (keyed CommandParentOverride) Key() string + type CommandPluginOverride struct + Attributes attributes.Attributes + Id string + func (in *CommandPluginOverride) DeepCopy() *CommandPluginOverride + func (in *CommandPluginOverride) DeepCopyInto(out *CommandPluginOverride) + func (keyed CommandPluginOverride) Key() string + type CommandPluginOverrideParentOverride struct + Attributes attributes.Attributes + Id string + func (in *CommandPluginOverrideParentOverride) DeepCopy() *CommandPluginOverrideParentOverride + func (in *CommandPluginOverrideParentOverride) DeepCopyInto(out *CommandPluginOverrideParentOverride) + func (keyed CommandPluginOverrideParentOverride) Key() string + type CommandType string + const ApplyCommandType + const CompositeCommandType + const CustomCommandType + const ExecCommandType + const VscodeLaunchCommandType + const VscodeTaskCommandType + type CommandTypeParentOverride string + type CommandTypePluginOverride string + type CommandTypePluginOverrideParentOverride string + type CommandUnion struct + Apply *ApplyCommand + CommandType CommandType + Composite *CompositeCommand + Custom *CustomCommand + Exec *ExecCommand + VscodeLaunch *VscodeConfigurationCommand + VscodeTask *VscodeConfigurationCommand + func (in *CommandUnion) DeepCopy() *CommandUnion + func (in *CommandUnion) DeepCopyInto(out *CommandUnion) + func (union *CommandUnion) Normalize() error + func (union *CommandUnion) Simplify() + func (union CommandUnion) Visit(visitor CommandUnionVisitor) error + type CommandUnionParentOverride struct + Apply *ApplyCommandParentOverride + CommandType CommandTypeParentOverride + Composite *CompositeCommandParentOverride + Exec *ExecCommandParentOverride + VscodeLaunch *VscodeConfigurationCommandParentOverride + VscodeTask *VscodeConfigurationCommandParentOverride + func (in *CommandUnionParentOverride) DeepCopy() *CommandUnionParentOverride + func (in *CommandUnionParentOverride) DeepCopyInto(out *CommandUnionParentOverride) + func (union *CommandUnionParentOverride) Normalize() error + func (union *CommandUnionParentOverride) Simplify() + func (union CommandUnionParentOverride) Visit(visitor CommandUnionParentOverrideVisitor) error + type CommandUnionParentOverrideVisitor struct + Apply func(*ApplyCommandParentOverride) error + Composite func(*CompositeCommandParentOverride) error + Exec func(*ExecCommandParentOverride) error + VscodeLaunch func(*VscodeConfigurationCommandParentOverride) error + VscodeTask func(*VscodeConfigurationCommandParentOverride) error + type CommandUnionPluginOverride struct + Apply *ApplyCommandPluginOverride + CommandType CommandTypePluginOverride + Composite *CompositeCommandPluginOverride + Exec *ExecCommandPluginOverride + VscodeLaunch *VscodeConfigurationCommandPluginOverride + VscodeTask *VscodeConfigurationCommandPluginOverride + func (in *CommandUnionPluginOverride) DeepCopy() *CommandUnionPluginOverride + func (in *CommandUnionPluginOverride) DeepCopyInto(out *CommandUnionPluginOverride) + func (union *CommandUnionPluginOverride) Normalize() error + func (union *CommandUnionPluginOverride) Simplify() + func (union CommandUnionPluginOverride) Visit(visitor CommandUnionPluginOverrideVisitor) error + type CommandUnionPluginOverrideParentOverride struct + Apply *ApplyCommandPluginOverrideParentOverride + CommandType CommandTypePluginOverrideParentOverride + Composite *CompositeCommandPluginOverrideParentOverride + Exec *ExecCommandPluginOverrideParentOverride + VscodeLaunch *VscodeConfigurationCommandPluginOverrideParentOverride + VscodeTask *VscodeConfigurationCommandPluginOverrideParentOverride + func (in *CommandUnionPluginOverrideParentOverride) DeepCopy() *CommandUnionPluginOverrideParentOverride + func (in *CommandUnionPluginOverrideParentOverride) DeepCopyInto(out *CommandUnionPluginOverrideParentOverride) + func (union *CommandUnionPluginOverrideParentOverride) Normalize() error + func (union *CommandUnionPluginOverrideParentOverride) Simplify() + func (union CommandUnionPluginOverrideParentOverride) Visit(visitor CommandUnionPluginOverrideParentOverrideVisitor) error + type CommandUnionPluginOverrideParentOverrideVisitor struct + Apply func(*ApplyCommandPluginOverrideParentOverride) error + Composite func(*CompositeCommandPluginOverrideParentOverride) error + Exec func(*ExecCommandPluginOverrideParentOverride) error + VscodeLaunch func(*VscodeConfigurationCommandPluginOverrideParentOverride) error + VscodeTask func(*VscodeConfigurationCommandPluginOverrideParentOverride) error + type CommandUnionPluginOverrideVisitor struct + Apply func(*ApplyCommandPluginOverride) error + Composite func(*CompositeCommandPluginOverride) error + Exec func(*ExecCommandPluginOverride) error + VscodeLaunch func(*VscodeConfigurationCommandPluginOverride) error + VscodeTask func(*VscodeConfigurationCommandPluginOverride) error + type CommandUnionVisitor struct + Apply func(*ApplyCommand) error + Composite func(*CompositeCommand) error + Custom func(*CustomCommand) error + Exec func(*ExecCommand) error + VscodeLaunch func(*VscodeConfigurationCommand) error + VscodeTask func(*VscodeConfigurationCommand) error + type CommonProjectSource struct + func (in *CommonProjectSource) DeepCopy() *CommonProjectSource + func (in *CommonProjectSource) DeepCopyInto(out *CommonProjectSource) + type CommonProjectSourceParentOverride struct + func (in *CommonProjectSourceParentOverride) DeepCopy() *CommonProjectSourceParentOverride + func (in *CommonProjectSourceParentOverride) DeepCopyInto(out *CommonProjectSourceParentOverride) + type Component struct + Attributes attributes.Attributes + Name string + func (in *Component) DeepCopy() *Component + func (in *Component) DeepCopyInto(out *Component) + func (keyed Component) Key() string + type ComponentParentOverride struct + Attributes attributes.Attributes + Name string + func (in *ComponentParentOverride) DeepCopy() *ComponentParentOverride + func (in *ComponentParentOverride) DeepCopyInto(out *ComponentParentOverride) + func (keyed ComponentParentOverride) Key() string + type ComponentPluginOverride struct + Attributes attributes.Attributes + Name string + func (in *ComponentPluginOverride) DeepCopy() *ComponentPluginOverride + func (in *ComponentPluginOverride) DeepCopyInto(out *ComponentPluginOverride) + func (keyed ComponentPluginOverride) Key() string + type ComponentPluginOverrideParentOverride struct + Attributes attributes.Attributes + Name string + func (in *ComponentPluginOverrideParentOverride) DeepCopy() *ComponentPluginOverrideParentOverride + func (in *ComponentPluginOverrideParentOverride) DeepCopyInto(out *ComponentPluginOverrideParentOverride) + func (keyed ComponentPluginOverrideParentOverride) Key() string + type ComponentType string + const ContainerComponentType + const CustomComponentType + const KubernetesComponentType + const OpenshiftComponentType + const PluginComponentType + const VolumeComponentType + type ComponentTypeParentOverride string + type ComponentTypePluginOverride string + type ComponentTypePluginOverrideParentOverride string + type ComponentUnion struct + ComponentType ComponentType + Container *ContainerComponent + Custom *CustomComponent + Kubernetes *KubernetesComponent + Openshift *OpenshiftComponent + Plugin *PluginComponent + Volume *VolumeComponent + func (in *ComponentUnion) DeepCopy() *ComponentUnion + func (in *ComponentUnion) DeepCopyInto(out *ComponentUnion) + func (union *ComponentUnion) Normalize() error + func (union *ComponentUnion) Simplify() + func (union ComponentUnion) Visit(visitor ComponentUnionVisitor) error + type ComponentUnionParentOverride struct + ComponentType ComponentTypeParentOverride + Container *ContainerComponentParentOverride + Kubernetes *KubernetesComponentParentOverride + Openshift *OpenshiftComponentParentOverride + Plugin *PluginComponentParentOverride + Volume *VolumeComponentParentOverride + func (in *ComponentUnionParentOverride) DeepCopy() *ComponentUnionParentOverride + func (in *ComponentUnionParentOverride) DeepCopyInto(out *ComponentUnionParentOverride) + func (union *ComponentUnionParentOverride) Normalize() error + func (union *ComponentUnionParentOverride) Simplify() + func (union ComponentUnionParentOverride) Visit(visitor ComponentUnionParentOverrideVisitor) error + type ComponentUnionParentOverrideVisitor struct + Container func(*ContainerComponentParentOverride) error + Kubernetes func(*KubernetesComponentParentOverride) error + Openshift func(*OpenshiftComponentParentOverride) error + Plugin func(*PluginComponentParentOverride) error + Volume func(*VolumeComponentParentOverride) error + type ComponentUnionPluginOverride struct + ComponentType ComponentTypePluginOverride + Container *ContainerComponentPluginOverride + Kubernetes *KubernetesComponentPluginOverride + Openshift *OpenshiftComponentPluginOverride + Volume *VolumeComponentPluginOverride + func (in *ComponentUnionPluginOverride) DeepCopy() *ComponentUnionPluginOverride + func (in *ComponentUnionPluginOverride) DeepCopyInto(out *ComponentUnionPluginOverride) + func (union *ComponentUnionPluginOverride) Normalize() error + func (union *ComponentUnionPluginOverride) Simplify() + func (union ComponentUnionPluginOverride) Visit(visitor ComponentUnionPluginOverrideVisitor) error + type ComponentUnionPluginOverrideParentOverride struct + ComponentType ComponentTypePluginOverrideParentOverride + Container *ContainerComponentPluginOverrideParentOverride + Kubernetes *KubernetesComponentPluginOverrideParentOverride + Openshift *OpenshiftComponentPluginOverrideParentOverride + Volume *VolumeComponentPluginOverrideParentOverride + func (in *ComponentUnionPluginOverrideParentOverride) DeepCopy() *ComponentUnionPluginOverrideParentOverride + func (in *ComponentUnionPluginOverrideParentOverride) DeepCopyInto(out *ComponentUnionPluginOverrideParentOverride) + func (union *ComponentUnionPluginOverrideParentOverride) Normalize() error + func (union *ComponentUnionPluginOverrideParentOverride) Simplify() + func (union ComponentUnionPluginOverrideParentOverride) Visit(visitor ComponentUnionPluginOverrideParentOverrideVisitor) error + type ComponentUnionPluginOverrideParentOverrideVisitor struct + Container func(*ContainerComponentPluginOverrideParentOverride) error + Kubernetes func(*KubernetesComponentPluginOverrideParentOverride) error + Openshift func(*OpenshiftComponentPluginOverrideParentOverride) error + Volume func(*VolumeComponentPluginOverrideParentOverride) error + type ComponentUnionPluginOverrideVisitor struct + Container func(*ContainerComponentPluginOverride) error + Kubernetes func(*KubernetesComponentPluginOverride) error + Openshift func(*OpenshiftComponentPluginOverride) error + Volume func(*VolumeComponentPluginOverride) error + type ComponentUnionVisitor struct + Container func(*ContainerComponent) error + Custom func(*CustomComponent) error + Kubernetes func(*KubernetesComponent) error + Openshift func(*OpenshiftComponent) error + Plugin func(*PluginComponent) error + Volume func(*VolumeComponent) error + type CompositeCommand struct + Commands []string + Parallel bool + func (in *CompositeCommand) DeepCopy() *CompositeCommand + func (in *CompositeCommand) DeepCopyInto(out *CompositeCommand) + type CompositeCommandParentOverride struct + Commands []string + Parallel bool + func (in *CompositeCommandParentOverride) DeepCopy() *CompositeCommandParentOverride + func (in *CompositeCommandParentOverride) DeepCopyInto(out *CompositeCommandParentOverride) + type CompositeCommandPluginOverride struct + Commands []string + Parallel bool + func (in *CompositeCommandPluginOverride) DeepCopy() *CompositeCommandPluginOverride + func (in *CompositeCommandPluginOverride) DeepCopyInto(out *CompositeCommandPluginOverride) + type CompositeCommandPluginOverrideParentOverride struct + Commands []string + Parallel bool + func (in *CompositeCommandPluginOverrideParentOverride) DeepCopy() *CompositeCommandPluginOverrideParentOverride + func (in *CompositeCommandPluginOverrideParentOverride) DeepCopyInto(out *CompositeCommandPluginOverrideParentOverride) + type Container struct + Args []string + Command []string + DedicatedPod bool + Env []EnvVar + Image string + MemoryLimit string + MountSources *bool + SourceMapping string + VolumeMounts []VolumeMount + func (in *Container) DeepCopy() *Container + func (in *Container) DeepCopyInto(out *Container) + type ContainerComponent struct + Endpoints []Endpoint + func (in *ContainerComponent) DeepCopy() *ContainerComponent + func (in *ContainerComponent) DeepCopyInto(out *ContainerComponent) + type ContainerComponentParentOverride struct + Endpoints []EndpointParentOverride + func (in *ContainerComponentParentOverride) DeepCopy() *ContainerComponentParentOverride + func (in *ContainerComponentParentOverride) DeepCopyInto(out *ContainerComponentParentOverride) + type ContainerComponentPluginOverride struct + Endpoints []EndpointPluginOverride + func (in *ContainerComponentPluginOverride) DeepCopy() *ContainerComponentPluginOverride + func (in *ContainerComponentPluginOverride) DeepCopyInto(out *ContainerComponentPluginOverride) + type ContainerComponentPluginOverrideParentOverride struct + Endpoints []EndpointPluginOverrideParentOverride + func (in *ContainerComponentPluginOverrideParentOverride) DeepCopy() *ContainerComponentPluginOverrideParentOverride + func (in *ContainerComponentPluginOverrideParentOverride) DeepCopyInto(out *ContainerComponentPluginOverrideParentOverride) + type ContainerParentOverride struct + Args []string + Command []string + DedicatedPod bool + Env []EnvVarParentOverride + Image string + MemoryLimit string + MountSources *bool + SourceMapping string + VolumeMounts []VolumeMountParentOverride + func (in *ContainerParentOverride) DeepCopy() *ContainerParentOverride + func (in *ContainerParentOverride) DeepCopyInto(out *ContainerParentOverride) + type ContainerPluginOverride struct + Args []string + Command []string + DedicatedPod bool + Env []EnvVarPluginOverride + Image string + MemoryLimit string + MountSources *bool + SourceMapping string + VolumeMounts []VolumeMountPluginOverride + func (in *ContainerPluginOverride) DeepCopy() *ContainerPluginOverride + func (in *ContainerPluginOverride) DeepCopyInto(out *ContainerPluginOverride) + type ContainerPluginOverrideParentOverride struct + Args []string + Command []string + DedicatedPod bool + Env []EnvVarPluginOverrideParentOverride + Image string + MemoryLimit string + MountSources *bool + SourceMapping string + VolumeMounts []VolumeMountPluginOverrideParentOverride + func (in *ContainerPluginOverrideParentOverride) DeepCopy() *ContainerPluginOverrideParentOverride + func (in *ContainerPluginOverrideParentOverride) DeepCopyInto(out *ContainerPluginOverrideParentOverride) + type CustomCommand struct + CommandClass string + EmbeddedResource runtime.RawExtension + func (in *CustomCommand) DeepCopy() *CustomCommand + func (in *CustomCommand) DeepCopyInto(out *CustomCommand) + type CustomComponent struct + ComponentClass string + EmbeddedResource runtime.RawExtension + func (in *CustomComponent) DeepCopy() *CustomComponent + func (in *CustomComponent) DeepCopyInto(out *CustomComponent) + type CustomProjectSource struct + EmbeddedResource runtime.RawExtension + ProjectSourceClass string + func (in *CustomProjectSource) DeepCopy() *CustomProjectSource + func (in *CustomProjectSource) DeepCopyInto(out *CustomProjectSource) + type DevWorkspace struct + Spec DevWorkspaceSpec + Status DevWorkspaceStatus + func (*DevWorkspace) Hub() + func (in *DevWorkspace) DeepCopy() *DevWorkspace + func (in *DevWorkspace) DeepCopyInto(out *DevWorkspace) + func (in *DevWorkspace) DeepCopyObject() runtime.Object + type DevWorkspaceList struct + Items []DevWorkspace + func (in *DevWorkspaceList) DeepCopy() *DevWorkspaceList + func (in *DevWorkspaceList) DeepCopyInto(out *DevWorkspaceList) + func (in *DevWorkspaceList) DeepCopyObject() runtime.Object + type DevWorkspaceSpec struct + RoutingClass string + Started bool + Template DevWorkspaceTemplateSpec + func (in *DevWorkspaceSpec) DeepCopy() *DevWorkspaceSpec + func (in *DevWorkspaceSpec) DeepCopyInto(out *DevWorkspaceSpec) + type DevWorkspaceStatus struct + Conditions []WorkspaceCondition + IdeUrl string + Message string + Phase WorkspacePhase + WorkspaceId string + func (in *DevWorkspaceStatus) DeepCopy() *DevWorkspaceStatus + func (in *DevWorkspaceStatus) DeepCopyInto(out *DevWorkspaceStatus) + type DevWorkspaceTemplate struct + Spec DevWorkspaceTemplateSpec + func (*DevWorkspaceTemplate) Hub() + func (in *DevWorkspaceTemplate) DeepCopy() *DevWorkspaceTemplate + func (in *DevWorkspaceTemplate) DeepCopyInto(out *DevWorkspaceTemplate) + func (in *DevWorkspaceTemplate) DeepCopyObject() runtime.Object + type DevWorkspaceTemplateList struct + Items []DevWorkspaceTemplate + func (in *DevWorkspaceTemplateList) DeepCopy() *DevWorkspaceTemplateList + func (in *DevWorkspaceTemplateList) DeepCopyInto(out *DevWorkspaceTemplateList) + func (in *DevWorkspaceTemplateList) DeepCopyObject() runtime.Object + type DevWorkspaceTemplateSpec struct + Parent *Parent + func (in *DevWorkspaceTemplateSpec) DeepCopy() *DevWorkspaceTemplateSpec + func (in *DevWorkspaceTemplateSpec) DeepCopyInto(out *DevWorkspaceTemplateSpec) + type DevWorkspaceTemplateSpecContent struct + Commands []Command + Components []Component + Events *Events + Projects []Project + StarterProjects []StarterProject + func (container DevWorkspaceTemplateSpecContent) GetToplevelLists() TopLevelLists + func (in *DevWorkspaceTemplateSpecContent) DeepCopy() *DevWorkspaceTemplateSpecContent + func (in *DevWorkspaceTemplateSpecContent) DeepCopyInto(out *DevWorkspaceTemplateSpecContent) + type Devfile struct + type Endpoint struct + Attributes attributes.Attributes + Exposure EndpointExposure + Name string + Path string + Protocol EndpointProtocol + Secure bool + TargetPort int + func (in *Endpoint) DeepCopy() *Endpoint + func (in *Endpoint) DeepCopyInto(out *Endpoint) + type EndpointExposure string + const InternalEndpointExposure + const NoneEndpointExposure + const PublicEndpointExposure + type EndpointExposureParentOverride string + type EndpointExposurePluginOverride string + type EndpointExposurePluginOverrideParentOverride string + type EndpointParentOverride struct + Attributes attributes.Attributes + Exposure EndpointExposureParentOverride + Name string + Path string + Protocol EndpointProtocolParentOverride + Secure bool + TargetPort int + func (in *EndpointParentOverride) DeepCopy() *EndpointParentOverride + func (in *EndpointParentOverride) DeepCopyInto(out *EndpointParentOverride) + type EndpointPluginOverride struct + Attributes attributes.Attributes + Exposure EndpointExposurePluginOverride + Name string + Path string + Protocol EndpointProtocolPluginOverride + Secure bool + TargetPort int + func (in *EndpointPluginOverride) DeepCopy() *EndpointPluginOverride + func (in *EndpointPluginOverride) DeepCopyInto(out *EndpointPluginOverride) + type EndpointPluginOverrideParentOverride struct + Attributes attributes.Attributes + Exposure EndpointExposurePluginOverrideParentOverride + Name string + Path string + Protocol EndpointProtocolPluginOverrideParentOverride + Secure bool + TargetPort int + func (in *EndpointPluginOverrideParentOverride) DeepCopy() *EndpointPluginOverrideParentOverride + func (in *EndpointPluginOverrideParentOverride) DeepCopyInto(out *EndpointPluginOverrideParentOverride) + type EndpointProtocol string + const HTTPEndpointProtocol + const HTTPSEndpointProtocol + const TCPEndpointProtocol + const UDPEndpointProtocol + const WSEndpointProtocol + const WSSEndpointProtocol + type EndpointProtocolParentOverride string + type EndpointProtocolPluginOverride string + type EndpointProtocolPluginOverrideParentOverride string + type EnvVar struct + Name string + Value string + func (in *EnvVar) DeepCopy() *EnvVar + func (in *EnvVar) DeepCopyInto(out *EnvVar) + type EnvVarParentOverride struct + Name string + Value string + func (in *EnvVarParentOverride) DeepCopy() *EnvVarParentOverride + func (in *EnvVarParentOverride) DeepCopyInto(out *EnvVarParentOverride) + type EnvVarPluginOverride struct + Name string + Value string + func (in *EnvVarPluginOverride) DeepCopy() *EnvVarPluginOverride + func (in *EnvVarPluginOverride) DeepCopyInto(out *EnvVarPluginOverride) + type EnvVarPluginOverrideParentOverride struct + Name string + Value string + func (in *EnvVarPluginOverrideParentOverride) DeepCopy() *EnvVarPluginOverrideParentOverride + func (in *EnvVarPluginOverrideParentOverride) DeepCopyInto(out *EnvVarPluginOverrideParentOverride) + type Events struct + func (in *Events) DeepCopy() *Events + func (in *Events) DeepCopyInto(out *Events) + type ExecCommand struct + CommandLine string + Component string + Env []EnvVar + HotReloadCapable bool + WorkingDir string + func (in *ExecCommand) DeepCopy() *ExecCommand + func (in *ExecCommand) DeepCopyInto(out *ExecCommand) + type ExecCommandParentOverride struct + CommandLine string + Component string + Env []EnvVarParentOverride + HotReloadCapable bool + WorkingDir string + func (in *ExecCommandParentOverride) DeepCopy() *ExecCommandParentOverride + func (in *ExecCommandParentOverride) DeepCopyInto(out *ExecCommandParentOverride) + type ExecCommandPluginOverride struct + CommandLine string + Component string + Env []EnvVarPluginOverride + HotReloadCapable bool + WorkingDir string + func (in *ExecCommandPluginOverride) DeepCopy() *ExecCommandPluginOverride + func (in *ExecCommandPluginOverride) DeepCopyInto(out *ExecCommandPluginOverride) + type ExecCommandPluginOverrideParentOverride struct + CommandLine string + Component string + Env []EnvVarPluginOverrideParentOverride + HotReloadCapable bool + WorkingDir string + func (in *ExecCommandPluginOverrideParentOverride) DeepCopy() *ExecCommandPluginOverrideParentOverride + func (in *ExecCommandPluginOverrideParentOverride) DeepCopyInto(out *ExecCommandPluginOverrideParentOverride) + type GitLikeProjectSource struct + CheckoutFrom *CheckoutFrom + Remotes map[string]string + func (in *GitLikeProjectSource) DeepCopy() *GitLikeProjectSource + func (in *GitLikeProjectSource) DeepCopyInto(out *GitLikeProjectSource) + type GitLikeProjectSourceParentOverride struct + CheckoutFrom *CheckoutFromParentOverride + Remotes map[string]string + func (in *GitLikeProjectSourceParentOverride) DeepCopy() *GitLikeProjectSourceParentOverride + func (in *GitLikeProjectSourceParentOverride) DeepCopyInto(out *GitLikeProjectSourceParentOverride) + type GitProjectSource struct + func (in *GitProjectSource) DeepCopy() *GitProjectSource + func (in *GitProjectSource) DeepCopyInto(out *GitProjectSource) + type GitProjectSourceParentOverride struct + func (in *GitProjectSourceParentOverride) DeepCopy() *GitProjectSourceParentOverride + func (in *GitProjectSourceParentOverride) DeepCopyInto(out *GitProjectSourceParentOverride) + type GithubProjectSource struct + func (in *GithubProjectSource) DeepCopy() *GithubProjectSource + func (in *GithubProjectSource) DeepCopyInto(out *GithubProjectSource) + type GithubProjectSourceParentOverride struct + func (in *GithubProjectSourceParentOverride) DeepCopy() *GithubProjectSourceParentOverride + func (in *GithubProjectSourceParentOverride) DeepCopyInto(out *GithubProjectSourceParentOverride) + type ImportReference struct + RegistryUrl string + func (in *ImportReference) DeepCopy() *ImportReference + func (in *ImportReference) DeepCopyInto(out *ImportReference) + type ImportReferenceParentOverride struct + RegistryUrl string + func (in *ImportReferenceParentOverride) DeepCopy() *ImportReferenceParentOverride + func (in *ImportReferenceParentOverride) DeepCopyInto(out *ImportReferenceParentOverride) + type ImportReferenceType string + const IdImportReferenceType + const KubernetesImportReferenceType + const UriImportReferenceType + type ImportReferenceTypeParentOverride string + type ImportReferenceUnion struct + Id string + ImportReferenceType ImportReferenceType + Kubernetes *KubernetesCustomResourceImportReference + Uri string + func (in *ImportReferenceUnion) DeepCopy() *ImportReferenceUnion + func (in *ImportReferenceUnion) DeepCopyInto(out *ImportReferenceUnion) + func (union *ImportReferenceUnion) Normalize() error + func (union *ImportReferenceUnion) Simplify() + func (union ImportReferenceUnion) Visit(visitor ImportReferenceUnionVisitor) error + type ImportReferenceUnionParentOverride struct + Id string + ImportReferenceType ImportReferenceTypeParentOverride + Kubernetes *KubernetesCustomResourceImportReferenceParentOverride + Uri string + func (in *ImportReferenceUnionParentOverride) DeepCopy() *ImportReferenceUnionParentOverride + func (in *ImportReferenceUnionParentOverride) DeepCopyInto(out *ImportReferenceUnionParentOverride) + func (union *ImportReferenceUnionParentOverride) Normalize() error + func (union *ImportReferenceUnionParentOverride) Simplify() + func (union ImportReferenceUnionParentOverride) Visit(visitor ImportReferenceUnionParentOverrideVisitor) error + type ImportReferenceUnionParentOverrideVisitor struct + Id func(string) error + Kubernetes func(*KubernetesCustomResourceImportReferenceParentOverride) error + Uri func(string) error + type ImportReferenceUnionVisitor struct + Id func(string) error + Kubernetes func(*KubernetesCustomResourceImportReference) error + Uri func(string) error + type K8sLikeComponent struct + Endpoints []Endpoint + func (in *K8sLikeComponent) DeepCopy() *K8sLikeComponent + func (in *K8sLikeComponent) DeepCopyInto(out *K8sLikeComponent) + type K8sLikeComponentLocation struct + Inlined string + LocationType K8sLikeComponentLocationType + Uri string + func (in *K8sLikeComponentLocation) DeepCopy() *K8sLikeComponentLocation + func (in *K8sLikeComponentLocation) DeepCopyInto(out *K8sLikeComponentLocation) + func (union *K8sLikeComponentLocation) Normalize() error + func (union *K8sLikeComponentLocation) Simplify() + func (union K8sLikeComponentLocation) Visit(visitor K8sLikeComponentLocationVisitor) error + type K8sLikeComponentLocationParentOverride struct + Inlined string + LocationType K8sLikeComponentLocationTypeParentOverride + Uri string + func (in *K8sLikeComponentLocationParentOverride) DeepCopy() *K8sLikeComponentLocationParentOverride + func (in *K8sLikeComponentLocationParentOverride) DeepCopyInto(out *K8sLikeComponentLocationParentOverride) + func (union *K8sLikeComponentLocationParentOverride) Normalize() error + func (union *K8sLikeComponentLocationParentOverride) Simplify() + func (union K8sLikeComponentLocationParentOverride) Visit(visitor K8sLikeComponentLocationParentOverrideVisitor) error + type K8sLikeComponentLocationParentOverrideVisitor struct + Inlined func(string) error + Uri func(string) error + type K8sLikeComponentLocationPluginOverride struct + Inlined string + LocationType K8sLikeComponentLocationTypePluginOverride + Uri string + func (in *K8sLikeComponentLocationPluginOverride) DeepCopy() *K8sLikeComponentLocationPluginOverride + func (in *K8sLikeComponentLocationPluginOverride) DeepCopyInto(out *K8sLikeComponentLocationPluginOverride) + func (union *K8sLikeComponentLocationPluginOverride) Normalize() error + func (union *K8sLikeComponentLocationPluginOverride) Simplify() + func (union K8sLikeComponentLocationPluginOverride) Visit(visitor K8sLikeComponentLocationPluginOverrideVisitor) error + type K8sLikeComponentLocationPluginOverrideParentOverride struct + Inlined string + LocationType K8sLikeComponentLocationTypePluginOverrideParentOverride + Uri string + func (in *K8sLikeComponentLocationPluginOverrideParentOverride) DeepCopy() *K8sLikeComponentLocationPluginOverrideParentOverride + func (in *K8sLikeComponentLocationPluginOverrideParentOverride) DeepCopyInto(out *K8sLikeComponentLocationPluginOverrideParentOverride) + func (union *K8sLikeComponentLocationPluginOverrideParentOverride) Normalize() error + func (union *K8sLikeComponentLocationPluginOverrideParentOverride) Simplify() + func (union K8sLikeComponentLocationPluginOverrideParentOverride) Visit(visitor K8sLikeComponentLocationPluginOverrideParentOverrideVisitor) error + type K8sLikeComponentLocationPluginOverrideParentOverrideVisitor struct + Inlined func(string) error + Uri func(string) error + type K8sLikeComponentLocationPluginOverrideVisitor struct + Inlined func(string) error + Uri func(string) error + type K8sLikeComponentLocationType string + const InlinedK8sLikeComponentLocationType + const UriK8sLikeComponentLocationType + type K8sLikeComponentLocationTypeParentOverride string + type K8sLikeComponentLocationTypePluginOverride string + type K8sLikeComponentLocationTypePluginOverrideParentOverride string + type K8sLikeComponentLocationVisitor struct + Inlined func(string) error + Uri func(string) error + type K8sLikeComponentParentOverride struct + Endpoints []EndpointParentOverride + func (in *K8sLikeComponentParentOverride) DeepCopy() *K8sLikeComponentParentOverride + func (in *K8sLikeComponentParentOverride) DeepCopyInto(out *K8sLikeComponentParentOverride) + type K8sLikeComponentPluginOverride struct + Endpoints []EndpointPluginOverride + func (in *K8sLikeComponentPluginOverride) DeepCopy() *K8sLikeComponentPluginOverride + func (in *K8sLikeComponentPluginOverride) DeepCopyInto(out *K8sLikeComponentPluginOverride) + type K8sLikeComponentPluginOverrideParentOverride struct + Endpoints []EndpointPluginOverrideParentOverride + func (in *K8sLikeComponentPluginOverrideParentOverride) DeepCopy() *K8sLikeComponentPluginOverrideParentOverride + func (in *K8sLikeComponentPluginOverrideParentOverride) DeepCopyInto(out *K8sLikeComponentPluginOverrideParentOverride) + type Keyed interface + Key func() string + type KeyedList []Keyed + func (l KeyedList) GetKeys() []string + type KubernetesComponent struct + func (in *KubernetesComponent) DeepCopy() *KubernetesComponent + func (in *KubernetesComponent) DeepCopyInto(out *KubernetesComponent) + type KubernetesComponentParentOverride struct + func (in *KubernetesComponentParentOverride) DeepCopy() *KubernetesComponentParentOverride + func (in *KubernetesComponentParentOverride) DeepCopyInto(out *KubernetesComponentParentOverride) + type KubernetesComponentPluginOverride struct + func (in *KubernetesComponentPluginOverride) DeepCopy() *KubernetesComponentPluginOverride + func (in *KubernetesComponentPluginOverride) DeepCopyInto(out *KubernetesComponentPluginOverride) + type KubernetesComponentPluginOverrideParentOverride struct + func (in *KubernetesComponentPluginOverrideParentOverride) DeepCopy() *KubernetesComponentPluginOverrideParentOverride + func (in *KubernetesComponentPluginOverrideParentOverride) DeepCopyInto(out *KubernetesComponentPluginOverrideParentOverride) + type KubernetesCustomResourceImportReference struct + Name string + Namespace string + func (in *KubernetesCustomResourceImportReference) DeepCopy() *KubernetesCustomResourceImportReference + func (in *KubernetesCustomResourceImportReference) DeepCopyInto(out *KubernetesCustomResourceImportReference) + type KubernetesCustomResourceImportReferenceParentOverride struct + Name string + Namespace string + func (in *KubernetesCustomResourceImportReferenceParentOverride) DeepCopy() *KubernetesCustomResourceImportReferenceParentOverride + func (in *KubernetesCustomResourceImportReferenceParentOverride) DeepCopyInto(out *KubernetesCustomResourceImportReferenceParentOverride) + type LabeledCommand struct + Label string + func (in *LabeledCommand) DeepCopy() *LabeledCommand + func (in *LabeledCommand) DeepCopyInto(out *LabeledCommand) + type LabeledCommandParentOverride struct + Label string + func (in *LabeledCommandParentOverride) DeepCopy() *LabeledCommandParentOverride + func (in *LabeledCommandParentOverride) DeepCopyInto(out *LabeledCommandParentOverride) + type LabeledCommandPluginOverride struct + Label string + func (in *LabeledCommandPluginOverride) DeepCopy() *LabeledCommandPluginOverride + func (in *LabeledCommandPluginOverride) DeepCopyInto(out *LabeledCommandPluginOverride) + type LabeledCommandPluginOverrideParentOverride struct + Label string + func (in *LabeledCommandPluginOverrideParentOverride) DeepCopy() *LabeledCommandPluginOverrideParentOverride + func (in *LabeledCommandPluginOverrideParentOverride) DeepCopyInto(out *LabeledCommandPluginOverrideParentOverride) + type OpenshiftComponent struct + func (in *OpenshiftComponent) DeepCopy() *OpenshiftComponent + func (in *OpenshiftComponent) DeepCopyInto(out *OpenshiftComponent) + type OpenshiftComponentParentOverride struct + func (in *OpenshiftComponentParentOverride) DeepCopy() *OpenshiftComponentParentOverride + func (in *OpenshiftComponentParentOverride) DeepCopyInto(out *OpenshiftComponentParentOverride) + type OpenshiftComponentPluginOverride struct + func (in *OpenshiftComponentPluginOverride) DeepCopy() *OpenshiftComponentPluginOverride + func (in *OpenshiftComponentPluginOverride) DeepCopyInto(out *OpenshiftComponentPluginOverride) + type OpenshiftComponentPluginOverrideParentOverride struct + func (in *OpenshiftComponentPluginOverrideParentOverride) DeepCopy() *OpenshiftComponentPluginOverrideParentOverride + func (in *OpenshiftComponentPluginOverrideParentOverride) DeepCopyInto(out *OpenshiftComponentPluginOverrideParentOverride) + type OverrideDirective struct + DeleteFromPrimitiveList []string + Patch OverridingPatchDirective + Path string + SetElementOrder []string + func (in *OverrideDirective) DeepCopy() *OverrideDirective + func (in *OverrideDirective) DeepCopyInto(out *OverrideDirective) + type Overrides interface + type OverridesBase struct + func (in *OverridesBase) DeepCopy() *OverridesBase + func (in *OverridesBase) DeepCopyInto(out *OverridesBase) + type OverridesBaseParentOverride struct + func (in *OverridesBaseParentOverride) DeepCopy() *OverridesBaseParentOverride + func (in *OverridesBaseParentOverride) DeepCopyInto(out *OverridesBaseParentOverride) + type OverridingPatchDirective string + const DeleteFromPrimitiveListOverridingPatchDirective + const DeleteOverridingDirective + const ReplaceOverridingDirective + type Parent struct + func (in *Parent) DeepCopy() *Parent + func (in *Parent) DeepCopyInto(out *Parent) + type ParentOverrides struct + Commands []CommandParentOverride + Components []ComponentParentOverride + Projects []ProjectParentOverride + StarterProjects []StarterProjectParentOverride + func (container ParentOverrides) GetToplevelLists() TopLevelLists + func (in *ParentOverrides) DeepCopy() *ParentOverrides + func (in *ParentOverrides) DeepCopyInto(out *ParentOverrides) + type PluginComponent struct + func (in *PluginComponent) DeepCopy() *PluginComponent + func (in *PluginComponent) DeepCopyInto(out *PluginComponent) + type PluginComponentParentOverride struct + func (in *PluginComponentParentOverride) DeepCopy() *PluginComponentParentOverride + func (in *PluginComponentParentOverride) DeepCopyInto(out *PluginComponentParentOverride) + type PluginOverrides struct + Commands []CommandPluginOverride + Components []ComponentPluginOverride + func (container PluginOverrides) GetToplevelLists() TopLevelLists + func (in *PluginOverrides) DeepCopy() *PluginOverrides + func (in *PluginOverrides) DeepCopyInto(out *PluginOverrides) + type PluginOverridesParentOverride struct + Commands []CommandPluginOverrideParentOverride + Components []ComponentPluginOverrideParentOverride + func (container PluginOverridesParentOverride) GetToplevelLists() TopLevelLists + func (in *PluginOverridesParentOverride) DeepCopy() *PluginOverridesParentOverride + func (in *PluginOverridesParentOverride) DeepCopyInto(out *PluginOverridesParentOverride) + type Project struct + Attributes attributes.Attributes + ClonePath string + Name string + SparseCheckoutDirs []string + func (in *Project) DeepCopy() *Project + func (in *Project) DeepCopyInto(out *Project) + func (keyed Project) Key() string + type ProjectParentOverride struct + Attributes attributes.Attributes + ClonePath string + Name string + SparseCheckoutDirs []string + func (in *ProjectParentOverride) DeepCopy() *ProjectParentOverride + func (in *ProjectParentOverride) DeepCopyInto(out *ProjectParentOverride) + func (keyed ProjectParentOverride) Key() string + type ProjectSource struct + Custom *CustomProjectSource + Git *GitProjectSource + Github *GithubProjectSource + SourceType ProjectSourceType + Zip *ZipProjectSource + func (in *ProjectSource) DeepCopy() *ProjectSource + func (in *ProjectSource) DeepCopyInto(out *ProjectSource) + func (union *ProjectSource) Normalize() error + func (union *ProjectSource) Simplify() + func (union ProjectSource) Visit(visitor ProjectSourceVisitor) error + type ProjectSourceParentOverride struct + Git *GitProjectSourceParentOverride + Github *GithubProjectSourceParentOverride + SourceType ProjectSourceTypeParentOverride + Zip *ZipProjectSourceParentOverride + func (in *ProjectSourceParentOverride) DeepCopy() *ProjectSourceParentOverride + func (in *ProjectSourceParentOverride) DeepCopyInto(out *ProjectSourceParentOverride) + func (union *ProjectSourceParentOverride) Normalize() error + func (union *ProjectSourceParentOverride) Simplify() + func (union ProjectSourceParentOverride) Visit(visitor ProjectSourceParentOverrideVisitor) error + type ProjectSourceParentOverrideVisitor struct + Git func(*GitProjectSourceParentOverride) error + Github func(*GithubProjectSourceParentOverride) error + Zip func(*ZipProjectSourceParentOverride) error + type ProjectSourceType string + const CustomProjectSourceType + const GitHubProjectSourceType + const GitProjectSourceType + const ZipProjectSourceType + type ProjectSourceTypeParentOverride string + type ProjectSourceVisitor struct + Custom func(*CustomProjectSource) error + Git func(*GitProjectSource) error + Github func(*GithubProjectSource) error + Zip func(*ZipProjectSource) error + type StarterProject struct + Attributes attributes.Attributes + Description string + Name string + SubDir string + func (in *StarterProject) DeepCopy() *StarterProject + func (in *StarterProject) DeepCopyInto(out *StarterProject) + func (keyed StarterProject) Key() string + type StarterProjectParentOverride struct + Attributes attributes.Attributes + Description string + Name string + SubDir string + func (in *StarterProjectParentOverride) DeepCopy() *StarterProjectParentOverride + func (in *StarterProjectParentOverride) DeepCopyInto(out *StarterProjectParentOverride) + func (keyed StarterProjectParentOverride) Key() string + type TopLevelListContainer interface + GetToplevelLists func() TopLevelLists + type TopLevelLists map[string]KeyedList + type Union interface + Normalize func() error + Simplify func() + type Volume struct + Size string + func (in *Volume) DeepCopy() *Volume + func (in *Volume) DeepCopyInto(out *Volume) + type VolumeComponent struct + func (in *VolumeComponent) DeepCopy() *VolumeComponent + func (in *VolumeComponent) DeepCopyInto(out *VolumeComponent) + type VolumeComponentParentOverride struct + func (in *VolumeComponentParentOverride) DeepCopy() *VolumeComponentParentOverride + func (in *VolumeComponentParentOverride) DeepCopyInto(out *VolumeComponentParentOverride) + type VolumeComponentPluginOverride struct + func (in *VolumeComponentPluginOverride) DeepCopy() *VolumeComponentPluginOverride + func (in *VolumeComponentPluginOverride) DeepCopyInto(out *VolumeComponentPluginOverride) + type VolumeComponentPluginOverrideParentOverride struct + func (in *VolumeComponentPluginOverrideParentOverride) DeepCopy() *VolumeComponentPluginOverrideParentOverride + func (in *VolumeComponentPluginOverrideParentOverride) DeepCopyInto(out *VolumeComponentPluginOverrideParentOverride) + type VolumeMount struct + Name string + Path string + func (in *VolumeMount) DeepCopy() *VolumeMount + func (in *VolumeMount) DeepCopyInto(out *VolumeMount) + type VolumeMountParentOverride struct + Name string + Path string + func (in *VolumeMountParentOverride) DeepCopy() *VolumeMountParentOverride + func (in *VolumeMountParentOverride) DeepCopyInto(out *VolumeMountParentOverride) + type VolumeMountPluginOverride struct + Name string + Path string + func (in *VolumeMountPluginOverride) DeepCopy() *VolumeMountPluginOverride + func (in *VolumeMountPluginOverride) DeepCopyInto(out *VolumeMountPluginOverride) + type VolumeMountPluginOverrideParentOverride struct + Name string + Path string + func (in *VolumeMountPluginOverrideParentOverride) DeepCopy() *VolumeMountPluginOverrideParentOverride + func (in *VolumeMountPluginOverrideParentOverride) DeepCopyInto(out *VolumeMountPluginOverrideParentOverride) + type VolumeParentOverride struct + Size string + func (in *VolumeParentOverride) DeepCopy() *VolumeParentOverride + func (in *VolumeParentOverride) DeepCopyInto(out *VolumeParentOverride) + type VolumePluginOverride struct + Size string + func (in *VolumePluginOverride) DeepCopy() *VolumePluginOverride + func (in *VolumePluginOverride) DeepCopyInto(out *VolumePluginOverride) + type VolumePluginOverrideParentOverride struct + Size string + func (in *VolumePluginOverrideParentOverride) DeepCopy() *VolumePluginOverrideParentOverride + func (in *VolumePluginOverrideParentOverride) DeepCopyInto(out *VolumePluginOverrideParentOverride) + type VscodeConfigurationCommand struct + func (in *VscodeConfigurationCommand) DeepCopy() *VscodeConfigurationCommand + func (in *VscodeConfigurationCommand) DeepCopyInto(out *VscodeConfigurationCommand) + type VscodeConfigurationCommandLocation struct + Inlined string + LocationType VscodeConfigurationCommandLocationType + Uri string + func (in *VscodeConfigurationCommandLocation) DeepCopy() *VscodeConfigurationCommandLocation + func (in *VscodeConfigurationCommandLocation) DeepCopyInto(out *VscodeConfigurationCommandLocation) + func (union *VscodeConfigurationCommandLocation) Normalize() error + func (union *VscodeConfigurationCommandLocation) Simplify() + func (union VscodeConfigurationCommandLocation) Visit(visitor VscodeConfigurationCommandLocationVisitor) error + type VscodeConfigurationCommandLocationParentOverride struct + Inlined string + LocationType VscodeConfigurationCommandLocationTypeParentOverride + Uri string + func (in *VscodeConfigurationCommandLocationParentOverride) DeepCopy() *VscodeConfigurationCommandLocationParentOverride + func (in *VscodeConfigurationCommandLocationParentOverride) DeepCopyInto(out *VscodeConfigurationCommandLocationParentOverride) + func (union *VscodeConfigurationCommandLocationParentOverride) Normalize() error + func (union *VscodeConfigurationCommandLocationParentOverride) Simplify() + func (union VscodeConfigurationCommandLocationParentOverride) Visit(visitor VscodeConfigurationCommandLocationParentOverrideVisitor) error + type VscodeConfigurationCommandLocationParentOverrideVisitor struct + Inlined func(string) error + Uri func(string) error + type VscodeConfigurationCommandLocationPluginOverride struct + Inlined string + LocationType VscodeConfigurationCommandLocationTypePluginOverride + Uri string + func (in *VscodeConfigurationCommandLocationPluginOverride) DeepCopy() *VscodeConfigurationCommandLocationPluginOverride + func (in *VscodeConfigurationCommandLocationPluginOverride) DeepCopyInto(out *VscodeConfigurationCommandLocationPluginOverride) + func (union *VscodeConfigurationCommandLocationPluginOverride) Normalize() error + func (union *VscodeConfigurationCommandLocationPluginOverride) Simplify() + func (union VscodeConfigurationCommandLocationPluginOverride) Visit(visitor VscodeConfigurationCommandLocationPluginOverrideVisitor) error + type VscodeConfigurationCommandLocationPluginOverrideParentOverride struct + Inlined string + LocationType VscodeConfigurationCommandLocationTypePluginOverrideParentOverride + Uri string + func (in *VscodeConfigurationCommandLocationPluginOverrideParentOverride) DeepCopy() *VscodeConfigurationCommandLocationPluginOverrideParentOverride + func (in *VscodeConfigurationCommandLocationPluginOverrideParentOverride) DeepCopyInto(out *VscodeConfigurationCommandLocationPluginOverrideParentOverride) + func (union *VscodeConfigurationCommandLocationPluginOverrideParentOverride) Normalize() error + func (union *VscodeConfigurationCommandLocationPluginOverrideParentOverride) Simplify() + func (union VscodeConfigurationCommandLocationPluginOverrideParentOverride) Visit(visitor VscodeConfigurationCommandLocationPluginOverrideParentOverrideVisitor) error + type VscodeConfigurationCommandLocationPluginOverrideParentOverrideVisitor struct + Inlined func(string) error + Uri func(string) error + type VscodeConfigurationCommandLocationPluginOverrideVisitor struct + Inlined func(string) error + Uri func(string) error + type VscodeConfigurationCommandLocationType string + const InlinedVscodeConfigurationCommandLocationType + const UriVscodeConfigurationCommandLocationType + type VscodeConfigurationCommandLocationTypeParentOverride string + type VscodeConfigurationCommandLocationTypePluginOverride string + type VscodeConfigurationCommandLocationTypePluginOverrideParentOverride string + type VscodeConfigurationCommandLocationVisitor struct + Inlined func(string) error + Uri func(string) error + type VscodeConfigurationCommandParentOverride struct + func (in *VscodeConfigurationCommandParentOverride) DeepCopy() *VscodeConfigurationCommandParentOverride + func (in *VscodeConfigurationCommandParentOverride) DeepCopyInto(out *VscodeConfigurationCommandParentOverride) + type VscodeConfigurationCommandPluginOverride struct + func (in *VscodeConfigurationCommandPluginOverride) DeepCopy() *VscodeConfigurationCommandPluginOverride + func (in *VscodeConfigurationCommandPluginOverride) DeepCopyInto(out *VscodeConfigurationCommandPluginOverride) + type VscodeConfigurationCommandPluginOverrideParentOverride struct + func (in *VscodeConfigurationCommandPluginOverrideParentOverride) DeepCopy() *VscodeConfigurationCommandPluginOverrideParentOverride + func (in *VscodeConfigurationCommandPluginOverrideParentOverride) DeepCopyInto(out *VscodeConfigurationCommandPluginOverrideParentOverride) + type WorkspaceCondition struct + LastTransitionTime metav1.Time + Message string + Reason string + Status corev1.ConditionStatus + Type WorkspaceConditionType + func (in *WorkspaceCondition) DeepCopy() *WorkspaceCondition + func (in *WorkspaceCondition) DeepCopyInto(out *WorkspaceCondition) + type WorkspaceConditionType string + const WorkspaceComponentsReady + const WorkspaceFailedStart + const WorkspaceReady + const WorkspaceRoutingReady + const WorkspaceServiceAccountReady + type WorkspaceEvents struct + PostStart []string + PostStop []string + PreStart []string + PreStop []string + func (in *WorkspaceEvents) DeepCopy() *WorkspaceEvents + func (in *WorkspaceEvents) DeepCopyInto(out *WorkspaceEvents) + type WorkspacePhase string + const WorkspaceStatusFailed + const WorkspaceStatusRunning + const WorkspaceStatusStarting + const WorkspaceStatusStopped + const WorkspaceStatusStopping + type WorkspacePodContributions struct + CommonEnv []corev1.EnvVar + Containers []corev1.Container + ImagePullSecrets []corev1.LocalObjectReference + InitContainers []corev1.Container + Volumes []corev1.Volume + func (in *WorkspacePodContributions) DeepCopy() *WorkspacePodContributions + func (in *WorkspacePodContributions) DeepCopyInto(out *WorkspacePodContributions) + type ZipProjectSource struct + Location string + func (in *ZipProjectSource) DeepCopy() *ZipProjectSource + func (in *ZipProjectSource) DeepCopyInto(out *ZipProjectSource) + type ZipProjectSourceParentOverride struct + Location string + func (in *ZipProjectSourceParentOverride) DeepCopy() *ZipProjectSourceParentOverride + func (in *ZipProjectSourceParentOverride) DeepCopyInto(out *ZipProjectSourceParentOverride)