kubernetes/test/integration/client
Andrew Keesler cd83d89ac9
exec credential provider: InteractiveMode support
The value here is that the exec plugin author can use the kubeconfig to assert
how standard input is treated with respect to the exec plugin, e.g.,
- an exec plugin author can ensure that kubectl fails if it cannot provide
  standard input to an exec plugin that needs it (Always)
- an exec plugin author can ensure that an client-go process will still call an
  exec plugin that prefers standard input even if standard input is not
  available (IfAvailable)

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2021-06-15 09:01:17 -04:00
..
testdata test/integration/client: test exec calls metric 2021-05-21 09:20:47 -04:00
cert_rotation_test.go exec credential provider: first integration test (static auth interaction) 2021-03-01 14:33:48 -05:00
client_test.go Enable extract test for status subresource 2021-04-22 15:32:45 -07:00
dynamic_client_test.go client-go dynamic client: add context to callers 2020-03-06 10:56:23 -05:00
exec_test.go exec credential provider: InteractiveMode support 2021-06-15 09:01:17 -04:00
main_test.go use testmain in integration tests 2017-07-12 17:34:55 -07:00