Skip to content

Commit 9b4c395

Browse files
committed
chore: make generate
1 parent 178a62e commit 9b4c395

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

config/crd/gateway-operator/gateway-operator.konghq.com_watchnamespacegrants.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ spec:
4646
description: |-
4747
From describes the trusted namespaces and kinds that can reference the
4848
namespace this grant exists in.
49-
50-
Support: Core
5149
items:
5250
description: WatchNamespaceGrantFrom describes trusted namespaces.
5351
properties:

docs/all-api-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2581,7 +2581,7 @@ WatchNamespaceGrantSpec defines the desired state of an WatchNamespaceGrant.
25812581

25822582
| Field | Description |
25832583
| --- | --- |
2584-
| `from` _[WatchNamespaceGrantFrom](#watchnamespacegrantfrom) array_ | From describes the trusted namespaces and kinds that can reference the namespace this grant exists in.<br /><br /> Support: Core |
2584+
| `from` _[WatchNamespaceGrantFrom](#watchnamespacegrantfrom) array_ | From describes the trusted namespaces and kinds that can reference the namespace this grant exists in. |
25852585

25862586

25872587
_Appears in:_

docs/gateway-operator-api-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ WatchNamespaceGrantSpec defines the desired state of an WatchNamespaceGrant.
527527

528528
| Field | Description |
529529
| --- | --- |
530-
| `from` _[WatchNamespaceGrantFrom](#watchnamespacegrantfrom) array_ | From describes the trusted namespaces and kinds that can reference the namespace this grant exists in.<br /><br /> Support: Core |
530+
| `from` _[WatchNamespaceGrantFrom](#watchnamespacegrantfrom) array_ | From describes the trusted namespaces and kinds that can reference the namespace this grant exists in. |
531531

532532

533533
_Appears in:_

0 commit comments

Comments
 (0)