Skip to content

Commit

Permalink
CORS-3842: Add API Updates for GCP Custom API Endpoints
Browse files Browse the repository at this point in the history
** Add the Tech preview and No upgrade tags for the new feature GCP API Custom Endpoints.
  • Loading branch information
barbacbd committed Jan 15, 2025
1 parent 52377f0 commit 708da54
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
| EtcdBackendQuota| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| Example| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| GCPClusterHostedDNS| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| GCPCustomAPIEndpoints| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| HighlyAvailableArbiter| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| ImageStreamImportMode| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| IngressControllerDynamicConfigurationManager| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
Expand Down
9 changes: 9 additions & 0 deletions features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -726,4 +726,13 @@ var (
enhancementPR("https://github.com/openshift/enhancements/pull/1492").
enableIn(configv1.DevPreviewNoUpgrade).
mustRegister()


FeatureGateGCPCustomAPIEndpoints = newFeatureGate("GCPCustomAPIEndpoints").
reportProblemsToJiraComponent("Installer").
contactPerson("barbacbd").
productScope(ocpSpecific).
enhancementPR("https://github.com/openshift/enhancements/pull/1492").
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()
)
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
{
"name": "GCPClusterHostedDNS"
},
{
"name": "GCPCustomAPIEndpoints"
},
{
"name": "GatewayAPI"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
{
"name": "GCPClusterHostedDNS"
},
{
"name": "GCPCustomAPIEndpoints"
},
{
"name": "GCPLabelsTags"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
{
"name": "GCPClusterHostedDNS"
},
{
"name": "GCPCustomAPIEndpoints"
},
{
"name": "GCPLabelsTags"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
{
"name": "GCPClusterHostedDNS"
},
{
"name": "GCPCustomAPIEndpoints"
},
{
"name": "GatewayAPI"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
{
"name": "GCPClusterHostedDNS"
},
{
"name": "GCPCustomAPIEndpoints"
},
{
"name": "GCPLabelsTags"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
{
"name": "GCPClusterHostedDNS"
},
{
"name": "GCPCustomAPIEndpoints"
},
{
"name": "GCPLabelsTags"
},
Expand Down

0 comments on commit 708da54

Please sign in to comment.