pulumi-alicloud 3.56.0a1715923185__py3-none-any.whl → 3.56.0a1716440817__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_alicloud/cs/_inputs.py +128 -16
- pulumi_alicloud/cs/edge_kubernetes.py +29 -15
- pulumi_alicloud/cs/kubernetes.py +54 -7
- pulumi_alicloud/cs/managed_kubernetes.py +34 -0
- pulumi_alicloud/cs/outputs.py +150 -16
- pulumi_alicloud/ecs/_inputs.py +49 -1
- pulumi_alicloud/ecs/ecs_deployment_set.py +9 -9
- pulumi_alicloud/ecs/eip.py +68 -0
- pulumi_alicloud/ecs/eip_address.py +115 -0
- pulumi_alicloud/ecs/instance.py +166 -126
- pulumi_alicloud/ecs/outputs.py +43 -1
- pulumi_alicloud/ess/_inputs.py +2 -2
- pulumi_alicloud/ess/outputs.py +2 -2
- pulumi_alicloud/ess/scaling_group.py +7 -7
- pulumi_alicloud/kms/instance.py +218 -128
- pulumi_alicloud/message/service_queue.py +100 -82
- pulumi_alicloud/nas/access_rule.py +38 -18
- pulumi_alicloud/nas/auto_snapshot_policy.py +111 -26
- pulumi_alicloud/privatelink/vpc_endpoint.py +124 -41
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/simpleapplicationserver/snapshot.py +4 -4
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716440817.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716440817.dist-info}/RECORD +25 -25
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716440817.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716440817.dist-info}/top_level.txt +0 -0
pulumi_alicloud/cs/_inputs.py
CHANGED
|
@@ -23,12 +23,14 @@ __all__ = [
|
|
|
23
23
|
'KubernetesAutoscalerNodepoolArgs',
|
|
24
24
|
'KubernetesCertificateAuthorityArgs',
|
|
25
25
|
'KubernetesConnectionsArgs',
|
|
26
|
+
'KubernetesDeleteOptionArgs',
|
|
26
27
|
'KubernetesMasterNodeArgs',
|
|
27
28
|
'KubernetesPermissionPermissionArgs',
|
|
28
29
|
'KubernetesRuntimeArgs',
|
|
29
30
|
'ManagedKubernetesAddonArgs',
|
|
30
31
|
'ManagedKubernetesCertificateAuthorityArgs',
|
|
31
32
|
'ManagedKubernetesConnectionsArgs',
|
|
33
|
+
'ManagedKubernetesDeleteOptionArgs',
|
|
32
34
|
'ManagedKubernetesMaintenanceWindowArgs',
|
|
33
35
|
'ManagedKubernetesRrsaMetadataArgs',
|
|
34
36
|
'NodePoolDataDiskArgs',
|
|
@@ -271,10 +273,8 @@ class EdgeKubernetesCertificateAuthorityArgs:
|
|
|
271
273
|
client_key: Optional[pulumi.Input[str]] = None,
|
|
272
274
|
cluster_cert: Optional[pulumi.Input[str]] = None):
|
|
273
275
|
"""
|
|
274
|
-
:param pulumi.Input[str] client_cert: The
|
|
275
|
-
:param pulumi.Input[str] client_key: The
|
|
276
|
-
|
|
277
|
-
*Network params*
|
|
276
|
+
:param pulumi.Input[str] client_cert: The path of client certificate, like `~/.kube/client-cert.pem`.
|
|
277
|
+
:param pulumi.Input[str] client_key: The path of client key, like `~/.kube/client-key.pem`.
|
|
278
278
|
:param pulumi.Input[str] cluster_cert: The base64 encoded cluster certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.
|
|
279
279
|
"""
|
|
280
280
|
if client_cert is not None:
|
|
@@ -288,7 +288,7 @@ class EdgeKubernetesCertificateAuthorityArgs:
|
|
|
288
288
|
@pulumi.getter(name="clientCert")
|
|
289
289
|
def client_cert(self) -> Optional[pulumi.Input[str]]:
|
|
290
290
|
"""
|
|
291
|
-
The
|
|
291
|
+
The path of client certificate, like `~/.kube/client-cert.pem`.
|
|
292
292
|
"""
|
|
293
293
|
return pulumi.get(self, "client_cert")
|
|
294
294
|
|
|
@@ -300,9 +300,7 @@ class EdgeKubernetesCertificateAuthorityArgs:
|
|
|
300
300
|
@pulumi.getter(name="clientKey")
|
|
301
301
|
def client_key(self) -> Optional[pulumi.Input[str]]:
|
|
302
302
|
"""
|
|
303
|
-
The
|
|
304
|
-
|
|
305
|
-
*Network params*
|
|
303
|
+
The path of client key, like `~/.kube/client-key.pem`.
|
|
306
304
|
"""
|
|
307
305
|
return pulumi.get(self, "client_key")
|
|
308
306
|
|
|
@@ -438,8 +436,17 @@ class EdgeKubernetesRuntimeArgs:
|
|
|
438
436
|
name: Optional[pulumi.Input[str]] = None,
|
|
439
437
|
version: Optional[pulumi.Input[str]] = None):
|
|
440
438
|
"""
|
|
441
|
-
:param pulumi.Input[str] name: The
|
|
442
|
-
:param pulumi.Input[str] version:
|
|
439
|
+
:param pulumi.Input[str] name: The name of the runtime. Supported runtimes can be queried by data source alicloud_cs_kubernetes_version.
|
|
440
|
+
:param pulumi.Input[str] version: The version of the runtime.
|
|
441
|
+
|
|
442
|
+
The following example is the definition of runtime block:
|
|
443
|
+
|
|
444
|
+
```
|
|
445
|
+
runtime = {
|
|
446
|
+
name = "containerd"
|
|
447
|
+
version = "1.6.28"
|
|
448
|
+
}
|
|
449
|
+
```
|
|
443
450
|
"""
|
|
444
451
|
if name is not None:
|
|
445
452
|
pulumi.set(__self__, "name", name)
|
|
@@ -450,7 +457,7 @@ class EdgeKubernetesRuntimeArgs:
|
|
|
450
457
|
@pulumi.getter
|
|
451
458
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
452
459
|
"""
|
|
453
|
-
The
|
|
460
|
+
The name of the runtime. Supported runtimes can be queried by data source alicloud_cs_kubernetes_version.
|
|
454
461
|
"""
|
|
455
462
|
return pulumi.get(self, "name")
|
|
456
463
|
|
|
@@ -462,7 +469,16 @@ class EdgeKubernetesRuntimeArgs:
|
|
|
462
469
|
@pulumi.getter
|
|
463
470
|
def version(self) -> Optional[pulumi.Input[str]]:
|
|
464
471
|
"""
|
|
465
|
-
|
|
472
|
+
The version of the runtime.
|
|
473
|
+
|
|
474
|
+
The following example is the definition of runtime block:
|
|
475
|
+
|
|
476
|
+
```
|
|
477
|
+
runtime = {
|
|
478
|
+
name = "containerd"
|
|
479
|
+
version = "1.6.28"
|
|
480
|
+
}
|
|
481
|
+
```
|
|
466
482
|
"""
|
|
467
483
|
return pulumi.get(self, "version")
|
|
468
484
|
|
|
@@ -955,6 +971,45 @@ class KubernetesConnectionsArgs:
|
|
|
955
971
|
pulumi.set(self, "service_domain", value)
|
|
956
972
|
|
|
957
973
|
|
|
974
|
+
@pulumi.input_type
|
|
975
|
+
class KubernetesDeleteOptionArgs:
|
|
976
|
+
def __init__(__self__, *,
|
|
977
|
+
delete_mode: Optional[pulumi.Input[str]] = None,
|
|
978
|
+
resource_type: Optional[pulumi.Input[str]] = None):
|
|
979
|
+
"""
|
|
980
|
+
:param pulumi.Input[str] delete_mode: The deletion mode of the cluster. Different resources may have different default behavior, see `resource_type` for details. Valid values:
|
|
981
|
+
:param pulumi.Input[str] resource_type: The type of resources that are created by cluster. Valid values:
|
|
982
|
+
"""
|
|
983
|
+
if delete_mode is not None:
|
|
984
|
+
pulumi.set(__self__, "delete_mode", delete_mode)
|
|
985
|
+
if resource_type is not None:
|
|
986
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
|
987
|
+
|
|
988
|
+
@property
|
|
989
|
+
@pulumi.getter(name="deleteMode")
|
|
990
|
+
def delete_mode(self) -> Optional[pulumi.Input[str]]:
|
|
991
|
+
"""
|
|
992
|
+
The deletion mode of the cluster. Different resources may have different default behavior, see `resource_type` for details. Valid values:
|
|
993
|
+
"""
|
|
994
|
+
return pulumi.get(self, "delete_mode")
|
|
995
|
+
|
|
996
|
+
@delete_mode.setter
|
|
997
|
+
def delete_mode(self, value: Optional[pulumi.Input[str]]):
|
|
998
|
+
pulumi.set(self, "delete_mode", value)
|
|
999
|
+
|
|
1000
|
+
@property
|
|
1001
|
+
@pulumi.getter(name="resourceType")
|
|
1002
|
+
def resource_type(self) -> Optional[pulumi.Input[str]]:
|
|
1003
|
+
"""
|
|
1004
|
+
The type of resources that are created by cluster. Valid values:
|
|
1005
|
+
"""
|
|
1006
|
+
return pulumi.get(self, "resource_type")
|
|
1007
|
+
|
|
1008
|
+
@resource_type.setter
|
|
1009
|
+
def resource_type(self, value: Optional[pulumi.Input[str]]):
|
|
1010
|
+
pulumi.set(self, "resource_type", value)
|
|
1011
|
+
|
|
1012
|
+
|
|
958
1013
|
@pulumi.input_type
|
|
959
1014
|
class KubernetesMasterNodeArgs:
|
|
960
1015
|
def __init__(__self__, *,
|
|
@@ -1116,8 +1171,17 @@ class KubernetesRuntimeArgs:
|
|
|
1116
1171
|
name: Optional[pulumi.Input[str]] = None,
|
|
1117
1172
|
version: Optional[pulumi.Input[str]] = None):
|
|
1118
1173
|
"""
|
|
1119
|
-
:param pulumi.Input[str] name: The
|
|
1120
|
-
:param pulumi.Input[str] version:
|
|
1174
|
+
:param pulumi.Input[str] name: The name of the runtime. Supported runtimes can be queried by data source alicloud_cs_kubernetes_version.
|
|
1175
|
+
:param pulumi.Input[str] version: The version of the runtime.
|
|
1176
|
+
|
|
1177
|
+
The following example is the definition of runtime block:
|
|
1178
|
+
|
|
1179
|
+
```
|
|
1180
|
+
runtime = {
|
|
1181
|
+
name = "containerd"
|
|
1182
|
+
version = "1.6.28"
|
|
1183
|
+
}
|
|
1184
|
+
```
|
|
1121
1185
|
"""
|
|
1122
1186
|
if name is not None:
|
|
1123
1187
|
pulumi.set(__self__, "name", name)
|
|
@@ -1128,7 +1192,7 @@ class KubernetesRuntimeArgs:
|
|
|
1128
1192
|
@pulumi.getter
|
|
1129
1193
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1130
1194
|
"""
|
|
1131
|
-
The
|
|
1195
|
+
The name of the runtime. Supported runtimes can be queried by data source alicloud_cs_kubernetes_version.
|
|
1132
1196
|
"""
|
|
1133
1197
|
return pulumi.get(self, "name")
|
|
1134
1198
|
|
|
@@ -1140,7 +1204,16 @@ class KubernetesRuntimeArgs:
|
|
|
1140
1204
|
@pulumi.getter
|
|
1141
1205
|
def version(self) -> Optional[pulumi.Input[str]]:
|
|
1142
1206
|
"""
|
|
1143
|
-
|
|
1207
|
+
The version of the runtime.
|
|
1208
|
+
|
|
1209
|
+
The following example is the definition of runtime block:
|
|
1210
|
+
|
|
1211
|
+
```
|
|
1212
|
+
runtime = {
|
|
1213
|
+
name = "containerd"
|
|
1214
|
+
version = "1.6.28"
|
|
1215
|
+
}
|
|
1216
|
+
```
|
|
1144
1217
|
"""
|
|
1145
1218
|
return pulumi.get(self, "version")
|
|
1146
1219
|
|
|
@@ -1366,6 +1439,45 @@ class ManagedKubernetesConnectionsArgs:
|
|
|
1366
1439
|
pulumi.set(self, "service_domain", value)
|
|
1367
1440
|
|
|
1368
1441
|
|
|
1442
|
+
@pulumi.input_type
|
|
1443
|
+
class ManagedKubernetesDeleteOptionArgs:
|
|
1444
|
+
def __init__(__self__, *,
|
|
1445
|
+
delete_mode: Optional[pulumi.Input[str]] = None,
|
|
1446
|
+
resource_type: Optional[pulumi.Input[str]] = None):
|
|
1447
|
+
"""
|
|
1448
|
+
:param pulumi.Input[str] delete_mode: The deletion mode of the cluster. Different resources may have different default behavior, see `resource_type` for details. Valid values:
|
|
1449
|
+
:param pulumi.Input[str] resource_type: The type of resources that are created by cluster. Valid values:
|
|
1450
|
+
"""
|
|
1451
|
+
if delete_mode is not None:
|
|
1452
|
+
pulumi.set(__self__, "delete_mode", delete_mode)
|
|
1453
|
+
if resource_type is not None:
|
|
1454
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
|
1455
|
+
|
|
1456
|
+
@property
|
|
1457
|
+
@pulumi.getter(name="deleteMode")
|
|
1458
|
+
def delete_mode(self) -> Optional[pulumi.Input[str]]:
|
|
1459
|
+
"""
|
|
1460
|
+
The deletion mode of the cluster. Different resources may have different default behavior, see `resource_type` for details. Valid values:
|
|
1461
|
+
"""
|
|
1462
|
+
return pulumi.get(self, "delete_mode")
|
|
1463
|
+
|
|
1464
|
+
@delete_mode.setter
|
|
1465
|
+
def delete_mode(self, value: Optional[pulumi.Input[str]]):
|
|
1466
|
+
pulumi.set(self, "delete_mode", value)
|
|
1467
|
+
|
|
1468
|
+
@property
|
|
1469
|
+
@pulumi.getter(name="resourceType")
|
|
1470
|
+
def resource_type(self) -> Optional[pulumi.Input[str]]:
|
|
1471
|
+
"""
|
|
1472
|
+
The type of resources that are created by cluster. Valid values:
|
|
1473
|
+
"""
|
|
1474
|
+
return pulumi.get(self, "resource_type")
|
|
1475
|
+
|
|
1476
|
+
@resource_type.setter
|
|
1477
|
+
def resource_type(self, value: Optional[pulumi.Input[str]]):
|
|
1478
|
+
pulumi.set(self, "resource_type", value)
|
|
1479
|
+
|
|
1480
|
+
|
|
1369
1481
|
@pulumi.input_type
|
|
1370
1482
|
class ManagedKubernetesMaintenanceWindowArgs:
|
|
1371
1483
|
def __init__(__self__, *,
|
|
@@ -63,6 +63,8 @@ class EdgeKubernetesArgs:
|
|
|
63
63
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] worker_vswitch_ids: The vswitches used by workers.
|
|
64
64
|
:param pulumi.Input[Sequence[pulumi.Input['EdgeKubernetesAddonArgs']]] addons: The addon you want to install in cluster. See `addons` below.
|
|
65
65
|
:param pulumi.Input[str] availability_zone: The ID of availability zone.
|
|
66
|
+
|
|
67
|
+
*Network params*
|
|
66
68
|
:param pulumi.Input[str] client_cert: The path of client certificate, like `~/.kube/client-cert.pem`.
|
|
67
69
|
:param pulumi.Input[str] client_key: The path of client key, like `~/.kube/client-key.pem`.
|
|
68
70
|
:param pulumi.Input[str] cluster_ca_cert: The path of cluster ca certificate, like `~/.kube/cluster-ca-cert.pem`
|
|
@@ -90,7 +92,7 @@ class EdgeKubernetesArgs:
|
|
|
90
92
|
:param pulumi.Input[str] proxy_mode: Proxy mode is option of kube-proxy. options: iptables|ipvs. default: ipvs.
|
|
91
93
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] rds_instances: RDS instance list, You can choose which RDS instances whitelist to add instances to.
|
|
92
94
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group,by default these cloud resources are automatically assigned to the default resource group.
|
|
93
|
-
:param pulumi.Input['EdgeKubernetesRuntimeArgs'] runtime: The runtime of containers. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm).
|
|
95
|
+
:param pulumi.Input['EdgeKubernetesRuntimeArgs'] runtime: The runtime of containers. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm). See `runtime` below.
|
|
94
96
|
:param pulumi.Input[str] security_group_id: The ID of the security group to which the ECS instances in the cluster belong. If it is not specified, a new Security group will be built.
|
|
95
97
|
:param pulumi.Input[str] service_cidr: The CIDR block for the service network. It cannot be duplicated with the VPC CIDR and CIDR used by Kubernetes cluster in VPC, cannot be modified after creation.
|
|
96
98
|
:param pulumi.Input[bool] slb_internet_enabled: Whether to create internet load balancer for API Server. Default to true.
|
|
@@ -245,6 +247,8 @@ class EdgeKubernetesArgs:
|
|
|
245
247
|
def availability_zone(self) -> Optional[pulumi.Input[str]]:
|
|
246
248
|
"""
|
|
247
249
|
The ID of availability zone.
|
|
250
|
+
|
|
251
|
+
*Network params*
|
|
248
252
|
"""
|
|
249
253
|
return pulumi.get(self, "availability_zone")
|
|
250
254
|
|
|
@@ -527,7 +531,7 @@ class EdgeKubernetesArgs:
|
|
|
527
531
|
@pulumi.getter
|
|
528
532
|
def runtime(self) -> Optional[pulumi.Input['EdgeKubernetesRuntimeArgs']]:
|
|
529
533
|
"""
|
|
530
|
-
The runtime of containers. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm).
|
|
534
|
+
The runtime of containers. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm). See `runtime` below.
|
|
531
535
|
"""
|
|
532
536
|
return pulumi.get(self, "runtime")
|
|
533
537
|
|
|
@@ -739,7 +743,9 @@ class _EdgeKubernetesState:
|
|
|
739
743
|
Input properties used for looking up and filtering EdgeKubernetes resources.
|
|
740
744
|
:param pulumi.Input[Sequence[pulumi.Input['EdgeKubernetesAddonArgs']]] addons: The addon you want to install in cluster. See `addons` below.
|
|
741
745
|
:param pulumi.Input[str] availability_zone: The ID of availability zone.
|
|
742
|
-
|
|
746
|
+
|
|
747
|
+
*Network params*
|
|
748
|
+
:param pulumi.Input['EdgeKubernetesCertificateAuthorityArgs'] certificate_authority: (Map, Available since v1.105.0) Nested attribute containing certificate authority data for your cluster.
|
|
743
749
|
:param pulumi.Input[str] client_cert: The path of client certificate, like `~/.kube/client-cert.pem`.
|
|
744
750
|
:param pulumi.Input[str] client_key: The path of client key, like `~/.kube/client-key.pem`.
|
|
745
751
|
:param pulumi.Input[str] cluster_ca_cert: The path of cluster ca certificate, like `~/.kube/cluster-ca-cert.pem`
|
|
@@ -748,7 +754,7 @@ class _EdgeKubernetesState:
|
|
|
748
754
|
:param pulumi.Input[str] cluster_spec: The cluster specifications of kubernetes cluster,which can be empty. Valid values:
|
|
749
755
|
* ack.standard : Standard edge clusters.
|
|
750
756
|
* ack.pro.small : Professional edge clusters.
|
|
751
|
-
:param pulumi.Input['EdgeKubernetesConnectionsArgs'] connections: Map of kubernetes cluster connection information.
|
|
757
|
+
:param pulumi.Input['EdgeKubernetesConnectionsArgs'] connections: (Map) Map of kubernetes cluster connection information.
|
|
752
758
|
:param pulumi.Input[bool] deletion_protection: Whether to enable cluster deletion protection.
|
|
753
759
|
:param pulumi.Input[bool] force_update: Default false, when you want to change `vpc_id`, you have to set this field to true, then the cluster will be recreated.
|
|
754
760
|
:param pulumi.Input[bool] install_cloud_monitor: Install cloud monitor agent on ECS. default: `true`.
|
|
@@ -769,7 +775,7 @@ class _EdgeKubernetesState:
|
|
|
769
775
|
:param pulumi.Input[str] proxy_mode: Proxy mode is option of kube-proxy. options: iptables|ipvs. default: ipvs.
|
|
770
776
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] rds_instances: RDS instance list, You can choose which RDS instances whitelist to add instances to.
|
|
771
777
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group,by default these cloud resources are automatically assigned to the default resource group.
|
|
772
|
-
:param pulumi.Input['EdgeKubernetesRuntimeArgs'] runtime: The runtime of containers. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm).
|
|
778
|
+
:param pulumi.Input['EdgeKubernetesRuntimeArgs'] runtime: The runtime of containers. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm). See `runtime` below.
|
|
773
779
|
:param pulumi.Input[str] security_group_id: The ID of the security group to which the ECS instances in the cluster belong. If it is not specified, a new Security group will be built.
|
|
774
780
|
:param pulumi.Input[str] service_cidr: The CIDR block for the service network. It cannot be duplicated with the VPC CIDR and CIDR used by Kubernetes cluster in VPC, cannot be modified after creation.
|
|
775
781
|
:param pulumi.Input[str] slb_internet: The public ip of load balancer.
|
|
@@ -915,6 +921,8 @@ class _EdgeKubernetesState:
|
|
|
915
921
|
def availability_zone(self) -> Optional[pulumi.Input[str]]:
|
|
916
922
|
"""
|
|
917
923
|
The ID of availability zone.
|
|
924
|
+
|
|
925
|
+
*Network params*
|
|
918
926
|
"""
|
|
919
927
|
return pulumi.get(self, "availability_zone")
|
|
920
928
|
|
|
@@ -926,7 +934,7 @@ class _EdgeKubernetesState:
|
|
|
926
934
|
@pulumi.getter(name="certificateAuthority")
|
|
927
935
|
def certificate_authority(self) -> Optional[pulumi.Input['EdgeKubernetesCertificateAuthorityArgs']]:
|
|
928
936
|
"""
|
|
929
|
-
Nested attribute containing certificate authority data for your cluster.
|
|
937
|
+
(Map, Available since v1.105.0) Nested attribute containing certificate authority data for your cluster.
|
|
930
938
|
"""
|
|
931
939
|
return pulumi.get(self, "certificate_authority")
|
|
932
940
|
|
|
@@ -990,7 +998,7 @@ class _EdgeKubernetesState:
|
|
|
990
998
|
@pulumi.getter
|
|
991
999
|
def connections(self) -> Optional[pulumi.Input['EdgeKubernetesConnectionsArgs']]:
|
|
992
1000
|
"""
|
|
993
|
-
Map of kubernetes cluster connection information.
|
|
1001
|
+
(Map) Map of kubernetes cluster connection information.
|
|
994
1002
|
"""
|
|
995
1003
|
return pulumi.get(self, "connections")
|
|
996
1004
|
|
|
@@ -1233,7 +1241,7 @@ class _EdgeKubernetesState:
|
|
|
1233
1241
|
@pulumi.getter
|
|
1234
1242
|
def runtime(self) -> Optional[pulumi.Input['EdgeKubernetesRuntimeArgs']]:
|
|
1235
1243
|
"""
|
|
1236
|
-
The runtime of containers. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm).
|
|
1244
|
+
The runtime of containers. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm). See `runtime` below.
|
|
1237
1245
|
"""
|
|
1238
1246
|
return pulumi.get(self, "runtime")
|
|
1239
1247
|
|
|
@@ -1657,6 +1665,8 @@ class EdgeKubernetes(pulumi.CustomResource):
|
|
|
1657
1665
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1658
1666
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['EdgeKubernetesAddonArgs']]]] addons: The addon you want to install in cluster. See `addons` below.
|
|
1659
1667
|
:param pulumi.Input[str] availability_zone: The ID of availability zone.
|
|
1668
|
+
|
|
1669
|
+
*Network params*
|
|
1660
1670
|
:param pulumi.Input[str] client_cert: The path of client certificate, like `~/.kube/client-cert.pem`.
|
|
1661
1671
|
:param pulumi.Input[str] client_key: The path of client key, like `~/.kube/client-key.pem`.
|
|
1662
1672
|
:param pulumi.Input[str] cluster_ca_cert: The path of cluster ca certificate, like `~/.kube/cluster-ca-cert.pem`
|
|
@@ -1684,7 +1694,7 @@ class EdgeKubernetes(pulumi.CustomResource):
|
|
|
1684
1694
|
:param pulumi.Input[str] proxy_mode: Proxy mode is option of kube-proxy. options: iptables|ipvs. default: ipvs.
|
|
1685
1695
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] rds_instances: RDS instance list, You can choose which RDS instances whitelist to add instances to.
|
|
1686
1696
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group,by default these cloud resources are automatically assigned to the default resource group.
|
|
1687
|
-
:param pulumi.Input[pulumi.InputType['EdgeKubernetesRuntimeArgs']] runtime: The runtime of containers. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm).
|
|
1697
|
+
:param pulumi.Input[pulumi.InputType['EdgeKubernetesRuntimeArgs']] runtime: The runtime of containers. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm). See `runtime` below.
|
|
1688
1698
|
:param pulumi.Input[str] security_group_id: The ID of the security group to which the ECS instances in the cluster belong. If it is not specified, a new Security group will be built.
|
|
1689
1699
|
:param pulumi.Input[str] service_cidr: The CIDR block for the service network. It cannot be duplicated with the VPC CIDR and CIDR used by Kubernetes cluster in VPC, cannot be modified after creation.
|
|
1690
1700
|
:param pulumi.Input[bool] slb_internet_enabled: Whether to create internet load balancer for API Server. Default to true.
|
|
@@ -2019,7 +2029,9 @@ class EdgeKubernetes(pulumi.CustomResource):
|
|
|
2019
2029
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
2020
2030
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['EdgeKubernetesAddonArgs']]]] addons: The addon you want to install in cluster. See `addons` below.
|
|
2021
2031
|
:param pulumi.Input[str] availability_zone: The ID of availability zone.
|
|
2022
|
-
|
|
2032
|
+
|
|
2033
|
+
*Network params*
|
|
2034
|
+
:param pulumi.Input[pulumi.InputType['EdgeKubernetesCertificateAuthorityArgs']] certificate_authority: (Map, Available since v1.105.0) Nested attribute containing certificate authority data for your cluster.
|
|
2023
2035
|
:param pulumi.Input[str] client_cert: The path of client certificate, like `~/.kube/client-cert.pem`.
|
|
2024
2036
|
:param pulumi.Input[str] client_key: The path of client key, like `~/.kube/client-key.pem`.
|
|
2025
2037
|
:param pulumi.Input[str] cluster_ca_cert: The path of cluster ca certificate, like `~/.kube/cluster-ca-cert.pem`
|
|
@@ -2028,7 +2040,7 @@ class EdgeKubernetes(pulumi.CustomResource):
|
|
|
2028
2040
|
:param pulumi.Input[str] cluster_spec: The cluster specifications of kubernetes cluster,which can be empty. Valid values:
|
|
2029
2041
|
* ack.standard : Standard edge clusters.
|
|
2030
2042
|
* ack.pro.small : Professional edge clusters.
|
|
2031
|
-
:param pulumi.Input[pulumi.InputType['EdgeKubernetesConnectionsArgs']] connections: Map of kubernetes cluster connection information.
|
|
2043
|
+
:param pulumi.Input[pulumi.InputType['EdgeKubernetesConnectionsArgs']] connections: (Map) Map of kubernetes cluster connection information.
|
|
2032
2044
|
:param pulumi.Input[bool] deletion_protection: Whether to enable cluster deletion protection.
|
|
2033
2045
|
:param pulumi.Input[bool] force_update: Default false, when you want to change `vpc_id`, you have to set this field to true, then the cluster will be recreated.
|
|
2034
2046
|
:param pulumi.Input[bool] install_cloud_monitor: Install cloud monitor agent on ECS. default: `true`.
|
|
@@ -2049,7 +2061,7 @@ class EdgeKubernetes(pulumi.CustomResource):
|
|
|
2049
2061
|
:param pulumi.Input[str] proxy_mode: Proxy mode is option of kube-proxy. options: iptables|ipvs. default: ipvs.
|
|
2050
2062
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] rds_instances: RDS instance list, You can choose which RDS instances whitelist to add instances to.
|
|
2051
2063
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group,by default these cloud resources are automatically assigned to the default resource group.
|
|
2052
|
-
:param pulumi.Input[pulumi.InputType['EdgeKubernetesRuntimeArgs']] runtime: The runtime of containers. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm).
|
|
2064
|
+
:param pulumi.Input[pulumi.InputType['EdgeKubernetesRuntimeArgs']] runtime: The runtime of containers. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm). See `runtime` below.
|
|
2053
2065
|
:param pulumi.Input[str] security_group_id: The ID of the security group to which the ECS instances in the cluster belong. If it is not specified, a new Security group will be built.
|
|
2054
2066
|
:param pulumi.Input[str] service_cidr: The CIDR block for the service network. It cannot be duplicated with the VPC CIDR and CIDR used by Kubernetes cluster in VPC, cannot be modified after creation.
|
|
2055
2067
|
:param pulumi.Input[str] slb_internet: The public ip of load balancer.
|
|
@@ -2142,6 +2154,8 @@ class EdgeKubernetes(pulumi.CustomResource):
|
|
|
2142
2154
|
def availability_zone(self) -> pulumi.Output[str]:
|
|
2143
2155
|
"""
|
|
2144
2156
|
The ID of availability zone.
|
|
2157
|
+
|
|
2158
|
+
*Network params*
|
|
2145
2159
|
"""
|
|
2146
2160
|
return pulumi.get(self, "availability_zone")
|
|
2147
2161
|
|
|
@@ -2149,7 +2163,7 @@ class EdgeKubernetes(pulumi.CustomResource):
|
|
|
2149
2163
|
@pulumi.getter(name="certificateAuthority")
|
|
2150
2164
|
def certificate_authority(self) -> pulumi.Output['outputs.EdgeKubernetesCertificateAuthority']:
|
|
2151
2165
|
"""
|
|
2152
|
-
Nested attribute containing certificate authority data for your cluster.
|
|
2166
|
+
(Map, Available since v1.105.0) Nested attribute containing certificate authority data for your cluster.
|
|
2153
2167
|
"""
|
|
2154
2168
|
return pulumi.get(self, "certificate_authority")
|
|
2155
2169
|
|
|
@@ -2193,7 +2207,7 @@ class EdgeKubernetes(pulumi.CustomResource):
|
|
|
2193
2207
|
@pulumi.getter
|
|
2194
2208
|
def connections(self) -> pulumi.Output['outputs.EdgeKubernetesConnections']:
|
|
2195
2209
|
"""
|
|
2196
|
-
Map of kubernetes cluster connection information.
|
|
2210
|
+
(Map) Map of kubernetes cluster connection information.
|
|
2197
2211
|
"""
|
|
2198
2212
|
return pulumi.get(self, "connections")
|
|
2199
2213
|
|
|
@@ -2356,7 +2370,7 @@ class EdgeKubernetes(pulumi.CustomResource):
|
|
|
2356
2370
|
@pulumi.getter
|
|
2357
2371
|
def runtime(self) -> pulumi.Output[Optional['outputs.EdgeKubernetesRuntime']]:
|
|
2358
2372
|
"""
|
|
2359
|
-
The runtime of containers. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm).
|
|
2373
|
+
The runtime of containers. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm). See `runtime` below.
|
|
2360
2374
|
"""
|
|
2361
2375
|
return pulumi.get(self, "runtime")
|
|
2362
2376
|
|