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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()Type of daemon set update.inthashCode()rollingUpdate(V1RollingUpdateDaemonSet rollingUpdate) Set rollingUpdate in a chainable fashion.voidsetRollingUpdate(V1RollingUpdateDaemonSet rollingUpdate) Set the rollingUpdate property valuevoidSet 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- Parameters:
 rollingUpdate- property value to set
 - 
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- Parameters:
 type- property value to set
 - 
type
Set type in a chainable fashion.- Returns:
 - The same instance of V1DaemonSetUpdateStrategy for chaining.
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -