Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDescribe ¶
func NewCmdDescribe(parent string, f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
Types ¶
type DescribeOptions ¶
type DescribeOptions struct {
CmdParent string
Selector string
Namespace string
Describer func(*meta.RESTMapping) (describe.Describer, error)
NewBuilder func() *resource.Builder
BuilderArgs []string
EnforceNamespace bool
AllNamespaces bool
DescriberSettings *describe.DescriberSettings
FilenameOptions *resource.FilenameOptions
genericclioptions.IOStreams
}
func (*DescribeOptions) Complete ¶
func (o *DescribeOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error
func (*DescribeOptions) DescribeMatchingResources ¶
func (o *DescribeOptions) DescribeMatchingResources(originalError error, resource, prefix string) error
Click to show internal directories.
Click to hide internal directories.