generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: distinct address types for Gateways
Re-using the Gateway AddressType ended up having problems because it would add extraneous CRD fields, so this patch creates a new type specifically for this purpose with single-purpose validation options.
- Loading branch information
Showing
7 changed files
with
39 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
24 changes: 6 additions & 18 deletions
24
config/crd/experimental/gateway.networking.k8s.io_tcproutes.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
24 changes: 6 additions & 18 deletions
24
config/crd/experimental/gateway.networking.k8s.io_udproutes.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
24 changes: 6 additions & 18 deletions
24
config/crd/stable/gateway.networking.k8s.io_tcproutes.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
24 changes: 6 additions & 18 deletions
24
config/crd/stable/gateway.networking.k8s.io_udproutes.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.