kubectl/pkg
Arda Güçlü 7af2fcf712 kubectl config set-credentials: Add InteractiveMode and ProvideClusterInfo flags
`set-credentials` command can also be used to config kubeconfig with credentials
exec plugins. However, there is no flag provided by this command to set
`InteractiveMode` and `ProvideClusterInfo` fields in credentials exec plugins.
Since `InteractiveMode` is required field, this makes the command's output
is incomplete and invalid. This PR introduces 2 new flags in set-credentials
command to let users can configure these 2 fields in credentials exec plugins,
especially the one `InteractiveMode` which is required.

Kubernetes-commit: b088e65007761bda1aee0b5fb92f79d1aae82c05
2023-11-23 15:32:32 +03:00
..
apps Remove `newlineReporter` custom report 2022-06-01 13:09:47 +08:00
cmd kubectl config set-credentials: Add InteractiveMode and ProvideClusterInfo flags 2023-11-23 15:32:32 +03:00
describe describer: use new ServiceCIDR API 2023-10-29 17:55:03 +00:00
drain adding more callbacks in kubedrain helper 2023-04-20 16:16:11 +03:00
explain kubectl explain should work for both cluster and namespace resources and without a GET method 2023-06-26 18:39:28 +02:00
generate cleanup: omit comparison with bool constants 2023-09-04 16:59:23 +08:00
metricsutil Added --sum flag to kubectl top pod 2021-09-16 09:28:30 -04:00
polymorphichelpers fix: kubectl expose fails for apps with same-port, different-protocol 2023-06-19 09:58:54 +08:00
proxy Remove ioutil from kubectl 2022-07-30 22:31:16 +09:00
rawhttp Migrate genericclioptions.IOStreams usage to genericiooptions 2023-04-05 14:07:46 +03:00
scale Support kubectl scale --dry-run=server|client 2020-03-30 17:33:15 -04:00
scheme Replace uses of diff.ObjectDiff with cmp.Diff 2023-03-23 11:29:01 -07:00
util use build-in max and min func to instead of k8s.io/utils/integer funcs 2023-12-15 15:09:11 +08:00
validation OpenAPIResourcesGetter allows lazy-loading OpenAPI V2 2023-03-13 20:28:40 -07:00