Documentation
¶
Index ¶
- func CreateClusterTemplateFromFile(c *cli.Context)
- func CreateClusterTemplateFromUrl(c *cli.Context)
- func DeleteClusterTemplates(c *cli.Context)
- func DescribeClusterTemplate(c *cli.Context)
- func FetchClusterTemplate(workspace int64, name string, client GetClusterTemplateInWorkspace) *model.BlueprintV4Response
- func ListClusterTemplates(c *cli.Context)
- type GetClusterTemplateInWorkspace
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteClusterTemplates ¶
func DescribeClusterTemplate ¶
func FetchClusterTemplate ¶
func FetchClusterTemplate(workspace int64, name string, client GetClusterTemplateInWorkspace) *model.BlueprintV4Response
func ListClusterTemplates ¶
Types ¶
type GetClusterTemplateInWorkspace ¶
type GetClusterTemplateInWorkspace interface {
GetBlueprintInWorkspace(*v4bp.GetBlueprintInWorkspaceParams) (*v4bp.GetBlueprintInWorkspaceOK, error)
}
Click to show internal directories.
Click to hide internal directories.