Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
LifecycleHook |
LifecycleHookBuilder.build() |
LifecycleHook |
DoneableLifecycleHook.done() |
LifecycleHook |
RecreateDeploymentStrategyParamsFluentImpl.getMid() |
LifecycleHook |
RecreateDeploymentStrategyParamsFluent.getMid() |
LifecycleHook |
RecreateDeploymentStrategyParams.getMid() |
LifecycleHook |
RecreateDeploymentStrategyParamsFluentImpl.getPost() |
LifecycleHook |
RecreateDeploymentStrategyParamsFluent.getPost() |
LifecycleHook |
RollingDeploymentStrategyParamsFluent.getPost() |
LifecycleHook |
RollingDeploymentStrategyParamsFluentImpl.getPost() |
LifecycleHook |
RollingDeploymentStrategyParams.getPost() |
LifecycleHook |
RecreateDeploymentStrategyParams.getPost() |
LifecycleHook |
RecreateDeploymentStrategyParamsFluentImpl.getPre() |
LifecycleHook |
RecreateDeploymentStrategyParamsFluent.getPre() |
LifecycleHook |
RollingDeploymentStrategyParamsFluent.getPre() |
LifecycleHook |
RollingDeploymentStrategyParamsFluentImpl.getPre() |
LifecycleHook |
RollingDeploymentStrategyParams.getPre() |
LifecycleHook |
RecreateDeploymentStrategyParams.getPre() |
Modifier and Type | Method and Description |
---|---|
void |
RecreateDeploymentStrategyParams.setMid(LifecycleHook mid) |
void |
RollingDeploymentStrategyParams.setPost(LifecycleHook post) |
void |
RecreateDeploymentStrategyParams.setPost(LifecycleHook post) |
void |
RollingDeploymentStrategyParams.setPre(LifecycleHook pre) |
void |
RecreateDeploymentStrategyParams.setPre(LifecycleHook pre) |
A |
RecreateDeploymentStrategyParamsFluentImpl.withMid(LifecycleHook mid) |
A |
RecreateDeploymentStrategyParamsFluent.withMid(LifecycleHook mid) |
RecreateDeploymentStrategyParamsFluent.MidNested<A> |
RecreateDeploymentStrategyParamsFluentImpl.withNewMidLike(LifecycleHook item) |
RecreateDeploymentStrategyParamsFluent.MidNested<A> |
RecreateDeploymentStrategyParamsFluent.withNewMidLike(LifecycleHook item) |
RecreateDeploymentStrategyParamsFluent.PostNested<A> |
RecreateDeploymentStrategyParamsFluentImpl.withNewPostLike(LifecycleHook item) |
RecreateDeploymentStrategyParamsFluent.PostNested<A> |
RecreateDeploymentStrategyParamsFluent.withNewPostLike(LifecycleHook item) |
RollingDeploymentStrategyParamsFluent.PostNested<A> |
RollingDeploymentStrategyParamsFluent.withNewPostLike(LifecycleHook item) |
RollingDeploymentStrategyParamsFluent.PostNested<A> |
RollingDeploymentStrategyParamsFluentImpl.withNewPostLike(LifecycleHook item) |
RecreateDeploymentStrategyParamsFluent.PreNested<A> |
RecreateDeploymentStrategyParamsFluentImpl.withNewPreLike(LifecycleHook item) |
RecreateDeploymentStrategyParamsFluent.PreNested<A> |
RecreateDeploymentStrategyParamsFluent.withNewPreLike(LifecycleHook item) |
RollingDeploymentStrategyParamsFluent.PreNested<A> |
RollingDeploymentStrategyParamsFluent.withNewPreLike(LifecycleHook item) |
RollingDeploymentStrategyParamsFluent.PreNested<A> |
RollingDeploymentStrategyParamsFluentImpl.withNewPreLike(LifecycleHook item) |
A |
RecreateDeploymentStrategyParamsFluentImpl.withPost(LifecycleHook post) |
A |
RecreateDeploymentStrategyParamsFluent.withPost(LifecycleHook post) |
A |
RollingDeploymentStrategyParamsFluent.withPost(LifecycleHook post) |
A |
RollingDeploymentStrategyParamsFluentImpl.withPost(LifecycleHook post) |
A |
RecreateDeploymentStrategyParamsFluentImpl.withPre(LifecycleHook pre) |
A |
RecreateDeploymentStrategyParamsFluent.withPre(LifecycleHook pre) |
A |
RollingDeploymentStrategyParamsFluent.withPre(LifecycleHook pre) |
A |
RollingDeploymentStrategyParamsFluentImpl.withPre(LifecycleHook pre) |
Constructor and Description |
---|
DoneableLifecycleHook(LifecycleHook item) |
DoneableLifecycleHook(LifecycleHook item,
Function<LifecycleHook,LifecycleHook> function) |
LifecycleHookBuilder(LifecycleHook instance) |
LifecycleHookBuilder(LifecycleHook instance,
Boolean validationEnabled) |
LifecycleHookBuilder(LifecycleHookFluent<?> fluent,
LifecycleHook instance) |
LifecycleHookBuilder(LifecycleHookFluent<?> fluent,
LifecycleHook instance,
Boolean validationEnabled) |
LifecycleHookFluentImpl(LifecycleHook instance) |
RecreateDeploymentStrategyParams(LifecycleHook mid,
LifecycleHook post,
LifecycleHook pre,
Long timeoutSeconds) |
RollingDeploymentStrategyParams(Long intervalSeconds,
IntOrString maxSurge,
IntOrString maxUnavailable,
LifecycleHook post,
LifecycleHook pre,
Long timeoutSeconds,
Integer updatePercent,
Long updatePeriodSeconds) |
Constructor and Description |
---|
DoneableLifecycleHook(Function<LifecycleHook,LifecycleHook> function) |
DoneableLifecycleHook(Function<LifecycleHook,LifecycleHook> function) |
DoneableLifecycleHook(LifecycleHook item,
Function<LifecycleHook,LifecycleHook> function) |
DoneableLifecycleHook(LifecycleHook item,
Function<LifecycleHook,LifecycleHook> function) |
Copyright © 2011–2016 Red Hat. All rights reserved.