Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdVersion ¶
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) 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.