Documentation ¶
Index ¶
- Constants
- func NewCmdRequestToken(f *clientcmd.Factory) *cobra.Command
- func NewCmdTokens(name, fullName string, f *osclientcmd.Factory, out io.Writer) *cobra.Command
- func NewCmdValidateToken(f *clientcmd.Factory) *cobra.Command
- func NewCmdWhoAmI(name, fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command
- type WhoAmIOptions
Constants ¶
View Source
const (
TOKEN_FILE_PARAM = "token-file"
)
View Source
const TokenRecommendedCommandName = "tokens"
View Source
const WhoAmIRecommendedCommandName = "whoami"
Variables ¶
This section is empty.
Functions ¶
func NewCmdTokens ¶ added in v0.2.2
Types ¶
type WhoAmIOptions ¶ added in v0.5.2
type WhoAmIOptions struct { UserInterface osclient.UserInterface Out io.Writer }
Click to show internal directories.
Click to hide internal directories.