Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdLogout ¶
func NewCmdLogout(name, fullName, ocLoginFullCommand string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
NewCmdLogout implements the OpenShift cli logout command
Types ¶
type LogoutOptions ¶
type LogoutOptions struct { StartingKubeConfig *kclientcmdapi.Config Config *restclient.Config PathOptions *kclientcmd.PathOptions genericclioptions.IOStreams }
func NewLogoutOptions ¶
func NewLogoutOptions(streams genericclioptions.IOStreams) *LogoutOptions
func (LogoutOptions) RunLogout ¶
func (o LogoutOptions) RunLogout() error
func (LogoutOptions) Validate ¶
func (o LogoutOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.