Skip to content

Commit

Permalink
Remove references to client.authentication.k8s.io/v1alpha1 exec crede…
Browse files Browse the repository at this point in the history
…ntial API

Signed-off-by: Margo Crawford <margaretc@vmware.com>
  • Loading branch information
margocrawf committed Mar 21, 2022
1 parent 284c492 commit a364eca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ users:
#
# The API version returned by the plugin MUST match the version listed here.
#
# To integrate with tools that support multiple versions (such as client.authentication.k8s.io/v1alpha1),
# To integrate with tools that support multiple versions (such as client.authentication.k8s.io/v1beta1),
# set an environment variable, pass an argument to the tool that indicates which version the exec plugin expects,
# or read the version from the ExecCredential object in the KUBERNETES_EXEC_INFO environment variable.
apiVersion: "client.authentication.k8s.io/v1"
Expand Down Expand Up @@ -978,7 +978,7 @@ users:
#
# The API version returned by the plugin MUST match the version listed here.
#
# To integrate with tools that support multiple versions (such as client.authentication.k8s.io/v1alpha1),
# To integrate with tools that support multiple versions (such as client.authentication.k8s.io/v1),
# set an environment variable, pass an argument to the tool that indicates which version the exec plugin expects,
# or read the version from the ExecCredential object in the KUBERNETES_EXEC_INFO environment variable.
apiVersion: "client.authentication.k8s.io/v1beta1"
Expand Down

0 comments on commit a364eca

Please sign in to comment.