Skip to content

Commit

Permalink
squash: add table caption
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Keesler <[email protected]>
  • Loading branch information
ankeesler committed Jul 6, 2021
1 parent 6a3abda commit cbbded0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,7 @@ to run successfully) must be declared via the `user.exec.interactiveMode` field
[kubeconfig](/docs/concepts/configuration/organize-cluster-access-kubeconfig/) (see table
below for valid values).

{{< table caption="interactiveMode values" >}}
| `interactiveMode` Value | Meaning |
| ----------------------- | ------- |
| `Never` | This exec plugin never needs to use standard input, and therefore the exec plugin will be run regardless of whether standard input is available for user input. |
Expand All @@ -1057,6 +1058,7 @@ below for valid values).

To use bearer token credentials, the plugin returns a token in the status of the
[`ExecCredential`](/docs/reference/config-api/client-authentication.v1beta1/#client-authentication-k8s-io-v1beta1-ExecCredential)
{{< /table >}}

{{< tabs name="exec_plugin_ExecCredential_example_1" >}}
{{% tab name="client.authentication.k8s.io/v1" %}}
Expand Down

0 comments on commit cbbded0

Please sign in to comment.