Documentation ¶
Overview ¶
Package destroy implements a 'devenv destroy' command that allows developers to destroy the running developer environment.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDestroy ¶
func NewCmdDestroy(log logrus.FieldLogger) *cli.Command
Types ¶
type Options ¶
type Options struct { // Options CurrentClusterName string RemoveImageCache bool RemoveSnapshotStorage bool KubernetesRuntime kubernetesruntime.Runtime // contains filtered or unexported fields }
func NewOptions ¶
func (*Options) MarshalLog ¶ added in v1.38.0
Click to show internal directories.
Click to hide internal directories.