Interface V1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1DaemonSetSpecFluent.UpdateStrategyNested<N>
- All Known Implementing Classes:
V1DaemonSetUpdateStrategyBuilder
,V1DaemonSetUpdateStrategyFluentImpl
public interface V1DaemonSetUpdateStrategyFluent<A extends V1DaemonSetUpdateStrategyFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1RollingUpdateDaemonSet
editOrNewRollingUpdateLike
(io.kubernetes.client.openapi.models.V1RollingUpdateDaemonSet item) io.kubernetes.client.openapi.models.V1RollingUpdateDaemonSet
Deprecated.getType()
hasType()
withNewRollingUpdateLike
(io.kubernetes.client.openapi.models.V1RollingUpdateDaemonSet item) withRollingUpdate
(io.kubernetes.client.openapi.models.V1RollingUpdateDaemonSet rollingUpdate)
-
Method Details
-
getRollingUpdate
Deprecated.This method has been deprecated, please use method buildRollingUpdate instead.- Returns:
- The buildable object.
-
buildRollingUpdate
io.kubernetes.client.openapi.models.V1RollingUpdateDaemonSet buildRollingUpdate() -
withRollingUpdate
-
hasRollingUpdate
Boolean hasRollingUpdate() -
withNewRollingUpdate
V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> withNewRollingUpdate() -
withNewRollingUpdateLike
V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> withNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateDaemonSet item) -
editRollingUpdate
V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> editRollingUpdate() -
editOrNewRollingUpdate
V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdate() -
editOrNewRollingUpdateLike
V1DaemonSetUpdateStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateDaemonSet item) -
getType
String getType() -
withType
-
hasType
Boolean hasType()
-