-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed v1alpha2. Adds 0.5 fields to v1alpha1 as optional. Update the hub to use v1alpah1. Updates CR status to support conditions. The addon controller will perform migration to ensure the addon.Container is populated. The task manager will wait until resources have been reconciled. --- Moved api/reflect/field.go Fields() to new _reflect_ package at the root. Added new functions: - HasField() - Select() - Omit My main concern was the the task manager is using Select() to restrict Save() specific fields. The "Error" fields as incorrect (should be "Errors") and silently didn't update the field. --- This won't pass CI without operator changes. --------- Signed-off-by: Jeff Ortel <[email protected]>
- Loading branch information
Showing
29 changed files
with
581 additions
and
2,129 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
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
Oops, something went wrong.