Documentation ¶
Overview ¶
Package provision implements a 'devenv provision' command that allows developers to provision a new development environment.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdProvision ¶
func NewCmdProvision(log logrus.FieldLogger) *cli.Command
Types ¶
type Options ¶
type Options struct { DeployApps []string SnapshotTarget string SnapshotChannel box.SnapshotLockChannel KubernetesRuntime kubernetesruntime.Runtime KubernetesVersion string Base bool UseDevspace bool // contains filtered or unexported fields }
func NewOptions ¶
NewOptions creates a new provision command
func (*Options) MarshalLog ¶ added in v1.38.0
Click to show internal directories.
Click to hide internal directories.