kubectl/pkg/cmd/create
Amir Mofasser 77e9a6f47f Add `create ingress` command to `cmd/kubectl`
Add `create ingress` unit tests

Move src code to staging dir

Update create command to reflect new API

Replaced deprecated `extensions` api with `networking`

Fix `missing strict dependencies`

Update BUILD

Update BUILD

Fix commit conflict with upstream

Update after review

* Removed obsolete files
* Moved v1beta to v1 api

Fixed gofmt

Fixed deps imports

Merge with PR #94327

Revert changes

Revert go.mod

Revert BUILD

No need to update generated BUILD

Add required deps to BUILD

Update BUILD

Kubernetes-commit: be45584a03aa9f3a3fd73e3d9cc69545da92616e
2020-10-13 16:54:17 +02:00
..
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 Warn when creating roles with custom verbs kubectl 2020-06-24 16:20:13 -06: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 --save-config for kubectl create commands, where it was missing 2020-06-08 14:02:33 +02:00
create_cronjob_test.go Move pkg/kubectl/cmd/{command} to staging 2019-08-01 11:01:40 -07:00
create_deployment.go Fix --save-config for kubectl create commands, where it was missing 2020-06-08 14:02:33 +02:00
create_deployment_test.go Support kubectl create deployment with replicas 2020-05-29 14:52:07 +08:00
create_ingress.go Add `create ingress` command to `cmd/kubectl` 2020-10-13 16:54:17 +02:00
create_ingress_test.go Add `create ingress` command to `cmd/kubectl` 2020-10-13 16:54:17 +02: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: kubectl unit tests should be using codecs without conversion 2019-11-03 15:20:10 -05:00
create_priorityclass.go Promote NonPreempt feature gate to beta (#91899) 2020-06-30 09:39:05 +00: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 Remove the dependency between create quota command and generators 2020-10-03 03:04:09 +05:30
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 Warn when creating roles with custom verbs kubectl 2020-06-24 16:20:13 -06:00
create_rolebinding.go Set kubectl field manager names 2020-03-04 22:04:01 -05: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 Fix kubectl create secret docker-registry 2020-05-11 11:05:37 +08: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 Set kubectl field manager names 2020-03-04 22:04:01 -05: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 Set kubectl field manager names 2020-03-04 22:04:01 -05: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