Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = cli.Command{ Name: "deployment", Aliases: []string{"dep"}, Usage: "Manage your Common Fate Deployment", Subcommands: []*cli.Command{ &logs.Command, &diagnosticsCommand, &backgroundJobsCommand, }, }
Functions ¶
func JobStateFromString ¶ added in v1.7.0
func JobStateFromString(state string) (diagnosticv1alpha1.JobState, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.