Class V1RollingUpdateDeployment
java.lang.Object
io.kubernetes.client.openapi.models.V1RollingUpdateDeployment
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V1RollingUpdateDeployment
extends Object
Spec to control the desired behavior of rolling update.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
IntOrString is a type that can hold an int32 or a string.IntOrString is a type that can hold an int32 or a string.int
hashCode()
maxSurge
(IntOrString maxSurge) maxUnavailable
(IntOrString maxUnavailable) void
setMaxSurge
(IntOrString maxSurge) void
setMaxUnavailable
(IntOrString maxUnavailable) toString()
-
Field Details
-
SERIALIZED_NAME_MAX_SURGE
- See Also:
-
SERIALIZED_NAME_MAX_UNAVAILABLE
- See Also:
-
-
Constructor Details
-
V1RollingUpdateDeployment
public V1RollingUpdateDeployment()
-
-
Method Details
-
maxSurge
-
getMaxSurge
IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.- Returns:
- maxSurge
-
setMaxSurge
-
equals
-
hashCode
public int hashCode() -
toString
-