Interface CanRollout
- All Known Subinterfaces:
CanUndoRollout
- All Known Implementing Classes:
KubernetesDaemonSetHandler,KubernetesDeploymentHandler,KubernetesStatefulSetHandler
public interface CanRollout
-
Method Summary
Modifier and TypeMethodDescriptionhistoryRollout(KubernetesCredentials credentials, String namespace, String name) kind()
-
Method Details
-
kind
KubernetesKind kind() -
historyRollout
default List<Integer> historyRollout(KubernetesCredentials credentials, String namespace, String name)
-