Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
NewCommand returns a new instance of the get command
func NewDescribeCloudResourceCommand ¶ added in v0.4.0
NewDescribeCloudResourceCommand returns a new instance of the get command
Types ¶
type CloudResourceCommand ¶ added in v0.4.0
type CloudResourceCommand struct { cmd.Factory // Name is the name of the resource we are describing Name string // Namespace is the namespace of the resource Namespace string // ShowPassedChecks is a flag to show passed checks ShowPassedChecks bool }
CloudResourceCommand describes a cloud resource
type Command ¶
type Command struct { cmd.Factory // Name is the name of the resource we are describing Name string // Namespace is the namespace of the resource Namespace string // ShowPassedChecks is a flag to show passed checks ShowPassedChecks bool }
Command represents the available get command options
Click to show internal directories.
Click to hide internal directories.