Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1Lifecycle
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1Lifecycle
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1Lifecycle extends Object
Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_POST_STARTstatic StringJSON_PROPERTY_PRE_STOP
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1Lifecycle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IoK8sApiCoreV1HandlergetPostStart()Get postStartIoK8sApiCoreV1HandlergetPreStop()Get preStopinthashCode()IoK8sApiCoreV1LifecyclepostStart(IoK8sApiCoreV1Handler postStart)IoK8sApiCoreV1LifecyclepreStop(IoK8sApiCoreV1Handler preStop)voidsetPostStart(IoK8sApiCoreV1Handler postStart)voidsetPreStop(IoK8sApiCoreV1Handler preStop)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_POST_START
public static final String JSON_PROPERTY_POST_START
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PRE_STOP
public static final String JSON_PROPERTY_PRE_STOP
- See Also:
- Constant Field Values
-
-
Method Detail
-
postStart
public IoK8sApiCoreV1Lifecycle postStart(IoK8sApiCoreV1Handler postStart)
-
getPostStart
@Nullable public IoK8sApiCoreV1Handler getPostStart()
Get postStart- Returns:
- postStart
-
setPostStart
public void setPostStart(IoK8sApiCoreV1Handler postStart)
-
preStop
public IoK8sApiCoreV1Lifecycle preStop(IoK8sApiCoreV1Handler preStop)
-
getPreStop
@Nullable public IoK8sApiCoreV1Handler getPreStop()
Get preStop- Returns:
- preStop
-
setPreStop
public void setPreStop(IoK8sApiCoreV1Handler preStop)
-
-