Package net.stickycode.kuuty.model.v18
Class IoK8sApiAppsV1RollingUpdateDaemonSet
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiAppsV1RollingUpdateDaemonSet
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiAppsV1RollingUpdateDaemonSet extends Object
Spec to control the desired behavior of daemon set rolling update.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_MAX_UNAVAILABLE
-
Constructor Summary
Constructors Constructor Description IoK8sApiAppsV1RollingUpdateDaemonSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMaxUnavailable()IntOrString is a type that can hold an int32 or a string.inthashCode()IoK8sApiAppsV1RollingUpdateDaemonSetmaxUnavailable(String maxUnavailable)voidsetMaxUnavailable(String maxUnavailable)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_MAX_UNAVAILABLE
public static final String JSON_PROPERTY_MAX_UNAVAILABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
maxUnavailable
public IoK8sApiAppsV1RollingUpdateDaemonSet maxUnavailable(String maxUnavailable)
-
getMaxUnavailable
@Nullable public String getMaxUnavailable()
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:
- maxUnavailable
-
setMaxUnavailable
public void setMaxUnavailable(String maxUnavailable)
-
-