Skip to content

Commit

Permalink
squash: 'strictly not required' -> 'never used'
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Keesler <[email protected]>
  • Loading branch information
ankeesler committed Jun 17, 2021
1 parent 7d5a81b commit c06d8ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ When run from an interactive session (i.e., a terminal), `stdin` can be exposed
to the plugin. Plugins should use the `spec.interactive` field of the input
`ExecCredential` object from the `KUBERNETES_EXEC_INFO` environment variable in order to
determine if `stdin` has been provided. A plugin's `stdin` requirements (i.e., whether
`stdin` is optional, strictly required, or strictly not required in order for the plugin
`stdin` is optional, strictly required, or never used in order for the plugin
to run successfully) must be declared via the `user.exec.interactiveMode` field in the
[kubeconfig](/docs/concepts/configuration/organize-cluster-access-kubeconfig/) (see table
below for valid values).
Expand Down

0 comments on commit c06d8ff

Please sign in to comment.