Skip to content

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_idRequired

cs_cluster_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property csClusterId: The ID of the CS cluster.


enable_asmOptional

enable_asm: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property enableAsm: Whether enable ASM.


namespace_idOptional

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.