..
create.go
Add `create ingress` command to `cmd/kubectl`
2020-10-13 16:54:17 +02:00
create_clusterrole.go
Warn when creating roles with custom verbs kubectl
2020-06-24 16:20:13 -06:00
create_clusterrole_test.go
test: Fix deprecated --dry-run parameter
2020-10-14 10:00:08 +09:00
create_clusterrolebinding.go
Remove the dependency between create clusterrolebinding command and generators
2020-05-15 00:07:01 +02:00
create_clusterrolebinding_test.go
Fix int->string casts
2020-07-24 11:13:07 -04:00
create_configmap.go
Set kubectl field manager names
2020-03-04 22:04:01 -05: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
Fix typos and add comments in functions for `kubectl create` subcommands
2020-12-02 03:35:34 +05:30
create_cronjob_test.go
Move pkg/kubectl/cmd/{command} to staging
2019-08-01 11:01:40 -07:00
create_deployment.go
Fix typos and add comments in functions for `kubectl create` subcommands
2020-12-02 03:35:34 +05:30
create_deployment_test.go
Support kubectl create deployment with replicas
2020-05-29 14:52:07 +08:00
create_ingress.go
Fix catch all regex and missing DryRun Options
2020-10-16 15:45:15 -03:00
create_ingress_test.go
Fix catch all regex and missing DryRun Options
2020-10-16 15:45:15 -03:00
create_job.go
Fix --save-config for kubectl create commands, where it was missing
2020-06-08 14:02:33 +02:00
create_job_test.go
Set appropriate owner references when creating a job from cronjob
2020-05-13 12:59:49 +02:00
create_namespace.go
Set kubectl field manager names
2020-03-04 22:04:01 -05: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
Set kubectl field manager names
2020-03-04 22:04:01 -05:00
create_pdb_test.go
test: Fix deprecated --dry-run parameter
2020-10-14 10:00:08 +09:00
create_priorityclass.go
Fix typos and add comments in functions for `kubectl create` subcommands
2020-12-02 03:35:34 +05:30
create_priorityclass_test.go
test: Fix deprecated --dry-run parameter
2020-10-14 10:00:08 +09:00
create_quota.go
remove debug print from create quota
2020-10-15 11:07:19 -03:00
create_quota_test.go
Remove the dependency between create quota command and generators
2020-10-03 03:04:09 +05:30
create_role.go
Warn when creating roles with custom verbs kubectl
2020-06-24 16:20:13 -06:00
create_role_test.go
test: Fix deprecated --dry-run parameter
2020-10-14 10:00:08 +09:00
create_rolebinding.go
Fix typos and add comments in functions for `kubectl create` subcommands
2020-12-02 03:35:34 +05:30
create_rolebinding_test.go
Update staging/src/k8s.io/kubectl/pkg/cmd/create/create_rolebinding_test.go
2020-11-04 11:50:03 +01:00
create_secret.go
cleanup: use i18n.T on all command descriptions
2020-10-09 13:16:13 +02: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
remove generator from service in kubectl
2020-10-02 18:16:28 +02:00
create_service_test.go
remove generator from service in kubectl
2020-10-02 18:16:28 +02:00
create_serviceaccount.go
remove generator from service in kubectl
2020-10-02 18:16:28 +02: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