Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDescribe ¶
func NewCmdDescribe(f util.Factory, parentCommand string, streams genericclioptions.IOStreams) *cobra.Command
NewCmdDescribe new describe command.
Types ¶
type CommandDescribeOptions ¶
type CommandDescribeOptions struct { // flags specific to describe KubectlDescribeOptions *kubectldescribe.DescribeOptions Cluster string }
CommandDescribeOptions contains the input to the describe command.
func (*CommandDescribeOptions) Complete ¶
func (o *CommandDescribeOptions) Complete(f util.Factory, args []string, describeFlag *kubectldescribe.DescribeFlags, parentCommand string) error
Complete ensures that options are valid and marshals them if necessary
func (*CommandDescribeOptions) Run ¶
func (o *CommandDescribeOptions) Run() error
Run describe information of resources
Click to show internal directories.
Click to hide internal directories.