Versions in this module Expand all Collapse all v0 v0.22.3 Sep 17, 2021 Changes in this version + func NewCmdExplain(parent string, f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type ExplainOptions struct + APIVersion string + CmdParent string + Mapper meta.RESTMapper + Recursive bool + Schema openapi.Resources + func NewExplainOptions(parent string, streams genericclioptions.IOStreams) *ExplainOptions + func (o *ExplainOptions) Complete(f cmdutil.Factory, cmd *cobra.Command) error + func (o *ExplainOptions) Run(args []string) error + func (o *ExplainOptions) Validate(args []string) error