mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-07 16:45:35 +00:00
Merge pull request #69344 from zegl/improve-kubectl-apply-prune-output
Fix dry-run output in kubectl apply --prune
This commit is contained in:
4
test/fixtures/pkg/kubectl/cmd/apply/cm.yaml
vendored
4
test/fixtures/pkg/kubectl/cmd/apply/cm.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user