8000 fix(features): GatewayEmptyAddressFeature (#3711) · kubernetes-sigs/gateway-api@ec494b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec494b6

Browse files
authored
fix(features): GatewayEmptyAddressFeature (#3711)
The GatewayEmptyAddressFeature has been marked as experimental, while the address field belongs the Gateway API standard channel. Marking it as such. Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
1 parent e3d789b commit ec494b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/features/gateway.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,10 @@ var (
8787
Name: SupportGatewayInfrastructurePropagation,
8888
Channel: FeatureChannelStandard,
8989
}
90-
9190
// GatewayAddressEmptyFeature contains metadata for the SupportGatewayAddressEmpty feature.
9291
GatewayEmptyAddressFeature = Feature{
9392
Name: SupportGatewayAddressEmpty,
94-
Channel: FeatureChannelExperimental,
93+
Channel: FeatureChannelStandard,
9594
}
9695
)
9796

0 commit comments

Comments
 (0)
0