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