Skip to content

Commit 72ffa84

Browse files
committed
change k8sgateway to gloo-gateway
1 parent cefcd17 commit 72ffa84

24 files changed

+22
-24
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
changelog:
22
- type: NEW_FEATURE
3-
description: Adds a common category to all Gloo Gateway CRDs. `kubectl get k8sgateway -A` can now be used to list all GG CRs on your cluster. Also adds the "solo-io" category to GG enterprise CRDs.
3+
description: Adds a common category to all Gloo Gateway CRDs. `kubectl get gloo-gateway -A` can now be used to list all GG CRs on your cluster. Also adds the "solo-io" category to GG enterprise CRDs.
44
issueLink: https://github.com/solo-io/solo-projects/issues/6605
55
resolvesIssue: false

install/helm/gloo/crds/enterprise.gloo.solo.io_v1_AuthConfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
names:
1111
categories:
1212
- solo-io
13-
- k8sgateway
13+
- gloo-gateway
1414
kind: AuthConfig
1515
listKind: AuthConfigList
1616
plural: authconfigs

install/helm/gloo/crds/gateway.gloo.solo.io_directresponses.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ spec:
1313
names:
1414
categories:
1515
- gloo-gateway
16-
- k8sgateway
1716
kind: DirectResponse
1817
listKind: DirectResponseList
1918
plural: directresponses

install/helm/gloo/crds/gateway.gloo.solo.io_gatewayparameters.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ spec:
1313
names:
1414
categories:
1515
- gloo-gateway
16-
- k8sgateway
1716
kind: GatewayParameters
1817
listKind: GatewayParametersList
1918
plural: gatewayparameters

install/helm/gloo/crds/gateway.solo.io_v1_Gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
group: gateway.solo.io
1010
names:
1111
categories:
12-
- k8sgateway
12+
- gloo-gateway
1313
kind: Gateway
1414
listKind: GatewayList
1515
plural: gateways

install/helm/gloo/crds/gateway.solo.io_v1_HttpListenerOption.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
group: gateway.solo.io
1010
names:
1111
categories:
12-
- k8sgateway
12+
- gloo-gateway
1313
kind: HttpListenerOption
1414
listKind: HttpListenerOptionList
1515
plural: httplisteneroptions

install/helm/gloo/crds/gateway.solo.io_v1_ListenerOption.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
group: gateway.solo.io
1010
names:
1111
categories:
12-
- k8sgateway
12+
- gloo-gateway
1313
kind: ListenerOption
1414
listKind: ListenerOptionList
1515
plural: listeneroptions

install/helm/gloo/crds/gateway.solo.io_v1_MatchableHttpGateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
group: gateway.solo.io
1010
names:
1111
categories:
12-
- k8sgateway
12+
- gloo-gateway
1313
kind: MatchableHttpGateway
1414
listKind: MatchableHttpGatewayList
1515
plural: httpgateways

install/helm/gloo/crds/gateway.solo.io_v1_MatchableTcpGateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
group: gateway.solo.io
1010
names:
1111
categories:
12-
- k8sgateway
12+
- gloo-gateway
1313
kind: MatchableTcpGateway
1414
listKind: MatchableTcpGatewayList
1515
plural: tcpgateways

install/helm/gloo/crds/gateway.solo.io_v1_RouteOption.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
group: gateway.solo.io
1010
names:
1111
categories:
12-
- k8sgateway
12+
- gloo-gateway
1313
kind: RouteOption
1414
listKind: RouteOptionList
1515
plural: routeoptions

0 commit comments

Comments
 (0)