mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-25 06:31:35 +00:00
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:
parent
405010f17b
commit
078729a26c
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user