pulumi-alicloud 3.73.0a1736850863__py3-none-any.whl → 3.74.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 (123) hide show
  1. pulumi_alicloud/__init__.py +139 -0
  2. pulumi_alicloud/alb/__init__.py +2 -0
  3. pulumi_alicloud/alb/_inputs.py +913 -250
  4. pulumi_alicloud/alb/a_script.py +116 -98
  5. pulumi_alicloud/alb/get_server_groups.py +55 -25
  6. pulumi_alicloud/alb/listener.py +269 -174
  7. pulumi_alicloud/alb/load_balancer.py +239 -118
  8. pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +303 -0
  9. pulumi_alicloud/alb/load_balancer_zone_shifted_attachment.py +303 -0
  10. pulumi_alicloud/alb/outputs.py +720 -222
  11. pulumi_alicloud/alb/server_group.py +532 -122
  12. pulumi_alicloud/alikafka/instance.py +188 -70
  13. pulumi_alicloud/amqp/instance.py +77 -28
  14. pulumi_alicloud/bastionhost/_inputs.py +40 -38
  15. pulumi_alicloud/bastionhost/get_instances.py +6 -22
  16. pulumi_alicloud/bastionhost/outputs.py +60 -49
  17. pulumi_alicloud/cen/_inputs.py +34 -0
  18. pulumi_alicloud/cen/instance_grant.py +4 -0
  19. pulumi_alicloud/cen/outputs.py +37 -0
  20. pulumi_alicloud/cen/transit_router_multicast_domain.py +123 -36
  21. pulumi_alicloud/cloudcontrol/__init__.py +12 -0
  22. pulumi_alicloud/cloudcontrol/get_prices.py +199 -0
  23. pulumi_alicloud/cloudcontrol/get_products.py +187 -0
  24. pulumi_alicloud/cloudcontrol/get_resource_types.py +178 -0
  25. pulumi_alicloud/cloudcontrol/outputs.py +688 -0
  26. pulumi_alicloud/cloudcontrol/resource.py +407 -0
  27. pulumi_alicloud/cms/_inputs.py +21 -15
  28. pulumi_alicloud/cms/alarm.py +7 -7
  29. pulumi_alicloud/cms/outputs.py +14 -10
  30. pulumi_alicloud/cs/_inputs.py +349 -1
  31. pulumi_alicloud/cs/get_edge_kubernetes_clusters.py +4 -2
  32. pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +2 -0
  33. pulumi_alicloud/cs/kubernetes.py +29 -29
  34. pulumi_alicloud/cs/managed_kubernetes.py +137 -47
  35. pulumi_alicloud/cs/node_pool.py +77 -2
  36. pulumi_alicloud/cs/outputs.py +265 -1
  37. pulumi_alicloud/dataworks/__init__.py +4 -0
  38. pulumi_alicloud/dataworks/_inputs.py +1534 -0
  39. pulumi_alicloud/dataworks/di_alarm_rule.py +708 -0
  40. pulumi_alicloud/dataworks/di_job.py +1005 -0
  41. pulumi_alicloud/dataworks/dw_resource_group.py +703 -0
  42. pulumi_alicloud/dataworks/network.py +331 -0
  43. pulumi_alicloud/dataworks/outputs.py +1247 -0
  44. pulumi_alicloud/dcdn/waf_rule.py +14 -14
  45. pulumi_alicloud/dfs/file_system.py +62 -23
  46. pulumi_alicloud/dfs/mount_point.py +48 -22
  47. pulumi_alicloud/dns/get_alidns_domains.py +7 -2
  48. pulumi_alicloud/dns/outputs.py +8 -0
  49. pulumi_alicloud/ecs/ecs_launch_template.py +122 -0
  50. pulumi_alicloud/ecs/ecs_network_interface.py +14 -14
  51. pulumi_alicloud/ecs/ecs_session_manager_status.py +18 -18
  52. pulumi_alicloud/ecs/instance.py +7 -7
  53. pulumi_alicloud/ecs/launch_template.py +88 -0
  54. pulumi_alicloud/esa/__init__.py +3 -0
  55. pulumi_alicloud/esa/_inputs.py +81 -0
  56. pulumi_alicloud/esa/http_request_header_modification_rule.py +531 -0
  57. pulumi_alicloud/esa/list.py +361 -0
  58. pulumi_alicloud/esa/outputs.py +48 -0
  59. pulumi_alicloud/esa/page.py +376 -0
  60. pulumi_alicloud/esa/rate_plan_instance.py +63 -7
  61. pulumi_alicloud/ess/get_scaling_groups.py +64 -10
  62. pulumi_alicloud/ess/get_scaling_rules.py +74 -10
  63. pulumi_alicloud/ess/outputs.py +357 -17
  64. pulumi_alicloud/eventbridge/get_service.py +2 -6
  65. pulumi_alicloud/fc/_inputs.py +75 -75
  66. pulumi_alicloud/fc/custom_domain.py +2 -2
  67. pulumi_alicloud/fc/function.py +32 -4
  68. pulumi_alicloud/fc/outputs.py +50 -50
  69. pulumi_alicloud/fc/v2_function.py +20 -0
  70. pulumi_alicloud/fc/v3_function.py +53 -6
  71. pulumi_alicloud/hbr/__init__.py +1 -0
  72. pulumi_alicloud/hbr/cross_account.py +338 -0
  73. pulumi_alicloud/ims/oidc_provider.py +28 -0
  74. pulumi_alicloud/kms/__init__.py +1 -0
  75. pulumi_alicloud/kms/get_instances.py +160 -0
  76. pulumi_alicloud/kms/instance.py +0 -60
  77. pulumi_alicloud/kms/outputs.py +19 -0
  78. pulumi_alicloud/log/resource_record.py +42 -26
  79. pulumi_alicloud/maxcompute/__init__.py +5 -0
  80. pulumi_alicloud/maxcompute/_inputs.py +615 -42
  81. pulumi_alicloud/maxcompute/outputs.py +486 -28
  82. pulumi_alicloud/maxcompute/project.py +63 -31
  83. pulumi_alicloud/maxcompute/quota_plan.py +412 -0
  84. pulumi_alicloud/maxcompute/quota_schedule.py +260 -0
  85. pulumi_alicloud/maxcompute/role.py +423 -0
  86. pulumi_alicloud/maxcompute/role_user_attachment.py +368 -0
  87. pulumi_alicloud/maxcompute/tunnel_quota_timer.py +287 -0
  88. pulumi_alicloud/message/service_queue.py +106 -59
  89. pulumi_alicloud/message/service_topic.py +182 -37
  90. pulumi_alicloud/mongodb/account.py +138 -163
  91. pulumi_alicloud/oos/secret_parameter.py +84 -9
  92. pulumi_alicloud/oss/bucket.py +1 -1
  93. pulumi_alicloud/oss/bucket_policy.py +2 -4
  94. pulumi_alicloud/oss/bucket_referer.py +2 -4
  95. pulumi_alicloud/oss/get_buckets.py +16 -2
  96. pulumi_alicloud/oss/outputs.py +18 -17
  97. pulumi_alicloud/pulumi-plugin.json +1 -1
  98. pulumi_alicloud/rds/instance.py +68 -0
  99. pulumi_alicloud/sae/application.py +84 -7
  100. pulumi_alicloud/sls/collection_policy.py +2 -2
  101. pulumi_alicloud/vpc/__init__.py +6 -0
  102. pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +295 -0
  103. pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +196 -0
  104. pulumi_alicloud/vpc/get_ipam_ipam_pools.py +353 -0
  105. pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +333 -0
  106. pulumi_alicloud/vpc/get_ipam_ipams.py +291 -0
  107. pulumi_alicloud/vpc/get_networks.py +3 -0
  108. pulumi_alicloud/vpc/ipam_ipam_pool.py +47 -0
  109. pulumi_alicloud/vpc/ipam_ipam_scope.py +47 -0
  110. pulumi_alicloud/vpc/ipam_service.py +144 -0
  111. pulumi_alicloud/vpc/ipv4_cidr_block.py +162 -51
  112. pulumi_alicloud/vpc/nat_gateway.py +145 -7
  113. pulumi_alicloud/vpc/outputs.py +777 -0
  114. pulumi_alicloud/vpc/snat_entry.py +107 -48
  115. pulumi_alicloud/vpn/_inputs.py +96 -72
  116. pulumi_alicloud/vpn/connection.py +24 -28
  117. pulumi_alicloud/vpn/outputs.py +64 -48
  118. pulumi_alicloud/yundun/_inputs.py +26 -24
  119. pulumi_alicloud/yundun/outputs.py +37 -22
  120. {pulumi_alicloud-3.73.0a1736850863.dist-info → pulumi_alicloud-3.74.0.dist-info}/METADATA +1 -1
  121. {pulumi_alicloud-3.73.0a1736850863.dist-info → pulumi_alicloud-3.74.0.dist-info}/RECORD +123 -95
  122. {pulumi_alicloud-3.73.0a1736850863.dist-info → pulumi_alicloud-3.74.0.dist-info}/WHEEL +0 -0
  123. {pulumi_alicloud-3.73.0a1736850863.dist-info → pulumi_alicloud-3.74.0.dist-info}/top_level.txt +0 -0
@@ -69,6 +69,10 @@ __all__ = [
69
69
  'NodePoolDataDiskArgsDict',
70
70
  'NodePoolKubeletConfigurationArgs',
71
71
  'NodePoolKubeletConfigurationArgsDict',
72
+ 'NodePoolKubeletConfigurationReservedMemoryArgs',
73
+ 'NodePoolKubeletConfigurationReservedMemoryArgsDict',
74
+ 'NodePoolKubeletConfigurationTracingArgs',
75
+ 'NodePoolKubeletConfigurationTracingArgsDict',
72
76
  'NodePoolLabelArgs',
73
77
  'NodePoolLabelArgsDict',
74
78
  'NodePoolManagementArgs',
@@ -2772,6 +2776,10 @@ if not MYPY:
2772
2776
  """
2773
2777
  Allowed sysctl mode whitelist.
2774
2778
  """
2779
+ cluster_dns: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2780
+ """
2781
+ The list of IP addresses of the cluster DNS servers.
2782
+ """
2775
2783
  container_log_max_files: NotRequired[pulumi.Input[str]]
2776
2784
  """
2777
2785
  The maximum number of log files that can exist in each container.
@@ -2780,6 +2788,22 @@ if not MYPY:
2780
2788
  """
2781
2789
  The maximum size that can be reached before a log file is rotated.
2782
2790
  """
2791
+ container_log_max_workers: NotRequired[pulumi.Input[str]]
2792
+ """
2793
+ Specifies the maximum number of concurrent workers required to perform log rotation operations.
2794
+ """
2795
+ container_log_monitor_interval: NotRequired[pulumi.Input[str]]
2796
+ """
2797
+ Specifies the duration for which container logs are monitored for log rotation.
2798
+ """
2799
+ cpu_cfs_quota: NotRequired[pulumi.Input[str]]
2800
+ """
2801
+ CPU CFS quota constraint switch.
2802
+ """
2803
+ cpu_cfs_quota_period: NotRequired[pulumi.Input[str]]
2804
+ """
2805
+ CPU CFS quota period value.
2806
+ """
2783
2807
  cpu_manager_policy: NotRequired[pulumi.Input[str]]
2784
2808
  """
2785
2809
  Same as cpuManagerPolicy. The name of the policy to use. Requires the CPUManager feature gate to be enabled. Valid value is `none` or `static`.
@@ -2808,6 +2832,14 @@ if not MYPY:
2808
2832
  """
2809
2833
  Feature switch to enable configuration of experimental features.
2810
2834
  """
2835
+ image_gc_high_threshold_percent: NotRequired[pulumi.Input[str]]
2836
+ """
2837
+ If the image usage exceeds this threshold, image garbage collection will continue.
2838
+ """
2839
+ image_gc_low_threshold_percent: NotRequired[pulumi.Input[str]]
2840
+ """
2841
+ Image garbage collection is not performed when the image usage is below this threshold.
2842
+ """
2811
2843
  kube_api_burst: NotRequired[pulumi.Input[str]]
2812
2844
  """
2813
2845
  Same as kubeAPIBurst. The burst to allow while talking with kubernetes api-server. Valid value is `[0-100]`.
@@ -2824,6 +2856,14 @@ if not MYPY:
2824
2856
  """
2825
2857
  The maximum number of running pods.
2826
2858
  """
2859
+ memory_manager_policy: NotRequired[pulumi.Input[str]]
2860
+ """
2861
+ The policy to be used by the memory manager.
2862
+ """
2863
+ pod_pids_limit: NotRequired[pulumi.Input[str]]
2864
+ """
2865
+ The maximum number of PIDs that can be used in a Pod.
2866
+ """
2827
2867
  read_only_port: NotRequired[pulumi.Input[str]]
2828
2868
  """
2829
2869
  Read-only port number.
@@ -2836,6 +2876,10 @@ if not MYPY:
2836
2876
  """
2837
2877
  Same as registryPullQPS. The limit of registry pulls per second. Setting it to `0` means no limit. Valid value is `[0-50]`.
2838
2878
  """
2879
+ reserved_memories: NotRequired[pulumi.Input[Sequence[pulumi.Input['NodePoolKubeletConfigurationReservedMemoryArgsDict']]]]
2880
+ """
2881
+ Reserve memory for NUMA nodes. See `reserved_memory` below.
2882
+ """
2839
2883
  serialize_image_pulls: NotRequired[pulumi.Input[str]]
2840
2884
  """
2841
2885
  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`.
@@ -2844,6 +2888,14 @@ if not MYPY:
2844
2888
  """
2845
2889
  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.
2846
2890
  """
2891
+ topology_manager_policy: NotRequired[pulumi.Input[str]]
2892
+ """
2893
+ Name of the Topology Manager policy used.
2894
+ """
2895
+ tracing: NotRequired[pulumi.Input['NodePoolKubeletConfigurationTracingArgsDict']]
2896
+ """
2897
+ OpenTelemetry tracks the configuration information for client settings versioning. See `tracing` below.
2898
+ """
2847
2899
  elif False:
2848
2900
  NodePoolKubeletConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2849
2901
 
@@ -2851,8 +2903,13 @@ elif False:
2851
2903
  class NodePoolKubeletConfigurationArgs:
2852
2904
  def __init__(__self__, *,
2853
2905
  allowed_unsafe_sysctls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2906
+ cluster_dns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2854
2907
  container_log_max_files: Optional[pulumi.Input[str]] = None,
2855
2908
  container_log_max_size: Optional[pulumi.Input[str]] = None,
2909
+ container_log_max_workers: Optional[pulumi.Input[str]] = None,
2910
+ container_log_monitor_interval: Optional[pulumi.Input[str]] = None,
2911
+ cpu_cfs_quota: Optional[pulumi.Input[str]] = None,
2912
+ cpu_cfs_quota_period: Optional[pulumi.Input[str]] = None,
2856
2913
  cpu_manager_policy: Optional[pulumi.Input[str]] = None,
2857
2914
  event_burst: Optional[pulumi.Input[str]] = None,
2858
2915
  event_record_qps: Optional[pulumi.Input[str]] = None,
@@ -2860,19 +2917,31 @@ class NodePoolKubeletConfigurationArgs:
2860
2917
  eviction_soft: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
2861
2918
  eviction_soft_grace_period: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
2862
2919
  feature_gates: Optional[pulumi.Input[Mapping[str, pulumi.Input[bool]]]] = None,
2920
+ image_gc_high_threshold_percent: Optional[pulumi.Input[str]] = None,
2921
+ image_gc_low_threshold_percent: Optional[pulumi.Input[str]] = None,
2863
2922
  kube_api_burst: Optional[pulumi.Input[str]] = None,
2864
2923
  kube_api_qps: Optional[pulumi.Input[str]] = None,
2865
2924
  kube_reserved: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
2866
2925
  max_pods: Optional[pulumi.Input[str]] = None,
2926
+ memory_manager_policy: Optional[pulumi.Input[str]] = None,
2927
+ pod_pids_limit: Optional[pulumi.Input[str]] = None,
2867
2928
  read_only_port: Optional[pulumi.Input[str]] = None,
2868
2929
  registry_burst: Optional[pulumi.Input[str]] = None,
2869
2930
  registry_pull_qps: Optional[pulumi.Input[str]] = None,
2931
+ reserved_memories: Optional[pulumi.Input[Sequence[pulumi.Input['NodePoolKubeletConfigurationReservedMemoryArgs']]]] = None,
2870
2932
  serialize_image_pulls: Optional[pulumi.Input[str]] = None,
2871
- system_reserved: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
2933
+ system_reserved: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
2934
+ topology_manager_policy: Optional[pulumi.Input[str]] = None,
2935
+ tracing: Optional[pulumi.Input['NodePoolKubeletConfigurationTracingArgs']] = None):
2872
2936
  """
2873
2937
  :param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_unsafe_sysctls: Allowed sysctl mode whitelist.
2938
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] cluster_dns: The list of IP addresses of the cluster DNS servers.
2874
2939
  :param pulumi.Input[str] container_log_max_files: The maximum number of log files that can exist in each container.
2875
2940
  :param pulumi.Input[str] container_log_max_size: The maximum size that can be reached before a log file is rotated.
2941
+ :param pulumi.Input[str] container_log_max_workers: Specifies the maximum number of concurrent workers required to perform log rotation operations.
2942
+ :param pulumi.Input[str] container_log_monitor_interval: Specifies the duration for which container logs are monitored for log rotation.
2943
+ :param pulumi.Input[str] cpu_cfs_quota: CPU CFS quota constraint switch.
2944
+ :param pulumi.Input[str] cpu_cfs_quota_period: CPU CFS quota period value.
2876
2945
  :param pulumi.Input[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`.
2877
2946
  :param pulumi.Input[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]`.
2878
2947
  :param pulumi.Input[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]`.
@@ -2880,22 +2949,39 @@ class NodePoolKubeletConfigurationArgs:
2880
2949
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] eviction_soft: Same as evictionSoft. The map of signal names to quantities that defines soft eviction thresholds. For example: `{"memory.available" = "300Mi"}`.
2881
2950
  :param pulumi.Input[Mapping[str, pulumi.Input[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"}`.
2882
2951
  :param pulumi.Input[Mapping[str, pulumi.Input[bool]]] feature_gates: Feature switch to enable configuration of experimental features.
2952
+ :param pulumi.Input[str] image_gc_high_threshold_percent: If the image usage exceeds this threshold, image garbage collection will continue.
2953
+ :param pulumi.Input[str] image_gc_low_threshold_percent: Image garbage collection is not performed when the image usage is below this threshold.
2883
2954
  :param pulumi.Input[str] kube_api_burst: Same as kubeAPIBurst. The burst to allow while talking with kubernetes api-server. Valid value is `[0-100]`.
2884
2955
  :param pulumi.Input[str] kube_api_qps: Same as kubeAPIQPS. The QPS to use while talking with kubernetes api-server. Valid value is `[0-50]`.
2885
2956
  :param pulumi.Input[Mapping[str, pulumi.Input[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.
2886
2957
  :param pulumi.Input[str] max_pods: The maximum number of running pods.
2958
+ :param pulumi.Input[str] memory_manager_policy: The policy to be used by the memory manager.
2959
+ :param pulumi.Input[str] pod_pids_limit: The maximum number of PIDs that can be used in a Pod.
2887
2960
  :param pulumi.Input[str] read_only_port: Read-only port number.
2888
2961
  :param pulumi.Input[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]`.
2889
2962
  :param pulumi.Input[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]`.
2963
+ :param pulumi.Input[Sequence[pulumi.Input['NodePoolKubeletConfigurationReservedMemoryArgs']]] reserved_memories: Reserve memory for NUMA nodes. See `reserved_memory` below.
2890
2964
  :param pulumi.Input[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`.
2891
2965
  :param pulumi.Input[Mapping[str, pulumi.Input[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.
2966
+ :param pulumi.Input[str] topology_manager_policy: Name of the Topology Manager policy used.
2967
+ :param pulumi.Input['NodePoolKubeletConfigurationTracingArgs'] tracing: OpenTelemetry tracks the configuration information for client settings versioning. See `tracing` below.
2892
2968
  """
2893
2969
  if allowed_unsafe_sysctls is not None:
2894
2970
  pulumi.set(__self__, "allowed_unsafe_sysctls", allowed_unsafe_sysctls)
2971
+ if cluster_dns is not None:
2972
+ pulumi.set(__self__, "cluster_dns", cluster_dns)
2895
2973
  if container_log_max_files is not None:
2896
2974
  pulumi.set(__self__, "container_log_max_files", container_log_max_files)
2897
2975
  if container_log_max_size is not None:
2898
2976
  pulumi.set(__self__, "container_log_max_size", container_log_max_size)
2977
+ if container_log_max_workers is not None:
2978
+ pulumi.set(__self__, "container_log_max_workers", container_log_max_workers)
2979
+ if container_log_monitor_interval is not None:
2980
+ pulumi.set(__self__, "container_log_monitor_interval", container_log_monitor_interval)
2981
+ if cpu_cfs_quota is not None:
2982
+ pulumi.set(__self__, "cpu_cfs_quota", cpu_cfs_quota)
2983
+ if cpu_cfs_quota_period is not None:
2984
+ pulumi.set(__self__, "cpu_cfs_quota_period", cpu_cfs_quota_period)
2899
2985
  if cpu_manager_policy is not None:
2900
2986
  pulumi.set(__self__, "cpu_manager_policy", cpu_manager_policy)
2901
2987
  if event_burst is not None:
@@ -2910,6 +2996,10 @@ class NodePoolKubeletConfigurationArgs:
2910
2996
  pulumi.set(__self__, "eviction_soft_grace_period", eviction_soft_grace_period)
2911
2997
  if feature_gates is not None:
2912
2998
  pulumi.set(__self__, "feature_gates", feature_gates)
2999
+ if image_gc_high_threshold_percent is not None:
3000
+ pulumi.set(__self__, "image_gc_high_threshold_percent", image_gc_high_threshold_percent)
3001
+ if image_gc_low_threshold_percent is not None:
3002
+ pulumi.set(__self__, "image_gc_low_threshold_percent", image_gc_low_threshold_percent)
2913
3003
  if kube_api_burst is not None:
2914
3004
  pulumi.set(__self__, "kube_api_burst", kube_api_burst)
2915
3005
  if kube_api_qps is not None:
@@ -2918,16 +3008,26 @@ class NodePoolKubeletConfigurationArgs:
2918
3008
  pulumi.set(__self__, "kube_reserved", kube_reserved)
2919
3009
  if max_pods is not None:
2920
3010
  pulumi.set(__self__, "max_pods", max_pods)
3011
+ if memory_manager_policy is not None:
3012
+ pulumi.set(__self__, "memory_manager_policy", memory_manager_policy)
3013
+ if pod_pids_limit is not None:
3014
+ pulumi.set(__self__, "pod_pids_limit", pod_pids_limit)
2921
3015
  if read_only_port is not None:
2922
3016
  pulumi.set(__self__, "read_only_port", read_only_port)
2923
3017
  if registry_burst is not None:
2924
3018
  pulumi.set(__self__, "registry_burst", registry_burst)
2925
3019
  if registry_pull_qps is not None:
2926
3020
  pulumi.set(__self__, "registry_pull_qps", registry_pull_qps)
3021
+ if reserved_memories is not None:
3022
+ pulumi.set(__self__, "reserved_memories", reserved_memories)
2927
3023
  if serialize_image_pulls is not None:
2928
3024
  pulumi.set(__self__, "serialize_image_pulls", serialize_image_pulls)
2929
3025
  if system_reserved is not None:
2930
3026
  pulumi.set(__self__, "system_reserved", system_reserved)
3027
+ if topology_manager_policy is not None:
3028
+ pulumi.set(__self__, "topology_manager_policy", topology_manager_policy)
3029
+ if tracing is not None:
3030
+ pulumi.set(__self__, "tracing", tracing)
2931
3031
 
2932
3032
  @property
2933
3033
  @pulumi.getter(name="allowedUnsafeSysctls")
@@ -2941,6 +3041,18 @@ class NodePoolKubeletConfigurationArgs:
2941
3041
  def allowed_unsafe_sysctls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2942
3042
  pulumi.set(self, "allowed_unsafe_sysctls", value)
2943
3043
 
3044
+ @property
3045
+ @pulumi.getter(name="clusterDns")
3046
+ def cluster_dns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3047
+ """
3048
+ The list of IP addresses of the cluster DNS servers.
3049
+ """
3050
+ return pulumi.get(self, "cluster_dns")
3051
+
3052
+ @cluster_dns.setter
3053
+ def cluster_dns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3054
+ pulumi.set(self, "cluster_dns", value)
3055
+
2944
3056
  @property
2945
3057
  @pulumi.getter(name="containerLogMaxFiles")
2946
3058
  def container_log_max_files(self) -> Optional[pulumi.Input[str]]:
@@ -2965,6 +3077,54 @@ class NodePoolKubeletConfigurationArgs:
2965
3077
  def container_log_max_size(self, value: Optional[pulumi.Input[str]]):
2966
3078
  pulumi.set(self, "container_log_max_size", value)
2967
3079
 
3080
+ @property
3081
+ @pulumi.getter(name="containerLogMaxWorkers")
3082
+ def container_log_max_workers(self) -> Optional[pulumi.Input[str]]:
3083
+ """
3084
+ Specifies the maximum number of concurrent workers required to perform log rotation operations.
3085
+ """
3086
+ return pulumi.get(self, "container_log_max_workers")
3087
+
3088
+ @container_log_max_workers.setter
3089
+ def container_log_max_workers(self, value: Optional[pulumi.Input[str]]):
3090
+ pulumi.set(self, "container_log_max_workers", value)
3091
+
3092
+ @property
3093
+ @pulumi.getter(name="containerLogMonitorInterval")
3094
+ def container_log_monitor_interval(self) -> Optional[pulumi.Input[str]]:
3095
+ """
3096
+ Specifies the duration for which container logs are monitored for log rotation.
3097
+ """
3098
+ return pulumi.get(self, "container_log_monitor_interval")
3099
+
3100
+ @container_log_monitor_interval.setter
3101
+ def container_log_monitor_interval(self, value: Optional[pulumi.Input[str]]):
3102
+ pulumi.set(self, "container_log_monitor_interval", value)
3103
+
3104
+ @property
3105
+ @pulumi.getter(name="cpuCfsQuota")
3106
+ def cpu_cfs_quota(self) -> Optional[pulumi.Input[str]]:
3107
+ """
3108
+ CPU CFS quota constraint switch.
3109
+ """
3110
+ return pulumi.get(self, "cpu_cfs_quota")
3111
+
3112
+ @cpu_cfs_quota.setter
3113
+ def cpu_cfs_quota(self, value: Optional[pulumi.Input[str]]):
3114
+ pulumi.set(self, "cpu_cfs_quota", value)
3115
+
3116
+ @property
3117
+ @pulumi.getter(name="cpuCfsQuotaPeriod")
3118
+ def cpu_cfs_quota_period(self) -> Optional[pulumi.Input[str]]:
3119
+ """
3120
+ CPU CFS quota period value.
3121
+ """
3122
+ return pulumi.get(self, "cpu_cfs_quota_period")
3123
+
3124
+ @cpu_cfs_quota_period.setter
3125
+ def cpu_cfs_quota_period(self, value: Optional[pulumi.Input[str]]):
3126
+ pulumi.set(self, "cpu_cfs_quota_period", value)
3127
+
2968
3128
  @property
2969
3129
  @pulumi.getter(name="cpuManagerPolicy")
2970
3130
  def cpu_manager_policy(self) -> Optional[pulumi.Input[str]]:
@@ -3049,6 +3209,30 @@ class NodePoolKubeletConfigurationArgs:
3049
3209
  def feature_gates(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[bool]]]]):
3050
3210
  pulumi.set(self, "feature_gates", value)
3051
3211
 
3212
+ @property
3213
+ @pulumi.getter(name="imageGcHighThresholdPercent")
3214
+ def image_gc_high_threshold_percent(self) -> Optional[pulumi.Input[str]]:
3215
+ """
3216
+ If the image usage exceeds this threshold, image garbage collection will continue.
3217
+ """
3218
+ return pulumi.get(self, "image_gc_high_threshold_percent")
3219
+
3220
+ @image_gc_high_threshold_percent.setter
3221
+ def image_gc_high_threshold_percent(self, value: Optional[pulumi.Input[str]]):
3222
+ pulumi.set(self, "image_gc_high_threshold_percent", value)
3223
+
3224
+ @property
3225
+ @pulumi.getter(name="imageGcLowThresholdPercent")
3226
+ def image_gc_low_threshold_percent(self) -> Optional[pulumi.Input[str]]:
3227
+ """
3228
+ Image garbage collection is not performed when the image usage is below this threshold.
3229
+ """
3230
+ return pulumi.get(self, "image_gc_low_threshold_percent")
3231
+
3232
+ @image_gc_low_threshold_percent.setter
3233
+ def image_gc_low_threshold_percent(self, value: Optional[pulumi.Input[str]]):
3234
+ pulumi.set(self, "image_gc_low_threshold_percent", value)
3235
+
3052
3236
  @property
3053
3237
  @pulumi.getter(name="kubeApiBurst")
3054
3238
  def kube_api_burst(self) -> Optional[pulumi.Input[str]]:
@@ -3097,6 +3281,30 @@ class NodePoolKubeletConfigurationArgs:
3097
3281
  def max_pods(self, value: Optional[pulumi.Input[str]]):
3098
3282
  pulumi.set(self, "max_pods", value)
3099
3283
 
3284
+ @property
3285
+ @pulumi.getter(name="memoryManagerPolicy")
3286
+ def memory_manager_policy(self) -> Optional[pulumi.Input[str]]:
3287
+ """
3288
+ The policy to be used by the memory manager.
3289
+ """
3290
+ return pulumi.get(self, "memory_manager_policy")
3291
+
3292
+ @memory_manager_policy.setter
3293
+ def memory_manager_policy(self, value: Optional[pulumi.Input[str]]):
3294
+ pulumi.set(self, "memory_manager_policy", value)
3295
+
3296
+ @property
3297
+ @pulumi.getter(name="podPidsLimit")
3298
+ def pod_pids_limit(self) -> Optional[pulumi.Input[str]]:
3299
+ """
3300
+ The maximum number of PIDs that can be used in a Pod.
3301
+ """
3302
+ return pulumi.get(self, "pod_pids_limit")
3303
+
3304
+ @pod_pids_limit.setter
3305
+ def pod_pids_limit(self, value: Optional[pulumi.Input[str]]):
3306
+ pulumi.set(self, "pod_pids_limit", value)
3307
+
3100
3308
  @property
3101
3309
  @pulumi.getter(name="readOnlyPort")
3102
3310
  def read_only_port(self) -> Optional[pulumi.Input[str]]:
@@ -3133,6 +3341,18 @@ class NodePoolKubeletConfigurationArgs:
3133
3341
  def registry_pull_qps(self, value: Optional[pulumi.Input[str]]):
3134
3342
  pulumi.set(self, "registry_pull_qps", value)
3135
3343
 
3344
+ @property
3345
+ @pulumi.getter(name="reservedMemories")
3346
+ def reserved_memories(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NodePoolKubeletConfigurationReservedMemoryArgs']]]]:
3347
+ """
3348
+ Reserve memory for NUMA nodes. See `reserved_memory` below.
3349
+ """
3350
+ return pulumi.get(self, "reserved_memories")
3351
+
3352
+ @reserved_memories.setter
3353
+ def reserved_memories(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NodePoolKubeletConfigurationReservedMemoryArgs']]]]):
3354
+ pulumi.set(self, "reserved_memories", value)
3355
+
3136
3356
  @property
3137
3357
  @pulumi.getter(name="serializeImagePulls")
3138
3358
  def serialize_image_pulls(self) -> Optional[pulumi.Input[str]]:
@@ -3157,6 +3377,134 @@ class NodePoolKubeletConfigurationArgs:
3157
3377
  def system_reserved(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
3158
3378
  pulumi.set(self, "system_reserved", value)
3159
3379
 
3380
+ @property
3381
+ @pulumi.getter(name="topologyManagerPolicy")
3382
+ def topology_manager_policy(self) -> Optional[pulumi.Input[str]]:
3383
+ """
3384
+ Name of the Topology Manager policy used.
3385
+ """
3386
+ return pulumi.get(self, "topology_manager_policy")
3387
+
3388
+ @topology_manager_policy.setter
3389
+ def topology_manager_policy(self, value: Optional[pulumi.Input[str]]):
3390
+ pulumi.set(self, "topology_manager_policy", value)
3391
+
3392
+ @property
3393
+ @pulumi.getter
3394
+ def tracing(self) -> Optional[pulumi.Input['NodePoolKubeletConfigurationTracingArgs']]:
3395
+ """
3396
+ OpenTelemetry tracks the configuration information for client settings versioning. See `tracing` below.
3397
+ """
3398
+ return pulumi.get(self, "tracing")
3399
+
3400
+ @tracing.setter
3401
+ def tracing(self, value: Optional[pulumi.Input['NodePoolKubeletConfigurationTracingArgs']]):
3402
+ pulumi.set(self, "tracing", value)
3403
+
3404
+
3405
+ if not MYPY:
3406
+ class NodePoolKubeletConfigurationReservedMemoryArgsDict(TypedDict):
3407
+ limits: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
3408
+ """
3409
+ Memory resource limit.
3410
+ """
3411
+ numa_node: NotRequired[pulumi.Input[int]]
3412
+ """
3413
+ The NUMA node.
3414
+ """
3415
+ elif False:
3416
+ NodePoolKubeletConfigurationReservedMemoryArgsDict: TypeAlias = Mapping[str, Any]
3417
+
3418
+ @pulumi.input_type
3419
+ class NodePoolKubeletConfigurationReservedMemoryArgs:
3420
+ def __init__(__self__, *,
3421
+ limits: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
3422
+ numa_node: Optional[pulumi.Input[int]] = None):
3423
+ """
3424
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] limits: Memory resource limit.
3425
+ :param pulumi.Input[int] numa_node: The NUMA node.
3426
+ """
3427
+ if limits is not None:
3428
+ pulumi.set(__self__, "limits", limits)
3429
+ if numa_node is not None:
3430
+ pulumi.set(__self__, "numa_node", numa_node)
3431
+
3432
+ @property
3433
+ @pulumi.getter
3434
+ def limits(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
3435
+ """
3436
+ Memory resource limit.
3437
+ """
3438
+ return pulumi.get(self, "limits")
3439
+
3440
+ @limits.setter
3441
+ def limits(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
3442
+ pulumi.set(self, "limits", value)
3443
+
3444
+ @property
3445
+ @pulumi.getter(name="numaNode")
3446
+ def numa_node(self) -> Optional[pulumi.Input[int]]:
3447
+ """
3448
+ The NUMA node.
3449
+ """
3450
+ return pulumi.get(self, "numa_node")
3451
+
3452
+ @numa_node.setter
3453
+ def numa_node(self, value: Optional[pulumi.Input[int]]):
3454
+ pulumi.set(self, "numa_node", value)
3455
+
3456
+
3457
+ if not MYPY:
3458
+ class NodePoolKubeletConfigurationTracingArgsDict(TypedDict):
3459
+ endpoint: NotRequired[pulumi.Input[str]]
3460
+ """
3461
+ The endpoint of the collector.
3462
+ """
3463
+ sampling_rate_per_million: NotRequired[pulumi.Input[str]]
3464
+ """
3465
+ Number of samples to be collected per million span.
3466
+ """
3467
+ elif False:
3468
+ NodePoolKubeletConfigurationTracingArgsDict: TypeAlias = Mapping[str, Any]
3469
+
3470
+ @pulumi.input_type
3471
+ class NodePoolKubeletConfigurationTracingArgs:
3472
+ def __init__(__self__, *,
3473
+ endpoint: Optional[pulumi.Input[str]] = None,
3474
+ sampling_rate_per_million: Optional[pulumi.Input[str]] = None):
3475
+ """
3476
+ :param pulumi.Input[str] endpoint: The endpoint of the collector.
3477
+ :param pulumi.Input[str] sampling_rate_per_million: Number of samples to be collected per million span.
3478
+ """
3479
+ if endpoint is not None:
3480
+ pulumi.set(__self__, "endpoint", endpoint)
3481
+ if sampling_rate_per_million is not None:
3482
+ pulumi.set(__self__, "sampling_rate_per_million", sampling_rate_per_million)
3483
+
3484
+ @property
3485
+ @pulumi.getter
3486
+ def endpoint(self) -> Optional[pulumi.Input[str]]:
3487
+ """
3488
+ The endpoint of the collector.
3489
+ """
3490
+ return pulumi.get(self, "endpoint")
3491
+
3492
+ @endpoint.setter
3493
+ def endpoint(self, value: Optional[pulumi.Input[str]]):
3494
+ pulumi.set(self, "endpoint", value)
3495
+
3496
+ @property
3497
+ @pulumi.getter(name="samplingRatePerMillion")
3498
+ def sampling_rate_per_million(self) -> Optional[pulumi.Input[str]]:
3499
+ """
3500
+ Number of samples to be collected per million span.
3501
+ """
3502
+ return pulumi.get(self, "sampling_rate_per_million")
3503
+
3504
+ @sampling_rate_per_million.setter
3505
+ def sampling_rate_per_million(self, value: Optional[pulumi.Input[str]]):
3506
+ pulumi.set(self, "sampling_rate_per_million", value)
3507
+
3160
3508
 
3161
3509
  if not MYPY:
3162
3510
  class NodePoolLabelArgsDict(TypedDict):
@@ -121,7 +121,7 @@ def get_edge_kubernetes_clusters(enable_details: Optional[bool] = None,
121
121
  """
122
122
  This data source provides a list Container Service Edge Kubernetes Clusters on Alibaba Cloud.
123
123
 
124
- > **NOTE:** Available in v1.103.0+
124
+ > **NOTE:** Available since v1.103.0.
125
125
 
126
126
  ## Example Usage
127
127
 
@@ -136,6 +136,7 @@ def get_edge_kubernetes_clusters(enable_details: Optional[bool] = None,
136
136
  ```
137
137
 
138
138
 
139
+ :param bool enable_details: Boolean, false by default, only `id` and `name` are exported. Set to true if more details are needed, e.g., `master_disk_category`, `slb_internet_enabled`, `connections`. See full list in attributes.
139
140
  :param Sequence[str] ids: Cluster IDs to filter.
140
141
  :param str name_regex: A regex string to filter results by cluster name.
141
142
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
@@ -164,7 +165,7 @@ def get_edge_kubernetes_clusters_output(enable_details: Optional[pulumi.Input[Op
164
165
  """
165
166
  This data source provides a list Container Service Edge Kubernetes Clusters on Alibaba Cloud.
166
167
 
167
- > **NOTE:** Available in v1.103.0+
168
+ > **NOTE:** Available since v1.103.0.
168
169
 
169
170
  ## Example Usage
170
171
 
@@ -179,6 +180,7 @@ def get_edge_kubernetes_clusters_output(enable_details: Optional[pulumi.Input[Op
179
180
  ```
180
181
 
181
182
 
183
+ :param bool enable_details: Boolean, false by default, only `id` and `name` are exported. Set to true if more details are needed, e.g., `master_disk_category`, `slb_internet_enabled`, `connections`. See full list in attributes.
182
184
  :param Sequence[str] ids: Cluster IDs to filter.
183
185
  :param str name_regex: A regex string to filter results by cluster name.
184
186
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
@@ -149,6 +149,7 @@ def get_managed_kubernetes_clusters(enable_details: Optional[bool] = None,
149
149
  ```
150
150
 
151
151
 
152
+ :param bool enable_details: Boolean, false by default, only `id` and `name` are exported. Set to true if more details are needed, e.g., `master_disk_category`, `slb_internet_enabled`, `connections`. See full list in attributes.
152
153
  :param Sequence[str] ids: Cluster IDs to filter.
153
154
  :param str kube_config_file_prefix: The path prefix of kube config. You could store kube config in a specified directory by specifying this field, like `~/.kube/managed`, then it will be named with `~/.kube/managed-clusterID-kubeconfig`. From version 1.187.0+, kube_config will not export kube_config if this field is not set.
154
155
  :param str name_regex: A regex string to filter results by cluster name.
@@ -199,6 +200,7 @@ def get_managed_kubernetes_clusters_output(enable_details: Optional[pulumi.Input
199
200
  ```
200
201
 
201
202
 
203
+ :param bool enable_details: Boolean, false by default, only `id` and `name` are exported. Set to true if more details are needed, e.g., `master_disk_category`, `slb_internet_enabled`, `connections`. See full list in attributes.
202
204
  :param Sequence[str] ids: Cluster IDs to filter.
203
205
  :param str kube_config_file_prefix: The path prefix of kube config. You could store kube config in a specified directory by specifying this field, like `~/.kube/managed`, then it will be named with `~/.kube/managed-clusterID-kubeconfig`. From version 1.187.0+, kube_config will not export kube_config if this field is not set.
204
206
  :param str name_regex: A regex string to filter results by cluster name.