kubectl/pkg/cmd/create
Julian V. Modesto c0b11fa131 Extend --dry-run to support string values.
* Extend --dry-run to support string values for dry run strategies
  'client', 'server', and 'none'
* Ensure --dry-run is set and accessed via cmdutil
* Deprecate --dry-run (unset), --dry-run=true, and --dry-run=false

Kubernetes-commit: af52beda260257e81cc9e19e9e5108b682ee93d6
2019-12-15 18:29:27 -05:00
..
create.go Extend --dry-run to support string values. 2019-12-15 18:29:27 -05:00
create_clusterrole.go Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
create_clusterrole_test.go Update gofmt 2019-08-01 13:14:06 -07:00
create_clusterrolebinding.go Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
create_clusterrolebinding_test.go test: kubectl unit tests should be using codecs without conversion 2019-11-03 15:20:10 -05:00
create_configmap.go Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
create_configmap_test.go test: kubectl unit tests should be using codecs without conversion 2019-11-03 15:20:10 -05:00
create_cronjob.go Extend --dry-run to support string values. 2019-12-15 18:29:27 -05:00
create_cronjob_test.go Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
create_deployment.go Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
create_deployment_test.go test: kubectl unit tests should be using codecs without conversion 2019-11-03 15:20:10 -05:00
create_job.go Extend --dry-run to support string values. 2019-12-15 18:29:27 -05:00
create_job_test.go Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
create_namespace.go fix typos in create_namespace.go 2019-08-06 20:45:12 +08:00
create_namespace_test.go test: kubectl unit tests should be using codecs without conversion 2019-11-03 15:20:10 -05:00
create_pdb.go Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
create_pdb_test.go test: kubectl unit tests should be using codecs without conversion 2019-11-03 15:20:10 -05:00
create_priorityclass.go Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
create_priorityclass_test.go test: kubectl unit tests should be using codecs without conversion 2019-11-03 15:20:10 -05:00
create_quota.go Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
create_quota_test.go Update import statements to reflect code move 2019-08-01 11:10:05 -07:00
create_role.go Extend --dry-run to support string values. 2019-12-15 18:29:27 -05:00
create_role_test.go Update gofmt 2019-08-01 13:14:06 -07:00
create_rolebinding.go Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
create_rolebinding_test.go test: kubectl unit tests should be using codecs without conversion 2019-11-03 15:20:10 -05:00
create_secret.go Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
create_secret_test.go test: kubectl unit tests should be using codecs without conversion 2019-11-03 15:20:10 -05:00
create_service.go Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
create_service_test.go Modify the status code number to HTTP status semantics 2019-11-06 00:45:35 +08:00
create_serviceaccount.go Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
create_serviceaccount_test.go test: kubectl unit tests should be using codecs without conversion 2019-11-03 15:20:10 -05:00
create_test.go Rename test/data directory to testdata 2019-10-31 13:40:02 -07:00