Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdExplain ¶
func NewCmdExplain(parent string, f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command
NewCmdExplain returns a cobra command for swagger docs
Types ¶
type ExplainOptions ¶
type ExplainOptions struct {
genericiooptions.IOStreams
CmdParent string
APIVersion string
Recursive bool
Mapper meta.RESTMapper
// Name of the template to use with the openapiv3 template renderer.
OutputFormat string
// Client capable of fetching openapi documents from the user's cluster
OpenAPIV3Client openapiclient.Client
// contains filtered or unexported fields
}
func NewExplainOptions ¶
func NewExplainOptions(parent string, streams genericiooptions.IOStreams) *ExplainOptions
func (*ExplainOptions) Complete ¶
func (o *ExplainOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error
Click to show internal directories.
Click to hide internal directories.