kubectl/pkg/cmd/create
Maciej Szulik 341b878121 kubectl create job support both v1beta1 and v1 cronjob
Kubernetes-commit: 470e23e770223fb9ddb147b3d431c7727f342255
2021-02-12 17:04:50 +01: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 Cache the OpenAPI schema for server-side dry-run. 2021-01-19 16:36:14 -05:00
create_clusterrolebinding_test.go Fix int->string casts 2020-07-24 11:13:07 -04:00
create_configmap.go Remove dependency of generators from create configmap 2021-01-10 18:47:32 -05:00
create_configmap_test.go Remove dependency of generators from create configmap 2021-01-10 18:47:32 -05:00
create_cronjob.go Cache the OpenAPI schema for server-side dry-run. 2021-01-19 16:36:14 -05:00
create_cronjob_test.go Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
create_deployment.go Cache the OpenAPI schema for server-side dry-run. 2021-01-19 16:36:14 -05:00
create_deployment_test.go Support kubectl create deployment with replicas 2020-05-29 14:52:07 +08:00
create_ingress.go Cache the OpenAPI schema for server-side dry-run. 2021-01-19 16:36:14 -05:00
create_ingress_test.go Fix catch all regex and missing DryRun Options 2020-10-16 15:45:15 -03:00
create_job.go kubectl create job support both v1beta1 and v1 cronjob 2021-02-12 17:04:50 +01:00
create_job_test.go kubectl create job support both v1beta1 and v1 cronjob 2021-02-12 17:04:50 +01: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 Remove the dependency between create poddisruptionbudget and generators 2020-12-22 01:50:52 +05:30
create_pdb_test.go Remove the dependency between create poddisruptionbudget and generators 2020-12-22 01:50:52 +05:30
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 Cache the OpenAPI schema for server-side dry-run. 2021-01-19 16:36:14 -05:00
create_service_test.go remove generator from service in kubectl 2020-10-02 18:16:28 +02: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