exec credential provider: exec -> client.authentication.k8s.io/exec

Hopefully we've fixed all of these references now...

Signed-off-by: Andrew Keesler <akeesler@vmware.com>

Kubernetes-commit: 409f22832a9f949e7fa534379574ce4fb9802394
This commit is contained in:
Andrew Keesler 2020-10-29 17:02:55 -04:00 committed by Kubernetes Publisher
parent 405010f17b
commit 078729a26c
2 changed files with 4 additions and 2 deletions

View File

@ -115,7 +115,8 @@ type Cluster struct {
// Config holds additional config data that is specific to the exec
// plugin with regards to the cluster being authenticated to.
//
// This data is sourced from the clientcmd Cluster object's extensions[exec] field:
// This data is sourced from the clientcmd Cluster object's
// extensions[client.authentication.k8s.io/exec] field:
//
// clusters:
// - name: my-cluster

View File

@ -96,7 +96,8 @@ type Cluster struct {
// Config holds additional config data that is specific to the exec
// plugin with regards to the cluster being authenticated to.
//
// This data is sourced from the clientcmd Cluster object's extensions[exec] field:
// This data is sourced from the clientcmd Cluster object's
// extensions[client.authentication.k8s.io/exec] field:
//
// clusters:
// - name: my-cluster