kubectl/pkg
Julian V. Modesto 0d395d7c98 Make client-side apply safer
- Remove the ServerDryRun field and delegate it entirely to the resource.Helper
- Use resource.Helper for deletions (as in `kubectl apply --force`)
instead of using the pruner's method that uses a dynamic client
- Reduce the resource.Helpers and times we check for server-side dry-run
in apply

Kubernetes-commit: f0eb68c0cfcff6d50d9d5ec278f96820e3cb3f9a
2020-04-02 18:26:32 -04:00
..
apply Rename test/data directory to testdata 2019-10-31 13:40:02 -07:00
apps Move pkg/kubectl/apps to staging 2019-07-24 20:02:05 -07:00
cmd Make client-side apply safer 2020-04-02 18:26:32 -04:00
describe kubectl describe: print toleration tolerating everything 2020-05-12 15:59:52 +02:00
drain client-go: update expansions callers 2020-03-06 16:29:23 -05:00
explain fix(kubectl): explain crds with the same resource name with builtin objects 2020-03-26 16:07:06 +08:00
generate Use utils.net to parse ports instead of atoi (#89120) 2020-04-22 06:49:46 +00:00
generated update generated file 2020-02-06 10:27:49 +09:00
metricsutil cleanup req.Context() and ResponseWrapper 2020-01-27 18:52:27 -08:00
polymorphichelpers Squash pkg/describe/versioned/ into pkg/describe/ 2020-03-03 13:06:26 +01:00
proxy switch over k/k to use klog v2 2020-04-17 15:25:06 -04:00
rawhttp refactor 2020-01-27 18:19:44 -08:00
scale Support kubectl scale --dry-run=server|client 2020-03-30 17:33:15 -04:00
scheme Minor cleanup of jsonFallbackEncoder 2019-09-22 13:50:05 +02:00
util switch over k/k to use klog v2 2020-04-17 15:25:06 -04:00
validation Move pkg/kubectl/validation to staging 2019-06-26 12:56:28 -07:00