forked from openshift/origin
-
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.
* Base commit * Test updates for passing * storage_interface_test updates * NOTE: May not be correct, but was required for passing the tests * Set default Duration in fuzzer * RelistDuration + defaults and tests * Generated code * Initial controller-manager changes * Fix bug in the defaults with Duration As written, was always setting Duration to 15m0s when Behavior was set to Duration * PR feedback items + updated tests * Generated feedback * Newline separate fields * Defualt RelistDuration only when set to Duration * Handle RelistDuration nil when set to Duration * Log error and return false from shouldReconcileServiceBroker when RelistDuration is set to nil despite a Duration behavior * Comment updates, spacing and content * Validation and default tests * Bump nil RelistDuration log to error * Add controller_broker tests to trigger new paths * Remove todos * Fix test names * Minor spacing * Additional tests and feedback response * Add comment for non-negative RelistRequests * PR feedback items * Set default RelistBehavior only in the absence of a value * Error messages tweaks * Use correct Behavior constants from types rather than inline strings * Validate nil RelistDuration when RelistBehavior is set to Manual * Remove redundant validation * Fix accidental binary AND * Test negative value for RelistRequests fails validation * Use non-default vals to test storage serialization * Add updated types.generated.go * Fix linter complaints * Prune last of the inline str behaviors * Error message update based on feedback * Format API field godocs appropriately
- Loading branch information
Showing
17 changed files
with
677 additions
and
87 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
Oops, something went wrong.