kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/explain/explain.go

var explainLong

var explainExamples

var plaintextTemplateName

var plaintextOpenAPIV2TemplateName

type ExplainOptions

func NewExplainOptions(parent string, streams genericiooptions.IOStreams) *ExplainOptions {}

// NewCmdExplain returns a cobra command for swagger docs
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 {}

// Run executes the appropriate steps to print a model's documentation
func (o *ExplainOptions) Run() error {}

func (o *ExplainOptions) renderOpenAPIV2(
	fullySpecifiedGVR schema.GroupVersionResource,
	fieldsPath []string,
) error {}