public interface DeploymentStrategyFluent<A extends DeploymentStrategyFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DeploymentStrategyFluent.RollingUpdateNested<N> |
@Deprecated RollingUpdateDeployment getRollingUpdate()
RollingUpdateDeployment buildRollingUpdate()
A withRollingUpdate(RollingUpdateDeployment rollingUpdate)
Boolean hasRollingUpdate()
DeploymentStrategyFluent.RollingUpdateNested<A> withNewRollingUpdate()
DeploymentStrategyFluent.RollingUpdateNested<A> withNewRollingUpdateLike(RollingUpdateDeployment item)
DeploymentStrategyFluent.RollingUpdateNested<A> editRollingUpdate()
DeploymentStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdate()
DeploymentStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdateLike(RollingUpdateDeployment item)
String getType()
Boolean hasType()
A withNewType(StringBuilder arg1)
A withNewType(int[] arg1, int arg2, int arg3)
A withNewType(char[] arg1)
A withNewType(StringBuffer arg1)
A withNewType(byte[] arg1, int arg2)
A withNewType(byte[] arg1)
A withNewType(char[] arg1, int arg2, int arg3)
A withNewType(byte[] arg1, int arg2, int arg3)
A withNewType(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2021 Red Hat. All rights reserved.