Class V1DaemonSetUpdateStrategyFluentImpl<A extends V1DaemonSetUpdateStrategyFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1DaemonSetUpdateStrategyFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1DaemonSetUpdateStrategyFluent<A>
- Direct Known Subclasses:
V1DaemonSetUpdateStrategyBuilder
public class V1DaemonSetUpdateStrategyFluentImpl<A extends V1DaemonSetUpdateStrategyFluent<A>>
extends BaseFluent<A>
implements V1DaemonSetUpdateStrategyFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1DaemonSetUpdateStrategyFluent
V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1DaemonSetUpdateStrategyFluentImpl(io.kubernetes.client.openapi.models.V1DaemonSetUpdateStrategy instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1RollingUpdateDaemonSeteditOrNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateDaemonSet item) booleanio.kubernetes.client.openapi.models.V1RollingUpdateDaemonSetDeprecated.getType()inthashCode()hasType()toString()withNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateDaemonSet item) withRollingUpdate(io.kubernetes.client.openapi.models.V1RollingUpdateDaemonSet rollingUpdate) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1DaemonSetUpdateStrategyFluentImpl
public V1DaemonSetUpdateStrategyFluentImpl() -
V1DaemonSetUpdateStrategyFluentImpl
public V1DaemonSetUpdateStrategyFluentImpl(io.kubernetes.client.openapi.models.V1DaemonSetUpdateStrategy instance)
-
-
Method Details
-
getRollingUpdate
Deprecated.This method has been deprecated, please use method buildRollingUpdate instead.- Specified by:
getRollingUpdatein interfaceV1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>- Returns:
- The buildable object.
-
buildRollingUpdate
public io.kubernetes.client.openapi.models.V1RollingUpdateDaemonSet buildRollingUpdate()- Specified by:
buildRollingUpdatein interfaceV1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
-
withRollingUpdate
public A withRollingUpdate(io.kubernetes.client.openapi.models.V1RollingUpdateDaemonSet rollingUpdate) - Specified by:
withRollingUpdatein interfaceV1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
-
hasRollingUpdate
- Specified by:
hasRollingUpdatein interfaceV1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
-
withNewRollingUpdate
- Specified by:
withNewRollingUpdatein interfaceV1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
-
withNewRollingUpdateLike
public V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> withNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateDaemonSet item) - Specified by:
withNewRollingUpdateLikein interfaceV1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
-
editRollingUpdate
- Specified by:
editRollingUpdatein interfaceV1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
-
editOrNewRollingUpdate
- Specified by:
editOrNewRollingUpdatein interfaceV1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
-
editOrNewRollingUpdateLike
public V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateDaemonSet item) - Specified by:
editOrNewRollingUpdateLikein interfaceV1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
-
getType
- Specified by:
getTypein interfaceV1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
-
withType
- Specified by:
withTypein interfaceV1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
-
hasType
- Specified by:
hasTypein interfaceV1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
-
toString
-