Versions in this module Expand all Collapse all v0 v0.22.3 Sep 17, 2021 Changes in this version + func NewCmdDescribe(parent string, f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type DescribeOptions struct + AllNamespaces bool + BuilderArgs []string + CmdParent string + Describer func(*meta.RESTMapping) (describe.ResourceDescriber, error) + DescriberSettings *describe.DescriberSettings + EnforceNamespace bool + FilenameOptions *resource.FilenameOptions + Namespace string + NewBuilder func() *resource.Builder + Selector string + func (o *DescribeOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error + func (o *DescribeOptions) DescribeMatchingResources(originalError error, resource, prefix string) error + func (o *DescribeOptions) Run() error + func (o *DescribeOptions) Validate(args []string) error