-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: suffix for restarting deployment (#188)
Closes #187. This PR introduces the notion of kind-specific suffixes. A dedicated collection of suffixes for `kele-resource` will show up depending on the resource kind selected and whether or not special-case actions have been defined on them. This PR introduces the first such "special-case action" in Kele. Namely, for Deployments, we build a suffix for restarting them, leveraging `kubectl rollout restart` under the hood.
- Loading branch information
1 parent
60c1a94
commit 8fa0056
Showing
4 changed files
with
67 additions
and
6 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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