 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdClusterInfo ¶
func NewCmdClusterInfoDump ¶
Types ¶
type ClusterInfoDumpOptions ¶
type ClusterInfoDumpOptions struct {
	PrintFlags *genericclioptions.PrintFlags
	PrintObj   printers.ResourcePrinterFunc
	OutputDir     string
	AllNamespaces bool
	Namespaces    []string
	Timeout          time.Duration
	AppsClient       appsv1client.AppsV1Interface
	CoreClient       corev1client.CoreV1Interface
	Namespace        string
	RESTClientGetter genericclioptions.RESTClientGetter
	LogsForObject    polymorphichelpers.LogsForObjectFunc
	genericclioptions.IOStreams
}
    func (*ClusterInfoDumpOptions) Run ¶
func (o *ClusterInfoDumpOptions) Run() error
type ClusterInfoOptions ¶
type ClusterInfoOptions struct {
	genericclioptions.IOStreams
	Namespace string
	Builder *resource.Builder
	Client  *restclient.Config
}
    func (*ClusterInfoOptions) Run ¶
func (o *ClusterInfoOptions) Run() error
 Click to show internal directories. 
   Click to hide internal directories.