Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource-specific suffix: Restart deployment #187

Closed
jinnovation opened this issue Apr 15, 2024 · 0 comments · Fixed by #188
Closed

Resource-specific suffix: Restart deployment #187

jinnovation opened this issue Apr 15, 2024 · 0 comments · Fixed by #188

Comments

@jinnovation
Copy link
Owner

Like #186, a much easier resource-specific suffix to start with than #145.

jinnovation added a commit that referenced this issue Apr 15, 2024
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.
jinnovation added a commit that referenced this issue Apr 15, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant