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
@@ -323,8 +323,6 @@ __all__ = [
323
323
  'ClusterNodePoolAutoConfigArgsDict',
324
324
  'ClusterNodePoolAutoConfigNetworkTagsArgs',
325
325
  'ClusterNodePoolAutoConfigNetworkTagsArgsDict',
326
- 'ClusterNodePoolAutoConfigNodeKubeletConfigArgs',
327
- 'ClusterNodePoolAutoConfigNodeKubeletConfigArgsDict',
328
326
  'ClusterNodePoolAutoscalingArgs',
329
327
  'ClusterNodePoolAutoscalingArgsDict',
330
328
  'ClusterNodePoolDefaultsArgs',
@@ -9737,10 +9735,6 @@ if not MYPY:
9737
9735
  not specifying the `kubelet_config` block should be the equivalent of specifying
9738
9736
  `none`.
9739
9737
  """
9740
- insecure_kubelet_readonly_port_enabled: NotRequired[pulumi.Input[str]]
9741
- """
9742
- Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
9743
- """
9744
9738
  pod_pids_limit: NotRequired[pulumi.Input[int]]
9745
9739
  """
9746
9740
  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.
@@ -9754,7 +9748,6 @@ class ClusterNodeConfigKubeletConfigArgs:
9754
9748
  cpu_manager_policy: pulumi.Input[str],
9755
9749
  cpu_cfs_quota: Optional[pulumi.Input[bool]] = None,
9756
9750
  cpu_cfs_quota_period: Optional[pulumi.Input[str]] = None,
9757
- insecure_kubelet_readonly_port_enabled: Optional[pulumi.Input[str]] = None,
9758
9751
  pod_pids_limit: Optional[pulumi.Input[int]] = None):
9759
9752
  """
9760
9753
  :param pulumi.Input[str] cpu_manager_policy: The CPU management policy on the node. See
@@ -9771,7 +9764,6 @@ class ClusterNodeConfigKubeletConfigArgs:
9771
9764
  value and accepts an invalid `default` value instead. While this remains true,
9772
9765
  not specifying the `kubelet_config` block should be the equivalent of specifying
9773
9766
  `none`.
9774
- :param pulumi.Input[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`.
9775
9767
  :param pulumi.Input[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.
9776
9768
  """
9777
9769
  pulumi.set(__self__, "cpu_manager_policy", cpu_manager_policy)
@@ -9779,8 +9771,6 @@ class ClusterNodeConfigKubeletConfigArgs:
9779
9771
  pulumi.set(__self__, "cpu_cfs_quota", cpu_cfs_quota)
9780
9772
  if cpu_cfs_quota_period is not None:
9781
9773
  pulumi.set(__self__, "cpu_cfs_quota_period", cpu_cfs_quota_period)
9782
- if insecure_kubelet_readonly_port_enabled is not None:
9783
- pulumi.set(__self__, "insecure_kubelet_readonly_port_enabled", insecure_kubelet_readonly_port_enabled)
9784
9774
  if pod_pids_limit is not None:
9785
9775
  pulumi.set(__self__, "pod_pids_limit", pod_pids_limit)
9786
9776
 
@@ -9831,18 +9821,6 @@ class ClusterNodeConfigKubeletConfigArgs:
9831
9821
  def cpu_cfs_quota_period(self, value: Optional[pulumi.Input[str]]):
9832
9822
  pulumi.set(self, "cpu_cfs_quota_period", value)
9833
9823
 
9834
- @property
9835
- @pulumi.getter(name="insecureKubeletReadonlyPortEnabled")
9836
- def insecure_kubelet_readonly_port_enabled(self) -> Optional[pulumi.Input[str]]:
9837
- """
9838
- Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
9839
- """
9840
- return pulumi.get(self, "insecure_kubelet_readonly_port_enabled")
9841
-
9842
- @insecure_kubelet_readonly_port_enabled.setter
9843
- def insecure_kubelet_readonly_port_enabled(self, value: Optional[pulumi.Input[str]]):
9844
- pulumi.set(self, "insecure_kubelet_readonly_port_enabled", value)
9845
-
9846
9824
  @property
9847
9825
  @pulumi.getter(name="podPidsLimit")
9848
9826
  def pod_pids_limit(self) -> Optional[pulumi.Input[int]]:
@@ -10817,12 +10795,7 @@ if not MYPY:
10817
10795
  class ClusterNodePoolAutoConfigArgsDict(TypedDict):
10818
10796
  network_tags: NotRequired[pulumi.Input['ClusterNodePoolAutoConfigNetworkTagsArgsDict']]
10819
10797
  """
10820
- The network tag config for the cluster's automatically provisioned node pools. Structure is documented below.
10821
- """
10822
- node_kubelet_config: NotRequired[pulumi.Input['ClusterNodePoolAutoConfigNodeKubeletConfigArgsDict']]
10823
- """
10824
- Kubelet configuration for Autopilot clusters. Currently, only `insecure_kubelet_readonly_port_enabled` is supported here.
10825
- Structure is documented below.
10798
+ The network tag config for the cluster's automatically provisioned node pools.
10826
10799
  """
10827
10800
  resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
10828
10801
  """
@@ -10835,18 +10808,13 @@ elif False:
10835
10808
  class ClusterNodePoolAutoConfigArgs:
10836
10809
  def __init__(__self__, *,
10837
10810
  network_tags: Optional[pulumi.Input['ClusterNodePoolAutoConfigNetworkTagsArgs']] = None,
10838
- node_kubelet_config: Optional[pulumi.Input['ClusterNodePoolAutoConfigNodeKubeletConfigArgs']] = None,
10839
10811
  resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
10840
10812
  """
10841
- :param pulumi.Input['ClusterNodePoolAutoConfigNetworkTagsArgs'] network_tags: The network tag config for the cluster's automatically provisioned node pools. Structure is documented below.
10842
- :param pulumi.Input['ClusterNodePoolAutoConfigNodeKubeletConfigArgs'] node_kubelet_config: Kubelet configuration for Autopilot clusters. Currently, only `insecure_kubelet_readonly_port_enabled` is supported here.
10843
- Structure is documented below.
10813
+ :param pulumi.Input['ClusterNodePoolAutoConfigNetworkTagsArgs'] network_tags: The network tag config for the cluster's automatically provisioned node pools.
10844
10814
  :param pulumi.Input[Mapping[str, pulumi.Input[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}`.
10845
10815
  """
10846
10816
  if network_tags is not None:
10847
10817
  pulumi.set(__self__, "network_tags", network_tags)
10848
- if node_kubelet_config is not None:
10849
- pulumi.set(__self__, "node_kubelet_config", node_kubelet_config)
10850
10818
  if resource_manager_tags is not None:
10851
10819
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
10852
10820
 
@@ -10854,7 +10822,7 @@ class ClusterNodePoolAutoConfigArgs:
10854
10822
  @pulumi.getter(name="networkTags")
10855
10823
  def network_tags(self) -> Optional[pulumi.Input['ClusterNodePoolAutoConfigNetworkTagsArgs']]:
10856
10824
  """
10857
- The network tag config for the cluster's automatically provisioned node pools. Structure is documented below.
10825
+ The network tag config for the cluster's automatically provisioned node pools.
10858
10826
  """
10859
10827
  return pulumi.get(self, "network_tags")
10860
10828
 
@@ -10862,19 +10830,6 @@ class ClusterNodePoolAutoConfigArgs:
10862
10830
  def network_tags(self, value: Optional[pulumi.Input['ClusterNodePoolAutoConfigNetworkTagsArgs']]):
10863
10831
  pulumi.set(self, "network_tags", value)
10864
10832
 
10865
- @property
10866
- @pulumi.getter(name="nodeKubeletConfig")
10867
- def node_kubelet_config(self) -> Optional[pulumi.Input['ClusterNodePoolAutoConfigNodeKubeletConfigArgs']]:
10868
- """
10869
- Kubelet configuration for Autopilot clusters. Currently, only `insecure_kubelet_readonly_port_enabled` is supported here.
10870
- Structure is documented below.
10871
- """
10872
- return pulumi.get(self, "node_kubelet_config")
10873
-
10874
- @node_kubelet_config.setter
10875
- def node_kubelet_config(self, value: Optional[pulumi.Input['ClusterNodePoolAutoConfigNodeKubeletConfigArgs']]):
10876
- pulumi.set(self, "node_kubelet_config", value)
10877
-
10878
10833
  @property
10879
10834
  @pulumi.getter(name="resourceManagerTags")
10880
10835
  def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
@@ -10920,38 +10875,6 @@ class ClusterNodePoolAutoConfigNetworkTagsArgs:
10920
10875
  pulumi.set(self, "tags", value)
10921
10876
 
10922
10877
 
10923
- if not MYPY:
10924
- class ClusterNodePoolAutoConfigNodeKubeletConfigArgsDict(TypedDict):
10925
- insecure_kubelet_readonly_port_enabled: NotRequired[pulumi.Input[str]]
10926
- """
10927
- Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
10928
- """
10929
- elif False:
10930
- ClusterNodePoolAutoConfigNodeKubeletConfigArgsDict: TypeAlias = Mapping[str, Any]
10931
-
10932
- @pulumi.input_type
10933
- class ClusterNodePoolAutoConfigNodeKubeletConfigArgs:
10934
- def __init__(__self__, *,
10935
- insecure_kubelet_readonly_port_enabled: Optional[pulumi.Input[str]] = None):
10936
- """
10937
- :param pulumi.Input[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`.
10938
- """
10939
- if insecure_kubelet_readonly_port_enabled is not None:
10940
- pulumi.set(__self__, "insecure_kubelet_readonly_port_enabled", insecure_kubelet_readonly_port_enabled)
10941
-
10942
- @property
10943
- @pulumi.getter(name="insecureKubeletReadonlyPortEnabled")
10944
- def insecure_kubelet_readonly_port_enabled(self) -> Optional[pulumi.Input[str]]:
10945
- """
10946
- Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
10947
- """
10948
- return pulumi.get(self, "insecure_kubelet_readonly_port_enabled")
10949
-
10950
- @insecure_kubelet_readonly_port_enabled.setter
10951
- def insecure_kubelet_readonly_port_enabled(self, value: Optional[pulumi.Input[str]]):
10952
- pulumi.set(self, "insecure_kubelet_readonly_port_enabled", value)
10953
-
10954
-
10955
10878
  if not MYPY:
10956
10879
  class ClusterNodePoolAutoscalingArgsDict(TypedDict):
10957
10880
  location_policy: NotRequired[pulumi.Input[str]]
@@ -11106,10 +11029,6 @@ if not MYPY:
11106
11029
  """
11107
11030
  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.
11108
11031
  """
11109
- insecure_kubelet_readonly_port_enabled: NotRequired[pulumi.Input[str]]
11110
- """
11111
- 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`.
11112
- """
11113
11032
  logging_variant: NotRequired[pulumi.Input[str]]
11114
11033
  """
11115
11034
  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.
@@ -11122,20 +11041,16 @@ class ClusterNodePoolDefaultsNodeConfigDefaultsArgs:
11122
11041
  def __init__(__self__, *,
11123
11042
  containerd_config: Optional[pulumi.Input['ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigArgs']] = None,
11124
11043
  gcfs_config: Optional[pulumi.Input['ClusterNodePoolDefaultsNodeConfigDefaultsGcfsConfigArgs']] = None,
11125
- insecure_kubelet_readonly_port_enabled: Optional[pulumi.Input[str]] = None,
11126
11044
  logging_variant: Optional[pulumi.Input[str]] = None):
11127
11045
  """
11128
11046
  :param pulumi.Input['ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigArgs'] containerd_config: Parameters for containerd configuration.
11129
11047
  :param pulumi.Input['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.
11130
- :param pulumi.Input[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`.
11131
11048
  :param pulumi.Input[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.
11132
11049
  """
11133
11050
  if containerd_config is not None:
11134
11051
  pulumi.set(__self__, "containerd_config", containerd_config)
11135
11052
  if gcfs_config is not None:
11136
11053
  pulumi.set(__self__, "gcfs_config", gcfs_config)
11137
- if insecure_kubelet_readonly_port_enabled is not None:
11138
- pulumi.set(__self__, "insecure_kubelet_readonly_port_enabled", insecure_kubelet_readonly_port_enabled)
11139
11054
  if logging_variant is not None:
11140
11055
  pulumi.set(__self__, "logging_variant", logging_variant)
11141
11056
 
@@ -11163,18 +11078,6 @@ class ClusterNodePoolDefaultsNodeConfigDefaultsArgs:
11163
11078
  def gcfs_config(self, value: Optional[pulumi.Input['ClusterNodePoolDefaultsNodeConfigDefaultsGcfsConfigArgs']]):
11164
11079
  pulumi.set(self, "gcfs_config", value)
11165
11080
 
11166
- @property
11167
- @pulumi.getter(name="insecureKubeletReadonlyPortEnabled")
11168
- def insecure_kubelet_readonly_port_enabled(self) -> Optional[pulumi.Input[str]]:
11169
- """
11170
- 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`.
11171
- """
11172
- return pulumi.get(self, "insecure_kubelet_readonly_port_enabled")
11173
-
11174
- @insecure_kubelet_readonly_port_enabled.setter
11175
- def insecure_kubelet_readonly_port_enabled(self, value: Optional[pulumi.Input[str]]):
11176
- pulumi.set(self, "insecure_kubelet_readonly_port_enabled", value)
11177
-
11178
11081
  @property
11179
11082
  @pulumi.getter(name="loggingVariant")
11180
11083
  def logging_variant(self) -> Optional[pulumi.Input[str]]:
@@ -13550,10 +13453,6 @@ if not MYPY:
13550
13453
  not specifying the `kubelet_config` block should be the equivalent of specifying
13551
13454
  `none`.
13552
13455
  """
13553
- insecure_kubelet_readonly_port_enabled: NotRequired[pulumi.Input[str]]
13554
- """
13555
- Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
13556
- """
13557
13456
  pod_pids_limit: NotRequired[pulumi.Input[int]]
13558
13457
  """
13559
13458
  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.
@@ -13567,7 +13466,6 @@ class ClusterNodePoolNodeConfigKubeletConfigArgs:
13567
13466
  cpu_manager_policy: pulumi.Input[str],
13568
13467
  cpu_cfs_quota: Optional[pulumi.Input[bool]] = None,
13569
13468
  cpu_cfs_quota_period: Optional[pulumi.Input[str]] = None,
13570
- insecure_kubelet_readonly_port_enabled: Optional[pulumi.Input[str]] = None,
13571
13469
  pod_pids_limit: Optional[pulumi.Input[int]] = None):
13572
13470
  """
13573
13471
  :param pulumi.Input[str] cpu_manager_policy: The CPU management policy on the node. See
@@ -13584,7 +13482,6 @@ class ClusterNodePoolNodeConfigKubeletConfigArgs:
13584
13482
  value and accepts an invalid `default` value instead. While this remains true,
13585
13483
  not specifying the `kubelet_config` block should be the equivalent of specifying
13586
13484
  `none`.
13587
- :param pulumi.Input[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`.
13588
13485
  :param pulumi.Input[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.
13589
13486
  """
13590
13487
  pulumi.set(__self__, "cpu_manager_policy", cpu_manager_policy)
@@ -13592,8 +13489,6 @@ class ClusterNodePoolNodeConfigKubeletConfigArgs:
13592
13489
  pulumi.set(__self__, "cpu_cfs_quota", cpu_cfs_quota)
13593
13490
  if cpu_cfs_quota_period is not None:
13594
13491
  pulumi.set(__self__, "cpu_cfs_quota_period", cpu_cfs_quota_period)
13595
- if insecure_kubelet_readonly_port_enabled is not None:
13596
- pulumi.set(__self__, "insecure_kubelet_readonly_port_enabled", insecure_kubelet_readonly_port_enabled)
13597
13492
  if pod_pids_limit is not None:
13598
13493
  pulumi.set(__self__, "pod_pids_limit", pod_pids_limit)
13599
13494
 
@@ -13644,18 +13539,6 @@ class ClusterNodePoolNodeConfigKubeletConfigArgs:
13644
13539
  def cpu_cfs_quota_period(self, value: Optional[pulumi.Input[str]]):
13645
13540
  pulumi.set(self, "cpu_cfs_quota_period", value)
13646
13541
 
13647
- @property
13648
- @pulumi.getter(name="insecureKubeletReadonlyPortEnabled")
13649
- def insecure_kubelet_readonly_port_enabled(self) -> Optional[pulumi.Input[str]]:
13650
- """
13651
- Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
13652
- """
13653
- return pulumi.get(self, "insecure_kubelet_readonly_port_enabled")
13654
-
13655
- @insecure_kubelet_readonly_port_enabled.setter
13656
- def insecure_kubelet_readonly_port_enabled(self, value: Optional[pulumi.Input[str]]):
13657
- pulumi.set(self, "insecure_kubelet_readonly_port_enabled", value)
13658
-
13659
13542
  @property
13660
13543
  @pulumi.getter(name="podPidsLimit")
13661
13544
  def pod_pids_limit(self) -> Optional[pulumi.Input[int]]:
@@ -17601,10 +17484,6 @@ if not MYPY:
17601
17484
  """
17602
17485
  Set the CPU CFS quota period value 'cpu.cfs_period_us'.
17603
17486
  """
17604
- insecure_kubelet_readonly_port_enabled: NotRequired[pulumi.Input[str]]
17605
- """
17606
- Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
17607
- """
17608
17487
  pod_pids_limit: NotRequired[pulumi.Input[int]]
17609
17488
  """
17610
17489
  Controls the maximum number of processes allowed to run in a pod.
@@ -17618,13 +17497,11 @@ class NodePoolNodeConfigKubeletConfigArgs:
17618
17497
  cpu_manager_policy: pulumi.Input[str],
17619
17498
  cpu_cfs_quota: Optional[pulumi.Input[bool]] = None,
17620
17499
  cpu_cfs_quota_period: Optional[pulumi.Input[str]] = None,
17621
- insecure_kubelet_readonly_port_enabled: Optional[pulumi.Input[str]] = None,
17622
17500
  pod_pids_limit: Optional[pulumi.Input[int]] = None):
17623
17501
  """
17624
17502
  :param pulumi.Input[str] cpu_manager_policy: Control the CPU management policy on the node.
17625
17503
  :param pulumi.Input[bool] cpu_cfs_quota: Enable CPU CFS quota enforcement for containers that specify CPU limits.
17626
17504
  :param pulumi.Input[str] cpu_cfs_quota_period: Set the CPU CFS quota period value 'cpu.cfs_period_us'.
17627
- :param pulumi.Input[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`.
17628
17505
  :param pulumi.Input[int] pod_pids_limit: Controls the maximum number of processes allowed to run in a pod.
17629
17506
  """
17630
17507
  pulumi.set(__self__, "cpu_manager_policy", cpu_manager_policy)
@@ -17632,8 +17509,6 @@ class NodePoolNodeConfigKubeletConfigArgs:
17632
17509
  pulumi.set(__self__, "cpu_cfs_quota", cpu_cfs_quota)
17633
17510
  if cpu_cfs_quota_period is not None:
17634
17511
  pulumi.set(__self__, "cpu_cfs_quota_period", cpu_cfs_quota_period)
17635
- if insecure_kubelet_readonly_port_enabled is not None:
17636
- pulumi.set(__self__, "insecure_kubelet_readonly_port_enabled", insecure_kubelet_readonly_port_enabled)
17637
17512
  if pod_pids_limit is not None:
17638
17513
  pulumi.set(__self__, "pod_pids_limit", pod_pids_limit)
17639
17514
 
@@ -17673,18 +17548,6 @@ class NodePoolNodeConfigKubeletConfigArgs:
17673
17548
  def cpu_cfs_quota_period(self, value: Optional[pulumi.Input[str]]):
17674
17549
  pulumi.set(self, "cpu_cfs_quota_period", value)
17675
17550
 
17676
- @property
17677
- @pulumi.getter(name="insecureKubeletReadonlyPortEnabled")
17678
- def insecure_kubelet_readonly_port_enabled(self) -> Optional[pulumi.Input[str]]:
17679
- """
17680
- Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
17681
- """
17682
- return pulumi.get(self, "insecure_kubelet_readonly_port_enabled")
17683
-
17684
- @insecure_kubelet_readonly_port_enabled.setter
17685
- def insecure_kubelet_readonly_port_enabled(self, value: Optional[pulumi.Input[str]]):
17686
- pulumi.set(self, "insecure_kubelet_readonly_port_enabled", value)
17687
-
17688
17551
  @property
17689
17552
  @pulumi.getter(name="podPidsLimit")
17690
17553
  def pod_pids_limit(self) -> Optional[pulumi.Input[int]]:
@@ -63,7 +63,7 @@ class AttachedClusterArgs:
63
63
  'effective_annotations' for all of the annotations present on the resource.
64
64
  :param pulumi.Input['AttachedClusterAuthorizationArgs'] authorization: Configuration related to the cluster RBAC settings.
65
65
  :param pulumi.Input['AttachedClusterBinaryAuthorizationArgs'] binary_authorization: Binary Authorization configuration.
66
- :param pulumi.Input[str] deletion_policy: Policy to determine what flags to send on delete. Possible values: DELETE, DELETE_IGNORE_ERRORS
66
+ :param pulumi.Input[str] deletion_policy: Policy to determine what flags to send on delete.
67
67
  :param pulumi.Input[str] description: A human readable description of this attached cluster. Cannot be longer than 255 UTF-8 encoded bytes.
68
68
  :param pulumi.Input['AttachedClusterLoggingConfigArgs'] logging_config: Logging configuration.
69
69
  :param pulumi.Input['AttachedClusterMonitoringConfigArgs'] monitoring_config: Monitoring configuration.
@@ -213,7 +213,7 @@ class AttachedClusterArgs:
213
213
  @pulumi.getter(name="deletionPolicy")
214
214
  def deletion_policy(self) -> Optional[pulumi.Input[str]]:
215
215
  """
216
- Policy to determine what flags to send on delete. Possible values: DELETE, DELETE_IGNORE_ERRORS
216
+ Policy to determine what flags to send on delete.
217
217
  """
218
218
  return pulumi.get(self, "deletion_policy")
219
219
 
@@ -333,7 +333,7 @@ class _AttachedClusterState:
333
333
  For EKS clusters, this is an AWS region. For AKS clusters,
334
334
  this is an Azure region.
335
335
  :param pulumi.Input[str] create_time: Output only. The time at which this cluster was created.
336
- :param pulumi.Input[str] deletion_policy: Policy to determine what flags to send on delete. Possible values: DELETE, DELETE_IGNORE_ERRORS
336
+ :param pulumi.Input[str] deletion_policy: Policy to determine what flags to send on delete.
337
337
  :param pulumi.Input[str] description: A human readable description of this attached cluster. Cannot be longer than 255 UTF-8 encoded bytes.
338
338
  :param pulumi.Input[str] distribution: The Kubernetes distribution of the underlying attached cluster. Supported values:
339
339
  "eks", "aks", "generic". The generic distribution provides the ability to register
@@ -490,7 +490,7 @@ class _AttachedClusterState:
490
490
  @pulumi.getter(name="deletionPolicy")
491
491
  def deletion_policy(self) -> Optional[pulumi.Input[str]]:
492
492
  """
493
- Policy to determine what flags to send on delete. Possible values: DELETE, DELETE_IGNORE_ERRORS
493
+ Policy to determine what flags to send on delete.
494
494
  """
495
495
  return pulumi.get(self, "deletion_policy")
496
496
 
@@ -912,7 +912,7 @@ class AttachedCluster(pulumi.CustomResource):
912
912
  'effective_annotations' for all of the annotations present on the resource.
913
913
  :param pulumi.Input[Union['AttachedClusterAuthorizationArgs', 'AttachedClusterAuthorizationArgsDict']] authorization: Configuration related to the cluster RBAC settings.
914
914
  :param pulumi.Input[Union['AttachedClusterBinaryAuthorizationArgs', 'AttachedClusterBinaryAuthorizationArgsDict']] binary_authorization: Binary Authorization configuration.
915
- :param pulumi.Input[str] deletion_policy: Policy to determine what flags to send on delete. Possible values: DELETE, DELETE_IGNORE_ERRORS
915
+ :param pulumi.Input[str] deletion_policy: Policy to determine what flags to send on delete.
916
916
  :param pulumi.Input[str] description: A human readable description of this attached cluster. Cannot be longer than 255 UTF-8 encoded bytes.
917
917
  :param pulumi.Input[str] distribution: The Kubernetes distribution of the underlying attached cluster. Supported values:
918
918
  "eks", "aks", "generic". The generic distribution provides the ability to register
@@ -1214,7 +1214,7 @@ class AttachedCluster(pulumi.CustomResource):
1214
1214
  For EKS clusters, this is an AWS region. For AKS clusters,
1215
1215
  this is an Azure region.
1216
1216
  :param pulumi.Input[str] create_time: Output only. The time at which this cluster was created.
1217
- :param pulumi.Input[str] deletion_policy: Policy to determine what flags to send on delete. Possible values: DELETE, DELETE_IGNORE_ERRORS
1217
+ :param pulumi.Input[str] deletion_policy: Policy to determine what flags to send on delete.
1218
1218
  :param pulumi.Input[str] description: A human readable description of this attached cluster. Cannot be longer than 255 UTF-8 encoded bytes.
1219
1219
  :param pulumi.Input[str] distribution: The Kubernetes distribution of the underlying attached cluster. Supported values:
1220
1220
  "eks", "aks", "generic". The generic distribution provides the ability to register
@@ -1331,7 +1331,7 @@ class AttachedCluster(pulumi.CustomResource):
1331
1331
  @pulumi.getter(name="deletionPolicy")
1332
1332
  def deletion_policy(self) -> pulumi.Output[Optional[str]]:
1333
1333
  """
1334
- Policy to determine what flags to send on delete. Possible values: DELETE, DELETE_IGNORE_ERRORS
1334
+ Policy to determine what flags to send on delete.
1335
1335
  """
1336
1336
  return pulumi.get(self, "deletion_policy")
1337
1337