Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmd ¶
func NewCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewCmd creates a new cobra command.
func NewWorkspacesCmd ¶
func NewWorkspacesCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewWorkspacesCmd creates a new command.
Types ¶
type ProWorkspaceInstance ¶
type ProWorkspaceInstance struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata"`
Spec managementv1.DevsyWorkspaceInstanceSpec `json:"spec"`
Status ProWorkspaceInstanceStatus `json:"status"`
}
type ProWorkspaceInstanceStatus ¶
type ProWorkspaceInstanceStatus struct {
managementv1.DevsyWorkspaceInstanceStatus `json:",inline"`
Source *provider.WorkspaceSource `json:"source,omitempty"`
IDE *provider.WorkspaceIDEConfig `json:"ide,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.