var explainLong …
var explainExamples …
var plaintextTemplateName …
var plaintextOpenAPIV2TemplateName …
type ExplainOptions …
func NewExplainOptions(parent string, streams genericiooptions.IOStreams) *ExplainOptions { … }
func NewCmdExplain(parent string, f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command { … }
func (o *ExplainOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error { … }
func (o *ExplainOptions) Validate() error { … }
func (o *ExplainOptions) Run() error { … }
func (o *ExplainOptions) renderOpenAPIV2(
fullySpecifiedGVR schema.GroupVersionResource,
fieldsPath []string,
) error { … }