Class V1StatefulSetUpdateStrategy
java.lang.Object
io.kubernetes.client.openapi.models.V1StatefulSetUpdateStrategy
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-18T15:05:57.863601Z[Etc/UTC]")
public class V1StatefulSetUpdateStrategy
extends Object
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet rollingUpdategetType()Type indicates the type of the StatefulSetUpdateStrategy.inthashCode()rollingUpdate(V1RollingUpdateStatefulSetStrategy rollingUpdate) voidsetRollingUpdate(V1RollingUpdateStatefulSetStrategy rollingUpdate) voidtoString()
-
Field Details
-
SERIALIZED_NAME_ROLLING_UPDATE
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
-
Constructor Details
-
V1StatefulSetUpdateStrategy
public V1StatefulSetUpdateStrategy()
-
-
Method Details
-
rollingUpdate
-
getRollingUpdate
Get rollingUpdate- Returns:
- rollingUpdate
-
setRollingUpdate
-
type
-
getType
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-