mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-07 13:54:19 +00:00
Fix typo: authentiction -> authentication
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
committed by
Andrew Keesler
parent
94e2065df2
commit
eefed60e23
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user