pulumi-gcp 8.1.0__py3-none-any.whl → 8.1.0a1726293903__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.
Files changed (101) hide show
  1. pulumi_gcp/__init__.py +0 -24
  2. pulumi_gcp/alloydb/_inputs.py +0 -94
  3. pulumi_gcp/alloydb/cluster.py +1 -94
  4. pulumi_gcp/alloydb/outputs.py +0 -79
  5. pulumi_gcp/assuredworkloads/workload.py +16 -135
  6. pulumi_gcp/backupdisasterrecovery/__init__.py +0 -1
  7. pulumi_gcp/bigquery/_inputs.py +0 -33
  8. pulumi_gcp/bigquery/data_transfer_config.py +6 -134
  9. pulumi_gcp/bigquery/outputs.py +0 -36
  10. pulumi_gcp/bigqueryanalyticshub/_inputs.py +7 -169
  11. pulumi_gcp/bigqueryanalyticshub/data_exchange.py +3 -96
  12. pulumi_gcp/bigqueryanalyticshub/listing.py +0 -114
  13. pulumi_gcp/bigqueryanalyticshub/outputs.py +5 -138
  14. pulumi_gcp/bigtable/_inputs.py +1 -21
  15. pulumi_gcp/bigtable/outputs.py +1 -13
  16. pulumi_gcp/bigtable/table.py +0 -34
  17. pulumi_gcp/certificateauthority/authority.py +7 -14
  18. pulumi_gcp/certificatemanager/__init__.py +0 -1
  19. pulumi_gcp/certificatemanager/certificate.py +0 -28
  20. pulumi_gcp/certificatemanager/outputs.py +0 -322
  21. pulumi_gcp/cloudbuild/_inputs.py +6 -6
  22. pulumi_gcp/cloudbuild/outputs.py +4 -4
  23. pulumi_gcp/cloudrun/_inputs.py +12 -6
  24. pulumi_gcp/cloudrun/outputs.py +16 -8
  25. pulumi_gcp/cloudrunv2/_inputs.py +15 -72
  26. pulumi_gcp/cloudrunv2/outputs.py +16 -82
  27. pulumi_gcp/cloudrunv2/service.py +4 -50
  28. pulumi_gcp/cloudtasks/_inputs.py +0 -630
  29. pulumi_gcp/cloudtasks/outputs.py +0 -479
  30. pulumi_gcp/cloudtasks/queue.py +0 -238
  31. pulumi_gcp/compute/_inputs.py +9 -129
  32. pulumi_gcp/compute/get_instance.py +1 -1
  33. pulumi_gcp/compute/health_check.py +0 -114
  34. pulumi_gcp/compute/instance.py +4 -86
  35. pulumi_gcp/compute/instance_template.py +0 -66
  36. pulumi_gcp/compute/interconnect.py +21 -28
  37. pulumi_gcp/compute/node_template.py +0 -93
  38. pulumi_gcp/compute/outputs.py +6 -108
  39. pulumi_gcp/compute/target_https_proxy.py +0 -28
  40. pulumi_gcp/container/_inputs.py +3 -140
  41. pulumi_gcp/container/attached_cluster.py +7 -7
  42. pulumi_gcp/container/outputs.py +2 -174
  43. pulumi_gcp/databasemigrationservice/_inputs.py +148 -176
  44. pulumi_gcp/databasemigrationservice/connection_profile.py +0 -206
  45. pulumi_gcp/databasemigrationservice/outputs.py +87 -109
  46. pulumi_gcp/dataloss/_inputs.py +1 -353
  47. pulumi_gcp/dataloss/outputs.py +3 -274
  48. pulumi_gcp/dataproc/_inputs.py +27 -27
  49. pulumi_gcp/dataproc/outputs.py +18 -18
  50. pulumi_gcp/datastream/_inputs.py +1 -69
  51. pulumi_gcp/datastream/outputs.py +2 -44
  52. pulumi_gcp/datastream/stream.py +7 -194
  53. pulumi_gcp/discoveryengine/_inputs.py +0 -188
  54. pulumi_gcp/discoveryengine/data_store.py +14 -14
  55. pulumi_gcp/discoveryengine/outputs.py +1 -153
  56. pulumi_gcp/firebase/database_instance.py +7 -7
  57. pulumi_gcp/gkehub/_inputs.py +1 -25
  58. pulumi_gcp/gkehub/feature_membership.py +6 -12
  59. pulumi_gcp/gkehub/outputs.py +1 -17
  60. pulumi_gcp/iam/_inputs.py +0 -196
  61. pulumi_gcp/iam/get_workload_identity_pool_provider.py +3 -13
  62. pulumi_gcp/iam/outputs.py +0 -295
  63. pulumi_gcp/iam/workload_identity_pool_provider.py +3 -164
  64. pulumi_gcp/kms/__init__.py +0 -2
  65. pulumi_gcp/kms/autokey_config.py +2 -10
  66. pulumi_gcp/kms/outputs.py +0 -164
  67. pulumi_gcp/netapp/active_directory.py +6 -6
  68. pulumi_gcp/netapp/backup.py +6 -6
  69. pulumi_gcp/netapp/backup_policy.py +6 -6
  70. pulumi_gcp/netapp/backup_vault.py +6 -6
  71. pulumi_gcp/netapp/storage_pool.py +4 -4
  72. pulumi_gcp/netapp/volume.py +0 -7
  73. pulumi_gcp/networkconnectivity/_inputs.py +1 -21
  74. pulumi_gcp/networkconnectivity/outputs.py +1 -15
  75. pulumi_gcp/networkconnectivity/spoke.py +0 -8
  76. pulumi_gcp/networksecurity/client_tls_policy.py +22 -24
  77. pulumi_gcp/networksecurity/server_tls_policy.py +32 -20
  78. pulumi_gcp/organizations/get_project.py +3 -13
  79. pulumi_gcp/organizations/project.py +3 -88
  80. pulumi_gcp/parallelstore/instance.py +121 -121
  81. pulumi_gcp/projects/iam_member_remove.py +0 -26
  82. pulumi_gcp/projects/usage_export_bucket.py +0 -38
  83. pulumi_gcp/pubsub/_inputs.py +0 -40
  84. pulumi_gcp/pubsub/outputs.py +1 -51
  85. pulumi_gcp/pubsub/subscription.py +0 -6
  86. pulumi_gcp/pulumi-plugin.json +1 -1
  87. pulumi_gcp/redis/_inputs.py +0 -419
  88. pulumi_gcp/redis/cluster.py +0 -123
  89. pulumi_gcp/redis/outputs.py +0 -315
  90. pulumi_gcp/securitycenter/__init__.py +0 -2
  91. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +4 -4
  92. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/METADATA +1 -1
  93. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/RECORD +95 -101
  94. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/WHEEL +1 -1
  95. pulumi_gcp/backupdisasterrecovery/backup_vault.py +0 -1203
  96. pulumi_gcp/certificatemanager/get_certificates.py +0 -150
  97. pulumi_gcp/kms/get_crypto_key_latest_version.py +0 -222
  98. pulumi_gcp/kms/get_crypto_key_versions.py +0 -175
  99. pulumi_gcp/securitycenter/v2_folder_scc_big_query_export.py +0 -857
  100. pulumi_gcp/securitycenter/v2_project_scc_big_query_export.py +0 -796
  101. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/top_level.txt +0 -0
@@ -170,7 +170,6 @@ __all__ = [
170
170
  'ClusterNodePool',
171
171
  'ClusterNodePoolAutoConfig',
172
172
  'ClusterNodePoolAutoConfigNetworkTags',
173
- 'ClusterNodePoolAutoConfigNodeKubeletConfig',
174
173
  'ClusterNodePoolAutoscaling',
175
174
  'ClusterNodePoolDefaults',
176
175
  'ClusterNodePoolDefaultsNodeConfigDefaults',
@@ -363,7 +362,6 @@ __all__ = [
363
362
  'GetClusterNodePoolResult',
364
363
  'GetClusterNodePoolAutoConfigResult',
365
364
  'GetClusterNodePoolAutoConfigNetworkTagResult',
366
- 'GetClusterNodePoolAutoConfigNodeKubeletConfigResult',
367
365
  'GetClusterNodePoolAutoscalingResult',
368
366
  'GetClusterNodePoolDefaultResult',
369
367
  'GetClusterNodePoolDefaultNodeConfigDefaultResult',
@@ -7877,8 +7875,6 @@ class ClusterNodeConfigKubeletConfig(dict):
7877
7875
  suggest = "cpu_cfs_quota"
7878
7876
  elif key == "cpuCfsQuotaPeriod":
7879
7877
  suggest = "cpu_cfs_quota_period"
7880
- elif key == "insecureKubeletReadonlyPortEnabled":
7881
- suggest = "insecure_kubelet_readonly_port_enabled"
7882
7878
  elif key == "podPidsLimit":
7883
7879
  suggest = "pod_pids_limit"
7884
7880
 
@@ -7897,7 +7893,6 @@ class ClusterNodeConfigKubeletConfig(dict):
7897
7893
  cpu_manager_policy: str,
7898
7894
  cpu_cfs_quota: Optional[bool] = None,
7899
7895
  cpu_cfs_quota_period: Optional[str] = None,
7900
- insecure_kubelet_readonly_port_enabled: Optional[str] = None,
7901
7896
  pod_pids_limit: Optional[int] = None):
7902
7897
  """
7903
7898
  :param str cpu_manager_policy: The CPU management policy on the node. See
@@ -7914,7 +7909,6 @@ class ClusterNodeConfigKubeletConfig(dict):
7914
7909
  value and accepts an invalid `default` value instead. While this remains true,
7915
7910
  not specifying the `kubelet_config` block should be the equivalent of specifying
7916
7911
  `none`.
7917
- :param str insecure_kubelet_readonly_port_enabled: Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
7918
7912
  :param int pod_pids_limit: Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.
7919
7913
  """
7920
7914
  pulumi.set(__self__, "cpu_manager_policy", cpu_manager_policy)
@@ -7922,8 +7916,6 @@ class ClusterNodeConfigKubeletConfig(dict):
7922
7916
  pulumi.set(__self__, "cpu_cfs_quota", cpu_cfs_quota)
7923
7917
  if cpu_cfs_quota_period is not None:
7924
7918
  pulumi.set(__self__, "cpu_cfs_quota_period", cpu_cfs_quota_period)
7925
- if insecure_kubelet_readonly_port_enabled is not None:
7926
- pulumi.set(__self__, "insecure_kubelet_readonly_port_enabled", insecure_kubelet_readonly_port_enabled)
7927
7919
  if pod_pids_limit is not None:
7928
7920
  pulumi.set(__self__, "pod_pids_limit", pod_pids_limit)
7929
7921
 
@@ -7962,14 +7954,6 @@ class ClusterNodeConfigKubeletConfig(dict):
7962
7954
  """
7963
7955
  return pulumi.get(self, "cpu_cfs_quota_period")
7964
7956
 
7965
- @property
7966
- @pulumi.getter(name="insecureKubeletReadonlyPortEnabled")
7967
- def insecure_kubelet_readonly_port_enabled(self) -> Optional[str]:
7968
- """
7969
- Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
7970
- """
7971
- return pulumi.get(self, "insecure_kubelet_readonly_port_enabled")
7972
-
7973
7957
  @property
7974
7958
  @pulumi.getter(name="podPidsLimit")
7975
7959
  def pod_pids_limit(self) -> Optional[int]:
@@ -8723,8 +8707,6 @@ class ClusterNodePoolAutoConfig(dict):
8723
8707
  suggest = None
8724
8708
  if key == "networkTags":
8725
8709
  suggest = "network_tags"
8726
- elif key == "nodeKubeletConfig":
8727
- suggest = "node_kubelet_config"
8728
8710
  elif key == "resourceManagerTags":
8729
8711
  suggest = "resource_manager_tags"
8730
8712
 
@@ -8741,18 +8723,13 @@ class ClusterNodePoolAutoConfig(dict):
8741
8723
 
8742
8724
  def __init__(__self__, *,
8743
8725
  network_tags: Optional['outputs.ClusterNodePoolAutoConfigNetworkTags'] = None,
8744
- node_kubelet_config: Optional['outputs.ClusterNodePoolAutoConfigNodeKubeletConfig'] = None,
8745
8726
  resource_manager_tags: Optional[Mapping[str, str]] = None):
8746
8727
  """
8747
- :param 'ClusterNodePoolAutoConfigNetworkTagsArgs' network_tags: The network tag config for the cluster's automatically provisioned node pools. Structure is documented below.
8748
- :param 'ClusterNodePoolAutoConfigNodeKubeletConfigArgs' node_kubelet_config: Kubelet configuration for Autopilot clusters. Currently, only `insecure_kubelet_readonly_port_enabled` is supported here.
8749
- Structure is documented below.
8728
+ :param 'ClusterNodePoolAutoConfigNetworkTagsArgs' network_tags: The network tag config for the cluster's automatically provisioned node pools.
8750
8729
  :param Mapping[str, str] resource_manager_tags: A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Tags must be according to specifications found [here](https://cloud.google.com/vpc/docs/tags-firewalls-overview#specifications). A maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values. Tags must be in one of the following formats ([KEY]=[VALUE]) 1. `tagKeys/{tag_key_id}=tagValues/{tag_value_id}` 2. `{org_id}/{tag_key_name}={tag_value_name}` 3. `{project_id}/{tag_key_name}={tag_value_name}`.
8751
8730
  """
8752
8731
  if network_tags is not None:
8753
8732
  pulumi.set(__self__, "network_tags", network_tags)
8754
- if node_kubelet_config is not None:
8755
- pulumi.set(__self__, "node_kubelet_config", node_kubelet_config)
8756
8733
  if resource_manager_tags is not None:
8757
8734
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
8758
8735
 
@@ -8760,19 +8737,10 @@ class ClusterNodePoolAutoConfig(dict):
8760
8737
  @pulumi.getter(name="networkTags")
8761
8738
  def network_tags(self) -> Optional['outputs.ClusterNodePoolAutoConfigNetworkTags']:
8762
8739
  """
8763
- The network tag config for the cluster's automatically provisioned node pools. Structure is documented below.
8740
+ The network tag config for the cluster's automatically provisioned node pools.
8764
8741
  """
8765
8742
  return pulumi.get(self, "network_tags")
8766
8743
 
8767
- @property
8768
- @pulumi.getter(name="nodeKubeletConfig")
8769
- def node_kubelet_config(self) -> Optional['outputs.ClusterNodePoolAutoConfigNodeKubeletConfig']:
8770
- """
8771
- Kubelet configuration for Autopilot clusters. Currently, only `insecure_kubelet_readonly_port_enabled` is supported here.
8772
- Structure is documented below.
8773
- """
8774
- return pulumi.get(self, "node_kubelet_config")
8775
-
8776
8744
  @property
8777
8745
  @pulumi.getter(name="resourceManagerTags")
8778
8746
  def resource_manager_tags(self) -> Optional[Mapping[str, str]]:
@@ -8801,42 +8769,6 @@ class ClusterNodePoolAutoConfigNetworkTags(dict):
8801
8769
  return pulumi.get(self, "tags")
8802
8770
 
8803
8771
 
8804
- @pulumi.output_type
8805
- class ClusterNodePoolAutoConfigNodeKubeletConfig(dict):
8806
- @staticmethod
8807
- def __key_warning(key: str):
8808
- suggest = None
8809
- if key == "insecureKubeletReadonlyPortEnabled":
8810
- suggest = "insecure_kubelet_readonly_port_enabled"
8811
-
8812
- if suggest:
8813
- pulumi.log.warn(f"Key '{key}' not found in ClusterNodePoolAutoConfigNodeKubeletConfig. Access the value via the '{suggest}' property getter instead.")
8814
-
8815
- def __getitem__(self, key: str) -> Any:
8816
- ClusterNodePoolAutoConfigNodeKubeletConfig.__key_warning(key)
8817
- return super().__getitem__(key)
8818
-
8819
- def get(self, key: str, default = None) -> Any:
8820
- ClusterNodePoolAutoConfigNodeKubeletConfig.__key_warning(key)
8821
- return super().get(key, default)
8822
-
8823
- def __init__(__self__, *,
8824
- insecure_kubelet_readonly_port_enabled: Optional[str] = None):
8825
- """
8826
- :param str insecure_kubelet_readonly_port_enabled: Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
8827
- """
8828
- if insecure_kubelet_readonly_port_enabled is not None:
8829
- pulumi.set(__self__, "insecure_kubelet_readonly_port_enabled", insecure_kubelet_readonly_port_enabled)
8830
-
8831
- @property
8832
- @pulumi.getter(name="insecureKubeletReadonlyPortEnabled")
8833
- def insecure_kubelet_readonly_port_enabled(self) -> Optional[str]:
8834
- """
8835
- Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
8836
- """
8837
- return pulumi.get(self, "insecure_kubelet_readonly_port_enabled")
8838
-
8839
-
8840
8772
  @pulumi.output_type
8841
8773
  class ClusterNodePoolAutoscaling(dict):
8842
8774
  @staticmethod
@@ -8974,8 +8906,6 @@ class ClusterNodePoolDefaultsNodeConfigDefaults(dict):
8974
8906
  suggest = "containerd_config"
8975
8907
  elif key == "gcfsConfig":
8976
8908
  suggest = "gcfs_config"
8977
- elif key == "insecureKubeletReadonlyPortEnabled":
8978
- suggest = "insecure_kubelet_readonly_port_enabled"
8979
8909
  elif key == "loggingVariant":
8980
8910
  suggest = "logging_variant"
8981
8911
 
@@ -8993,20 +8923,16 @@ class ClusterNodePoolDefaultsNodeConfigDefaults(dict):
8993
8923
  def __init__(__self__, *,
8994
8924
  containerd_config: Optional['outputs.ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfig'] = None,
8995
8925
  gcfs_config: Optional['outputs.ClusterNodePoolDefaultsNodeConfigDefaultsGcfsConfig'] = None,
8996
- insecure_kubelet_readonly_port_enabled: Optional[str] = None,
8997
8926
  logging_variant: Optional[str] = None):
8998
8927
  """
8999
8928
  :param 'ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigArgs' containerd_config: Parameters for containerd configuration.
9000
8929
  :param 'ClusterNodePoolDefaultsNodeConfigDefaultsGcfsConfigArgs' gcfs_config: The default Google Container Filesystem (GCFS) configuration at the cluster level. e.g. enable [image streaming](https://cloud.google.com/kubernetes-engine/docs/how-to/image-streaming) across all the node pools within the cluster. Structure is documented below.
9001
- :param str insecure_kubelet_readonly_port_enabled: Controls whether the kubelet read-only port is enabled for newly created node pools in the cluster. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
9002
8930
  :param str logging_variant: The type of logging agent that is deployed by default for newly created node pools in the cluster. Valid values include DEFAULT and MAX_THROUGHPUT. See [Increasing logging agent throughput](https://cloud.google.com/stackdriver/docs/solutions/gke/managing-logs#throughput) for more information.
9003
8931
  """
9004
8932
  if containerd_config is not None:
9005
8933
  pulumi.set(__self__, "containerd_config", containerd_config)
9006
8934
  if gcfs_config is not None:
9007
8935
  pulumi.set(__self__, "gcfs_config", gcfs_config)
9008
- if insecure_kubelet_readonly_port_enabled is not None:
9009
- pulumi.set(__self__, "insecure_kubelet_readonly_port_enabled", insecure_kubelet_readonly_port_enabled)
9010
8936
  if logging_variant is not None:
9011
8937
  pulumi.set(__self__, "logging_variant", logging_variant)
9012
8938
 
@@ -9026,14 +8952,6 @@ class ClusterNodePoolDefaultsNodeConfigDefaults(dict):
9026
8952
  """
9027
8953
  return pulumi.get(self, "gcfs_config")
9028
8954
 
9029
- @property
9030
- @pulumi.getter(name="insecureKubeletReadonlyPortEnabled")
9031
- def insecure_kubelet_readonly_port_enabled(self) -> Optional[str]:
9032
- """
9033
- Controls whether the kubelet read-only port is enabled for newly created node pools in the cluster. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
9034
- """
9035
- return pulumi.get(self, "insecure_kubelet_readonly_port_enabled")
9036
-
9037
8955
  @property
9038
8956
  @pulumi.getter(name="loggingVariant")
9039
8957
  def logging_variant(self) -> Optional[str]:
@@ -10886,8 +10804,6 @@ class ClusterNodePoolNodeConfigKubeletConfig(dict):
10886
10804
  suggest = "cpu_cfs_quota"
10887
10805
  elif key == "cpuCfsQuotaPeriod":
10888
10806
  suggest = "cpu_cfs_quota_period"
10889
- elif key == "insecureKubeletReadonlyPortEnabled":
10890
- suggest = "insecure_kubelet_readonly_port_enabled"
10891
10807
  elif key == "podPidsLimit":
10892
10808
  suggest = "pod_pids_limit"
10893
10809
 
@@ -10906,7 +10822,6 @@ class ClusterNodePoolNodeConfigKubeletConfig(dict):
10906
10822
  cpu_manager_policy: str,
10907
10823
  cpu_cfs_quota: Optional[bool] = None,
10908
10824
  cpu_cfs_quota_period: Optional[str] = None,
10909
- insecure_kubelet_readonly_port_enabled: Optional[str] = None,
10910
10825
  pod_pids_limit: Optional[int] = None):
10911
10826
  """
10912
10827
  :param str cpu_manager_policy: The CPU management policy on the node. See
@@ -10923,7 +10838,6 @@ class ClusterNodePoolNodeConfigKubeletConfig(dict):
10923
10838
  value and accepts an invalid `default` value instead. While this remains true,
10924
10839
  not specifying the `kubelet_config` block should be the equivalent of specifying
10925
10840
  `none`.
10926
- :param str insecure_kubelet_readonly_port_enabled: Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
10927
10841
  :param int pod_pids_limit: Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.
10928
10842
  """
10929
10843
  pulumi.set(__self__, "cpu_manager_policy", cpu_manager_policy)
@@ -10931,8 +10845,6 @@ class ClusterNodePoolNodeConfigKubeletConfig(dict):
10931
10845
  pulumi.set(__self__, "cpu_cfs_quota", cpu_cfs_quota)
10932
10846
  if cpu_cfs_quota_period is not None:
10933
10847
  pulumi.set(__self__, "cpu_cfs_quota_period", cpu_cfs_quota_period)
10934
- if insecure_kubelet_readonly_port_enabled is not None:
10935
- pulumi.set(__self__, "insecure_kubelet_readonly_port_enabled", insecure_kubelet_readonly_port_enabled)
10936
10848
  if pod_pids_limit is not None:
10937
10849
  pulumi.set(__self__, "pod_pids_limit", pod_pids_limit)
10938
10850
 
@@ -10971,14 +10883,6 @@ class ClusterNodePoolNodeConfigKubeletConfig(dict):
10971
10883
  """
10972
10884
  return pulumi.get(self, "cpu_cfs_quota_period")
10973
10885
 
10974
- @property
10975
- @pulumi.getter(name="insecureKubeletReadonlyPortEnabled")
10976
- def insecure_kubelet_readonly_port_enabled(self) -> Optional[str]:
10977
- """
10978
- Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
10979
- """
10980
- return pulumi.get(self, "insecure_kubelet_readonly_port_enabled")
10981
-
10982
10886
  @property
10983
10887
  @pulumi.getter(name="podPidsLimit")
10984
10888
  def pod_pids_limit(self) -> Optional[int]:
@@ -14114,8 +14018,6 @@ class NodePoolNodeConfigKubeletConfig(dict):
14114
14018
  suggest = "cpu_cfs_quota"
14115
14019
  elif key == "cpuCfsQuotaPeriod":
14116
14020
  suggest = "cpu_cfs_quota_period"
14117
- elif key == "insecureKubeletReadonlyPortEnabled":
14118
- suggest = "insecure_kubelet_readonly_port_enabled"
14119
14021
  elif key == "podPidsLimit":
14120
14022
  suggest = "pod_pids_limit"
14121
14023
 
@@ -14134,13 +14036,11 @@ class NodePoolNodeConfigKubeletConfig(dict):
14134
14036
  cpu_manager_policy: str,
14135
14037
  cpu_cfs_quota: Optional[bool] = None,
14136
14038
  cpu_cfs_quota_period: Optional[str] = None,
14137
- insecure_kubelet_readonly_port_enabled: Optional[str] = None,
14138
14039
  pod_pids_limit: Optional[int] = None):
14139
14040
  """
14140
14041
  :param str cpu_manager_policy: Control the CPU management policy on the node.
14141
14042
  :param bool cpu_cfs_quota: Enable CPU CFS quota enforcement for containers that specify CPU limits.
14142
14043
  :param str cpu_cfs_quota_period: Set the CPU CFS quota period value 'cpu.cfs_period_us'.
14143
- :param str insecure_kubelet_readonly_port_enabled: Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
14144
14044
  :param int pod_pids_limit: Controls the maximum number of processes allowed to run in a pod.
14145
14045
  """
14146
14046
  pulumi.set(__self__, "cpu_manager_policy", cpu_manager_policy)
@@ -14148,8 +14048,6 @@ class NodePoolNodeConfigKubeletConfig(dict):
14148
14048
  pulumi.set(__self__, "cpu_cfs_quota", cpu_cfs_quota)
14149
14049
  if cpu_cfs_quota_period is not None:
14150
14050
  pulumi.set(__self__, "cpu_cfs_quota_period", cpu_cfs_quota_period)
14151
- if insecure_kubelet_readonly_port_enabled is not None:
14152
- pulumi.set(__self__, "insecure_kubelet_readonly_port_enabled", insecure_kubelet_readonly_port_enabled)
14153
14051
  if pod_pids_limit is not None:
14154
14052
  pulumi.set(__self__, "pod_pids_limit", pod_pids_limit)
14155
14053
 
@@ -14177,14 +14075,6 @@ class NodePoolNodeConfigKubeletConfig(dict):
14177
14075
  """
14178
14076
  return pulumi.get(self, "cpu_cfs_quota_period")
14179
14077
 
14180
- @property
14181
- @pulumi.getter(name="insecureKubeletReadonlyPortEnabled")
14182
- def insecure_kubelet_readonly_port_enabled(self) -> Optional[str]:
14183
- """
14184
- Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
14185
- """
14186
- return pulumi.get(self, "insecure_kubelet_readonly_port_enabled")
14187
-
14188
14078
  @property
14189
14079
  @pulumi.getter(name="podPidsLimit")
14190
14080
  def pod_pids_limit(self) -> Optional[int]:
@@ -17454,19 +17344,16 @@ class GetClusterNodeConfigKubeletConfigResult(dict):
17454
17344
  cpu_cfs_quota: bool,
17455
17345
  cpu_cfs_quota_period: str,
17456
17346
  cpu_manager_policy: str,
17457
- insecure_kubelet_readonly_port_enabled: str,
17458
17347
  pod_pids_limit: int):
17459
17348
  """
17460
17349
  :param bool cpu_cfs_quota: Enable CPU CFS quota enforcement for containers that specify CPU limits.
17461
17350
  :param str cpu_cfs_quota_period: Set the CPU CFS quota period value 'cpu.cfs_period_us'.
17462
17351
  :param str cpu_manager_policy: Control the CPU management policy on the node.
17463
- :param str insecure_kubelet_readonly_port_enabled: Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
17464
17352
  :param int pod_pids_limit: Controls the maximum number of processes allowed to run in a pod.
17465
17353
  """
17466
17354
  pulumi.set(__self__, "cpu_cfs_quota", cpu_cfs_quota)
17467
17355
  pulumi.set(__self__, "cpu_cfs_quota_period", cpu_cfs_quota_period)
17468
17356
  pulumi.set(__self__, "cpu_manager_policy", cpu_manager_policy)
17469
- pulumi.set(__self__, "insecure_kubelet_readonly_port_enabled", insecure_kubelet_readonly_port_enabled)
17470
17357
  pulumi.set(__self__, "pod_pids_limit", pod_pids_limit)
17471
17358
 
17472
17359
  @property
@@ -17493,14 +17380,6 @@ class GetClusterNodeConfigKubeletConfigResult(dict):
17493
17380
  """
17494
17381
  return pulumi.get(self, "cpu_manager_policy")
17495
17382
 
17496
- @property
17497
- @pulumi.getter(name="insecureKubeletReadonlyPortEnabled")
17498
- def insecure_kubelet_readonly_port_enabled(self) -> str:
17499
- """
17500
- Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
17501
- """
17502
- return pulumi.get(self, "insecure_kubelet_readonly_port_enabled")
17503
-
17504
17383
  @property
17505
17384
  @pulumi.getter(name="podPidsLimit")
17506
17385
  def pod_pids_limit(self) -> int:
@@ -17972,15 +17851,12 @@ class GetClusterNodePoolResult(dict):
17972
17851
  class GetClusterNodePoolAutoConfigResult(dict):
17973
17852
  def __init__(__self__, *,
17974
17853
  network_tags: Sequence['outputs.GetClusterNodePoolAutoConfigNetworkTagResult'],
17975
- node_kubelet_configs: Sequence['outputs.GetClusterNodePoolAutoConfigNodeKubeletConfigResult'],
17976
17854
  resource_manager_tags: Mapping[str, str]):
17977
17855
  """
17978
17856
  :param Sequence['GetClusterNodePoolAutoConfigNetworkTagArgs'] network_tags: Collection of Compute Engine network tags that can be applied to a node's underlying VM instance.
17979
- :param Sequence['GetClusterNodePoolAutoConfigNodeKubeletConfigArgs'] node_kubelet_configs: Node kubelet configs.
17980
17857
  :param Mapping[str, str] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
17981
17858
  """
17982
17859
  pulumi.set(__self__, "network_tags", network_tags)
17983
- pulumi.set(__self__, "node_kubelet_configs", node_kubelet_configs)
17984
17860
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
17985
17861
 
17986
17862
  @property
@@ -17991,14 +17867,6 @@ class GetClusterNodePoolAutoConfigResult(dict):
17991
17867
  """
17992
17868
  return pulumi.get(self, "network_tags")
17993
17869
 
17994
- @property
17995
- @pulumi.getter(name="nodeKubeletConfigs")
17996
- def node_kubelet_configs(self) -> Sequence['outputs.GetClusterNodePoolAutoConfigNodeKubeletConfigResult']:
17997
- """
17998
- Node kubelet configs.
17999
- """
18000
- return pulumi.get(self, "node_kubelet_configs")
18001
-
18002
17870
  @property
18003
17871
  @pulumi.getter(name="resourceManagerTags")
18004
17872
  def resource_manager_tags(self) -> Mapping[str, str]:
@@ -18026,24 +17894,6 @@ class GetClusterNodePoolAutoConfigNetworkTagResult(dict):
18026
17894
  return pulumi.get(self, "tags")
18027
17895
 
18028
17896
 
18029
- @pulumi.output_type
18030
- class GetClusterNodePoolAutoConfigNodeKubeletConfigResult(dict):
18031
- def __init__(__self__, *,
18032
- insecure_kubelet_readonly_port_enabled: str):
18033
- """
18034
- :param str insecure_kubelet_readonly_port_enabled: Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
18035
- """
18036
- pulumi.set(__self__, "insecure_kubelet_readonly_port_enabled", insecure_kubelet_readonly_port_enabled)
18037
-
18038
- @property
18039
- @pulumi.getter(name="insecureKubeletReadonlyPortEnabled")
18040
- def insecure_kubelet_readonly_port_enabled(self) -> str:
18041
- """
18042
- Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
18043
- """
18044
- return pulumi.get(self, "insecure_kubelet_readonly_port_enabled")
18045
-
18046
-
18047
17897
  @pulumi.output_type
18048
17898
  class GetClusterNodePoolAutoscalingResult(dict):
18049
17899
  def __init__(__self__, *,
@@ -18129,17 +17979,14 @@ class GetClusterNodePoolDefaultNodeConfigDefaultResult(dict):
18129
17979
  def __init__(__self__, *,
18130
17980
  containerd_configs: Sequence['outputs.GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigResult'],
18131
17981
  gcfs_configs: Sequence['outputs.GetClusterNodePoolDefaultNodeConfigDefaultGcfsConfigResult'],
18132
- insecure_kubelet_readonly_port_enabled: str,
18133
17982
  logging_variant: str):
18134
17983
  """
18135
17984
  :param Sequence['GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigArgs'] containerd_configs: Parameters for containerd configuration.
18136
17985
  :param Sequence['GetClusterNodePoolDefaultNodeConfigDefaultGcfsConfigArgs'] gcfs_configs: GCFS configuration for this node.
18137
- :param str insecure_kubelet_readonly_port_enabled: Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
18138
17986
  :param str logging_variant: Type of logging agent that is used as the default value for node pools in the cluster. Valid values include DEFAULT and MAX_THROUGHPUT.
18139
17987
  """
18140
17988
  pulumi.set(__self__, "containerd_configs", containerd_configs)
18141
17989
  pulumi.set(__self__, "gcfs_configs", gcfs_configs)
18142
- pulumi.set(__self__, "insecure_kubelet_readonly_port_enabled", insecure_kubelet_readonly_port_enabled)
18143
17990
  pulumi.set(__self__, "logging_variant", logging_variant)
18144
17991
 
18145
17992
  @property
@@ -18158,14 +18005,6 @@ class GetClusterNodePoolDefaultNodeConfigDefaultResult(dict):
18158
18005
  """
18159
18006
  return pulumi.get(self, "gcfs_configs")
18160
18007
 
18161
- @property
18162
- @pulumi.getter(name="insecureKubeletReadonlyPortEnabled")
18163
- def insecure_kubelet_readonly_port_enabled(self) -> str:
18164
- """
18165
- Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
18166
- """
18167
- return pulumi.get(self, "insecure_kubelet_readonly_port_enabled")
18168
-
18169
18008
  @property
18170
18009
  @pulumi.getter(name="loggingVariant")
18171
18010
  def logging_variant(self) -> str:
@@ -19361,19 +19200,16 @@ class GetClusterNodePoolNodeConfigKubeletConfigResult(dict):
19361
19200
  cpu_cfs_quota: bool,
19362
19201
  cpu_cfs_quota_period: str,
19363
19202
  cpu_manager_policy: str,
19364
- insecure_kubelet_readonly_port_enabled: str,
19365
19203
  pod_pids_limit: int):
19366
19204
  """
19367
19205
  :param bool cpu_cfs_quota: Enable CPU CFS quota enforcement for containers that specify CPU limits.
19368
19206
  :param str cpu_cfs_quota_period: Set the CPU CFS quota period value 'cpu.cfs_period_us'.
19369
19207
  :param str cpu_manager_policy: Control the CPU management policy on the node.
19370
- :param str insecure_kubelet_readonly_port_enabled: Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
19371
19208
  :param int pod_pids_limit: Controls the maximum number of processes allowed to run in a pod.
19372
19209
  """
19373
19210
  pulumi.set(__self__, "cpu_cfs_quota", cpu_cfs_quota)
19374
19211
  pulumi.set(__self__, "cpu_cfs_quota_period", cpu_cfs_quota_period)
19375
19212
  pulumi.set(__self__, "cpu_manager_policy", cpu_manager_policy)
19376
- pulumi.set(__self__, "insecure_kubelet_readonly_port_enabled", insecure_kubelet_readonly_port_enabled)
19377
19213
  pulumi.set(__self__, "pod_pids_limit", pod_pids_limit)
19378
19214
 
19379
19215
  @property
@@ -19400,14 +19236,6 @@ class GetClusterNodePoolNodeConfigKubeletConfigResult(dict):
19400
19236
  """
19401
19237
  return pulumi.get(self, "cpu_manager_policy")
19402
19238
 
19403
- @property
19404
- @pulumi.getter(name="insecureKubeletReadonlyPortEnabled")
19405
- def insecure_kubelet_readonly_port_enabled(self) -> str:
19406
- """
19407
- Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
19408
- """
19409
- return pulumi.get(self, "insecure_kubelet_readonly_port_enabled")
19410
-
19411
19239
  @property
19412
19240
  @pulumi.getter(name="podPidsLimit")
19413
19241
  def pod_pids_limit(self) -> int: