Class V1StatefulSetUpdateStrategy
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1StatefulSetUpdateStrategy
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
Type indicates the type of the StatefulSetUpdateStrategy.int
hashCode()
rollingUpdate
(V1RollingUpdateStatefulSetStrategy rollingUpdate) Set rollingUpdate in a chainable fashion.void
setRollingUpdate
(V1RollingUpdateStatefulSetStrategy rollingUpdate) Set the rollingUpdate property valuevoid
Set the type property valuetoString()
Set type in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_ROLLING_UPDATE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
V1StatefulSetUpdateStrategy
public V1StatefulSetUpdateStrategy()
-
-
Method Details
-
getRollingUpdate
- Returns:
- the rollingUpdate property value
-
setRollingUpdate
Set the rollingUpdate property value -
rollingUpdate
Set rollingUpdate in a chainable fashion.- Returns:
- The same instance of V1StatefulSetUpdateStrategy for chaining.
-
getType
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.- Returns:
- the type property value
-
setType
Set the type property value -
type
Set type in a chainable fashion.- Returns:
- The same instance of V1StatefulSetUpdateStrategy for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-