You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Like #186, a much easier resource-specific suffix to start with than #145.
The text was updated successfully, but these errors were encountered: