-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add suspended-by and suspended-comment annotations * Add check when no annotations already exist when updating suspend annotations * Add check suspended annotations existance in suspend tests * Add principal check in suspend tests * Check for hardcoded principal id instead of principal from context in suspend tests * Cleanup variable names and return statements in suspend * Add proto-linux in makefile generate proto on linux * Cleanup suspend test Remove checkSpec and add getting unstructured object Check for spec.suspend value and suspend annotations in unstructured object * Update logger info with principal and cluster in suspend
- Loading branch information
Showing
8 changed files
with
428 additions
and
381 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1672,6 +1672,9 @@ | |
}, | ||
"suspend": { | ||
"type": "boolean" | ||
}, | ||
"comment": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
|
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.