// Token is the bearer token for authentication to the kubernetes cluster.
Tokenstring`json:"token,omitempty"`
// TokenFile is a pointer to a file that contains a bearer token (as described above). If both Token and TokenFile are present, Token takes precedence.
TokenFilestring`json:"tokenFile,omitempty"`
// Impersonate is the username to act-as.
Impersonatestring`json:"act-as,omitempty"`
// Username is the username for basic authentication to the kubernetes cluster.
// Token is the bearer token for authentication to the kubernetes cluster.
Tokenstring`json:"token,omitempty"`
// TokenFile is a pointer to a file that contains a bearer token (as described above). If both Token and TokenFile are present, Token takes precedence.
TokenFilestring`json:"tokenFile,omitempty"`
// Impersonate is the username to imperonate. The name matches the flag.
Impersonatestring`json:"as,omitempty"`
// Username is the username for basic authentication to the kubernetes cluster.