Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // Master is used to override the kubeconfig's URL to the apiserver. Master string //KubeConfig is the path to a KubeConfig file. KubeConfig string Name string Namespace string PeriodSeconds int32 Probe bool Output string Version bool Short bool }
func NewOptions ¶
func NewOptions() *Options
func (*Options) Flags ¶
func (s *Options) Flags() cliflag.NamedFlagSets
Click to show internal directories.
Click to hide internal directories.