Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdVersion ¶
func NewCmdVersion(fullName string, f kcmdutil.Factory, options *VersionOptions) *cobra.Command
NewCmdVersion creates a command for displaying the version of this binary
Types ¶
type VersionOptions ¶
type VersionOptions struct {
BaseName string
ClientConfig *rest.Config
Clients func() (kclientset.Interface, error)
Timeout time.Duration
IsServer bool
PrintEtcdVersion bool
PrintClientFeatures bool
genericclioptions.IOStreams
}
func NewVersionOptions ¶
func NewVersionOptions(printClientFeatures bool, streams genericclioptions.IOStreams) *VersionOptions
func (*VersionOptions) Complete ¶
func (o *VersionOptions) Complete(cmd *cobra.Command, f kcmdutil.Factory) error
func (VersionOptions) RunVersion ¶
func (o VersionOptions) RunVersion() error
RunVersion attempts to display client and server versions for Kubernetes and OpenShift
Click to show internal directories.
Click to hide internal directories.