Class V1StatefulSetUpdateStrategyFluentImpl<A extends V1StatefulSetUpdateStrategyFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1StatefulSetUpdateStrategyFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1StatefulSetUpdateStrategyFluent<A>
- Direct Known Subclasses:
V1StatefulSetUpdateStrategyBuilder
public class V1StatefulSetUpdateStrategyFluentImpl<A extends V1StatefulSetUpdateStrategyFluent<A>>
extends BaseFluent<A>
implements V1StatefulSetUpdateStrategyFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1StatefulSetUpdateStrategyFluent
V1StatefulSetUpdateStrategyFluent.RollingUpdateNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1StatefulSetUpdateStrategyFluentImpl
(io.kubernetes.client.openapi.models.V1StatefulSetUpdateStrategy instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy
editOrNewRollingUpdateLike
(io.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy item) boolean
io.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy
Deprecated.getType()
int
hashCode()
hasType()
toString()
withNewRollingUpdateLike
(io.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy item) withRollingUpdate
(io.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy rollingUpdate) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1StatefulSetUpdateStrategyFluentImpl
public V1StatefulSetUpdateStrategyFluentImpl() -
V1StatefulSetUpdateStrategyFluentImpl
public V1StatefulSetUpdateStrategyFluentImpl(io.kubernetes.client.openapi.models.V1StatefulSetUpdateStrategy instance)
-
-
Method Details
-
getRollingUpdate
@Deprecated public io.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy getRollingUpdate()Deprecated.This method has been deprecated, please use method buildRollingUpdate instead.- Specified by:
getRollingUpdate
in interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
- Returns:
- The buildable object.
-
buildRollingUpdate
public io.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy buildRollingUpdate()- Specified by:
buildRollingUpdate
in interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
withRollingUpdate
public A withRollingUpdate(io.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy rollingUpdate) - Specified by:
withRollingUpdate
in interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
hasRollingUpdate
- Specified by:
hasRollingUpdate
in interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
withNewRollingUpdate
- Specified by:
withNewRollingUpdate
in interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
withNewRollingUpdateLike
public V1StatefulSetUpdateStrategyFluent.RollingUpdateNested<A> withNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy item) - Specified by:
withNewRollingUpdateLike
in interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
editRollingUpdate
- Specified by:
editRollingUpdate
in interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
editOrNewRollingUpdate
- Specified by:
editOrNewRollingUpdate
in interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
editOrNewRollingUpdateLike
public V1StatefulSetUpdateStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy item) - Specified by:
editOrNewRollingUpdateLike
in interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
getType
- Specified by:
getType
in interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
withType
- Specified by:
withType
in interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
hasType
- Specified by:
hasType
in interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
toString
-