Skip to content

PreStopProperty

Initializer

import com.aliyun.ros.cdk.edas.RosK8sApplication.PreStopProperty;
PreStopProperty.builder()
//  .exec(IResolvable)
//  .exec(PreStopExecProperty)
//  .httpGet(IResolvable)
//  .httpGet(PreStopHttpGetProperty)
    .build();

Properties

Name Type Description
exec com.aliyun.ros.cdk.core.IResolvable OR PreStopExecProperty No description.
httpGet com.aliyun.ros.cdk.core.IResolvable OR PreStopHttpGetProperty No description.

execOptional

public java.lang.Object getExec();

httpGetOptional

public java.lang.Object getHttpGet();