@@ -1493,7 +1493,7 @@ users:
1493
1493
#
1494
1494
# The API version returned by the plugin MUST match the version listed here.
1495
1495
#
1496
- # To integrate with tools that support multiple versions (such as client.authentication.k8s.io/v1alpha1 ),
1496
+ # To integrate with tools that support multiple versions (such as client.authentication.k8s.io/v1beta1 ),
1497
1497
# set an environment variable, pass an argument to the tool that indicates which version the exec plugin expects,
1498
1498
# or read the version from the ExecCredential object in the KUBERNETES_EXEC_INFO environment variable.
1499
1499
apiVersion: "client.authentication.k8s.io/v1"
@@ -1565,7 +1565,7 @@ users:
1565
1565
#
1566
1566
# 插件返回的 API 版本必需与这里列出的版本匹配。
1567
1567
#
1568
- # 要与支持多个版本的工具(如 client.authentication.k8sio/v1alpha1 )集成,
1568
+ # 要与支持多个版本的工具(如 client.authentication.k8s.io/v1beta1 )集成,
1569
1569
# 可以设置一个环境变量或者向工具传递一个参数标明 exec 插件所期望的版本,
1570
1570
# 或者从 KUBERNETES_EXEC_INFO 环境变量的 ExecCredential 对象中读取版本信息。
1571
1571
apiVersion: "client.authentication.k8s.io/v1"
@@ -1636,7 +1636,7 @@ users:
1636
1636
#
1637
1637
# The API version returned by the plugin MUST match the version listed here.
1638
1638
#
1639
- # To integrate with tools that support multiple versions (such as client.authentication.k8s.io/v1alpha1 ),
1639
+ # To integrate with tools that support multiple versions (such as client.authentication.k8s.io/v1 ),
1640
1640
# set an environment variable, pass an argument to the tool that indicates which version the exec plugin expects,
1641
1641
# or read the version from the ExecCredential object in the KUBERNETES_EXEC_INFO environment variable.
1642
1642
apiVersion: "client.authentication.k8s.io/v1beta1"
@@ -1709,7 +1709,7 @@ users:
1709
1709
#
1710
1710
# 插件返回的 API 版本必需与这里列出的版本匹配。
1711
1711
#
1712
- # 要与支持多个版本的工具(如 client.authentication.k8sio/v1alpha1 )集成,
1712
+ # 要与支持多个版本的工具(如 client.authentication.k8s.io/v1 )集成,
1713
1713
# 可以设置一个环境变量或者向工具传递一个参数标明 exec 插件所期望的版本,
1714
1714
# 或者从 KUBERNETES_EXEC_INFO 环境变量的 ExecCredential 对象中读取版本信息。
1715
1715
apiVersion: "client.authentication.k8s.io/v1"
0 commit comments