Documentation
      ¶
    
    
  
    
  
    Index ¶
- func NewCmdApiVersions(f *cmdutil.Factory, out io.Writer) *cobra.Command
 - func NewCmdClusterInfo(f *cmdutil.Factory, out io.Writer) *cobra.Command
 - func NewCmdCreate(f *cmdutil.Factory, out io.Writer) *cobra.Command
 - func NewCmdDelete(f *cmdutil.Factory, out io.Writer) *cobra.Command
 - func NewCmdDescribe(f *cmdutil.Factory, out io.Writer) *cobra.Command
 - func NewCmdExec(f *cmdutil.Factory, cmdIn io.Reader, cmdOut, cmdErr io.Writer) *cobra.Command
 - func NewCmdExposeService(f *cmdutil.Factory, out io.Writer) *cobra.Command
 - func NewCmdGet(f *cmdutil.Factory, out io.Writer) *cobra.Command
 - func NewCmdLabel(f *cmdutil.Factory, out io.Writer) *cobra.Command
 - func NewCmdLog(f *cmdutil.Factory, out io.Writer) *cobra.Command
 - func NewCmdNamespace(out io.Writer) *cobra.Command
 - func NewCmdPortForward(f *cmdutil.Factory) *cobra.Command
 - func NewCmdProxy(f *cmdutil.Factory, out io.Writer) *cobra.Command
 - func NewCmdResize(f *cmdutil.Factory, out io.Writer) *cobra.Command
 - func NewCmdRollingUpdate(f *cmdutil.Factory, out io.Writer) *cobra.Command
 - func NewCmdRunContainer(f *cmdutil.Factory, out io.Writer) *cobra.Command
 - func NewCmdStop(f *cmdutil.Factory, out io.Writer) *cobra.Command
 - func NewCmdUpdate(f *cmdutil.Factory, out io.Writer) *cobra.Command
 - func NewCmdVersion(f *cmdutil.Factory, out io.Writer) *cobra.Command
 - func NewKubectlCommand(f *cmdutil.Factory, in io.Reader, out, err io.Writer) *cobra.Command
 - func RunApiVersions(f *cmdutil.Factory, out io.Writer) error
 - func RunClusterInfo(factory *cmdutil.Factory, out io.Writer, cmd *cobra.Command) error
 - func RunCreate(f *cmdutil.Factory, out io.Writer, filenames util.StringList) error
 - func RunDelete(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command, args []string, ...) error
 - func RunDescribe(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command, args []string) error
 - func RunExec(f *cmdutil.Factory, cmdIn io.Reader, cmdOut, cmdErr io.Writer, ...) error
 - func RunExpose(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command, args []string) error
 - func RunGet(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command, args []string) error
 - func RunLabel(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command, args []string) error
 - func RunLog(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command, args []string) error
 - func RunPortForward(f *cmdutil.Factory, cmd *cobra.Command, args []string) error
 - func RunProxy(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command) error
 - func RunResize(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command, args []string) error
 - func RunRollingUpdate(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command, args []string) error
 - func RunRunContainer(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command, args []string) error
 - func RunUpdate(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command, args []string, ...) error
 - func RunVersion(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command) error
 - func ValidateArgs(cmd *cobra.Command, args []string) error
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdApiVersions ¶ added in v0.15.0
func NewCmdClusterInfo ¶ added in v0.15.0
func NewCmdCreate ¶ added in v0.15.0
func NewCmdDelete ¶ added in v0.15.0
func NewCmdDescribe ¶ added in v0.15.0
func NewCmdExec ¶ added in v0.15.0
func NewCmdExposeService ¶ added in v0.15.0
func NewCmdGet ¶ added in v0.15.0
NewCmdGet creates a command object for the generic "get" action, which retrieves one or more resources from a server.
func NewCmdLabel ¶ added in v0.15.0
func NewCmdNamespace ¶
TODO remove once people have been given enough time to notice
func NewCmdResize ¶ added in v0.15.0
func NewCmdRollingUpdate ¶ added in v0.15.0
func NewCmdRunContainer ¶ added in v0.15.0
func NewCmdStop ¶ added in v0.15.0
func NewCmdUpdate ¶ added in v0.15.0
func NewKubectlCommand ¶ added in v0.15.0
NewKubectlCommand creates the `kubectl` command and its nested children.
func RunClusterInfo ¶ added in v0.13.0
func RunDescribe ¶ added in v0.13.0
func RunGet ¶ added in v0.9.0
RunGet implements the generic Get command TODO: convert all direct flag accessors to a struct and pass that instead of cmd
func RunPortForward ¶ added in v0.13.0
func RunRollingUpdate ¶ added in v0.13.0
func RunRunContainer ¶ added in v0.13.0
func RunVersion ¶ added in v0.13.0
Types ¶
This section is empty.
      
      Source Files
      ¶
    
   Click to show internal directories. 
   Click to hide internal directories.