pulumi-alicloud 3.74.0a1737782319__py3-none-any.whl → 3.75.0__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.

Potentially problematic release.


This version of pulumi-alicloud might be problematic. Click here for more details.

Files changed (197) hide show
  1. pulumi_alicloud/__init__.py +310 -0
  2. pulumi_alicloud/_inputs.py +33 -0
  3. pulumi_alicloud/_utilities.py +8 -4
  4. pulumi_alicloud/ackone/__init__.py +1 -0
  5. pulumi_alicloud/ackone/cluster.py +73 -8
  6. pulumi_alicloud/ackone/membership_attachment.py +223 -0
  7. pulumi_alicloud/alb/__init__.py +1 -0
  8. pulumi_alicloud/alb/_inputs.py +1109 -246
  9. pulumi_alicloud/alb/get_server_groups.py +55 -25
  10. pulumi_alicloud/alb/listener.py +269 -174
  11. pulumi_alicloud/alb/load_balancer.py +211 -118
  12. pulumi_alicloud/alb/load_balancer_security_group_attachment.py +69 -22
  13. pulumi_alicloud/alb/load_balancer_zone_shifted_attachment.py +303 -0
  14. pulumi_alicloud/alb/outputs.py +856 -220
  15. pulumi_alicloud/alb/server_group.py +661 -96
  16. pulumi_alicloud/aligreen/audit_callback.py +2 -2
  17. pulumi_alicloud/aligreen/biz_type.py +2 -2
  18. pulumi_alicloud/aligreen/callback.py +2 -2
  19. pulumi_alicloud/aligreen/image_lib.py +2 -2
  20. pulumi_alicloud/aligreen/keyword_lib.py +2 -2
  21. pulumi_alicloud/aligreen/oss_stock_task.py +77 -14
  22. pulumi_alicloud/apigateway/instance.py +51 -4
  23. pulumi_alicloud/cen/_inputs.py +34 -0
  24. pulumi_alicloud/cen/outputs.py +37 -0
  25. pulumi_alicloud/cen/transit_router_multicast_domain.py +123 -36
  26. pulumi_alicloud/cfg/aggregate_compliance_pack.py +6 -4
  27. pulumi_alicloud/cfg/aggregate_config_rule.py +6 -4
  28. pulumi_alicloud/cfg/aggregator.py +6 -4
  29. pulumi_alicloud/cloudcontrol/get_prices.py +2 -2
  30. pulumi_alicloud/cloudcontrol/get_products.py +2 -2
  31. pulumi_alicloud/cloudcontrol/get_resource_types.py +2 -2
  32. pulumi_alicloud/cloudcontrol/resource.py +2 -2
  33. pulumi_alicloud/cloudfirewall/__init__.py +2 -0
  34. pulumi_alicloud/cloudfirewall/get_nat_firewalls.py +315 -0
  35. pulumi_alicloud/cloudfirewall/get_vpc_cen_tr_firewalls.py +569 -0
  36. pulumi_alicloud/cloudfirewall/outputs.py +362 -0
  37. pulumi_alicloud/cloudphone/__init__.py +12 -0
  38. pulumi_alicloud/cloudphone/_inputs.py +175 -0
  39. pulumi_alicloud/cloudphone/image.py +323 -0
  40. pulumi_alicloud/cloudphone/key_pair.py +294 -0
  41. pulumi_alicloud/cloudphone/outputs.py +138 -0
  42. pulumi_alicloud/cloudphone/policy.py +522 -0
  43. pulumi_alicloud/cloudphoneinstance/__init__.py +9 -0
  44. pulumi_alicloud/cloudphoneinstance/cloud_phone_instance.py +209 -0
  45. pulumi_alicloud/cloudphoneinstance/group.py +961 -0
  46. pulumi_alicloud/cms/get_site_monitors.py +2 -2
  47. pulumi_alicloud/config/outputs.py +20 -0
  48. pulumi_alicloud/cs/_inputs.py +358 -10
  49. pulumi_alicloud/cs/get_kubernetes_clusters.py +5 -4
  50. pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +5 -4
  51. pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +5 -4
  52. pulumi_alicloud/cs/kubernetes.py +15 -15
  53. pulumi_alicloud/cs/managed_kubernetes.py +47 -35
  54. pulumi_alicloud/cs/node_pool.py +126 -23
  55. pulumi_alicloud/cs/outputs.py +271 -7
  56. pulumi_alicloud/ddos/ddos_bgp_instance.py +0 -4
  57. pulumi_alicloud/dfs/file_system.py +62 -23
  58. pulumi_alicloud/dfs/mount_point.py +48 -22
  59. pulumi_alicloud/dfs/vsc_mount_point.py +28 -28
  60. pulumi_alicloud/dns/ddos_bgp_instance.py +0 -4
  61. pulumi_alicloud/ebs/replica_group_drill.py +2 -2
  62. pulumi_alicloud/ebs/replica_pair_drill.py +2 -2
  63. pulumi_alicloud/ecs/ecs_deployment_set.py +89 -67
  64. pulumi_alicloud/ecs/eip.py +1 -1
  65. pulumi_alicloud/ecs/eip_address.py +1 -1
  66. pulumi_alicloud/ecs/instance.py +43 -30
  67. pulumi_alicloud/eds/command.py +10 -2
  68. pulumi_alicloud/emrv2/__init__.py +1 -0
  69. pulumi_alicloud/emrv2/_inputs.py +47 -7
  70. pulumi_alicloud/emrv2/get_cluster_instances.py +537 -0
  71. pulumi_alicloud/emrv2/outputs.py +195 -5
  72. pulumi_alicloud/ens/instance_security_group_attachment.py +8 -4
  73. pulumi_alicloud/ens/nat_gateway.py +6 -6
  74. pulumi_alicloud/ens/vswitch.py +36 -36
  75. pulumi_alicloud/esa/__init__.py +22 -0
  76. pulumi_alicloud/esa/_inputs.py +512 -0
  77. pulumi_alicloud/esa/cache_rule.py +1405 -0
  78. pulumi_alicloud/esa/certificate.py +724 -0
  79. pulumi_alicloud/esa/client_ca_certificate.py +388 -0
  80. pulumi_alicloud/esa/client_certificate.py +452 -0
  81. pulumi_alicloud/esa/compression_rule.py +582 -0
  82. pulumi_alicloud/esa/get_sites.py +421 -0
  83. pulumi_alicloud/esa/http_request_header_modification_rule.py +531 -0
  84. pulumi_alicloud/esa/http_response_header_modification_rule.py +560 -0
  85. pulumi_alicloud/esa/https_application_configuration.py +925 -0
  86. pulumi_alicloud/esa/https_basic_configuration.py +1027 -0
  87. pulumi_alicloud/esa/image_transform.py +484 -0
  88. pulumi_alicloud/esa/kv_namespace.py +276 -0
  89. pulumi_alicloud/esa/list.py +361 -0
  90. pulumi_alicloud/esa/network_optimization.py +750 -0
  91. pulumi_alicloud/esa/origin_pool.py +485 -0
  92. pulumi_alicloud/esa/origin_rule.py +768 -0
  93. pulumi_alicloud/esa/outputs.py +473 -0
  94. pulumi_alicloud/esa/page.py +376 -0
  95. pulumi_alicloud/esa/rate_plan_instance.py +63 -7
  96. pulumi_alicloud/esa/record.py +2 -2
  97. pulumi_alicloud/esa/redirect_rule.py +734 -0
  98. pulumi_alicloud/esa/rewrite_url_rule.py +702 -0
  99. pulumi_alicloud/esa/site.py +307 -2
  100. pulumi_alicloud/esa/waiting_room.py +1257 -0
  101. pulumi_alicloud/esa/waiting_room_event.py +1392 -0
  102. pulumi_alicloud/esa/waiting_room_rule.py +504 -0
  103. pulumi_alicloud/ess/get_scaling_groups.py +64 -10
  104. pulumi_alicloud/ess/get_scaling_rules.py +74 -10
  105. pulumi_alicloud/ess/outputs.py +357 -17
  106. pulumi_alicloud/ess/scaling_configuration.py +7 -7
  107. pulumi_alicloud/eventbridge/get_service.py +2 -6
  108. pulumi_alicloud/expressconnect/ec_failover_test_job.py +0 -2
  109. pulumi_alicloud/expressconnect/vbr_pconn_association.py +2 -2
  110. pulumi_alicloud/fc/_inputs.py +75 -75
  111. pulumi_alicloud/fc/outputs.py +50 -50
  112. pulumi_alicloud/fc/v3_function.py +53 -6
  113. pulumi_alicloud/ga/get_basic_accelerators.py +31 -9
  114. pulumi_alicloud/ga/outputs.py +10 -4
  115. pulumi_alicloud/gpdb/db_resource_group.py +6 -6
  116. pulumi_alicloud/gpdb/external_data_service.py +6 -6
  117. pulumi_alicloud/gpdb/streaming_data_service.py +2 -2
  118. pulumi_alicloud/hbr/policy.py +67 -6
  119. pulumi_alicloud/hbr/vault.py +210 -9
  120. pulumi_alicloud/kms/__init__.py +1 -0
  121. pulumi_alicloud/kms/get_instances.py +160 -0
  122. pulumi_alicloud/kms/get_keys.py +10 -0
  123. pulumi_alicloud/kms/instance.py +0 -60
  124. pulumi_alicloud/kms/outputs.py +19 -0
  125. pulumi_alicloud/maxcompute/__init__.py +5 -0
  126. pulumi_alicloud/maxcompute/_inputs.py +615 -42
  127. pulumi_alicloud/maxcompute/outputs.py +486 -28
  128. pulumi_alicloud/maxcompute/project.py +63 -31
  129. pulumi_alicloud/maxcompute/quota_plan.py +412 -0
  130. pulumi_alicloud/maxcompute/quota_schedule.py +260 -0
  131. pulumi_alicloud/maxcompute/role.py +423 -0
  132. pulumi_alicloud/maxcompute/role_user_attachment.py +368 -0
  133. pulumi_alicloud/maxcompute/tunnel_quota_timer.py +287 -0
  134. pulumi_alicloud/message/__init__.py +3 -0
  135. pulumi_alicloud/message/_inputs.py +149 -0
  136. pulumi_alicloud/message/outputs.py +112 -0
  137. pulumi_alicloud/message/service_endpoint.py +218 -0
  138. pulumi_alicloud/message/service_endpoint_acl.py +306 -0
  139. pulumi_alicloud/message/service_queue.py +49 -0
  140. pulumi_alicloud/message/service_subscription.py +91 -14
  141. pulumi_alicloud/mse/nacos_config.py +4 -0
  142. pulumi_alicloud/nlb/_inputs.py +114 -24
  143. pulumi_alicloud/nlb/listener.py +87 -20
  144. pulumi_alicloud/nlb/outputs.py +93 -16
  145. pulumi_alicloud/nlb/server_group.py +55 -20
  146. pulumi_alicloud/ots/_inputs.py +3 -3
  147. pulumi_alicloud/ots/outputs.py +2 -2
  148. pulumi_alicloud/pai/workspace_code_source.py +2 -2
  149. pulumi_alicloud/pai/workspace_dataset.py +2 -2
  150. pulumi_alicloud/pai/workspace_datasetversion.py +2 -4
  151. pulumi_alicloud/pai/workspace_experiment.py +2 -2
  152. pulumi_alicloud/pai/workspace_run.py +2 -2
  153. pulumi_alicloud/pai/workspace_workspace.py +2 -2
  154. pulumi_alicloud/privatelink/get_vpc_endpoints.py +21 -1
  155. pulumi_alicloud/privatelink/outputs.py +11 -0
  156. pulumi_alicloud/privatelink/vpc_endpoint.py +1 -1
  157. pulumi_alicloud/pulumi-plugin.json +1 -1
  158. pulumi_alicloud/ram/access_key.py +20 -4
  159. pulumi_alicloud/ram/user.py +10 -2
  160. pulumi_alicloud/rds/instance.py +75 -0
  161. pulumi_alicloud/simpleapplicationserver/get_server_plans.py +7 -7
  162. pulumi_alicloud/simpleapplicationserver/outputs.py +3 -3
  163. pulumi_alicloud/tag/__init__.py +1 -0
  164. pulumi_alicloud/tag/associated_rule.py +306 -0
  165. pulumi_alicloud/tag/policy.py +27 -36
  166. pulumi_alicloud/vpc/__init__.py +2 -0
  167. pulumi_alicloud/vpc/common_bandwith_package.py +107 -44
  168. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +2 -2
  169. pulumi_alicloud/vpc/flow_log.py +184 -49
  170. pulumi_alicloud/vpc/forward_entry.py +8 -4
  171. pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +38 -2
  172. pulumi_alicloud/vpc/get_forward_entries.py +2 -2
  173. pulumi_alicloud/vpc/get_ipsec_servers.py +14 -2
  174. pulumi_alicloud/vpc/get_nat_gateways.py +48 -2
  175. pulumi_alicloud/vpc/get_prefix_lists.py +11 -2
  176. pulumi_alicloud/vpc/get_snat_entries.py +5 -2
  177. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +14 -2
  178. pulumi_alicloud/vpc/ipam_ipam.py +2 -9
  179. pulumi_alicloud/vpc/ipam_ipam_pool.py +49 -30
  180. pulumi_alicloud/vpc/ipam_ipam_pool_allocation.py +6 -16
  181. pulumi_alicloud/vpc/ipam_ipam_pool_cidr.py +2 -2
  182. pulumi_alicloud/vpc/ipam_ipam_resource_discovery.py +489 -0
  183. pulumi_alicloud/vpc/ipam_ipam_scope.py +49 -9
  184. pulumi_alicloud/vpc/ipam_service.py +144 -0
  185. pulumi_alicloud/vpc/ipv4_cidr_block.py +162 -51
  186. pulumi_alicloud/vpc/nat_gateway.py +8 -0
  187. pulumi_alicloud/vpc/outputs.py +12 -2
  188. pulumi_alicloud/vpc/router_interface_connection.py +4 -4
  189. pulumi_alicloud/vpc/traffic_mirror_filter.py +2 -2
  190. pulumi_alicloud/vpn/get_gateway_vco_routes.py +11 -2
  191. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +11 -2
  192. pulumi_alicloud/vpn/get_gateways.py +21 -1
  193. pulumi_alicloud/vpn/outputs.py +23 -12
  194. {pulumi_alicloud-3.74.0a1737782319.dist-info → pulumi_alicloud-3.75.0.dist-info}/METADATA +1 -1
  195. {pulumi_alicloud-3.74.0a1737782319.dist-info → pulumi_alicloud-3.75.0.dist-info}/RECORD +197 -149
  196. {pulumi_alicloud-3.74.0a1737782319.dist-info → pulumi_alicloud-3.75.0.dist-info}/WHEEL +1 -1
  197. {pulumi_alicloud-3.74.0a1737782319.dist-info → pulumi_alicloud-3.75.0.dist-info}/top_level.txt +0 -0
@@ -43,6 +43,8 @@ __all__ = [
43
43
  'ManagedKubernetesRrsaMetadata',
44
44
  'NodePoolDataDisk',
45
45
  'NodePoolKubeletConfiguration',
46
+ 'NodePoolKubeletConfigurationReservedMemory',
47
+ 'NodePoolKubeletConfigurationTracing',
46
48
  'NodePoolLabel',
47
49
  'NodePoolManagement',
48
50
  'NodePoolManagementAutoRepairPolicy',
@@ -1904,12 +1906,12 @@ class NodePoolDataDisk(dict):
1904
1906
  :param str auto_format: Whether to automatically mount the data disk. Valid values: true and false.
1905
1907
  :param str auto_snapshot_policy_id: The ID of the automatic snapshot policy that you want to apply to the system disk.
1906
1908
  :param bool bursting_enabled: Whether the data disk is enabled with Burst (performance Burst). This is configured when the disk type is cloud_auto.
1907
- :param str category: The type of the data disks. Valid values:`cloud`, `cloud_efficiency`, `cloud_ssd`, `cloud_essd`, `cloud_auto`.
1909
+ :param str category: The type of data disk. Default value: `cloud_efficiency`. Valid values:
1908
1910
  :param str device: The mount target of data disk N. Valid values of N: 1 to 16. If you do not specify this parameter, the system automatically assigns a mount target when Auto Scaling creates ECS instances. The name of the mount target ranges from /dev/xvdb to /dev/xvdz.
1909
1911
  :param str encrypted: Specifies whether to encrypt data disks. Valid values: true and false. Default to `false`.
1910
- :param str file_system: The Mount path. Works when auto_format is true.
1912
+ :param str file_system: The type of the mounted file system. Works when auto_format is true. Optional value: `ext4`, `xfs`.
1911
1913
  :param str kms_key_id: The kms key id used to encrypt the data disk. It takes effect when `encrypted` is true.
1912
- :param str mount_target: The type of the mounted file system. Works when auto_format is true. Optional value: `ext4`, `xfs`.
1914
+ :param str mount_target: The Mount path. Works when auto_format is true.
1913
1915
  :param str name: The length is 2~128 English or Chinese characters. It must start with an uppercase or lowr letter or a Chinese character and cannot start with http:// or https. Can contain numbers, colons (:), underscores (_), or dashes (-). It will be overwritten if auto_format is set.
1914
1916
  :param str performance_level: Worker node data disk performance level, when `category` values `cloud_essd`, the optional values are `PL0`, `PL1`, `PL2` or `PL3`, but the specific performance level is related to the disk capacity. For more information, see [Enhanced SSDs](https://www.alibabacloud.com/help/doc-detail/122389.htm). Default is `PL1`.
1915
1917
  :param int provisioned_iops: The read/write IOPS preconfigured for the data disk, which is configured when the disk type is cloud_auto.
@@ -1973,7 +1975,7 @@ class NodePoolDataDisk(dict):
1973
1975
  @pulumi.getter
1974
1976
  def category(self) -> Optional[str]:
1975
1977
  """
1976
- The type of the data disks. Valid values:`cloud`, `cloud_efficiency`, `cloud_ssd`, `cloud_essd`, `cloud_auto`.
1978
+ The type of data disk. Default value: `cloud_efficiency`. Valid values:
1977
1979
  """
1978
1980
  return pulumi.get(self, "category")
1979
1981
 
@@ -1997,7 +1999,7 @@ class NodePoolDataDisk(dict):
1997
1999
  @pulumi.getter(name="fileSystem")
1998
2000
  def file_system(self) -> Optional[str]:
1999
2001
  """
2000
- The Mount path. Works when auto_format is true.
2002
+ The type of the mounted file system. Works when auto_format is true. Optional value: `ext4`, `xfs`.
2001
2003
  """
2002
2004
  return pulumi.get(self, "file_system")
2003
2005
 
@@ -2013,7 +2015,7 @@ class NodePoolDataDisk(dict):
2013
2015
  @pulumi.getter(name="mountTarget")
2014
2016
  def mount_target(self) -> Optional[str]:
2015
2017
  """
2016
- The type of the mounted file system. Works when auto_format is true. Optional value: `ext4`, `xfs`.
2018
+ The Mount path. Works when auto_format is true.
2017
2019
  """
2018
2020
  return pulumi.get(self, "mount_target")
2019
2021
 
@@ -2065,10 +2067,20 @@ class NodePoolKubeletConfiguration(dict):
2065
2067
  suggest = None
2066
2068
  if key == "allowedUnsafeSysctls":
2067
2069
  suggest = "allowed_unsafe_sysctls"
2070
+ elif key == "clusterDns":
2071
+ suggest = "cluster_dns"
2068
2072
  elif key == "containerLogMaxFiles":
2069
2073
  suggest = "container_log_max_files"
2070
2074
  elif key == "containerLogMaxSize":
2071
2075
  suggest = "container_log_max_size"
2076
+ elif key == "containerLogMaxWorkers":
2077
+ suggest = "container_log_max_workers"
2078
+ elif key == "containerLogMonitorInterval":
2079
+ suggest = "container_log_monitor_interval"
2080
+ elif key == "cpuCfsQuota":
2081
+ suggest = "cpu_cfs_quota"
2082
+ elif key == "cpuCfsQuotaPeriod":
2083
+ suggest = "cpu_cfs_quota_period"
2072
2084
  elif key == "cpuManagerPolicy":
2073
2085
  suggest = "cpu_manager_policy"
2074
2086
  elif key == "eventBurst":
@@ -2083,6 +2095,10 @@ class NodePoolKubeletConfiguration(dict):
2083
2095
  suggest = "eviction_soft_grace_period"
2084
2096
  elif key == "featureGates":
2085
2097
  suggest = "feature_gates"
2098
+ elif key == "imageGcHighThresholdPercent":
2099
+ suggest = "image_gc_high_threshold_percent"
2100
+ elif key == "imageGcLowThresholdPercent":
2101
+ suggest = "image_gc_low_threshold_percent"
2086
2102
  elif key == "kubeApiBurst":
2087
2103
  suggest = "kube_api_burst"
2088
2104
  elif key == "kubeApiQps":
@@ -2091,16 +2107,24 @@ class NodePoolKubeletConfiguration(dict):
2091
2107
  suggest = "kube_reserved"
2092
2108
  elif key == "maxPods":
2093
2109
  suggest = "max_pods"
2110
+ elif key == "memoryManagerPolicy":
2111
+ suggest = "memory_manager_policy"
2112
+ elif key == "podPidsLimit":
2113
+ suggest = "pod_pids_limit"
2094
2114
  elif key == "readOnlyPort":
2095
2115
  suggest = "read_only_port"
2096
2116
  elif key == "registryBurst":
2097
2117
  suggest = "registry_burst"
2098
2118
  elif key == "registryPullQps":
2099
2119
  suggest = "registry_pull_qps"
2120
+ elif key == "reservedMemories":
2121
+ suggest = "reserved_memories"
2100
2122
  elif key == "serializeImagePulls":
2101
2123
  suggest = "serialize_image_pulls"
2102
2124
  elif key == "systemReserved":
2103
2125
  suggest = "system_reserved"
2126
+ elif key == "topologyManagerPolicy":
2127
+ suggest = "topology_manager_policy"
2104
2128
 
2105
2129
  if suggest:
2106
2130
  pulumi.log.warn(f"Key '{key}' not found in NodePoolKubeletConfiguration. Access the value via the '{suggest}' property getter instead.")
@@ -2115,8 +2139,13 @@ class NodePoolKubeletConfiguration(dict):
2115
2139
 
2116
2140
  def __init__(__self__, *,
2117
2141
  allowed_unsafe_sysctls: Optional[Sequence[str]] = None,
2142
+ cluster_dns: Optional[Sequence[str]] = None,
2118
2143
  container_log_max_files: Optional[str] = None,
2119
2144
  container_log_max_size: Optional[str] = None,
2145
+ container_log_max_workers: Optional[str] = None,
2146
+ container_log_monitor_interval: Optional[str] = None,
2147
+ cpu_cfs_quota: Optional[str] = None,
2148
+ cpu_cfs_quota_period: Optional[str] = None,
2120
2149
  cpu_manager_policy: Optional[str] = None,
2121
2150
  event_burst: Optional[str] = None,
2122
2151
  event_record_qps: Optional[str] = None,
@@ -2124,19 +2153,31 @@ class NodePoolKubeletConfiguration(dict):
2124
2153
  eviction_soft: Optional[Mapping[str, str]] = None,
2125
2154
  eviction_soft_grace_period: Optional[Mapping[str, str]] = None,
2126
2155
  feature_gates: Optional[Mapping[str, bool]] = None,
2156
+ image_gc_high_threshold_percent: Optional[str] = None,
2157
+ image_gc_low_threshold_percent: Optional[str] = None,
2127
2158
  kube_api_burst: Optional[str] = None,
2128
2159
  kube_api_qps: Optional[str] = None,
2129
2160
  kube_reserved: Optional[Mapping[str, str]] = None,
2130
2161
  max_pods: Optional[str] = None,
2162
+ memory_manager_policy: Optional[str] = None,
2163
+ pod_pids_limit: Optional[str] = None,
2131
2164
  read_only_port: Optional[str] = None,
2132
2165
  registry_burst: Optional[str] = None,
2133
2166
  registry_pull_qps: Optional[str] = None,
2167
+ reserved_memories: Optional[Sequence['outputs.NodePoolKubeletConfigurationReservedMemory']] = None,
2134
2168
  serialize_image_pulls: Optional[str] = None,
2135
- system_reserved: Optional[Mapping[str, str]] = None):
2169
+ system_reserved: Optional[Mapping[str, str]] = None,
2170
+ topology_manager_policy: Optional[str] = None,
2171
+ tracing: Optional['outputs.NodePoolKubeletConfigurationTracing'] = None):
2136
2172
  """
2137
2173
  :param Sequence[str] allowed_unsafe_sysctls: Allowed sysctl mode whitelist.
2174
+ :param Sequence[str] cluster_dns: The list of IP addresses of the cluster DNS servers.
2138
2175
  :param str container_log_max_files: The maximum number of log files that can exist in each container.
2139
2176
  :param str container_log_max_size: The maximum size that can be reached before a log file is rotated.
2177
+ :param str container_log_max_workers: Specifies the maximum number of concurrent workers required to perform log rotation operations.
2178
+ :param str container_log_monitor_interval: Specifies the duration for which container logs are monitored for log rotation.
2179
+ :param str cpu_cfs_quota: CPU CFS quota constraint switch.
2180
+ :param str cpu_cfs_quota_period: CPU CFS quota period value.
2140
2181
  :param str cpu_manager_policy: Same as cpuManagerPolicy. The name of the policy to use. Requires the CPUManager feature gate to be enabled. Valid value is `none` or `static`.
2141
2182
  :param str event_burst: Same as eventBurst. The maximum size of a burst of event creations, temporarily allows event creations to burst to this number, while still not exceeding `event_record_qps`. It is only used when `event_record_qps` is greater than 0. Valid value is `[0-100]`.
2142
2183
  :param str event_record_qps: Same as eventRecordQPS. The maximum event creations per second. If 0, there is no limit enforced. Valid value is `[0-50]`.
@@ -2144,22 +2185,39 @@ class NodePoolKubeletConfiguration(dict):
2144
2185
  :param Mapping[str, str] eviction_soft: Same as evictionSoft. The map of signal names to quantities that defines soft eviction thresholds. For example: `{"memory.available" = "300Mi"}`.
2145
2186
  :param Mapping[str, str] eviction_soft_grace_period: Same as evictionSoftGracePeriod. The map of signal names to quantities that defines grace periods for each soft eviction signal. For example: `{"memory.available" = "30s"}`.
2146
2187
  :param Mapping[str, bool] feature_gates: Feature switch to enable configuration of experimental features.
2188
+ :param str image_gc_high_threshold_percent: If the image usage exceeds this threshold, image garbage collection will continue.
2189
+ :param str image_gc_low_threshold_percent: Image garbage collection is not performed when the image usage is below this threshold.
2147
2190
  :param str kube_api_burst: Same as kubeAPIBurst. The burst to allow while talking with kubernetes api-server. Valid value is `[0-100]`.
2148
2191
  :param str kube_api_qps: Same as kubeAPIQPS. The QPS to use while talking with kubernetes api-server. Valid value is `[0-50]`.
2149
2192
  :param Mapping[str, str] kube_reserved: Same as kubeReserved. The set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=150G) pairs that describe resources reserved for kubernetes system components. Currently, cpu, memory and local storage for root file system are supported. See [compute resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for more details.
2150
2193
  :param str max_pods: The maximum number of running pods.
2194
+ :param str memory_manager_policy: The policy to be used by the memory manager.
2195
+ :param str pod_pids_limit: The maximum number of PIDs that can be used in a Pod.
2151
2196
  :param str read_only_port: Read-only port number.
2152
2197
  :param str registry_burst: Same as registryBurst. The maximum size of burst pulls, temporarily allows pulls to burst to this number, while still not exceeding `registry_pull_qps`. Only used if `registry_pull_qps` is greater than 0. Valid value is `[0-100]`.
2153
2198
  :param str registry_pull_qps: Same as registryPullQPS. The limit of registry pulls per second. Setting it to `0` means no limit. Valid value is `[0-50]`.
2199
+ :param Sequence['NodePoolKubeletConfigurationReservedMemoryArgs'] reserved_memories: Reserve memory for NUMA nodes. See `reserved_memory` below.
2154
2200
  :param str serialize_image_pulls: Same as serializeImagePulls. When enabled, it tells the Kubelet to pull images one at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Aufs storage backend. Valid value is `true` or `false`.
2155
2201
  :param Mapping[str, str] system_reserved: Same as systemReserved. The set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=150G) pairs that describe resources reserved for non-kubernetes components. Currently, only cpu and memory are supported. See [compute resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for more details.
2202
+ :param str topology_manager_policy: Name of the Topology Manager policy used.
2203
+ :param 'NodePoolKubeletConfigurationTracingArgs' tracing: OpenTelemetry tracks the configuration information for client settings versioning. See `tracing` below.
2156
2204
  """
2157
2205
  if allowed_unsafe_sysctls is not None:
2158
2206
  pulumi.set(__self__, "allowed_unsafe_sysctls", allowed_unsafe_sysctls)
2207
+ if cluster_dns is not None:
2208
+ pulumi.set(__self__, "cluster_dns", cluster_dns)
2159
2209
  if container_log_max_files is not None:
2160
2210
  pulumi.set(__self__, "container_log_max_files", container_log_max_files)
2161
2211
  if container_log_max_size is not None:
2162
2212
  pulumi.set(__self__, "container_log_max_size", container_log_max_size)
2213
+ if container_log_max_workers is not None:
2214
+ pulumi.set(__self__, "container_log_max_workers", container_log_max_workers)
2215
+ if container_log_monitor_interval is not None:
2216
+ pulumi.set(__self__, "container_log_monitor_interval", container_log_monitor_interval)
2217
+ if cpu_cfs_quota is not None:
2218
+ pulumi.set(__self__, "cpu_cfs_quota", cpu_cfs_quota)
2219
+ if cpu_cfs_quota_period is not None:
2220
+ pulumi.set(__self__, "cpu_cfs_quota_period", cpu_cfs_quota_period)
2163
2221
  if cpu_manager_policy is not None:
2164
2222
  pulumi.set(__self__, "cpu_manager_policy", cpu_manager_policy)
2165
2223
  if event_burst is not None:
@@ -2174,6 +2232,10 @@ class NodePoolKubeletConfiguration(dict):
2174
2232
  pulumi.set(__self__, "eviction_soft_grace_period", eviction_soft_grace_period)
2175
2233
  if feature_gates is not None:
2176
2234
  pulumi.set(__self__, "feature_gates", feature_gates)
2235
+ if image_gc_high_threshold_percent is not None:
2236
+ pulumi.set(__self__, "image_gc_high_threshold_percent", image_gc_high_threshold_percent)
2237
+ if image_gc_low_threshold_percent is not None:
2238
+ pulumi.set(__self__, "image_gc_low_threshold_percent", image_gc_low_threshold_percent)
2177
2239
  if kube_api_burst is not None:
2178
2240
  pulumi.set(__self__, "kube_api_burst", kube_api_burst)
2179
2241
  if kube_api_qps is not None:
@@ -2182,16 +2244,26 @@ class NodePoolKubeletConfiguration(dict):
2182
2244
  pulumi.set(__self__, "kube_reserved", kube_reserved)
2183
2245
  if max_pods is not None:
2184
2246
  pulumi.set(__self__, "max_pods", max_pods)
2247
+ if memory_manager_policy is not None:
2248
+ pulumi.set(__self__, "memory_manager_policy", memory_manager_policy)
2249
+ if pod_pids_limit is not None:
2250
+ pulumi.set(__self__, "pod_pids_limit", pod_pids_limit)
2185
2251
  if read_only_port is not None:
2186
2252
  pulumi.set(__self__, "read_only_port", read_only_port)
2187
2253
  if registry_burst is not None:
2188
2254
  pulumi.set(__self__, "registry_burst", registry_burst)
2189
2255
  if registry_pull_qps is not None:
2190
2256
  pulumi.set(__self__, "registry_pull_qps", registry_pull_qps)
2257
+ if reserved_memories is not None:
2258
+ pulumi.set(__self__, "reserved_memories", reserved_memories)
2191
2259
  if serialize_image_pulls is not None:
2192
2260
  pulumi.set(__self__, "serialize_image_pulls", serialize_image_pulls)
2193
2261
  if system_reserved is not None:
2194
2262
  pulumi.set(__self__, "system_reserved", system_reserved)
2263
+ if topology_manager_policy is not None:
2264
+ pulumi.set(__self__, "topology_manager_policy", topology_manager_policy)
2265
+ if tracing is not None:
2266
+ pulumi.set(__self__, "tracing", tracing)
2195
2267
 
2196
2268
  @property
2197
2269
  @pulumi.getter(name="allowedUnsafeSysctls")
@@ -2201,6 +2273,14 @@ class NodePoolKubeletConfiguration(dict):
2201
2273
  """
2202
2274
  return pulumi.get(self, "allowed_unsafe_sysctls")
2203
2275
 
2276
+ @property
2277
+ @pulumi.getter(name="clusterDns")
2278
+ def cluster_dns(self) -> Optional[Sequence[str]]:
2279
+ """
2280
+ The list of IP addresses of the cluster DNS servers.
2281
+ """
2282
+ return pulumi.get(self, "cluster_dns")
2283
+
2204
2284
  @property
2205
2285
  @pulumi.getter(name="containerLogMaxFiles")
2206
2286
  def container_log_max_files(self) -> Optional[str]:
@@ -2217,6 +2297,38 @@ class NodePoolKubeletConfiguration(dict):
2217
2297
  """
2218
2298
  return pulumi.get(self, "container_log_max_size")
2219
2299
 
2300
+ @property
2301
+ @pulumi.getter(name="containerLogMaxWorkers")
2302
+ def container_log_max_workers(self) -> Optional[str]:
2303
+ """
2304
+ Specifies the maximum number of concurrent workers required to perform log rotation operations.
2305
+ """
2306
+ return pulumi.get(self, "container_log_max_workers")
2307
+
2308
+ @property
2309
+ @pulumi.getter(name="containerLogMonitorInterval")
2310
+ def container_log_monitor_interval(self) -> Optional[str]:
2311
+ """
2312
+ Specifies the duration for which container logs are monitored for log rotation.
2313
+ """
2314
+ return pulumi.get(self, "container_log_monitor_interval")
2315
+
2316
+ @property
2317
+ @pulumi.getter(name="cpuCfsQuota")
2318
+ def cpu_cfs_quota(self) -> Optional[str]:
2319
+ """
2320
+ CPU CFS quota constraint switch.
2321
+ """
2322
+ return pulumi.get(self, "cpu_cfs_quota")
2323
+
2324
+ @property
2325
+ @pulumi.getter(name="cpuCfsQuotaPeriod")
2326
+ def cpu_cfs_quota_period(self) -> Optional[str]:
2327
+ """
2328
+ CPU CFS quota period value.
2329
+ """
2330
+ return pulumi.get(self, "cpu_cfs_quota_period")
2331
+
2220
2332
  @property
2221
2333
  @pulumi.getter(name="cpuManagerPolicy")
2222
2334
  def cpu_manager_policy(self) -> Optional[str]:
@@ -2273,6 +2385,22 @@ class NodePoolKubeletConfiguration(dict):
2273
2385
  """
2274
2386
  return pulumi.get(self, "feature_gates")
2275
2387
 
2388
+ @property
2389
+ @pulumi.getter(name="imageGcHighThresholdPercent")
2390
+ def image_gc_high_threshold_percent(self) -> Optional[str]:
2391
+ """
2392
+ If the image usage exceeds this threshold, image garbage collection will continue.
2393
+ """
2394
+ return pulumi.get(self, "image_gc_high_threshold_percent")
2395
+
2396
+ @property
2397
+ @pulumi.getter(name="imageGcLowThresholdPercent")
2398
+ def image_gc_low_threshold_percent(self) -> Optional[str]:
2399
+ """
2400
+ Image garbage collection is not performed when the image usage is below this threshold.
2401
+ """
2402
+ return pulumi.get(self, "image_gc_low_threshold_percent")
2403
+
2276
2404
  @property
2277
2405
  @pulumi.getter(name="kubeApiBurst")
2278
2406
  def kube_api_burst(self) -> Optional[str]:
@@ -2305,6 +2433,22 @@ class NodePoolKubeletConfiguration(dict):
2305
2433
  """
2306
2434
  return pulumi.get(self, "max_pods")
2307
2435
 
2436
+ @property
2437
+ @pulumi.getter(name="memoryManagerPolicy")
2438
+ def memory_manager_policy(self) -> Optional[str]:
2439
+ """
2440
+ The policy to be used by the memory manager.
2441
+ """
2442
+ return pulumi.get(self, "memory_manager_policy")
2443
+
2444
+ @property
2445
+ @pulumi.getter(name="podPidsLimit")
2446
+ def pod_pids_limit(self) -> Optional[str]:
2447
+ """
2448
+ The maximum number of PIDs that can be used in a Pod.
2449
+ """
2450
+ return pulumi.get(self, "pod_pids_limit")
2451
+
2308
2452
  @property
2309
2453
  @pulumi.getter(name="readOnlyPort")
2310
2454
  def read_only_port(self) -> Optional[str]:
@@ -2329,6 +2473,14 @@ class NodePoolKubeletConfiguration(dict):
2329
2473
  """
2330
2474
  return pulumi.get(self, "registry_pull_qps")
2331
2475
 
2476
+ @property
2477
+ @pulumi.getter(name="reservedMemories")
2478
+ def reserved_memories(self) -> Optional[Sequence['outputs.NodePoolKubeletConfigurationReservedMemory']]:
2479
+ """
2480
+ Reserve memory for NUMA nodes. See `reserved_memory` below.
2481
+ """
2482
+ return pulumi.get(self, "reserved_memories")
2483
+
2332
2484
  @property
2333
2485
  @pulumi.getter(name="serializeImagePulls")
2334
2486
  def serialize_image_pulls(self) -> Optional[str]:
@@ -2345,6 +2497,118 @@ class NodePoolKubeletConfiguration(dict):
2345
2497
  """
2346
2498
  return pulumi.get(self, "system_reserved")
2347
2499
 
2500
+ @property
2501
+ @pulumi.getter(name="topologyManagerPolicy")
2502
+ def topology_manager_policy(self) -> Optional[str]:
2503
+ """
2504
+ Name of the Topology Manager policy used.
2505
+ """
2506
+ return pulumi.get(self, "topology_manager_policy")
2507
+
2508
+ @property
2509
+ @pulumi.getter
2510
+ def tracing(self) -> Optional['outputs.NodePoolKubeletConfigurationTracing']:
2511
+ """
2512
+ OpenTelemetry tracks the configuration information for client settings versioning. See `tracing` below.
2513
+ """
2514
+ return pulumi.get(self, "tracing")
2515
+
2516
+
2517
+ @pulumi.output_type
2518
+ class NodePoolKubeletConfigurationReservedMemory(dict):
2519
+ @staticmethod
2520
+ def __key_warning(key: str):
2521
+ suggest = None
2522
+ if key == "numaNode":
2523
+ suggest = "numa_node"
2524
+
2525
+ if suggest:
2526
+ pulumi.log.warn(f"Key '{key}' not found in NodePoolKubeletConfigurationReservedMemory. Access the value via the '{suggest}' property getter instead.")
2527
+
2528
+ def __getitem__(self, key: str) -> Any:
2529
+ NodePoolKubeletConfigurationReservedMemory.__key_warning(key)
2530
+ return super().__getitem__(key)
2531
+
2532
+ def get(self, key: str, default = None) -> Any:
2533
+ NodePoolKubeletConfigurationReservedMemory.__key_warning(key)
2534
+ return super().get(key, default)
2535
+
2536
+ def __init__(__self__, *,
2537
+ limits: Optional[Mapping[str, str]] = None,
2538
+ numa_node: Optional[int] = None):
2539
+ """
2540
+ :param Mapping[str, str] limits: Memory resource limit.
2541
+ :param int numa_node: The NUMA node.
2542
+ """
2543
+ if limits is not None:
2544
+ pulumi.set(__self__, "limits", limits)
2545
+ if numa_node is not None:
2546
+ pulumi.set(__self__, "numa_node", numa_node)
2547
+
2548
+ @property
2549
+ @pulumi.getter
2550
+ def limits(self) -> Optional[Mapping[str, str]]:
2551
+ """
2552
+ Memory resource limit.
2553
+ """
2554
+ return pulumi.get(self, "limits")
2555
+
2556
+ @property
2557
+ @pulumi.getter(name="numaNode")
2558
+ def numa_node(self) -> Optional[int]:
2559
+ """
2560
+ The NUMA node.
2561
+ """
2562
+ return pulumi.get(self, "numa_node")
2563
+
2564
+
2565
+ @pulumi.output_type
2566
+ class NodePoolKubeletConfigurationTracing(dict):
2567
+ @staticmethod
2568
+ def __key_warning(key: str):
2569
+ suggest = None
2570
+ if key == "samplingRatePerMillion":
2571
+ suggest = "sampling_rate_per_million"
2572
+
2573
+ if suggest:
2574
+ pulumi.log.warn(f"Key '{key}' not found in NodePoolKubeletConfigurationTracing. Access the value via the '{suggest}' property getter instead.")
2575
+
2576
+ def __getitem__(self, key: str) -> Any:
2577
+ NodePoolKubeletConfigurationTracing.__key_warning(key)
2578
+ return super().__getitem__(key)
2579
+
2580
+ def get(self, key: str, default = None) -> Any:
2581
+ NodePoolKubeletConfigurationTracing.__key_warning(key)
2582
+ return super().get(key, default)
2583
+
2584
+ def __init__(__self__, *,
2585
+ endpoint: Optional[str] = None,
2586
+ sampling_rate_per_million: Optional[str] = None):
2587
+ """
2588
+ :param str endpoint: The endpoint of the collector.
2589
+ :param str sampling_rate_per_million: Number of samples to be collected per million span.
2590
+ """
2591
+ if endpoint is not None:
2592
+ pulumi.set(__self__, "endpoint", endpoint)
2593
+ if sampling_rate_per_million is not None:
2594
+ pulumi.set(__self__, "sampling_rate_per_million", sampling_rate_per_million)
2595
+
2596
+ @property
2597
+ @pulumi.getter
2598
+ def endpoint(self) -> Optional[str]:
2599
+ """
2600
+ The endpoint of the collector.
2601
+ """
2602
+ return pulumi.get(self, "endpoint")
2603
+
2604
+ @property
2605
+ @pulumi.getter(name="samplingRatePerMillion")
2606
+ def sampling_rate_per_million(self) -> Optional[str]:
2607
+ """
2608
+ Number of samples to be collected per million span.
2609
+ """
2610
+ return pulumi.get(self, "sampling_rate_per_million")
2611
+
2348
2612
 
2349
2613
  @pulumi.output_type
2350
2614
  class NodePoolLabel(dict):
@@ -301,8 +301,6 @@ class DdosBgpInstance(pulumi.CustomResource):
301
301
  """
302
302
  Anti-DDoS Advanced instance resource. "Ddosbgp" is the short term of this product.
303
303
 
304
- > **NOTE:** The endpoint of bssopenapi used only support "business.aliyuncs.com" at present.
305
-
306
304
  > **NOTE:** Available since v1.183.0.
307
305
 
308
306
  ## Example Usage
@@ -355,8 +353,6 @@ class DdosBgpInstance(pulumi.CustomResource):
355
353
  """
356
354
  Anti-DDoS Advanced instance resource. "Ddosbgp" is the short term of this product.
357
355
 
358
- > **NOTE:** The endpoint of bssopenapi used only support "business.aliyuncs.com" at present.
359
-
360
356
  > **NOTE:** Available since v1.183.0.
361
357
 
362
358
  ## Example Usage