pulumi-alicloud 3.56.0a1715923185__py3-none-any.whl → 3.56.0a1716566612__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/actiontrail/outputs.py +4 -0
- pulumi_alicloud/adb/db_cluster.py +14 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
- pulumi_alicloud/alb/_inputs.py +34 -0
- pulumi_alicloud/alb/get_acls.py +2 -2
- pulumi_alicloud/alb/get_security_policies.py +4 -4
- pulumi_alicloud/alb/outputs.py +188 -10
- pulumi_alicloud/alb/rule.py +14 -0
- pulumi_alicloud/alb/server_group.py +21 -0
- pulumi_alicloud/amqp/get_instances.py +2 -2
- pulumi_alicloud/apigateway/get_log_configs.py +2 -2
- pulumi_alicloud/apigateway/get_plugins.py +6 -6
- pulumi_alicloud/arms/outputs.py +20 -0
- pulumi_alicloud/bastionhost/get_users.py +4 -4
- pulumi_alicloud/bastionhost/host.py +28 -7
- pulumi_alicloud/bastionhost/instance.py +14 -0
- pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
- pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
- pulumi_alicloud/cddc/outputs.py +0 -6
- pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
- pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
- pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
- pulumi_alicloud/cen/outputs.py +6 -0
- pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
- pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
- pulumi_alicloud/cfg/aggregator.py +14 -0
- pulumi_alicloud/clickhouse/outputs.py +34 -4
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
- pulumi_alicloud/cloudfirewall/instance.py +28 -0
- pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
- pulumi_alicloud/cloudsso/get_groups.py +2 -2
- pulumi_alicloud/cloudsso/outputs.py +104 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
- pulumi_alicloud/cms/_inputs.py +16 -0
- pulumi_alicloud/cms/get_event_rules.py +2 -2
- pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
- pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
- pulumi_alicloud/cms/get_monitor_groups.py +2 -4
- pulumi_alicloud/cms/outputs.py +216 -0
- pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
- pulumi_alicloud/cr/get_chart_repositories.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
- pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
- pulumi_alicloud/cr/outputs.py +4 -0
- pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
- pulumi_alicloud/cs/_inputs.py +244 -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/node_pool.py +105 -0
- pulumi_alicloud/cs/outputs.py +266 -16
- pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
- pulumi_alicloud/databasefilesystem/outputs.py +6 -0
- pulumi_alicloud/dbs/get_backup_plans.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
- pulumi_alicloud/dcdn/outputs.py +10 -0
- pulumi_alicloud/ddos/domain_resource.py +21 -0
- pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
- pulumi_alicloud/dfs/outputs.py +10 -0
- pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
- pulumi_alicloud/directmail/get_receivers.py +2 -2
- pulumi_alicloud/dns/_inputs.py +16 -0
- pulumi_alicloud/dns/get_access_strategies.py +6 -2
- pulumi_alicloud/dns/outputs.py +68 -2
- pulumi_alicloud/dns/record.py +4 -0
- pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
- pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
- pulumi_alicloud/dts/instance.py +21 -0
- pulumi_alicloud/eais/get_instances.py +2 -2
- pulumi_alicloud/ebs/outputs.py +6 -0
- pulumi_alicloud/eci/get_container_groups.py +6 -8
- pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
- pulumi_alicloud/eci/outputs.py +26 -26
- pulumi_alicloud/ecs/_inputs.py +63 -1
- pulumi_alicloud/ecs/disk.py +28 -7
- pulumi_alicloud/ecs/ecs_deployment_set.py +23 -9
- pulumi_alicloud/ecs/ecs_disk.py +28 -7
- pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
- pulumi_alicloud/ecs/eip.py +68 -0
- pulumi_alicloud/ecs/eip_address.py +199 -7
- pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
- pulumi_alicloud/ecs/get_commands.py +4 -4
- pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
- pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
- pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
- pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
- pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
- pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
- pulumi_alicloud/ecs/get_images.py +20 -4
- pulumi_alicloud/ecs/instance.py +222 -126
- pulumi_alicloud/ecs/outputs.py +217 -93
- pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
- pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
- pulumi_alicloud/eds/get_desktop_types.py +4 -4
- pulumi_alicloud/eds/get_desktops.py +2 -4
- pulumi_alicloud/eds/get_images.py +2 -2
- pulumi_alicloud/eds/get_ram_directories.py +2 -2
- pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
- pulumi_alicloud/eds/get_users.py +2 -2
- pulumi_alicloud/eds/outputs.py +58 -4
- pulumi_alicloud/ehpc/cluster.py +70 -0
- pulumi_alicloud/ehpc/outputs.py +112 -2
- pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
- pulumi_alicloud/emr/get_clusters.py +8 -8
- pulumi_alicloud/emr/outputs.py +18 -32
- pulumi_alicloud/emrv2/get_clusters.py +4 -4
- pulumi_alicloud/ess/_inputs.py +2 -2
- pulumi_alicloud/ess/outputs.py +2 -2
- pulumi_alicloud/ess/scaling_group.py +7 -7
- pulumi_alicloud/eventbridge/_inputs.py +4 -0
- pulumi_alicloud/eventbridge/get_rules.py +2 -2
- pulumi_alicloud/eventbridge/outputs.py +4 -0
- pulumi_alicloud/expressconnect/get_access_points.py +2 -2
- pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
- pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
- pulumi_alicloud/fnf/get_executions.py +2 -2
- pulumi_alicloud/ga/_inputs.py +12 -0
- pulumi_alicloud/ga/accelerator.py +49 -0
- pulumi_alicloud/ga/bandwidth_package.py +21 -0
- pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
- pulumi_alicloud/ga/endpoint_group.py +28 -0
- pulumi_alicloud/ga/get_accelerators.py +4 -0
- pulumi_alicloud/ga/get_acls.py +2 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
- pulumi_alicloud/ga/get_ip_sets.py +2 -2
- pulumi_alicloud/ga/get_listeners.py +2 -2
- pulumi_alicloud/ga/listener.py +28 -0
- pulumi_alicloud/ga/outputs.py +14 -2
- pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
- pulumi_alicloud/gpdb/get_instances.py +2 -4
- pulumi_alicloud/graphdatabase/outputs.py +14 -0
- pulumi_alicloud/hbr/_inputs.py +2 -0
- pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
- pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
- pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
- pulumi_alicloud/hbr/get_hana_instances.py +12 -4
- pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
- pulumi_alicloud/hbr/get_snapshots.py +14 -14
- pulumi_alicloud/hbr/get_vaults.py +4 -0
- pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
- pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
- pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
- pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
- pulumi_alicloud/hbr/outputs.py +68 -0
- pulumi_alicloud/hbr/server_backup_plan.py +7 -0
- pulumi_alicloud/hbr/vault.py +14 -0
- pulumi_alicloud/imp/get_app_templates.py +2 -2
- pulumi_alicloud/kms/instance.py +218 -128
- pulumi_alicloud/kms/key.py +133 -21
- pulumi_alicloud/kms/secret.py +28 -0
- pulumi_alicloud/kvstore/account.py +21 -7
- pulumi_alicloud/kvstore/get_accounts.py +2 -2
- pulumi_alicloud/kvstore/instance.py +14 -0
- pulumi_alicloud/lindorm/get_instances.py +2 -2
- pulumi_alicloud/log/_inputs.py +28 -6
- pulumi_alicloud/log/get_projects.py +2 -2
- pulumi_alicloud/log/outputs.py +28 -6
- pulumi_alicloud/message/service_queue.py +100 -82
- pulumi_alicloud/message/service_subscription.py +14 -0
- pulumi_alicloud/mongodb/get_accounts.py +4 -4
- pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
- pulumi_alicloud/mongodb/instance.py +56 -0
- pulumi_alicloud/mongodb/outputs.py +14 -0
- pulumi_alicloud/mongodb/sharding_instance.py +21 -0
- pulumi_alicloud/mse/cluster.py +28 -0
- pulumi_alicloud/mse/outputs.py +34 -0
- pulumi_alicloud/nas/access_rule.py +38 -18
- pulumi_alicloud/nas/auto_snapshot_policy.py +111 -26
- pulumi_alicloud/nas/data_flow.py +14 -0
- pulumi_alicloud/nas/file_system.py +14 -0
- pulumi_alicloud/nas/get_data_flows.py +2 -2
- pulumi_alicloud/nas/get_file_systems.py +4 -0
- pulumi_alicloud/nas/get_filesets.py +2 -2
- pulumi_alicloud/nas/get_snapshots.py +2 -2
- pulumi_alicloud/nas/outputs.py +4 -0
- pulumi_alicloud/nlb/get_load_balancers.py +10 -12
- pulumi_alicloud/nlb/get_security_policies.py +2 -4
- pulumi_alicloud/nlb/get_server_groups.py +4 -6
- pulumi_alicloud/nlb/load_balancer.py +14 -0
- pulumi_alicloud/nlb/server_group.py +56 -7
- pulumi_alicloud/ocean/get_base_instances.py +4 -4
- pulumi_alicloud/oos/get_parameters.py +6 -6
- pulumi_alicloud/oos/get_patch_baselines.py +4 -4
- pulumi_alicloud/oos/get_secret_parameters.py +4 -4
- pulumi_alicloud/oos/parameter.py +28 -0
- pulumi_alicloud/oos/secret_parameter.py +28 -0
- pulumi_alicloud/ots/instance.py +91 -0
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
- pulumi_alicloud/privatelink/vpc_endpoint.py +124 -41
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
- pulumi_alicloud/quotas/_inputs.py +0 -10
- pulumi_alicloud/quotas/outputs.py +10 -10
- pulumi_alicloud/rds/get_accounts.py +2 -2
- pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
- pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
- pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
- pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
- pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
- pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
- pulumi_alicloud/ros/get_change_sets.py +2 -2
- pulumi_alicloud/ros/get_stack_groups.py +2 -2
- pulumi_alicloud/ros/get_stack_instances.py +12 -2
- pulumi_alicloud/ros/get_stacks.py +4 -4
- pulumi_alicloud/ros/get_templates.py +4 -4
- pulumi_alicloud/ros/outputs.py +68 -2
- pulumi_alicloud/ros/stack_instance.py +52 -4
- pulumi_alicloud/sae/get_config_maps.py +2 -2
- pulumi_alicloud/sae/get_ingresses.py +2 -2
- pulumi_alicloud/sae/outputs.py +274 -0
- pulumi_alicloud/scdn/get_domains.py +2 -2
- pulumi_alicloud/sddp/get_data_limits.py +4 -4
- pulumi_alicloud/sddp/get_rules.py +10 -10
- pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
- pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
- pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
- pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
- pulumi_alicloud/simpleapplicationserver/snapshot.py +4 -4
- pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
- pulumi_alicloud/tsdb/get_instances.py +2 -2
- pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
- pulumi_alicloud/vod/domain.py +14 -0
- pulumi_alicloud/vod/get_domains.py +4 -0
- pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
- pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
- pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
- pulumi_alicloud/vpc/get_havips.py +2 -2
- pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
- pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
- pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
- pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
- pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
- pulumi_alicloud/vpc/get_nat_ips.py +6 -6
- pulumi_alicloud/vpc/get_network_acls.py +4 -4
- pulumi_alicloud/vpc/get_peer_connections.py +2 -2
- pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
- pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
- pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
- pulumi_alicloud/vpc/ha_vip.py +8 -0
- pulumi_alicloud/vpc/nat_gateway.py +14 -0
- pulumi_alicloud/vpc/outputs.py +14 -14
- pulumi_alicloud/vpc/route_entry.py +70 -0
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
- pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
- pulumi_alicloud/vpn/outputs.py +4 -4
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +260 -260
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
pulumi_alicloud/cs/kubernetes.py
CHANGED
|
@@ -25,6 +25,7 @@ class KubernetesArgs:
|
|
|
25
25
|
cluster_ca_cert: Optional[pulumi.Input[str]] = None,
|
|
26
26
|
cluster_domain: Optional[pulumi.Input[str]] = None,
|
|
27
27
|
custom_san: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
delete_options: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesDeleteOptionArgs']]]] = None,
|
|
28
29
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
|
29
30
|
enable_ssh: Optional[pulumi.Input[bool]] = None,
|
|
30
31
|
image_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -81,6 +82,7 @@ class KubernetesArgs:
|
|
|
81
82
|
*Removed params*
|
|
82
83
|
:param pulumi.Input[str] cluster_domain: Cluster local domain name, Default to `cluster.local`. A domain name consists of one or more sections separated by a decimal point (.), each of which is up to 63 characters long, and can be lowercase, numerals, and underscores (-), and must be lowercase or numerals at the beginning and end.
|
|
83
84
|
:param pulumi.Input[str] custom_san: Customize the certificate SAN, multiple IP or domain names are separated by English commas (,).
|
|
85
|
+
:param pulumi.Input[Sequence[pulumi.Input['KubernetesDeleteOptionArgs']]] delete_options: Delete options, only work for deleting resource. Make sure you have run `pulumi up` to make the configuration applied. See `delete_options` below.
|
|
84
86
|
:param pulumi.Input[bool] deletion_protection: Whether to enable cluster deletion protection.
|
|
85
87
|
:param pulumi.Input[bool] enable_ssh: Enable login to the node through SSH. Default to `false`.
|
|
86
88
|
:param pulumi.Input[str] image_id: Custom Image support. Must based on CentOS7 or AliyunLinux2.
|
|
@@ -113,7 +115,7 @@ class KubernetesArgs:
|
|
|
113
115
|
:param pulumi.Input[str] proxy_mode: Proxy mode is option of kube-proxy. options: iptables | ipvs. default: ipvs.
|
|
114
116
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] rds_instances: RDS instance list, You can choose which RDS instances whitelist to add instances to.
|
|
115
117
|
: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.
|
|
116
|
-
:param pulumi.Input['KubernetesRuntimeArgs'] runtime: The runtime of containers. If you select another container runtime, see [How do I select between Docker and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm?spm=a2c63.p38356.b99.440.22563866AJkBgI).
|
|
118
|
+
:param pulumi.Input['KubernetesRuntimeArgs'] runtime: The runtime of containers. If you select another container runtime, see [How do I select between Docker and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm?spm=a2c63.p38356.b99.440.22563866AJkBgI). See `runtime` below.
|
|
117
119
|
: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.
|
|
118
120
|
:param pulumi.Input[str] service_account_issuer: The issuer of the Service Account token for [Service Account Token Volume Projection](https://www.alibabacloud.com/help/doc-detail/160384.htm), corresponds to the `iss` field in the token payload. Set this to `"https://kubernetes.default.svc"` to enable the Token Volume Projection feature (requires specifying `api_audiences` as well). From cluster version 1.22+, Service Account Token Volume Projection will be enabled by default.
|
|
119
121
|
: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.
|
|
@@ -144,6 +146,8 @@ class KubernetesArgs:
|
|
|
144
146
|
pulumi.set(__self__, "cluster_domain", cluster_domain)
|
|
145
147
|
if custom_san is not None:
|
|
146
148
|
pulumi.set(__self__, "custom_san", custom_san)
|
|
149
|
+
if delete_options is not None:
|
|
150
|
+
pulumi.set(__self__, "delete_options", delete_options)
|
|
147
151
|
if deletion_protection is not None:
|
|
148
152
|
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
|
149
153
|
if enable_ssh is not None:
|
|
@@ -342,6 +346,18 @@ class KubernetesArgs:
|
|
|
342
346
|
def custom_san(self, value: Optional[pulumi.Input[str]]):
|
|
343
347
|
pulumi.set(self, "custom_san", value)
|
|
344
348
|
|
|
349
|
+
@property
|
|
350
|
+
@pulumi.getter(name="deleteOptions")
|
|
351
|
+
def delete_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesDeleteOptionArgs']]]]:
|
|
352
|
+
"""
|
|
353
|
+
Delete options, only work for deleting resource. Make sure you have run `pulumi up` to make the configuration applied. See `delete_options` below.
|
|
354
|
+
"""
|
|
355
|
+
return pulumi.get(self, "delete_options")
|
|
356
|
+
|
|
357
|
+
@delete_options.setter
|
|
358
|
+
def delete_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesDeleteOptionArgs']]]]):
|
|
359
|
+
pulumi.set(self, "delete_options", value)
|
|
360
|
+
|
|
345
361
|
@property
|
|
346
362
|
@pulumi.getter(name="deletionProtection")
|
|
347
363
|
def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
@@ -729,7 +745,7 @@ class KubernetesArgs:
|
|
|
729
745
|
@pulumi.getter
|
|
730
746
|
def runtime(self) -> Optional[pulumi.Input['KubernetesRuntimeArgs']]:
|
|
731
747
|
"""
|
|
732
|
-
The runtime of containers. If you select another container runtime, see [How do I select between Docker and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm?spm=a2c63.p38356.b99.440.22563866AJkBgI).
|
|
748
|
+
The runtime of containers. If you select another container runtime, see [How do I select between Docker and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm?spm=a2c63.p38356.b99.440.22563866AJkBgI). See `runtime` below.
|
|
733
749
|
"""
|
|
734
750
|
return pulumi.get(self, "runtime")
|
|
735
751
|
|
|
@@ -851,6 +867,7 @@ class _KubernetesState:
|
|
|
851
867
|
cluster_domain: Optional[pulumi.Input[str]] = None,
|
|
852
868
|
connections: Optional[pulumi.Input['KubernetesConnectionsArgs']] = None,
|
|
853
869
|
custom_san: Optional[pulumi.Input[str]] = None,
|
|
870
|
+
delete_options: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesDeleteOptionArgs']]]] = None,
|
|
854
871
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
|
855
872
|
enable_ssh: Optional[pulumi.Input[bool]] = None,
|
|
856
873
|
image_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -916,6 +933,7 @@ class _KubernetesState:
|
|
|
916
933
|
:param pulumi.Input[str] cluster_domain: Cluster local domain name, Default to `cluster.local`. A domain name consists of one or more sections separated by a decimal point (.), each of which is up to 63 characters long, and can be lowercase, numerals, and underscores (-), and must be lowercase or numerals at the beginning and end.
|
|
917
934
|
:param pulumi.Input['KubernetesConnectionsArgs'] connections: (Map) Map of kubernetes cluster connection information.
|
|
918
935
|
:param pulumi.Input[str] custom_san: Customize the certificate SAN, multiple IP or domain names are separated by English commas (,).
|
|
936
|
+
:param pulumi.Input[Sequence[pulumi.Input['KubernetesDeleteOptionArgs']]] delete_options: Delete options, only work for deleting resource. Make sure you have run `pulumi up` to make the configuration applied. See `delete_options` below.
|
|
919
937
|
:param pulumi.Input[bool] deletion_protection: Whether to enable cluster deletion protection.
|
|
920
938
|
:param pulumi.Input[bool] enable_ssh: Enable login to the node through SSH. Default to `false`.
|
|
921
939
|
:param pulumi.Input[str] image_id: Custom Image support. Must based on CentOS7 or AliyunLinux2.
|
|
@@ -952,7 +970,7 @@ class _KubernetesState:
|
|
|
952
970
|
:param pulumi.Input[str] proxy_mode: Proxy mode is option of kube-proxy. options: iptables | ipvs. default: ipvs.
|
|
953
971
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] rds_instances: RDS instance list, You can choose which RDS instances whitelist to add instances to.
|
|
954
972
|
: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.
|
|
955
|
-
:param pulumi.Input['KubernetesRuntimeArgs'] runtime: The runtime of containers. If you select another container runtime, see [How do I select between Docker and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm?spm=a2c63.p38356.b99.440.22563866AJkBgI).
|
|
973
|
+
:param pulumi.Input['KubernetesRuntimeArgs'] runtime: The runtime of containers. If you select another container runtime, see [How do I select between Docker and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm?spm=a2c63.p38356.b99.440.22563866AJkBgI). See `runtime` below.
|
|
956
974
|
: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.
|
|
957
975
|
:param pulumi.Input[str] service_account_issuer: The issuer of the Service Account token for [Service Account Token Volume Projection](https://www.alibabacloud.com/help/doc-detail/160384.htm), corresponds to the `iss` field in the token payload. Set this to `"https://kubernetes.default.svc"` to enable the Token Volume Projection feature (requires specifying `api_audiences` as well). From cluster version 1.22+, Service Account Token Volume Projection will be enabled by default.
|
|
958
976
|
: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.
|
|
@@ -990,6 +1008,8 @@ class _KubernetesState:
|
|
|
990
1008
|
pulumi.set(__self__, "connections", connections)
|
|
991
1009
|
if custom_san is not None:
|
|
992
1010
|
pulumi.set(__self__, "custom_san", custom_san)
|
|
1011
|
+
if delete_options is not None:
|
|
1012
|
+
pulumi.set(__self__, "delete_options", delete_options)
|
|
993
1013
|
if deletion_protection is not None:
|
|
994
1014
|
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
|
995
1015
|
if enable_ssh is not None:
|
|
@@ -1206,6 +1226,18 @@ class _KubernetesState:
|
|
|
1206
1226
|
def custom_san(self, value: Optional[pulumi.Input[str]]):
|
|
1207
1227
|
pulumi.set(self, "custom_san", value)
|
|
1208
1228
|
|
|
1229
|
+
@property
|
|
1230
|
+
@pulumi.getter(name="deleteOptions")
|
|
1231
|
+
def delete_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesDeleteOptionArgs']]]]:
|
|
1232
|
+
"""
|
|
1233
|
+
Delete options, only work for deleting resource. Make sure you have run `pulumi up` to make the configuration applied. See `delete_options` below.
|
|
1234
|
+
"""
|
|
1235
|
+
return pulumi.get(self, "delete_options")
|
|
1236
|
+
|
|
1237
|
+
@delete_options.setter
|
|
1238
|
+
def delete_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesDeleteOptionArgs']]]]):
|
|
1239
|
+
pulumi.set(self, "delete_options", value)
|
|
1240
|
+
|
|
1209
1241
|
@property
|
|
1210
1242
|
@pulumi.getter(name="deletionProtection")
|
|
1211
1243
|
def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
@@ -1641,7 +1673,7 @@ class _KubernetesState:
|
|
|
1641
1673
|
@pulumi.getter
|
|
1642
1674
|
def runtime(self) -> Optional[pulumi.Input['KubernetesRuntimeArgs']]:
|
|
1643
1675
|
"""
|
|
1644
|
-
The runtime of containers. If you select another container runtime, see [How do I select between Docker and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm?spm=a2c63.p38356.b99.440.22563866AJkBgI).
|
|
1676
|
+
The runtime of containers. If you select another container runtime, see [How do I select between Docker and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm?spm=a2c63.p38356.b99.440.22563866AJkBgI). See `runtime` below.
|
|
1645
1677
|
"""
|
|
1646
1678
|
return pulumi.get(self, "runtime")
|
|
1647
1679
|
|
|
@@ -1823,6 +1855,7 @@ class Kubernetes(pulumi.CustomResource):
|
|
|
1823
1855
|
cluster_ca_cert: Optional[pulumi.Input[str]] = None,
|
|
1824
1856
|
cluster_domain: Optional[pulumi.Input[str]] = None,
|
|
1825
1857
|
custom_san: Optional[pulumi.Input[str]] = None,
|
|
1858
|
+
delete_options: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KubernetesDeleteOptionArgs']]]]] = None,
|
|
1826
1859
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
|
1827
1860
|
enable_ssh: Optional[pulumi.Input[bool]] = None,
|
|
1828
1861
|
image_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -1923,6 +1956,7 @@ class Kubernetes(pulumi.CustomResource):
|
|
|
1923
1956
|
*Removed params*
|
|
1924
1957
|
:param pulumi.Input[str] cluster_domain: Cluster local domain name, Default to `cluster.local`. A domain name consists of one or more sections separated by a decimal point (.), each of which is up to 63 characters long, and can be lowercase, numerals, and underscores (-), and must be lowercase or numerals at the beginning and end.
|
|
1925
1958
|
:param pulumi.Input[str] custom_san: Customize the certificate SAN, multiple IP or domain names are separated by English commas (,).
|
|
1959
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KubernetesDeleteOptionArgs']]]] delete_options: Delete options, only work for deleting resource. Make sure you have run `pulumi up` to make the configuration applied. See `delete_options` below.
|
|
1926
1960
|
:param pulumi.Input[bool] deletion_protection: Whether to enable cluster deletion protection.
|
|
1927
1961
|
:param pulumi.Input[bool] enable_ssh: Enable login to the node through SSH. Default to `false`.
|
|
1928
1962
|
:param pulumi.Input[str] image_id: Custom Image support. Must based on CentOS7 or AliyunLinux2.
|
|
@@ -1957,7 +1991,7 @@ class Kubernetes(pulumi.CustomResource):
|
|
|
1957
1991
|
:param pulumi.Input[str] proxy_mode: Proxy mode is option of kube-proxy. options: iptables | ipvs. default: ipvs.
|
|
1958
1992
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] rds_instances: RDS instance list, You can choose which RDS instances whitelist to add instances to.
|
|
1959
1993
|
: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.
|
|
1960
|
-
:param pulumi.Input[pulumi.InputType['KubernetesRuntimeArgs']] runtime: The runtime of containers. If you select another container runtime, see [How do I select between Docker and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm?spm=a2c63.p38356.b99.440.22563866AJkBgI).
|
|
1994
|
+
:param pulumi.Input[pulumi.InputType['KubernetesRuntimeArgs']] runtime: The runtime of containers. If you select another container runtime, see [How do I select between Docker and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm?spm=a2c63.p38356.b99.440.22563866AJkBgI). See `runtime` below.
|
|
1961
1995
|
: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.
|
|
1962
1996
|
:param pulumi.Input[str] service_account_issuer: The issuer of the Service Account token for [Service Account Token Volume Projection](https://www.alibabacloud.com/help/doc-detail/160384.htm), corresponds to the `iss` field in the token payload. Set this to `"https://kubernetes.default.svc"` to enable the Token Volume Projection feature (requires specifying `api_audiences` as well). From cluster version 1.22+, Service Account Token Volume Projection will be enabled by default.
|
|
1963
1997
|
: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.
|
|
@@ -2043,6 +2077,7 @@ class Kubernetes(pulumi.CustomResource):
|
|
|
2043
2077
|
cluster_ca_cert: Optional[pulumi.Input[str]] = None,
|
|
2044
2078
|
cluster_domain: Optional[pulumi.Input[str]] = None,
|
|
2045
2079
|
custom_san: Optional[pulumi.Input[str]] = None,
|
|
2080
|
+
delete_options: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KubernetesDeleteOptionArgs']]]]] = None,
|
|
2046
2081
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
|
2047
2082
|
enable_ssh: Optional[pulumi.Input[bool]] = None,
|
|
2048
2083
|
image_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -2102,6 +2137,7 @@ class Kubernetes(pulumi.CustomResource):
|
|
|
2102
2137
|
__props__.__dict__["cluster_ca_cert"] = cluster_ca_cert
|
|
2103
2138
|
__props__.__dict__["cluster_domain"] = cluster_domain
|
|
2104
2139
|
__props__.__dict__["custom_san"] = custom_san
|
|
2140
|
+
__props__.__dict__["delete_options"] = delete_options
|
|
2105
2141
|
__props__.__dict__["deletion_protection"] = deletion_protection
|
|
2106
2142
|
__props__.__dict__["enable_ssh"] = enable_ssh
|
|
2107
2143
|
__props__.__dict__["image_id"] = image_id
|
|
@@ -2179,6 +2215,7 @@ class Kubernetes(pulumi.CustomResource):
|
|
|
2179
2215
|
cluster_domain: Optional[pulumi.Input[str]] = None,
|
|
2180
2216
|
connections: Optional[pulumi.Input[pulumi.InputType['KubernetesConnectionsArgs']]] = None,
|
|
2181
2217
|
custom_san: Optional[pulumi.Input[str]] = None,
|
|
2218
|
+
delete_options: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KubernetesDeleteOptionArgs']]]]] = None,
|
|
2182
2219
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
|
2183
2220
|
enable_ssh: Optional[pulumi.Input[bool]] = None,
|
|
2184
2221
|
image_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -2249,6 +2286,7 @@ class Kubernetes(pulumi.CustomResource):
|
|
|
2249
2286
|
:param pulumi.Input[str] cluster_domain: Cluster local domain name, Default to `cluster.local`. A domain name consists of one or more sections separated by a decimal point (.), each of which is up to 63 characters long, and can be lowercase, numerals, and underscores (-), and must be lowercase or numerals at the beginning and end.
|
|
2250
2287
|
:param pulumi.Input[pulumi.InputType['KubernetesConnectionsArgs']] connections: (Map) Map of kubernetes cluster connection information.
|
|
2251
2288
|
:param pulumi.Input[str] custom_san: Customize the certificate SAN, multiple IP or domain names are separated by English commas (,).
|
|
2289
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KubernetesDeleteOptionArgs']]]] delete_options: Delete options, only work for deleting resource. Make sure you have run `pulumi up` to make the configuration applied. See `delete_options` below.
|
|
2252
2290
|
:param pulumi.Input[bool] deletion_protection: Whether to enable cluster deletion protection.
|
|
2253
2291
|
:param pulumi.Input[bool] enable_ssh: Enable login to the node through SSH. Default to `false`.
|
|
2254
2292
|
:param pulumi.Input[str] image_id: Custom Image support. Must based on CentOS7 or AliyunLinux2.
|
|
@@ -2285,7 +2323,7 @@ class Kubernetes(pulumi.CustomResource):
|
|
|
2285
2323
|
:param pulumi.Input[str] proxy_mode: Proxy mode is option of kube-proxy. options: iptables | ipvs. default: ipvs.
|
|
2286
2324
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] rds_instances: RDS instance list, You can choose which RDS instances whitelist to add instances to.
|
|
2287
2325
|
: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.
|
|
2288
|
-
:param pulumi.Input[pulumi.InputType['KubernetesRuntimeArgs']] runtime: The runtime of containers. If you select another container runtime, see [How do I select between Docker and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm?spm=a2c63.p38356.b99.440.22563866AJkBgI).
|
|
2326
|
+
:param pulumi.Input[pulumi.InputType['KubernetesRuntimeArgs']] runtime: The runtime of containers. If you select another container runtime, see [How do I select between Docker and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm?spm=a2c63.p38356.b99.440.22563866AJkBgI). See `runtime` below.
|
|
2289
2327
|
: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.
|
|
2290
2328
|
:param pulumi.Input[str] service_account_issuer: The issuer of the Service Account token for [Service Account Token Volume Projection](https://www.alibabacloud.com/help/doc-detail/160384.htm), corresponds to the `iss` field in the token payload. Set this to `"https://kubernetes.default.svc"` to enable the Token Volume Projection feature (requires specifying `api_audiences` as well). From cluster version 1.22+, Service Account Token Volume Projection will be enabled by default.
|
|
2291
2329
|
: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.
|
|
@@ -2318,6 +2356,7 @@ class Kubernetes(pulumi.CustomResource):
|
|
|
2318
2356
|
__props__.__dict__["cluster_domain"] = cluster_domain
|
|
2319
2357
|
__props__.__dict__["connections"] = connections
|
|
2320
2358
|
__props__.__dict__["custom_san"] = custom_san
|
|
2359
|
+
__props__.__dict__["delete_options"] = delete_options
|
|
2321
2360
|
__props__.__dict__["deletion_protection"] = deletion_protection
|
|
2322
2361
|
__props__.__dict__["enable_ssh"] = enable_ssh
|
|
2323
2362
|
__props__.__dict__["image_id"] = image_id
|
|
@@ -2446,6 +2485,14 @@ class Kubernetes(pulumi.CustomResource):
|
|
|
2446
2485
|
"""
|
|
2447
2486
|
return pulumi.get(self, "custom_san")
|
|
2448
2487
|
|
|
2488
|
+
@property
|
|
2489
|
+
@pulumi.getter(name="deleteOptions")
|
|
2490
|
+
def delete_options(self) -> pulumi.Output[Optional[Sequence['outputs.KubernetesDeleteOption']]]:
|
|
2491
|
+
"""
|
|
2492
|
+
Delete options, only work for deleting resource. Make sure you have run `pulumi up` to make the configuration applied. See `delete_options` below.
|
|
2493
|
+
"""
|
|
2494
|
+
return pulumi.get(self, "delete_options")
|
|
2495
|
+
|
|
2449
2496
|
@property
|
|
2450
2497
|
@pulumi.getter(name="deletionProtection")
|
|
2451
2498
|
def deletion_protection(self) -> pulumi.Output[Optional[bool]]:
|
|
@@ -2737,7 +2784,7 @@ class Kubernetes(pulumi.CustomResource):
|
|
|
2737
2784
|
@pulumi.getter
|
|
2738
2785
|
def runtime(self) -> pulumi.Output[Optional['outputs.KubernetesRuntime']]:
|
|
2739
2786
|
"""
|
|
2740
|
-
The runtime of containers. If you select another container runtime, see [How do I select between Docker and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm?spm=a2c63.p38356.b99.440.22563866AJkBgI).
|
|
2787
|
+
The runtime of containers. If you select another container runtime, see [How do I select between Docker and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm?spm=a2c63.p38356.b99.440.22563866AJkBgI). See `runtime` below.
|
|
2741
2788
|
"""
|
|
2742
2789
|
return pulumi.get(self, "runtime")
|
|
2743
2790
|
|
|
@@ -28,6 +28,7 @@ class ManagedKubernetesArgs:
|
|
|
28
28
|
control_plane_log_project: Optional[pulumi.Input[str]] = None,
|
|
29
29
|
control_plane_log_ttl: Optional[pulumi.Input[str]] = None,
|
|
30
30
|
custom_san: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
delete_options: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedKubernetesDeleteOptionArgs']]]] = None,
|
|
31
32
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
|
32
33
|
enable_rrsa: Optional[pulumi.Input[bool]] = None,
|
|
33
34
|
encryption_provider_key: Optional[pulumi.Input[str]] = None,
|
|
@@ -82,6 +83,8 @@ class ManagedKubernetesArgs:
|
|
|
82
83
|
pulumi.set(__self__, "control_plane_log_ttl", control_plane_log_ttl)
|
|
83
84
|
if custom_san is not None:
|
|
84
85
|
pulumi.set(__self__, "custom_san", custom_san)
|
|
86
|
+
if delete_options is not None:
|
|
87
|
+
pulumi.set(__self__, "delete_options", delete_options)
|
|
85
88
|
if deletion_protection is not None:
|
|
86
89
|
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
|
87
90
|
if enable_rrsa is not None:
|
|
@@ -246,6 +249,15 @@ class ManagedKubernetesArgs:
|
|
|
246
249
|
def custom_san(self, value: Optional[pulumi.Input[str]]):
|
|
247
250
|
pulumi.set(self, "custom_san", value)
|
|
248
251
|
|
|
252
|
+
@property
|
|
253
|
+
@pulumi.getter(name="deleteOptions")
|
|
254
|
+
def delete_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedKubernetesDeleteOptionArgs']]]]:
|
|
255
|
+
return pulumi.get(self, "delete_options")
|
|
256
|
+
|
|
257
|
+
@delete_options.setter
|
|
258
|
+
def delete_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedKubernetesDeleteOptionArgs']]]]):
|
|
259
|
+
pulumi.set(self, "delete_options", value)
|
|
260
|
+
|
|
249
261
|
@property
|
|
250
262
|
@pulumi.getter(name="deletionProtection")
|
|
251
263
|
def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
@@ -476,6 +488,7 @@ class _ManagedKubernetesState:
|
|
|
476
488
|
control_plane_log_project: Optional[pulumi.Input[str]] = None,
|
|
477
489
|
control_plane_log_ttl: Optional[pulumi.Input[str]] = None,
|
|
478
490
|
custom_san: Optional[pulumi.Input[str]] = None,
|
|
491
|
+
delete_options: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedKubernetesDeleteOptionArgs']]]] = None,
|
|
479
492
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
|
480
493
|
enable_rrsa: Optional[pulumi.Input[bool]] = None,
|
|
481
494
|
encryption_provider_key: Optional[pulumi.Input[str]] = None,
|
|
@@ -550,6 +563,8 @@ class _ManagedKubernetesState:
|
|
|
550
563
|
pulumi.set(__self__, "control_plane_log_ttl", control_plane_log_ttl)
|
|
551
564
|
if custom_san is not None:
|
|
552
565
|
pulumi.set(__self__, "custom_san", custom_san)
|
|
566
|
+
if delete_options is not None:
|
|
567
|
+
pulumi.set(__self__, "delete_options", delete_options)
|
|
553
568
|
if deletion_protection is not None:
|
|
554
569
|
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
|
555
570
|
if enable_rrsa is not None:
|
|
@@ -745,6 +760,15 @@ class _ManagedKubernetesState:
|
|
|
745
760
|
def custom_san(self, value: Optional[pulumi.Input[str]]):
|
|
746
761
|
pulumi.set(self, "custom_san", value)
|
|
747
762
|
|
|
763
|
+
@property
|
|
764
|
+
@pulumi.getter(name="deleteOptions")
|
|
765
|
+
def delete_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedKubernetesDeleteOptionArgs']]]]:
|
|
766
|
+
return pulumi.get(self, "delete_options")
|
|
767
|
+
|
|
768
|
+
@delete_options.setter
|
|
769
|
+
def delete_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedKubernetesDeleteOptionArgs']]]]):
|
|
770
|
+
pulumi.set(self, "delete_options", value)
|
|
771
|
+
|
|
748
772
|
@property
|
|
749
773
|
@pulumi.getter(name="deletionProtection")
|
|
750
774
|
def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
@@ -1068,6 +1092,7 @@ class ManagedKubernetes(pulumi.CustomResource):
|
|
|
1068
1092
|
control_plane_log_project: Optional[pulumi.Input[str]] = None,
|
|
1069
1093
|
control_plane_log_ttl: Optional[pulumi.Input[str]] = None,
|
|
1070
1094
|
custom_san: Optional[pulumi.Input[str]] = None,
|
|
1095
|
+
delete_options: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagedKubernetesDeleteOptionArgs']]]]] = None,
|
|
1071
1096
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
|
1072
1097
|
enable_rrsa: Optional[pulumi.Input[bool]] = None,
|
|
1073
1098
|
encryption_provider_key: Optional[pulumi.Input[str]] = None,
|
|
@@ -1215,6 +1240,7 @@ class ManagedKubernetes(pulumi.CustomResource):
|
|
|
1215
1240
|
control_plane_log_project: Optional[pulumi.Input[str]] = None,
|
|
1216
1241
|
control_plane_log_ttl: Optional[pulumi.Input[str]] = None,
|
|
1217
1242
|
custom_san: Optional[pulumi.Input[str]] = None,
|
|
1243
|
+
delete_options: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagedKubernetesDeleteOptionArgs']]]]] = None,
|
|
1218
1244
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
|
1219
1245
|
enable_rrsa: Optional[pulumi.Input[bool]] = None,
|
|
1220
1246
|
encryption_provider_key: Optional[pulumi.Input[str]] = None,
|
|
@@ -1259,6 +1285,7 @@ class ManagedKubernetes(pulumi.CustomResource):
|
|
|
1259
1285
|
__props__.__dict__["control_plane_log_project"] = control_plane_log_project
|
|
1260
1286
|
__props__.__dict__["control_plane_log_ttl"] = control_plane_log_ttl
|
|
1261
1287
|
__props__.__dict__["custom_san"] = custom_san
|
|
1288
|
+
__props__.__dict__["delete_options"] = delete_options
|
|
1262
1289
|
__props__.__dict__["deletion_protection"] = deletion_protection
|
|
1263
1290
|
__props__.__dict__["enable_rrsa"] = enable_rrsa
|
|
1264
1291
|
__props__.__dict__["encryption_provider_key"] = encryption_provider_key
|
|
@@ -1317,6 +1344,7 @@ class ManagedKubernetes(pulumi.CustomResource):
|
|
|
1317
1344
|
control_plane_log_project: Optional[pulumi.Input[str]] = None,
|
|
1318
1345
|
control_plane_log_ttl: Optional[pulumi.Input[str]] = None,
|
|
1319
1346
|
custom_san: Optional[pulumi.Input[str]] = None,
|
|
1347
|
+
delete_options: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagedKubernetesDeleteOptionArgs']]]]] = None,
|
|
1320
1348
|
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
|
1321
1349
|
enable_rrsa: Optional[pulumi.Input[bool]] = None,
|
|
1322
1350
|
encryption_provider_key: Optional[pulumi.Input[str]] = None,
|
|
@@ -1387,6 +1415,7 @@ class ManagedKubernetes(pulumi.CustomResource):
|
|
|
1387
1415
|
__props__.__dict__["control_plane_log_project"] = control_plane_log_project
|
|
1388
1416
|
__props__.__dict__["control_plane_log_ttl"] = control_plane_log_ttl
|
|
1389
1417
|
__props__.__dict__["custom_san"] = custom_san
|
|
1418
|
+
__props__.__dict__["delete_options"] = delete_options
|
|
1390
1419
|
__props__.__dict__["deletion_protection"] = deletion_protection
|
|
1391
1420
|
__props__.__dict__["enable_rrsa"] = enable_rrsa
|
|
1392
1421
|
__props__.__dict__["encryption_provider_key"] = encryption_provider_key
|
|
@@ -1500,6 +1529,11 @@ class ManagedKubernetes(pulumi.CustomResource):
|
|
|
1500
1529
|
def custom_san(self) -> pulumi.Output[Optional[str]]:
|
|
1501
1530
|
return pulumi.get(self, "custom_san")
|
|
1502
1531
|
|
|
1532
|
+
@property
|
|
1533
|
+
@pulumi.getter(name="deleteOptions")
|
|
1534
|
+
def delete_options(self) -> pulumi.Output[Optional[Sequence['outputs.ManagedKubernetesDeleteOption']]]:
|
|
1535
|
+
return pulumi.get(self, "delete_options")
|
|
1536
|
+
|
|
1503
1537
|
@property
|
|
1504
1538
|
@pulumi.getter(name="deletionProtection")
|
|
1505
1539
|
def deletion_protection(self) -> pulumi.Output[Optional[bool]]:
|
pulumi_alicloud/cs/node_pool.py
CHANGED
|
@@ -104,6 +104,14 @@ class NodePoolArgs:
|
|
|
104
104
|
:param pulumi.Input[bool] format_disk: After you select this check box, if data disks have been attached to the specified ECS instances and the file system of the last data disk is uninitialized, the system automatically formats the last data disk to ext4 and mounts the data disk to /var/lib/docker and /var/lib/kubelet. The original data on the disk will be cleared. Make sure that you back up data in advance. If no data disk is mounted on the ECS instance, no new data disk will be purchased. Default is `false`.
|
|
105
105
|
:param pulumi.Input[str] image_id: The custom image ID. The system-provided image is used by default.
|
|
106
106
|
:param pulumi.Input[str] image_type: The operating system image type and the `platform` parameter can be selected from the following values:
|
|
107
|
+
- `AliyunLinux` : Alinux2 image.
|
|
108
|
+
- `AliyunLinux3` : Alinux3 image.
|
|
109
|
+
- `AliyunLinux3Arm64` : Alinux3 mirror ARM version.
|
|
110
|
+
- `AliyunLinuxUEFI` : Alinux2 Image UEFI version.
|
|
111
|
+
- `CentOS` : CentOS image.
|
|
112
|
+
- `Windows` : Windows image.
|
|
113
|
+
- `WindowsCore` : WindowsCore image.
|
|
114
|
+
- `ContainerOS` : container-optimized image.
|
|
107
115
|
:param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
|
|
108
116
|
:param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
|
|
109
117
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The instance list. Add existing nodes under the same cluster VPC to the node pool.
|
|
@@ -148,6 +156,9 @@ class NodePoolArgs:
|
|
|
148
156
|
:param pulumi.Input[bool] spot_instance_remedy: Specifies whether to supplement preemptible instances when the number of preemptible instances drops below the specified minimum number. If you set the value to true, Auto Scaling attempts to create a new preemptible instance when the system notifies that an existing preemptible instance is about to be reclaimed. Valid values: `true`: enables the supplementation of preemptible instances. `false`: disables the supplementation of preemptible instances.
|
|
149
157
|
:param pulumi.Input[Sequence[pulumi.Input['NodePoolSpotPriceLimitArgs']]] spot_price_limits: The current single preemptible instance type market price range configuration. See `spot_price_limit` below.
|
|
150
158
|
:param pulumi.Input[str] spot_strategy: The preemptible instance type. Value:
|
|
159
|
+
- `NoSpot` : Non-preemptible instance.
|
|
160
|
+
- `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
|
|
161
|
+
- `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
|
|
151
162
|
:param pulumi.Input[bool] system_disk_bursting_enabled: Specifies whether to enable the burst feature for system disks. Valid values:`true`: enables the burst feature. `false`: disables the burst feature. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
|
|
152
163
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] system_disk_categories: The multi-disk categories of the system disk. When a high-priority disk type cannot be used, Auto Scaling automatically tries to create a system disk with the next priority disk category. Valid values: `cloud`: cloud disk. `cloud_efficiency`: a high-efficiency cloud disk. `cloud_ssd`:SSD cloud disk. `cloud_essd`: ESSD cloud disk.
|
|
153
164
|
:param pulumi.Input[str] system_disk_category: The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`. .
|
|
@@ -155,6 +166,10 @@ class NodePoolArgs:
|
|
|
155
166
|
:param pulumi.Input[bool] system_disk_encrypted: Whether to encrypt the system disk. Value range: `true`: encryption. `false`: Do not encrypt.
|
|
156
167
|
:param pulumi.Input[str] system_disk_kms_key: The ID of the KMS key used by the system disk.
|
|
157
168
|
:param pulumi.Input[str] system_disk_performance_level: The system disk performance of the node takes effect only for the ESSD disk.
|
|
169
|
+
- `PL0`: maximum random read/write IOPS 10000 for a single disk.
|
|
170
|
+
- `PL1`: maximum random read/write IOPS 50000 for a single disk.
|
|
171
|
+
- `PL2`: highest random read/write IOPS 100000 for a single disk.
|
|
172
|
+
- `PL3`: maximum random read/write IOPS 1 million for a single disk.
|
|
158
173
|
:param pulumi.Input[int] system_disk_provisioned_iops: The predefined IOPS of a system disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
|
|
159
174
|
:param pulumi.Input[int] system_disk_size: The system disk category of worker node. Its valid value range [40~500] in GB. Default to `120`.
|
|
160
175
|
:param pulumi.Input[str] system_disk_snapshot_policy_id: The ID of the automatic snapshot policy used by the system disk.
|
|
@@ -496,6 +511,14 @@ class NodePoolArgs:
|
|
|
496
511
|
def image_type(self) -> Optional[pulumi.Input[str]]:
|
|
497
512
|
"""
|
|
498
513
|
The operating system image type and the `platform` parameter can be selected from the following values:
|
|
514
|
+
- `AliyunLinux` : Alinux2 image.
|
|
515
|
+
- `AliyunLinux3` : Alinux3 image.
|
|
516
|
+
- `AliyunLinux3Arm64` : Alinux3 mirror ARM version.
|
|
517
|
+
- `AliyunLinuxUEFI` : Alinux2 Image UEFI version.
|
|
518
|
+
- `CentOS` : CentOS image.
|
|
519
|
+
- `Windows` : Windows image.
|
|
520
|
+
- `WindowsCore` : WindowsCore image.
|
|
521
|
+
- `ContainerOS` : container-optimized image.
|
|
499
522
|
"""
|
|
500
523
|
return pulumi.get(self, "image_type")
|
|
501
524
|
|
|
@@ -992,6 +1015,9 @@ class NodePoolArgs:
|
|
|
992
1015
|
def spot_strategy(self) -> Optional[pulumi.Input[str]]:
|
|
993
1016
|
"""
|
|
994
1017
|
The preemptible instance type. Value:
|
|
1018
|
+
- `NoSpot` : Non-preemptible instance.
|
|
1019
|
+
- `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
|
|
1020
|
+
- `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
|
|
995
1021
|
"""
|
|
996
1022
|
return pulumi.get(self, "spot_strategy")
|
|
997
1023
|
|
|
@@ -1076,6 +1102,10 @@ class NodePoolArgs:
|
|
|
1076
1102
|
def system_disk_performance_level(self) -> Optional[pulumi.Input[str]]:
|
|
1077
1103
|
"""
|
|
1078
1104
|
The system disk performance of the node takes effect only for the ESSD disk.
|
|
1105
|
+
- `PL0`: maximum random read/write IOPS 10000 for a single disk.
|
|
1106
|
+
- `PL1`: maximum random read/write IOPS 50000 for a single disk.
|
|
1107
|
+
- `PL2`: highest random read/write IOPS 100000 for a single disk.
|
|
1108
|
+
- `PL3`: maximum random read/write IOPS 1 million for a single disk.
|
|
1079
1109
|
"""
|
|
1080
1110
|
return pulumi.get(self, "system_disk_performance_level")
|
|
1081
1111
|
|
|
@@ -1283,6 +1313,14 @@ class _NodePoolState:
|
|
|
1283
1313
|
:param pulumi.Input[bool] format_disk: After you select this check box, if data disks have been attached to the specified ECS instances and the file system of the last data disk is uninitialized, the system automatically formats the last data disk to ext4 and mounts the data disk to /var/lib/docker and /var/lib/kubelet. The original data on the disk will be cleared. Make sure that you back up data in advance. If no data disk is mounted on the ECS instance, no new data disk will be purchased. Default is `false`.
|
|
1284
1314
|
:param pulumi.Input[str] image_id: The custom image ID. The system-provided image is used by default.
|
|
1285
1315
|
:param pulumi.Input[str] image_type: The operating system image type and the `platform` parameter can be selected from the following values:
|
|
1316
|
+
- `AliyunLinux` : Alinux2 image.
|
|
1317
|
+
- `AliyunLinux3` : Alinux3 image.
|
|
1318
|
+
- `AliyunLinux3Arm64` : Alinux3 mirror ARM version.
|
|
1319
|
+
- `AliyunLinuxUEFI` : Alinux2 Image UEFI version.
|
|
1320
|
+
- `CentOS` : CentOS image.
|
|
1321
|
+
- `Windows` : Windows image.
|
|
1322
|
+
- `WindowsCore` : WindowsCore image.
|
|
1323
|
+
- `ContainerOS` : container-optimized image.
|
|
1286
1324
|
:param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
|
|
1287
1325
|
:param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
|
|
1288
1326
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
|
|
@@ -1330,6 +1368,9 @@ class _NodePoolState:
|
|
|
1330
1368
|
:param pulumi.Input[bool] spot_instance_remedy: Specifies whether to supplement preemptible instances when the number of preemptible instances drops below the specified minimum number. If you set the value to true, Auto Scaling attempts to create a new preemptible instance when the system notifies that an existing preemptible instance is about to be reclaimed. Valid values: `true`: enables the supplementation of preemptible instances. `false`: disables the supplementation of preemptible instances.
|
|
1331
1369
|
:param pulumi.Input[Sequence[pulumi.Input['NodePoolSpotPriceLimitArgs']]] spot_price_limits: The current single preemptible instance type market price range configuration. See `spot_price_limit` below.
|
|
1332
1370
|
:param pulumi.Input[str] spot_strategy: The preemptible instance type. Value:
|
|
1371
|
+
- `NoSpot` : Non-preemptible instance.
|
|
1372
|
+
- `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
|
|
1373
|
+
- `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
|
|
1333
1374
|
:param pulumi.Input[bool] system_disk_bursting_enabled: Specifies whether to enable the burst feature for system disks. Valid values:`true`: enables the burst feature. `false`: disables the burst feature. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
|
|
1334
1375
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] system_disk_categories: The multi-disk categories of the system disk. When a high-priority disk type cannot be used, Auto Scaling automatically tries to create a system disk with the next priority disk category. Valid values: `cloud`: cloud disk. `cloud_efficiency`: a high-efficiency cloud disk. `cloud_ssd`:SSD cloud disk. `cloud_essd`: ESSD cloud disk.
|
|
1335
1376
|
:param pulumi.Input[str] system_disk_category: The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`. .
|
|
@@ -1337,6 +1378,10 @@ class _NodePoolState:
|
|
|
1337
1378
|
:param pulumi.Input[bool] system_disk_encrypted: Whether to encrypt the system disk. Value range: `true`: encryption. `false`: Do not encrypt.
|
|
1338
1379
|
:param pulumi.Input[str] system_disk_kms_key: The ID of the KMS key used by the system disk.
|
|
1339
1380
|
:param pulumi.Input[str] system_disk_performance_level: The system disk performance of the node takes effect only for the ESSD disk.
|
|
1381
|
+
- `PL0`: maximum random read/write IOPS 10000 for a single disk.
|
|
1382
|
+
- `PL1`: maximum random read/write IOPS 50000 for a single disk.
|
|
1383
|
+
- `PL2`: highest random read/write IOPS 100000 for a single disk.
|
|
1384
|
+
- `PL3`: maximum random read/write IOPS 1 million for a single disk.
|
|
1340
1385
|
:param pulumi.Input[int] system_disk_provisioned_iops: The predefined IOPS of a system disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
|
|
1341
1386
|
:param pulumi.Input[int] system_disk_size: The system disk category of worker node. Its valid value range [40~500] in GB. Default to `120`.
|
|
1342
1387
|
:param pulumi.Input[str] system_disk_snapshot_policy_id: The ID of the automatic snapshot policy used by the system disk.
|
|
@@ -1662,6 +1707,14 @@ class _NodePoolState:
|
|
|
1662
1707
|
def image_type(self) -> Optional[pulumi.Input[str]]:
|
|
1663
1708
|
"""
|
|
1664
1709
|
The operating system image type and the `platform` parameter can be selected from the following values:
|
|
1710
|
+
- `AliyunLinux` : Alinux2 image.
|
|
1711
|
+
- `AliyunLinux3` : Alinux3 image.
|
|
1712
|
+
- `AliyunLinux3Arm64` : Alinux3 mirror ARM version.
|
|
1713
|
+
- `AliyunLinuxUEFI` : Alinux2 Image UEFI version.
|
|
1714
|
+
- `CentOS` : CentOS image.
|
|
1715
|
+
- `Windows` : Windows image.
|
|
1716
|
+
- `WindowsCore` : WindowsCore image.
|
|
1717
|
+
- `ContainerOS` : container-optimized image.
|
|
1665
1718
|
"""
|
|
1666
1719
|
return pulumi.get(self, "image_type")
|
|
1667
1720
|
|
|
@@ -2194,6 +2247,9 @@ class _NodePoolState:
|
|
|
2194
2247
|
def spot_strategy(self) -> Optional[pulumi.Input[str]]:
|
|
2195
2248
|
"""
|
|
2196
2249
|
The preemptible instance type. Value:
|
|
2250
|
+
- `NoSpot` : Non-preemptible instance.
|
|
2251
|
+
- `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
|
|
2252
|
+
- `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
|
|
2197
2253
|
"""
|
|
2198
2254
|
return pulumi.get(self, "spot_strategy")
|
|
2199
2255
|
|
|
@@ -2278,6 +2334,10 @@ class _NodePoolState:
|
|
|
2278
2334
|
def system_disk_performance_level(self) -> Optional[pulumi.Input[str]]:
|
|
2279
2335
|
"""
|
|
2280
2336
|
The system disk performance of the node takes effect only for the ESSD disk.
|
|
2337
|
+
- `PL0`: maximum random read/write IOPS 10000 for a single disk.
|
|
2338
|
+
- `PL1`: maximum random read/write IOPS 50000 for a single disk.
|
|
2339
|
+
- `PL2`: highest random read/write IOPS 100000 for a single disk.
|
|
2340
|
+
- `PL3`: maximum random read/write IOPS 1 million for a single disk.
|
|
2281
2341
|
"""
|
|
2282
2342
|
return pulumi.get(self, "system_disk_performance_level")
|
|
2283
2343
|
|
|
@@ -2511,6 +2571,14 @@ class NodePool(pulumi.CustomResource):
|
|
|
2511
2571
|
:param pulumi.Input[bool] format_disk: After you select this check box, if data disks have been attached to the specified ECS instances and the file system of the last data disk is uninitialized, the system automatically formats the last data disk to ext4 and mounts the data disk to /var/lib/docker and /var/lib/kubelet. The original data on the disk will be cleared. Make sure that you back up data in advance. If no data disk is mounted on the ECS instance, no new data disk will be purchased. Default is `false`.
|
|
2512
2572
|
:param pulumi.Input[str] image_id: The custom image ID. The system-provided image is used by default.
|
|
2513
2573
|
:param pulumi.Input[str] image_type: The operating system image type and the `platform` parameter can be selected from the following values:
|
|
2574
|
+
- `AliyunLinux` : Alinux2 image.
|
|
2575
|
+
- `AliyunLinux3` : Alinux3 image.
|
|
2576
|
+
- `AliyunLinux3Arm64` : Alinux3 mirror ARM version.
|
|
2577
|
+
- `AliyunLinuxUEFI` : Alinux2 Image UEFI version.
|
|
2578
|
+
- `CentOS` : CentOS image.
|
|
2579
|
+
- `Windows` : Windows image.
|
|
2580
|
+
- `WindowsCore` : WindowsCore image.
|
|
2581
|
+
- `ContainerOS` : container-optimized image.
|
|
2514
2582
|
:param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
|
|
2515
2583
|
:param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
|
|
2516
2584
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
|
|
@@ -2556,6 +2624,9 @@ class NodePool(pulumi.CustomResource):
|
|
|
2556
2624
|
:param pulumi.Input[bool] spot_instance_remedy: Specifies whether to supplement preemptible instances when the number of preemptible instances drops below the specified minimum number. If you set the value to true, Auto Scaling attempts to create a new preemptible instance when the system notifies that an existing preemptible instance is about to be reclaimed. Valid values: `true`: enables the supplementation of preemptible instances. `false`: disables the supplementation of preemptible instances.
|
|
2557
2625
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NodePoolSpotPriceLimitArgs']]]] spot_price_limits: The current single preemptible instance type market price range configuration. See `spot_price_limit` below.
|
|
2558
2626
|
:param pulumi.Input[str] spot_strategy: The preemptible instance type. Value:
|
|
2627
|
+
- `NoSpot` : Non-preemptible instance.
|
|
2628
|
+
- `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
|
|
2629
|
+
- `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
|
|
2559
2630
|
:param pulumi.Input[bool] system_disk_bursting_enabled: Specifies whether to enable the burst feature for system disks. Valid values:`true`: enables the burst feature. `false`: disables the burst feature. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
|
|
2560
2631
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] system_disk_categories: The multi-disk categories of the system disk. When a high-priority disk type cannot be used, Auto Scaling automatically tries to create a system disk with the next priority disk category. Valid values: `cloud`: cloud disk. `cloud_efficiency`: a high-efficiency cloud disk. `cloud_ssd`:SSD cloud disk. `cloud_essd`: ESSD cloud disk.
|
|
2561
2632
|
:param pulumi.Input[str] system_disk_category: The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`. .
|
|
@@ -2563,6 +2634,10 @@ class NodePool(pulumi.CustomResource):
|
|
|
2563
2634
|
:param pulumi.Input[bool] system_disk_encrypted: Whether to encrypt the system disk. Value range: `true`: encryption. `false`: Do not encrypt.
|
|
2564
2635
|
:param pulumi.Input[str] system_disk_kms_key: The ID of the KMS key used by the system disk.
|
|
2565
2636
|
:param pulumi.Input[str] system_disk_performance_level: The system disk performance of the node takes effect only for the ESSD disk.
|
|
2637
|
+
- `PL0`: maximum random read/write IOPS 10000 for a single disk.
|
|
2638
|
+
- `PL1`: maximum random read/write IOPS 50000 for a single disk.
|
|
2639
|
+
- `PL2`: highest random read/write IOPS 100000 for a single disk.
|
|
2640
|
+
- `PL3`: maximum random read/write IOPS 1 million for a single disk.
|
|
2566
2641
|
:param pulumi.Input[int] system_disk_provisioned_iops: The predefined IOPS of a system disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
|
|
2567
2642
|
:param pulumi.Input[int] system_disk_size: The system disk category of worker node. Its valid value range [40~500] in GB. Default to `120`.
|
|
2568
2643
|
:param pulumi.Input[str] system_disk_snapshot_policy_id: The ID of the automatic snapshot policy used by the system disk.
|
|
@@ -2872,6 +2947,14 @@ class NodePool(pulumi.CustomResource):
|
|
|
2872
2947
|
:param pulumi.Input[bool] format_disk: After you select this check box, if data disks have been attached to the specified ECS instances and the file system of the last data disk is uninitialized, the system automatically formats the last data disk to ext4 and mounts the data disk to /var/lib/docker and /var/lib/kubelet. The original data on the disk will be cleared. Make sure that you back up data in advance. If no data disk is mounted on the ECS instance, no new data disk will be purchased. Default is `false`.
|
|
2873
2948
|
:param pulumi.Input[str] image_id: The custom image ID. The system-provided image is used by default.
|
|
2874
2949
|
:param pulumi.Input[str] image_type: The operating system image type and the `platform` parameter can be selected from the following values:
|
|
2950
|
+
- `AliyunLinux` : Alinux2 image.
|
|
2951
|
+
- `AliyunLinux3` : Alinux3 image.
|
|
2952
|
+
- `AliyunLinux3Arm64` : Alinux3 mirror ARM version.
|
|
2953
|
+
- `AliyunLinuxUEFI` : Alinux2 Image UEFI version.
|
|
2954
|
+
- `CentOS` : CentOS image.
|
|
2955
|
+
- `Windows` : Windows image.
|
|
2956
|
+
- `WindowsCore` : WindowsCore image.
|
|
2957
|
+
- `ContainerOS` : container-optimized image.
|
|
2875
2958
|
:param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
|
|
2876
2959
|
:param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
|
|
2877
2960
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
|
|
@@ -2919,6 +3002,9 @@ class NodePool(pulumi.CustomResource):
|
|
|
2919
3002
|
:param pulumi.Input[bool] spot_instance_remedy: Specifies whether to supplement preemptible instances when the number of preemptible instances drops below the specified minimum number. If you set the value to true, Auto Scaling attempts to create a new preemptible instance when the system notifies that an existing preemptible instance is about to be reclaimed. Valid values: `true`: enables the supplementation of preemptible instances. `false`: disables the supplementation of preemptible instances.
|
|
2920
3003
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['NodePoolSpotPriceLimitArgs']]]] spot_price_limits: The current single preemptible instance type market price range configuration. See `spot_price_limit` below.
|
|
2921
3004
|
:param pulumi.Input[str] spot_strategy: The preemptible instance type. Value:
|
|
3005
|
+
- `NoSpot` : Non-preemptible instance.
|
|
3006
|
+
- `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
|
|
3007
|
+
- `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
|
|
2922
3008
|
:param pulumi.Input[bool] system_disk_bursting_enabled: Specifies whether to enable the burst feature for system disks. Valid values:`true`: enables the burst feature. `false`: disables the burst feature. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
|
|
2923
3009
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] system_disk_categories: The multi-disk categories of the system disk. When a high-priority disk type cannot be used, Auto Scaling automatically tries to create a system disk with the next priority disk category. Valid values: `cloud`: cloud disk. `cloud_efficiency`: a high-efficiency cloud disk. `cloud_ssd`:SSD cloud disk. `cloud_essd`: ESSD cloud disk.
|
|
2924
3010
|
:param pulumi.Input[str] system_disk_category: The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`. .
|
|
@@ -2926,6 +3012,10 @@ class NodePool(pulumi.CustomResource):
|
|
|
2926
3012
|
:param pulumi.Input[bool] system_disk_encrypted: Whether to encrypt the system disk. Value range: `true`: encryption. `false`: Do not encrypt.
|
|
2927
3013
|
:param pulumi.Input[str] system_disk_kms_key: The ID of the KMS key used by the system disk.
|
|
2928
3014
|
:param pulumi.Input[str] system_disk_performance_level: The system disk performance of the node takes effect only for the ESSD disk.
|
|
3015
|
+
- `PL0`: maximum random read/write IOPS 10000 for a single disk.
|
|
3016
|
+
- `PL1`: maximum random read/write IOPS 50000 for a single disk.
|
|
3017
|
+
- `PL2`: highest random read/write IOPS 100000 for a single disk.
|
|
3018
|
+
- `PL3`: maximum random read/write IOPS 1 million for a single disk.
|
|
2929
3019
|
:param pulumi.Input[int] system_disk_provisioned_iops: The predefined IOPS of a system disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
|
|
2930
3020
|
:param pulumi.Input[int] system_disk_size: The system disk category of worker node. Its valid value range [40~500] in GB. Default to `120`.
|
|
2931
3021
|
:param pulumi.Input[str] system_disk_snapshot_policy_id: The ID of the automatic snapshot policy used by the system disk.
|
|
@@ -3120,6 +3210,14 @@ class NodePool(pulumi.CustomResource):
|
|
|
3120
3210
|
def image_type(self) -> pulumi.Output[str]:
|
|
3121
3211
|
"""
|
|
3122
3212
|
The operating system image type and the `platform` parameter can be selected from the following values:
|
|
3213
|
+
- `AliyunLinux` : Alinux2 image.
|
|
3214
|
+
- `AliyunLinux3` : Alinux3 image.
|
|
3215
|
+
- `AliyunLinux3Arm64` : Alinux3 mirror ARM version.
|
|
3216
|
+
- `AliyunLinuxUEFI` : Alinux2 Image UEFI version.
|
|
3217
|
+
- `CentOS` : CentOS image.
|
|
3218
|
+
- `Windows` : Windows image.
|
|
3219
|
+
- `WindowsCore` : WindowsCore image.
|
|
3220
|
+
- `ContainerOS` : container-optimized image.
|
|
3123
3221
|
"""
|
|
3124
3222
|
return pulumi.get(self, "image_type")
|
|
3125
3223
|
|
|
@@ -3480,6 +3578,9 @@ class NodePool(pulumi.CustomResource):
|
|
|
3480
3578
|
def spot_strategy(self) -> pulumi.Output[str]:
|
|
3481
3579
|
"""
|
|
3482
3580
|
The preemptible instance type. Value:
|
|
3581
|
+
- `NoSpot` : Non-preemptible instance.
|
|
3582
|
+
- `SpotWithPriceLimit` : Set the upper limit of the preemptible instance price.
|
|
3583
|
+
- `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
|
|
3483
3584
|
"""
|
|
3484
3585
|
return pulumi.get(self, "spot_strategy")
|
|
3485
3586
|
|
|
@@ -3536,6 +3637,10 @@ class NodePool(pulumi.CustomResource):
|
|
|
3536
3637
|
def system_disk_performance_level(self) -> pulumi.Output[Optional[str]]:
|
|
3537
3638
|
"""
|
|
3538
3639
|
The system disk performance of the node takes effect only for the ESSD disk.
|
|
3640
|
+
- `PL0`: maximum random read/write IOPS 10000 for a single disk.
|
|
3641
|
+
- `PL1`: maximum random read/write IOPS 50000 for a single disk.
|
|
3642
|
+
- `PL2`: highest random read/write IOPS 100000 for a single disk.
|
|
3643
|
+
- `PL3`: maximum random read/write IOPS 1 million for a single disk.
|
|
3539
3644
|
"""
|
|
3540
3645
|
return pulumi.get(self, "system_disk_performance_level")
|
|
3541
3646
|
|