K8sClusterProps
Properties for defining a K8sCluster.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edas-k8scluster
Initializer
import { K8sClusterProps } from '@alicloud/ros-cdk-edas'
const k8sClusterProps: K8sClusterProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
csClusterId |
string | @alicloud/ros-cdk-core.IResolvable |
Property csClusterId: The ID of the CS cluster. |
enableAsm |
string | @alicloud/ros-cdk-core.IResolvable |
Property enableAsm: Whether enable ASM. |
namespaceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property namespaceId: The ID of the namespace to which the cluster that you want to import belongs. |
csClusterIdRequired
public readonly csClusterId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property csClusterId: The ID of the CS cluster.
enableAsmOptional
public readonly enableAsm: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property enableAsm: Whether enable ASM.
namespaceIdOptional
public readonly namespaceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property namespaceId: The ID of the namespace to which the cluster that you want to import belongs.