Versions in this module Expand all Collapse all v0 v0.1.1 Apr 19, 2026 v0.1.0 Apr 19, 2026 Changes in this version + func Clusters(ctx context.Context, client client.Client, projectName string) (*managementv1.ProjectClusters, error) + func FindTemplate(ctx context.Context, managementClient kube.Interface, ...) (*managementv1.DevsyWorkspaceTemplate, error) + func GetLatestMatchedVersion(versions storagev1.VersionsAccessor, versionPattern string) (latestVersion storagev1.VersionAccessor, ...) + func GetLatestVersion(versions storagev1.VersionsAccessor) storagev1.VersionAccessor + func GetTemplateParameters(template *managementv1.DevsyWorkspaceTemplate, templateVersion string) ([]storagev1.AppParameter, error) + func NewClustersCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewProjectsCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewTemplatesCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func NewWorkspacesCmd(globalFlags *flags.GlobalFlags) *cobra.Command + func Projects(ctx context.Context, client client.Client) (*managementv1.ProjectList, error) + func Templates(ctx context.Context, client client.Client, projectName string) (*managementv1.ProjectTemplates, error) + func VariableToEnvironmentVariable(variable string) string + type ClustersCmd struct + func (cmd *ClustersCmd) Run(ctx context.Context) error + type ProjectsCmd struct + func (cmd *ProjectsCmd) Run(ctx context.Context) error + type TemplatesCmd struct + func (cmd *TemplatesCmd) Run(ctx context.Context) error + type WorkspacesCmd struct + func (cmd *WorkspacesCmd) Run(ctx context.Context) error