Skip to content

K8sClusterProps

Properties for defining a K8sCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edas-k8scluster

Initializer

using AlibabaCloud.SDK.ROS.CDK.Edas;
new K8sClusterProps {
    object CsClusterId,
    object EnableAsm = null,
    object NamespaceId = null
};

Properties

Name Type Description
CsClusterId object Property csClusterId: The ID of the CS cluster.
EnableAsm object Property enableAsm: Whether enable ASM.
NamespaceId object Property namespaceId: The ID of the namespace to which the cluster that you want to import belongs.

CsClusterIdRequired

public object CsClusterId { get; set; }
  • Type: object

Property csClusterId: The ID of the CS cluster.


EnableAsmOptional

public object EnableAsm { get; set; }
  • Type: object

Property enableAsm: Whether enable ASM.


NamespaceIdOptional

public object NamespaceId { get; set; }
  • Type: object

Property namespaceId: The ID of the namespace to which the cluster that you want to import belongs.