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.V1RollingUpdateStatefulSetStrategyeditOrNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy item) booleanio.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategyDeprecated.getType()inthashCode()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:
getRollingUpdatein interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>- Returns:
- The buildable object.
-
buildRollingUpdate
public io.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy buildRollingUpdate()- Specified by:
buildRollingUpdatein interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
withRollingUpdate
public A withRollingUpdate(io.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy rollingUpdate) - Specified by:
withRollingUpdatein interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
hasRollingUpdate
- Specified by:
hasRollingUpdatein interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
withNewRollingUpdate
- Specified by:
withNewRollingUpdatein interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
withNewRollingUpdateLike
public V1StatefulSetUpdateStrategyFluent.RollingUpdateNested<A> withNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy item) - Specified by:
withNewRollingUpdateLikein interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
editRollingUpdate
- Specified by:
editRollingUpdatein interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
editOrNewRollingUpdate
- Specified by:
editOrNewRollingUpdatein interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
editOrNewRollingUpdateLike
public V1StatefulSetUpdateStrategyFluent.RollingUpdateNested<A> editOrNewRollingUpdateLike(io.kubernetes.client.openapi.models.V1RollingUpdateStatefulSetStrategy item) - Specified by:
editOrNewRollingUpdateLikein interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
getType
- Specified by:
getTypein interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
withType
- Specified by:
withTypein interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
hasType
- Specified by:
hasTypein interfaceV1StatefulSetUpdateStrategyFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1StatefulSetUpdateStrategyFluent<A>>
-
toString
-