K8sClusterProps
Properties for defining a K8sCluster.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edas-k8scluster
Initializer
import com.aliyun.ros.cdk.edas.K8sClusterProps;
K8sClusterProps.builder()
.csClusterId(java.lang.String)
.csClusterId(IResolvable)
// .enableAsm(java.lang.String)
// .enableAsm(IResolvable)
// .namespaceId(java.lang.String)
// .namespaceId(IResolvable)
.build();
Properties
| Name | Type | Description |
|---|---|---|
csClusterId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property csClusterId: The ID of the CS cluster. |
enableAsm |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property enableAsm: Whether enable ASM. |
namespaceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property namespaceId: The ID of the namespace to which the cluster that you want to import belongs. |
csClusterIdRequired
public java.lang.Object getCsClusterId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property csClusterId: The ID of the CS cluster.
enableAsmOptional
public java.lang.Object getEnableAsm();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property enableAsm: Whether enable ASM.
namespaceIdOptional
public java.lang.Object getNamespaceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property namespaceId: The ID of the namespace to which the cluster that you want to import belongs.