package describe
import "k8s.io/kubectl/pkg/cmd/describe"
Index ¶
- func NewCmdDescribe(parent string, f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
- type DescribeOptions
Functions ¶
func NewCmdDescribe ¶
func NewCmdDescribe(parent string, f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
Types ¶
type DescribeOptions ¶
type DescribeOptions struct {
CmdParent string
Selector string
Namespace string
Describer func(*meta.RESTMapping) (describe.Describer, error)
NewBuilder func() *resource.Builder
BuilderArgs []string
EnforceNamespace bool
AllNamespaces bool
DescriberSettings *describe.DescriberSettings
FilenameOptions *resource.FilenameOptions
genericclioptions.IOStreams
}
func (*DescribeOptions) Complete ¶
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(args []string) error
Source Files ¶
describe.go
- Version
- v0.16.14-rc.0
- Published
- Jul 15, 2020
- Platform
- darwin/amd64
- Imports
- 14 packages
- Last checked
- 1 day ago –
Tools for package owners.