Documentation
¶
Index ¶
- func NewAPIServerCommand(name, fullName string, out io.Writer) *cobra.Command
- func NewCommand(name, fullName string, out, errOut io.Writer) *cobra.Command
- func NewControllersCommand(name, fullName string, out io.Writer) *cobra.Command
- func NewKubeletCommand(name, fullName string, out io.Writer) *cobra.Command
- func NewProxyCommand(name, fullName string, out io.Writer) *cobra.Command
- func NewSchedulerCommand(name, fullName string, out io.Writer) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAPIServerCommand ¶
func NewAPIServerCommand(name, fullName string, out io.Writer) *cobra.Command
NewAPIServerCommand provides a CLI handler for the 'apiserver' command
func NewCommand ¶
func NewCommand(name, fullName string, out, errOut io.Writer) *cobra.Command
func NewControllersCommand ¶
func NewControllersCommand(name, fullName string, out io.Writer) *cobra.Command
NewControllersCommand provides a CLI handler for the 'controller-manager' command
func NewKubeletCommand ¶
func NewKubeletCommand(name, fullName string, out io.Writer) *cobra.Command
NewKubeletCommand provides a CLI handler for the 'kubelet' command
func NewProxyCommand ¶
func NewProxyCommand(name, fullName string, out io.Writer) *cobra.Command
NewProxyCommand provides a CLI handler for the 'proxy' command
func NewSchedulerCommand ¶
func NewSchedulerCommand(name, fullName string, out io.Writer) *cobra.Command
NewSchedulerCommand provides a CLI handler for the 'scheduler' command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.