Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove experimental from gateway infrastructure #3272

Merged
6 changes: 4 additions & 2 deletions apis/v1/gateway_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,8 @@ type GatewaySpec struct {

// Infrastructure defines infrastructure level attributes about this Gateway instance.
//
// Support: Core
// Support: Extended
//
// <gateway:experimental>
// +optional
Infrastructure *GatewayInfrastructure `json:"infrastructure,omitempty"`

Expand Down Expand Up @@ -711,6 +710,9 @@ type GatewayInfrastructure struct {
//
// An implementation may chose to add additional implementation-specific labels as they see fit.
//
// If an implementation maps these labels to Pods, or any other resource that would need to be recreated when labels
// change, it SHOULD clearly warn about this behavior in documentation.
//
// Support: Extended
//
// +optional
Expand Down
20 changes: 12 additions & 8 deletions config/crd/experimental/gateway.networking.k8s.io_gateways.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

248 changes: 248 additions & 0 deletions config/crd/standard/gateway.networking.k8s.io_gateways.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading