Skip to content

ReadinessExecProperty

Initializer

import com.aliyun.ros.cdk.edas.RosK8sApplication.ReadinessExecProperty;
ReadinessExecProperty.builder()
//  .command(IResolvable)
//  .command(java.util.List<java.lang.String)
//  .command(IResolvable>)
    .build();

Properties

Name Type Description
command com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.

commandOptional

public java.lang.Object getCommand();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List