Class V1DaemonSetUpdateStrategy
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1DaemonSetUpdateStrategy
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1DaemonSetUpdateStrategy
extends Object
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
Type of daemon set update.int
hashCode()
rollingUpdate
(V1RollingUpdateDaemonSet rollingUpdate) Set rollingUpdate in a chainable fashion.void
setRollingUpdate
(V1RollingUpdateDaemonSet 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
-
V1DaemonSetUpdateStrategy
public V1DaemonSetUpdateStrategy()
-
-
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 V1DaemonSetUpdateStrategy for chaining.
-
getType
Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". 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 V1DaemonSetUpdateStrategy for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-