Skip to content

Commit 83b7a5b

Browse files
Backport of remove shortNames for routes into release/1.8.x (#5463)
backport of commit 40e910b Co-authored-by: vdinesh4738 <dinesh.vadlamudi@hashicorp.com>
1 parent e72ccb4 commit 83b7a5b

7 files changed

Lines changed: 3 additions & 12 deletions

.changelog/5458.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
api-gateway: remove shortNames for routes
3+
```

charts/consul/templates/consul-crd-grpcroutes-external.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ spec:
4949
listKind: GRPCRouteList
5050
plural: cgrpcroutes
5151
singular: cgrpcroute
52-
shortNames:
53-
- cgrpcroutes
5452
scope: Namespaced
5553
versions:
5654
- additionalPrinterColumns:

charts/consul/templates/consul-crd-httproutes-external.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ spec:
4949
listKind: HTTPRouteList
5050
plural: chttproutes
5151
singular: chttproute
52-
shortNames:
53-
- chttproutes
5452
scope: Namespaced
5553
versions:
5654
- additionalPrinterColumns:

charts/consul/templates/consul-crd-tcproutes-external.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ spec:
4949
listKind: TCPRouteList
5050
plural: ctcproutes
5151
singular: ctcproute
52-
shortNames:
53-
- ctcproutes
5452
scope: Namespaced
5553
versions:
5654
- additionalPrinterColumns:

charts/consul/templates/consul-crd-tlsroutes-external.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ spec:
4949
listKind: TLSRouteList
5050
plural: ctlsroutes
5151
singular: ctlsroute
52-
shortNames:
53-
- ctlsroutes
5452
scope: Namespaced
5553
versions:
5654
- additionalPrinterColumns:

charts/consul/templates/consul-crd-udproutes-external.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ spec:
4949
listKind: UDPRouteList
5050
plural: cudproutes
5151
singular: cudproute
52-
shortNames:
53-
- cudproutes
5452
scope: Namespaced
5553
versions:
5654
- additionalPrinterColumns:

charts/consul/templates/crd-httproutes-external.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ spec:
3636
listKind: HTTPRouteList
3737
plural: httproutes
3838
singular: httproute
39-
shortNames:
40-
- httproutes
4139
scope: Namespaced
4240
versions:
4341
- additionalPrinterColumns:

0 commit comments

Comments
 (0)