K8sClusterProps
Properties for defining a K8sCluster.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edas-k8scluster
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkedas"
&alicloudroscdkedas.K8sClusterProps {
CsClusterId: interface{},
EnableAsm: interface{},
NamespaceId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
CsClusterId |
interface{} |
Property csClusterId: The ID of the CS cluster. |
EnableAsm |
interface{} |
Property enableAsm: Whether enable ASM. |
NamespaceId |
interface{} |
Property namespaceId: The ID of the namespace to which the cluster that you want to import belongs. |
CsClusterIdRequired
CsClusterId interface{}
- Type: interface{}
Property csClusterId: The ID of the CS cluster.
EnableAsmOptional
EnableAsm interface{}
- Type: interface{}
Property enableAsm: Whether enable ASM.
NamespaceIdOptional
NamespaceId interface{}
- Type: interface{}
Property namespaceId: The ID of the namespace to which the cluster that you want to import belongs.