mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-27 23:48:30 +00:00
Fix typo: authentiction -> authentication
Signed-off-by: Andrew Keesler <akeesler@vmware.com> Kubernetes-commit: eefed60e2300bdb9f5827e2da63d6949bb080d4c
This commit is contained in:
parent
6b620f1777
commit
11ef39e643
@ -193,7 +193,7 @@ func (c AuthProviderConfig) String() string {
|
|||||||
// ExecConfig specifies a command to provide client credentials. The command is exec'd
|
// ExecConfig specifies a command to provide client credentials. The command is exec'd
|
||||||
// and outputs structured stdout holding credentials.
|
// and outputs structured stdout holding credentials.
|
||||||
//
|
//
|
||||||
// See the client.authentiction.k8s.io API group for specifications of the exact input
|
// See the client.authentication.k8s.io API group for specifications of the exact input
|
||||||
// and output format
|
// and output format
|
||||||
type ExecConfig struct {
|
type ExecConfig struct {
|
||||||
// Command to execute.
|
// Command to execute.
|
||||||
|
@ -192,7 +192,7 @@ type AuthProviderConfig struct {
|
|||||||
// ExecConfig specifies a command to provide client credentials. The command is exec'd
|
// ExecConfig specifies a command to provide client credentials. The command is exec'd
|
||||||
// and outputs structured stdout holding credentials.
|
// and outputs structured stdout holding credentials.
|
||||||
//
|
//
|
||||||
// See the client.authentiction.k8s.io API group for specifications of the exact input
|
// See the client.authentication.k8s.io API group for specifications of the exact input
|
||||||
// and output format
|
// and output format
|
||||||
type ExecConfig struct {
|
type ExecConfig struct {
|
||||||
// Command to execute.
|
// Command to execute.
|
||||||
|
Loading…
Reference in New Issue
Block a user