K8sClusterProps
Properties for defining a K8sCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edas-k8scluster
Initializer
import ros_cdk_edas
ros_cdk_edas.K8sClusterProps(
cs_cluster_id: typing.Union[str, IResolvable],
enable_asm: typing.Union[str, IResolvable] = None,
namespace_id: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
cs_cluster_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property csClusterId: The ID of the CS cluster. |
enable_asm |
typing.Union[str, ros_cdk_core.IResolvable] |
Property enableAsm: Whether enable ASM. |
namespace_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property namespaceId: The ID of the namespace to which the cluster that you want to import belongs. |
cs_cluster_id
Required
cs_cluster_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property csClusterId: The ID of the CS cluster.
enable_asm
Optional
enable_asm: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property enableAsm: Whether enable ASM.
namespace_id
Optional
namespace_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property namespaceId: The ID of the namespace to which the cluster that you want to import belongs.