forked from projectcontour/contour
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop support for ReferencePolicy (projectcontour#4830)
Drops support for ReferencePolicy which has been replaced by ReferenceGrant in Gateway API. Updates projectcontour#4555. Signed-off-by: Steve Kriss <krisss@vmware.com>
- Loading branch information
1 parent
ee13679
commit d2df138
Showing
13 changed files
with
19 additions
and
72 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## Gateway API: ReferencePolicy no longer supported (use ReferenceGrant instead) | ||
|
||
In Gateway API, ReferencePolicy's rename to ReferenceGrant has been fully completed. | ||
Contour now only supports ReferenceGrant, and does not support ReferencePolicy resources in any way. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ rules: | |
- gateways | ||
- httproutes | ||
- referencegrants | ||
- referencepolicies | ||
- tlsroutes | ||
verbs: | ||
- get | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,6 @@ rules: | |
- gateways | ||
- httproutes | ||
- referencegrants | ||
- referencepolicies | ||
- tlsroutes | ||
verbs: | ||
- get | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6986,7 +6986,6 @@ rules: | |
- gateways | ||
- httproutes | ||
- referencegrants | ||
- referencepolicies | ||
- tlsroutes | ||
verbs: | ||
- get | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13911,7 +13911,6 @@ rules: | |
- gateways | ||
- httproutes | ||
- referencegrants | ||
- referencepolicies | ||
- tlsroutes | ||
verbs: | ||
- get | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6992,7 +6992,6 @@ rules: | |
- gateways | ||
- httproutes | ||
- referencegrants | ||
- referencepolicies | ||
- tlsroutes | ||
verbs: | ||
- get | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6986,7 +6986,6 @@ rules: | |
- gateways | ||
- httproutes | ||
- referencegrants | ||
- referencepolicies | ||
- tlsroutes | ||
verbs: | ||
- get | ||
|
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
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
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