public class V1DaemonSetUpdateStrategyFluentImpl<A extends V1DaemonSetUpdateStrategyFluent<A>> extends BaseFluent<A> implements V1DaemonSetUpdateStrategyFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1DaemonSetUpdateStrategyFluentImpl.RollingUpdateNestedImpl<N> |
V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<N>
_visitables
Constructor and Description |
---|
V1DaemonSetUpdateStrategyFluentImpl() |
V1DaemonSetUpdateStrategyFluentImpl(V1DaemonSetUpdateStrategy instance) |
Modifier and Type | Method and Description |
---|---|
V1RollingUpdateDaemonSet |
buildRollingUpdate() |
V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> |
editOrNewRollingUpdate() |
V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> |
editOrNewRollingUpdateLike(V1RollingUpdateDaemonSet item) |
V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> |
editRollingUpdate() |
boolean |
equals(Object o) |
V1RollingUpdateDaemonSet |
getRollingUpdate()
Deprecated.
|
String |
getType() |
Boolean |
hasRollingUpdate() |
Boolean |
hasType() |
V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> |
withNewRollingUpdate() |
V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> |
withNewRollingUpdateLike(V1RollingUpdateDaemonSet item) |
A |
withRollingUpdate(V1RollingUpdateDaemonSet rollingUpdate) |
A |
withType(String type) |
public V1DaemonSetUpdateStrategyFluentImpl()
public V1DaemonSetUpdateStrategyFluentImpl(V1DaemonSetUpdateStrategy instance)
@Deprecated public V1RollingUpdateDaemonSet getRollingUpdate()
getRollingUpdate
in interface V1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
public V1RollingUpdateDaemonSet buildRollingUpdate()
buildRollingUpdate
in interface V1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
public A withRollingUpdate(V1RollingUpdateDaemonSet rollingUpdate)
withRollingUpdate
in interface V1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
public Boolean hasRollingUpdate()
hasRollingUpdate
in interface V1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
public V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> withNewRollingUpdate()
withNewRollingUpdate
in interface V1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
public V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> withNewRollingUpdateLike(V1RollingUpdateDaemonSet item)
withNewRollingUpdateLike
in interface V1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
public V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> editRollingUpdate()
editRollingUpdate
in interface V1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
public V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdate()
editOrNewRollingUpdate
in interface V1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
public V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdateLike(V1RollingUpdateDaemonSet item)
editOrNewRollingUpdateLike
in interface V1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
public String getType()
getType
in interface V1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
public A withType(String type)
withType
in interface V1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
public Boolean hasType()
hasType
in interface V1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
Copyright © 2019. All rights reserved.