kubectl/pkg/cmd/cp
Arda Güçlü 81a25f37b5 Set validate functions requiring no parameters for all commands
Validate function is used to validate command options and should not get
any additional parameter. To preserve compatibility across all
kubectl commands, this PR removes all parameters in validate functions.

Kubernetes-commit: 8fb423bfabe0d53934cc94c154c7da2dc3ce1332
2022-05-17 11:38:20 +03:00
..
cp.go Set validate functions requiring no parameters for all commands 2022-05-17 11:38:20 +03:00
cp_test.go Set validate functions requiring no parameters for all commands 2022-05-17 11:38:20 +03:00
filespec.go Use separate pathSpec for local and remote to properly handle cleaning paths 2020-08-21 19:24:19 +02:00