kubectl/pkg
Brian Pursley 70109f0921 Prefer pods without a deletion timestamp over pods with a deletion timestamp when getting an ordered list of active pods.
This allows commands like kubectl port-forward, when used with deployments, to avoid selecting a pod that is terminating (due to a rollout, for example).

Kubernetes-commit: d281daee335dc3b2aa67fb3128f00d7d2f5f7d91
2023-07-18 08:31:37 -04:00
..
apps Remove `newlineReporter` custom report 2022-06-01 13:09:47 +08:00
cmd Remove KUBECTL_EXPLAIN_OPENAPIV3 environment variable 2023-07-13 13:37:03 +03:00
describe [bug] Update DefaultObjectDescriber to handle interface params (#118190) 2023-06-21 21:46:02 +00:00
drain kubectl/pkg/drain: Include namespace in evictPods return error 2023-02-07 13:10:30 -08: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 cli: replace intstr.FromInt with intstr.FromInt32 2023-03-14 16:17:48 +01: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 Prefer pods without a deletion timestamp over pods with a deletion timestamp when getting an ordered list of active pods. 2023-07-18 08:31:37 -04:00
validation test: fix ginkgolinter issues 2023-02-22 10:35:09 +01:00