Skip to content

Commit

Permalink
Disable v1alpha2 versions for GRPCRoute and ReferenceGrant
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Young <nick@isovalent.com>
  • Loading branch information
youngnick committed Sep 26, 2024
1 parent 5c5fc38 commit 7afdf23
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 4,690 deletions.
1 change: 1 addition & 0 deletions apis/v1alpha2/grpcroute_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (

// +genclient
// +kubebuilder:object:root=true
// +kubebuilder:skipversion
// +kubebuilder:deprecatedversion:warning="The v1alpha2 version of GRPCRoute has been deprecated and will be removed in a future release of the API. Please upgrade to v1."
type GRPCRoute v1.GRPCRoute

Expand Down
1 change: 1 addition & 0 deletions apis/v1alpha2/referencegrant_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
// +kubebuilder:object:root=true
// +kubebuilder:resource:categories=gateway-api,shortName=refgrant
// +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp`
// +kubebuilder:skipversion
// +kubebuilder:deprecatedversion:warning="The v1alpha2 version of ReferenceGrant has been deprecated and will be removed in a future release of the API. Please upgrade to v1beta1."

// ReferenceGrant identifies kinds of resources in other namespaces that are
Expand Down
2,202 changes: 0 additions & 2,202 deletions config/crd/experimental/gateway.networking.k8s.io_grpcroutes.yaml

Large diffs are not rendered by default.

168 changes: 0 additions & 168 deletions config/crd/experimental/gateway.networking.k8s.io_referencegrants.yaml

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

Loading

0 comments on commit 7afdf23

Please sign in to comment.