-
Notifications
You must be signed in to change notification settings - Fork 690
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: Set default status for HTTPProxy resources (#4133)
When a new HTTPProxy is created, if Contour isn't yet running or functioning properly, then no status is set on the resource. This sets a default status of "NotReconciled/Waiting for controller" on any new resource until an instance of Contour accecpts the resource and updates the status. Fixes #4132
- Loading branch information
1 parent
9799e70
commit 31a5c6a
Showing
5 changed files
with
17 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
### Default status on HTTPProxy resources | ||
|
||
When a new HTTPProxy is created, if Contour isn't yet running or | ||
functioning properly, then no status is set on the resource. | ||
Defaults of "NotReconciled/Waiting for controller" are now applied | ||
to any new object until an instance of Contour accepts the | ||
object and updates the status. |
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