From b1d214f854ec068b11fda25feb0f52e95eb03c95 Mon Sep 17 00:00:00 2001 From: Mohammad Yosefpor Date: Tue, 8 Jun 2021 14:53:09 +0430 Subject: [PATCH] reorder readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f98f6e4..d8d82e8 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,6 @@ A controller to create corresponding `ingress.networking.k8s.io/v1` resources for `route.openshift.io/v1` -## TODO - -- [x] int port -- [x] string port -- [x] path -- [ ] nil port -- [ ] weight -- [ ] termination - ## Instructions ### Development @@ -35,6 +26,15 @@ A controller to create corresponding `ingress.networking.k8s.io/v1` resources fo * `make undeploy` delete resouces in k8s. +## TODO + +- [x] int port +- [x] string port +- [x] path +- [ ] nil port +- [ ] weight +- [ ] termination + ## Security ### Reporting security vulnerabilities