You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -195,7 +195,7 @@ The following arguments are supported:
195
195
*`token` - (Optional) Token of your service account. Can be sourced from `KUBE_TOKEN`.
196
196
*`proxy_url` - (Optional) URL to the proxy to be used for all API requests. URLs with "http", "https", and "socks5" schemes are supported. Can be sourced from `KUBE_PROXY_URL`.
197
197
*`exec` - (Optional) Configuration block to use an [exec-based credential plugin] (https://kubernetes.io/docs/reference/access-authn-authz/authentication/#client-go-credential-plugins), e.g. call an external command to receive user credentials.
198
-
*`api_version` - (Required) API version to use when decoding the ExecCredentials resource, e.g. `client.authentication.k8s.io/v1beta1`.
198
+
*`api_version` - (Required) API version to use when decoding the ExecCredentials resource, e.g. `client.authentication.k8s.io/v1`.
199
199
*`command` - (Required) Command to execute.
200
200
*`args` - (Optional) List of arguments to pass when executing the plugin.
201
201
*`env` - (Optional) Map of environment variables to set when executing the plugin.
0 commit comments