Skip to content

Commit 57c52a3

Browse files
authored
Removing experimental annotation from SupportedFeatures in GWC Status. (#4115)
* Removing experimental annotation from supportedFeatures in GWC Status. * Run make generate to update generated files
1 parent 123ae41 commit 57c52a3

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

apis/v1/gatewayclass_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ type GatewayClassStatus struct {
304304
// +optional
305305
// +listType=map
306306
// +listMapKey=name
307-
// <gateway:experimental>
308307
// +kubebuilder:validation:MaxItems=64
309308
SupportedFeatures []SupportedFeature `json:"supportedFeatures,omitempty"`
310309
}

config/crd/standard/gateway.networking.k8s.io_gatewayclasses.yaml

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/openapi/zz_generated.openapi.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)