Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdLogs ¶
func NewCmdLogs(f util.Factory, parentCommand string, streams genericiooptions.IOStreams) *cobra.Command
NewCmdLogs new logs command.
Types ¶
type CommandLogsOptions ¶
type CommandLogsOptions struct {
	// flags specific to logs
	KubectlLogsOptions *kubectllogs.LogsOptions
	Cluster            string
}
    CommandLogsOptions contains the input to the logs command.
func (*CommandLogsOptions) Complete ¶
Complete ensures that options are valid and marshals them if necessary
func (*CommandLogsOptions) Validate ¶
func (o *CommandLogsOptions) Validate() error
Validate checks to the LogsOptions to see if there is sufficient information run the command
 Click to show internal directories. 
   Click to hide internal directories.