Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDescribe ¶
Types ¶
type DescribeFlags ¶ added in v0.26.0
type DescribeFlags struct { Factory cmdutil.Factory Selector string AllNamespaces bool FilenameOptions *resource.FilenameOptions DescriberSettings *describe.DescriberSettings genericclioptions.IOStreams }
DescribeFlags directly reflect the information that CLI is gathering via flags. They will be converted to Options, which reflect the runtime requirements for the command.
func NewDescribeFlags ¶ added in v0.26.0
func NewDescribeFlags(f cmdutil.Factory, streams genericclioptions.IOStreams) *DescribeFlags
NewDescribeFlags returns a default DescribeFlags
func (*DescribeFlags) AddFlags ¶ added in v0.26.0
func (flags *DescribeFlags) AddFlags(cmd *cobra.Command)
AddFlags registers flags for a cli
func (*DescribeFlags) ToOptions ¶ added in v0.26.0
func (flags *DescribeFlags) ToOptions(parent string, args []string) (*DescribeOptions, error)
ToOptions converts from CLI inputs to runtime input
type DescribeOptions ¶
type DescribeOptions struct { CmdParent string Selector string Namespace string Describer func(*meta.RESTMapping) (describe.ResourceDescriber, error) NewBuilder func() *resource.Builder BuilderArgs []string EnforceNamespace bool AllNamespaces bool DescriberSettings *describe.DescriberSettings FilenameOptions *resource.FilenameOptions genericclioptions.IOStreams }
func (*DescribeOptions) DescribeMatchingResources ¶
func (o *DescribeOptions) DescribeMatchingResources(originalError error, resource, prefix string) error
func (*DescribeOptions) Run ¶
func (o *DescribeOptions) Run() error
func (*DescribeOptions) Validate ¶
func (o *DescribeOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.