kubectl/pkg/cmd/replace
Arda Güçlü bdaa26ce9e Validate dry-run and force flags can not be used same time in replace
This PR adds validation to check that `dry-run` and `force` flags
are not used at the same time. Because when `force` flag is set,
`dry-run` is discarded and objects are replaced already.

Kubernetes-commit: e389b2723e6af29a9f70509fe8ff6e5121c30681
2022-06-01 14:01:40 +03:00
..
replace.go Validate dry-run and force flags can not be used same time in replace 2022-06-01 14:01:40 +03:00
replace_test.go Rename test/data directory to testdata 2019-10-31 13:40:02 -07:00