Documentation
¶
Overview ¶
Package cmd implements important functions for command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version of csctl. Version = "dev" // Commit against which csctl version is cut. Commit = "unknown" )
Functions ¶
Types ¶
type CreateOptions ¶
type CreateOptions struct {
ClusterStackPath string
ClusterStackReleaseDir string
Config *clusterstack.CsctlConfig
Metadata *clusterstack.MetaData
CurrentReleaseHash hash.ReleaseHash
LatestReleaseHash hash.ReleaseHash
NodeImageRegistry string
// contains filtered or unexported fields
}
CreateOptions contains config for creating a release.
func GetCreateOptions ¶
func GetCreateOptions(ctx context.Context, clusterStackPath string) (*CreateOptions, error)
GetCreateOptions create a Create Option for create command.
Click to show internal directories.
Click to hide internal directories.