MCPcopy
hub / github.com/kubevela/kubevela / UpCommandOptions

Struct UpCommandOptions

references/cli/up.go:48–59  ·  view source on GitHub ↗

UpCommandOptions command args for vela up

Source from the content-addressed store, hash-verified

46
47// UpCommandOptions command args for vela up
48type UpCommandOptions struct {
49 AppName string
50 Namespace string
51 File string
52 PublishVersion string
53 RevisionName string
54 ShardID string
55 Debug bool
56 Wait bool
57 WaitTimeout string
58 NamespaceSource string
59}
60
61// Complete fill the args for vela up
62func (opt *UpCommandOptions) Complete(f velacmd.Factory, cmd *cobra.Command, args []string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected