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>
This commit is contained in:
Andrew Keesler 2020-10-29 17:02:55 -04:00
parent 875a46bd7c
commit 409f22832a
No known key found for this signature in database
GPG Key ID: 27CE0444346F9413
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 // Config holds additional config data that is specific to the exec
// plugin with regards to the cluster being authenticated to. // 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: // clusters:
// - name: my-cluster // - name: my-cluster

View File

@ -96,7 +96,8 @@ type Cluster struct {
// Config holds additional config data that is specific to the exec // Config holds additional config data that is specific to the exec
// plugin with regards to the cluster being authenticated to. // 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: // clusters:
// - name: my-cluster // - name: my-cluster