kubectl/pkg/cmd/create
Marc Khouzam 1946af5761 Move all completion bash code to Go code
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>

Kubernetes-commit: 879cdc5fa9e518ce76b9e1dc7e795132457966f3
2021-03-05 15:43:31 -05:00
..
create.go Cache the OpenAPI schema for server-side dry-run. 2021-01-19 16:36:14 -05: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 Move all completion bash code to Go code 2021-03-05 15:43:31 -05:00
create_clusterrolebinding_test.go Fix int->string casts 2020-07-24 11:13:07 -04:00
create_configmap.go Fix error handling for kubectl create configmap 2021-05-07 18:03:03 +09:00
create_configmap_test.go Remove dependency of generators from create configmap 2021-01-10 18:47:32 -05:00
create_cronjob.go Drop cronjob beta API from create command 2021-04-29 15:06:41 +02:00
create_cronjob_test.go Fix batch/v1 CronJob support in create, describe and polymorphichelpers 2021-03-09 09:44:02 +01:00
create_deployment.go Remove AddGeneratorFlag function 2021-04-13 23:58:24 +05:30
create_deployment_test.go Support kubectl create deployment with replicas 2020-05-29 14:52:07 +08:00
create_ingress.go Fix validation in kubectl create ingress (#101377) 2021-04-22 21:44:23 -03:00
create_ingress_test.go Fix validation in kubectl create ingress (#101377) 2021-04-22 21:44:23 -03:00
create_job.go Drop cronjob beta API from create command 2021-04-29 15:06:41 +02:00
create_job_test.go Drop cronjob beta API from create command 2021-04-29 15:06:41 +02:00
create_namespace.go Remove the dependency between create namespace command and generators (#96556) 2021-02-05 17:33:15 +00:00
create_namespace_test.go Remove the dependency between create namespace command and generators (#96556) 2021-02-05 17:33:15 +00:00
create_pdb.go Drop PDB's beta from create command 2021-04-29 15:07:07 +02:00
create_pdb_test.go Drop PDB's beta from create command 2021-04-29 15:07:07 +02:00
create_priorityclass.go Cache the OpenAPI schema for server-side dry-run. 2021-01-19 16:36:14 -05:00
create_priorityclass_test.go test: Fix deprecated --dry-run parameter 2020-10-14 10:00:08 +09:00
create_quota.go Cache the OpenAPI schema for server-side dry-run. 2021-01-19 16:36:14 -05: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 Cache the OpenAPI schema for server-side dry-run. 2021-01-19 16:36:14 -05:00
create_role_test.go test: Fix deprecated --dry-run parameter 2020-10-14 10:00:08 +09:00
create_rolebinding.go Cache the OpenAPI schema for server-side dry-run. 2021-01-19 16:36:14 -05:00
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 Remove dependency of generators from create secret 2021-01-13 18:59:18 -05:00
create_secret_docker.go Remove dependency of generators from create secret 2021-01-13 18:59:18 -05:00
create_secret_docker_test.go Remove dependency of generators from create secret 2021-01-13 18:59:18 -05:00
create_secret_test.go Remove dependency of generators from create secret 2021-01-13 18:59:18 -05:00
create_secret_tls.go Remove dependency of generators from create secret 2021-01-13 18:59:18 -05:00
create_secret_tls_test.go Remove dependency of generators from create secret 2021-01-13 18:59:18 -05:00
create_service.go Set namespace when using kubectl create service 2021-04-12 01:20:36 +08:00
create_service_test.go Add test create service with ns 2021-04-22 17:39:23 +08:00
create_serviceaccount.go Cache the OpenAPI schema for server-side dry-run. 2021-01-19 16:36:14 -05:00
create_serviceaccount_test.go remove generator dependency in create service account 2020-11-12 07:21:46 +05:30
create_test.go Rename test/data directory to testdata 2019-10-31 13:40:02 -07:00