Merge pull request #69344 from zegl/improve-kubectl-apply-prune-output

Fix dry-run output in kubectl apply --prune
This commit is contained in:
k8s-ci-robot
2018-11-13 19:45:34 -08:00
committed by GitHub
3 changed files with 50 additions and 26 deletions

View File

@@ -3,13 +3,13 @@ items:
- kind: ConfigMap
apiVersion: v1
metadata:
name: test
name: test0
data:
key1: apple
- kind: ConfigMap
apiVersion: v1
metadata:
name: test2
name: test1
data:
key2: apple
kind: ConfigMapList