forked from openshift/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NE-1954: Introduce GatewayAPIController feature gate
Previously, the "GatewayAPI" feature gate managed both the GatewayAPI CRDs and the Gateway Controller. However, with the introduction of Gateway CRD lifecycle management (openshift/enhancements#1756), these responsibilities were separated. A dedicated feature gate now controls the Gateway Controller to distinguish its production readiness from that of the CRDs.
- Loading branch information
1 parent
1cd9f24
commit 114523d
Showing
8 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,6 +73,9 @@ | |
{ | ||
"name": "GatewayAPI" | ||
}, | ||
{ | ||
"name": "GatewayAPIController" | ||
}, | ||
{ | ||
"name": "HighlyAvailableArbiter" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,6 +128,9 @@ | |
{ | ||
"name": "GatewayAPI" | ||
}, | ||
{ | ||
"name": "GatewayAPIController" | ||
}, | ||
{ | ||
"name": "HardwareSpeed" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,6 +137,9 @@ | |
{ | ||
"name": "GatewayAPI" | ||
}, | ||
{ | ||
"name": "GatewayAPIController" | ||
}, | ||
{ | ||
"name": "HardwareSpeed" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,6 +76,9 @@ | |
{ | ||
"name": "GatewayAPI" | ||
}, | ||
{ | ||
"name": "GatewayAPIController" | ||
}, | ||
{ | ||
"name": "HighlyAvailableArbiter" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,6 +122,9 @@ | |
{ | ||
"name": "GatewayAPI" | ||
}, | ||
{ | ||
"name": "GatewayAPIController" | ||
}, | ||
{ | ||
"name": "HardwareSpeed" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,6 +131,9 @@ | |
{ | ||
"name": "GatewayAPI" | ||
}, | ||
{ | ||
"name": "GatewayAPIController" | ||
}, | ||
{ | ||
"name": "HardwareSpeed" | ||
}, | ||
|