public interface RollingDeploymentStrategyParamsFluent<T extends RollingDeploymentStrategyParamsFluent<T>> extends Fluent<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RollingDeploymentStrategyParamsFluent.PostNested<N> |
static interface |
RollingDeploymentStrategyParamsFluent.PreNested<N> |
Long getIntervalSeconds()
LifecycleHook getPost()
T withPost(LifecycleHook post)
RollingDeploymentStrategyParamsFluent.PostNested<T> withNewPost()
RollingDeploymentStrategyParamsFluent.PostNested<T> withNewPostLike(LifecycleHook item)
RollingDeploymentStrategyParamsFluent.PostNested<T> editPost()
LifecycleHook getPre()
T withPre(LifecycleHook pre)
RollingDeploymentStrategyParamsFluent.PreNested<T> withNewPre()
RollingDeploymentStrategyParamsFluent.PreNested<T> withNewPreLike(LifecycleHook item)
RollingDeploymentStrategyParamsFluent.PreNested<T> editPre()
Long getTimeoutSeconds()
Integer getUpdatePercent()
Long getUpdatePeriodSeconds()
Copyright © 2011–2015 Red Hat. All rights reserved.