pulumi-gcp 7.37.0a1723638212__py3-none-any.whl → 7.38.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.
- pulumi_gcp/__init__.py +32 -0
- pulumi_gcp/appengine/application_url_dispatch_rules.py +10 -2
- pulumi_gcp/appengine/engine_split_traffic.py +32 -8
- pulumi_gcp/appengine/flexible_app_version.py +18 -2
- pulumi_gcp/appengine/service_network_settings.py +10 -2
- pulumi_gcp/appengine/standard_app_version.py +20 -4
- pulumi_gcp/applicationintegration/client.py +2 -2
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_locations.py +167 -0
- pulumi_gcp/assuredworkloads/workload.py +14 -14
- pulumi_gcp/biglake/database.py +10 -2
- pulumi_gcp/biglake/table.py +20 -4
- pulumi_gcp/bigquery/connection.py +12 -0
- pulumi_gcp/bigquery/job.py +20 -4
- pulumi_gcp/cloudbuild/worker_pool.py +5 -5
- pulumi_gcp/clouddeploy/_inputs.py +41 -1
- pulumi_gcp/clouddeploy/delivery_pipeline.py +19 -19
- pulumi_gcp/clouddeploy/outputs.py +29 -1
- pulumi_gcp/clouddeploy/target.py +19 -19
- pulumi_gcp/cloudfunctions/function.py +42 -42
- pulumi_gcp/cloudfunctions/get_function.py +3 -3
- pulumi_gcp/cloudfunctionsv2/function.py +2 -0
- pulumi_gcp/cloudidentity/__init__.py +1 -0
- pulumi_gcp/cloudidentity/get_group_memberships.py +12 -0
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +93 -0
- pulumi_gcp/cloudidentity/outputs.py +131 -0
- pulumi_gcp/cloudquota/outputs.py +6 -6
- pulumi_gcp/composer/get_user_workloads_secret.py +1 -1
- pulumi_gcp/composer/user_workloads_secret.py +14 -14
- pulumi_gcp/compute/_inputs.py +91 -85
- pulumi_gcp/compute/get_instance_serial_port.py +12 -4
- pulumi_gcp/compute/get_instance_template.py +1 -1
- pulumi_gcp/compute/get_region_instance_template.py +1 -1
- pulumi_gcp/compute/instance_template.py +14 -14
- pulumi_gcp/compute/outputs.py +93 -83
- pulumi_gcp/compute/region_instance_template.py +14 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +18 -2
- pulumi_gcp/compute/subnetwork.py +82 -0
- pulumi_gcp/container/_inputs.py +35 -38
- pulumi_gcp/container/attached_cluster.py +14 -7
- pulumi_gcp/container/aws_cluster.py +5 -5
- pulumi_gcp/container/aws_node_pool.py +5 -5
- pulumi_gcp/container/azure_cluster.py +5 -5
- pulumi_gcp/container/azure_node_pool.py +5 -5
- pulumi_gcp/container/outputs.py +31 -33
- pulumi_gcp/databasemigrationservice/_inputs.py +5 -5
- pulumi_gcp/databasemigrationservice/outputs.py +3 -3
- pulumi_gcp/dataflow/flex_template_job.py +42 -42
- pulumi_gcp/dataflow/job.py +42 -42
- pulumi_gcp/datafusion/instance.py +10 -2
- pulumi_gcp/dataloss/_inputs.py +5 -5
- pulumi_gcp/dataloss/outputs.py +3 -3
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -2
- pulumi_gcp/dataplex/asset.py +14 -14
- pulumi_gcp/dataplex/lake.py +14 -14
- pulumi_gcp/dataplex/zone.py +14 -14
- pulumi_gcp/dataproc/_inputs.py +10 -10
- pulumi_gcp/dataproc/outputs.py +6 -6
- pulumi_gcp/dataproc/workflow_template.py +12 -12
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/schema.py +524 -0
- pulumi_gcp/dns/_inputs.py +80 -76
- pulumi_gcp/dns/outputs.py +56 -52
- pulumi_gcp/eventarc/trigger.py +14 -14
- pulumi_gcp/firebase/_inputs.py +5 -5
- pulumi_gcp/firebase/outputs.py +3 -3
- pulumi_gcp/healthcare/dicom_store.py +12 -2
- pulumi_gcp/healthcare/fhir_store.py +10 -2
- pulumi_gcp/iam/access_boundary_policy.py +10 -2
- pulumi_gcp/managedkafka/_inputs.py +6 -6
- pulumi_gcp/managedkafka/cluster.py +7 -7
- pulumi_gcp/managedkafka/outputs.py +4 -4
- pulumi_gcp/managedkafka/topic.py +7 -7
- pulumi_gcp/monitoring/get_app_engine_service.py +10 -2
- pulumi_gcp/networkconnectivity/_inputs.py +5 -5
- pulumi_gcp/networkconnectivity/outputs.py +3 -3
- pulumi_gcp/parallelstore/instance.py +215 -15
- pulumi_gcp/projects/default_service_accounts.py +7 -7
- pulumi_gcp/pubsub/subscription.py +36 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +14 -14
- pulumi_gcp/securitycenter/__init__.py +2 -0
- pulumi_gcp/securitycenter/_inputs.py +186 -0
- pulumi_gcp/securitycenter/folder_notification_config.py +486 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +10 -2
- pulumi_gcp/securitycenter/instance_iam_member.py +10 -2
- pulumi_gcp/securitycenter/instance_iam_policy.py +10 -2
- pulumi_gcp/securitycenter/outputs.py +118 -0
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +575 -0
- pulumi_gcp/serviceaccount/key.py +14 -14
- pulumi_gcp/servicenetworking/connection.py +50 -3
- pulumi_gcp/sql/_inputs.py +20 -0
- pulumi_gcp/sql/outputs.py +36 -0
- pulumi_gcp/vertex/__init__.py +1 -0
- pulumi_gcp/vertex/_inputs.py +438 -0
- pulumi_gcp/vertex/ai_feature_group.py +12 -2
- pulumi_gcp/vertex/ai_feature_group_feature.py +12 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +48 -8
- pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +1170 -0
- pulumi_gcp/vertex/outputs.py +393 -0
- pulumi_gcp/workstations/_inputs.py +10 -10
- pulumi_gcp/workstations/outputs.py +6 -6
- pulumi_gcp/workstations/workstation_config.py +14 -6
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/RECORD +107 -101
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/container/_inputs.py
CHANGED
@@ -8040,7 +8040,7 @@ if not MYPY:
|
|
8040
8040
|
"""
|
8041
8041
|
confidential_nodes: NotRequired[pulumi.Input['ClusterNodeConfigConfidentialNodesArgsDict']]
|
8042
8042
|
"""
|
8043
|
-
Configuration for
|
8043
|
+
Configuration for Confidential Nodes feature. Structure is documented below.
|
8044
8044
|
"""
|
8045
8045
|
containerd_config: NotRequired[pulumi.Input['ClusterNodeConfigContainerdConfigArgsDict']]
|
8046
8046
|
"""
|
@@ -8195,7 +8195,7 @@ if not MYPY:
|
|
8195
8195
|
The GCP labels (key/value pairs) to be applied to each node. Refer [here](https://cloud.google.com/kubernetes-engine/docs/how-to/creating-managing-labels)
|
8196
8196
|
for how these labels are applied to clusters, node pools and nodes.
|
8197
8197
|
"""
|
8198
|
-
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str,
|
8198
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
8199
8199
|
"""
|
8200
8200
|
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}`.
|
8201
8201
|
"""
|
@@ -8283,7 +8283,7 @@ class ClusterNodeConfigArgs:
|
|
8283
8283
|
preemptible: Optional[pulumi.Input[bool]] = None,
|
8284
8284
|
reservation_affinity: Optional[pulumi.Input['ClusterNodeConfigReservationAffinityArgs']] = None,
|
8285
8285
|
resource_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
8286
|
-
resource_manager_tags: Optional[pulumi.Input[Mapping[str,
|
8286
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
8287
8287
|
sandbox_config: Optional[pulumi.Input['ClusterNodeConfigSandboxConfigArgs']] = None,
|
8288
8288
|
secondary_boot_disks: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodeConfigSecondaryBootDiskArgs']]]] = None,
|
8289
8289
|
service_account: Optional[pulumi.Input[str]] = None,
|
@@ -8297,7 +8297,7 @@ class ClusterNodeConfigArgs:
|
|
8297
8297
|
:param pulumi.Input['ClusterNodeConfigAdvancedMachineFeaturesArgs'] advanced_machine_features: Specifies options for controlling
|
8298
8298
|
advanced machine features. Structure is documented below.
|
8299
8299
|
:param pulumi.Input[str] boot_disk_kms_key: The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: <https://cloud.google.com/compute/docs/disks/customer-managed-encryption>
|
8300
|
-
:param pulumi.Input['ClusterNodeConfigConfidentialNodesArgs'] confidential_nodes: Configuration for
|
8300
|
+
:param pulumi.Input['ClusterNodeConfigConfidentialNodesArgs'] confidential_nodes: Configuration for Confidential Nodes feature. Structure is documented below.
|
8301
8301
|
:param pulumi.Input['ClusterNodeConfigContainerdConfigArgs'] containerd_config: Parameters to customize containerd runtime. Structure is documented below.
|
8302
8302
|
:param pulumi.Input[int] disk_size_gb: Size of the disk attached to each node, specified
|
8303
8303
|
in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
|
@@ -8370,7 +8370,7 @@ class ClusterNodeConfigArgs:
|
|
8370
8370
|
:param pulumi.Input['ClusterNodeConfigReservationAffinityArgs'] reservation_affinity: The configuration of the desired reservation which instances could take capacity from. Structure is documented below.
|
8371
8371
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_labels: The GCP labels (key/value pairs) to be applied to each node. Refer [here](https://cloud.google.com/kubernetes-engine/docs/how-to/creating-managing-labels)
|
8372
8372
|
for how these labels are applied to clusters, node pools and nodes.
|
8373
|
-
:param pulumi.Input[Mapping[str,
|
8373
|
+
: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}`.
|
8374
8374
|
:param pulumi.Input['ClusterNodeConfigSandboxConfigArgs'] sandbox_config: Sandbox configuration for this node.
|
8375
8375
|
:param pulumi.Input[Sequence[pulumi.Input['ClusterNodeConfigSecondaryBootDiskArgs']]] secondary_boot_disks: Parameters for secondary boot disks to preload container images and data on new nodes. Structure is documented below. `gcfs_config` must be `enabled=true` for this feature to work. `min_master_version` must also be set to use GKE 1.28.3-gke.106700 or later versions.
|
8376
8376
|
:param pulumi.Input[str] service_account: The service account to be used by the Node VMs.
|
@@ -8503,7 +8503,7 @@ class ClusterNodeConfigArgs:
|
|
8503
8503
|
@pulumi.getter(name="confidentialNodes")
|
8504
8504
|
def confidential_nodes(self) -> Optional[pulumi.Input['ClusterNodeConfigConfidentialNodesArgs']]:
|
8505
8505
|
"""
|
8506
|
-
Configuration for
|
8506
|
+
Configuration for Confidential Nodes feature. Structure is documented below.
|
8507
8507
|
"""
|
8508
8508
|
return pulumi.get(self, "confidential_nodes")
|
8509
8509
|
|
@@ -8882,14 +8882,14 @@ class ClusterNodeConfigArgs:
|
|
8882
8882
|
|
8883
8883
|
@property
|
8884
8884
|
@pulumi.getter(name="resourceManagerTags")
|
8885
|
-
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
8885
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
8886
8886
|
"""
|
8887
8887
|
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}`.
|
8888
8888
|
"""
|
8889
8889
|
return pulumi.get(self, "resource_manager_tags")
|
8890
8890
|
|
8891
8891
|
@resource_manager_tags.setter
|
8892
|
-
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
8892
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
8893
8893
|
pulumi.set(self, "resource_manager_tags", value)
|
8894
8894
|
|
8895
8895
|
@property
|
@@ -10822,7 +10822,7 @@ if not MYPY:
|
|
10822
10822
|
"""
|
10823
10823
|
The network tag config for the cluster's automatically provisioned node pools.
|
10824
10824
|
"""
|
10825
|
-
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str,
|
10825
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
10826
10826
|
"""
|
10827
10827
|
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}`.
|
10828
10828
|
"""
|
@@ -10833,10 +10833,10 @@ elif False:
|
|
10833
10833
|
class ClusterNodePoolAutoConfigArgs:
|
10834
10834
|
def __init__(__self__, *,
|
10835
10835
|
network_tags: Optional[pulumi.Input['ClusterNodePoolAutoConfigNetworkTagsArgs']] = None,
|
10836
|
-
resource_manager_tags: Optional[pulumi.Input[Mapping[str,
|
10836
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
10837
10837
|
"""
|
10838
10838
|
:param pulumi.Input['ClusterNodePoolAutoConfigNetworkTagsArgs'] network_tags: The network tag config for the cluster's automatically provisioned node pools.
|
10839
|
-
:param pulumi.Input[Mapping[str,
|
10839
|
+
: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}`.
|
10840
10840
|
"""
|
10841
10841
|
if network_tags is not None:
|
10842
10842
|
pulumi.set(__self__, "network_tags", network_tags)
|
@@ -10857,14 +10857,14 @@ class ClusterNodePoolAutoConfigArgs:
|
|
10857
10857
|
|
10858
10858
|
@property
|
10859
10859
|
@pulumi.getter(name="resourceManagerTags")
|
10860
|
-
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
10860
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
10861
10861
|
"""
|
10862
10862
|
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}`.
|
10863
10863
|
"""
|
10864
10864
|
return pulumi.get(self, "resource_manager_tags")
|
10865
10865
|
|
10866
10866
|
@resource_manager_tags.setter
|
10867
|
-
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
10867
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
10868
10868
|
pulumi.set(self, "resource_manager_tags", value)
|
10869
10869
|
|
10870
10870
|
|
@@ -11758,7 +11758,7 @@ if not MYPY:
|
|
11758
11758
|
"""
|
11759
11759
|
confidential_nodes: NotRequired[pulumi.Input['ClusterNodePoolNodeConfigConfidentialNodesArgsDict']]
|
11760
11760
|
"""
|
11761
|
-
Configuration for
|
11761
|
+
Configuration for Confidential Nodes feature. Structure is documented below.
|
11762
11762
|
"""
|
11763
11763
|
containerd_config: NotRequired[pulumi.Input['ClusterNodePoolNodeConfigContainerdConfigArgsDict']]
|
11764
11764
|
"""
|
@@ -11913,7 +11913,7 @@ if not MYPY:
|
|
11913
11913
|
The GCP labels (key/value pairs) to be applied to each node. Refer [here](https://cloud.google.com/kubernetes-engine/docs/how-to/creating-managing-labels)
|
11914
11914
|
for how these labels are applied to clusters, node pools and nodes.
|
11915
11915
|
"""
|
11916
|
-
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str,
|
11916
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
11917
11917
|
"""
|
11918
11918
|
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}`.
|
11919
11919
|
"""
|
@@ -12001,7 +12001,7 @@ class ClusterNodePoolNodeConfigArgs:
|
|
12001
12001
|
preemptible: Optional[pulumi.Input[bool]] = None,
|
12002
12002
|
reservation_affinity: Optional[pulumi.Input['ClusterNodePoolNodeConfigReservationAffinityArgs']] = None,
|
12003
12003
|
resource_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
12004
|
-
resource_manager_tags: Optional[pulumi.Input[Mapping[str,
|
12004
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
12005
12005
|
sandbox_config: Optional[pulumi.Input['ClusterNodePoolNodeConfigSandboxConfigArgs']] = None,
|
12006
12006
|
secondary_boot_disks: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodePoolNodeConfigSecondaryBootDiskArgs']]]] = None,
|
12007
12007
|
service_account: Optional[pulumi.Input[str]] = None,
|
@@ -12015,7 +12015,7 @@ class ClusterNodePoolNodeConfigArgs:
|
|
12015
12015
|
:param pulumi.Input['ClusterNodePoolNodeConfigAdvancedMachineFeaturesArgs'] advanced_machine_features: Specifies options for controlling
|
12016
12016
|
advanced machine features. Structure is documented below.
|
12017
12017
|
:param pulumi.Input[str] boot_disk_kms_key: The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: <https://cloud.google.com/compute/docs/disks/customer-managed-encryption>
|
12018
|
-
:param pulumi.Input['ClusterNodePoolNodeConfigConfidentialNodesArgs'] confidential_nodes: Configuration for
|
12018
|
+
:param pulumi.Input['ClusterNodePoolNodeConfigConfidentialNodesArgs'] confidential_nodes: Configuration for Confidential Nodes feature. Structure is documented below.
|
12019
12019
|
:param pulumi.Input['ClusterNodePoolNodeConfigContainerdConfigArgs'] containerd_config: Parameters to customize containerd runtime. Structure is documented below.
|
12020
12020
|
:param pulumi.Input[int] disk_size_gb: Size of the disk attached to each node, specified
|
12021
12021
|
in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
|
@@ -12088,7 +12088,7 @@ class ClusterNodePoolNodeConfigArgs:
|
|
12088
12088
|
:param pulumi.Input['ClusterNodePoolNodeConfigReservationAffinityArgs'] reservation_affinity: The configuration of the desired reservation which instances could take capacity from. Structure is documented below.
|
12089
12089
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_labels: The GCP labels (key/value pairs) to be applied to each node. Refer [here](https://cloud.google.com/kubernetes-engine/docs/how-to/creating-managing-labels)
|
12090
12090
|
for how these labels are applied to clusters, node pools and nodes.
|
12091
|
-
:param pulumi.Input[Mapping[str,
|
12091
|
+
: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}`.
|
12092
12092
|
:param pulumi.Input['ClusterNodePoolNodeConfigSandboxConfigArgs'] sandbox_config: Sandbox configuration for this node.
|
12093
12093
|
:param pulumi.Input[Sequence[pulumi.Input['ClusterNodePoolNodeConfigSecondaryBootDiskArgs']]] secondary_boot_disks: Parameters for secondary boot disks to preload container images and data on new nodes. Structure is documented below. `gcfs_config` must be `enabled=true` for this feature to work. `min_master_version` must also be set to use GKE 1.28.3-gke.106700 or later versions.
|
12094
12094
|
:param pulumi.Input[str] service_account: The service account to be used by the Node VMs.
|
@@ -12221,7 +12221,7 @@ class ClusterNodePoolNodeConfigArgs:
|
|
12221
12221
|
@pulumi.getter(name="confidentialNodes")
|
12222
12222
|
def confidential_nodes(self) -> Optional[pulumi.Input['ClusterNodePoolNodeConfigConfidentialNodesArgs']]:
|
12223
12223
|
"""
|
12224
|
-
Configuration for
|
12224
|
+
Configuration for Confidential Nodes feature. Structure is documented below.
|
12225
12225
|
"""
|
12226
12226
|
return pulumi.get(self, "confidential_nodes")
|
12227
12227
|
|
@@ -12600,14 +12600,14 @@ class ClusterNodePoolNodeConfigArgs:
|
|
12600
12600
|
|
12601
12601
|
@property
|
12602
12602
|
@pulumi.getter(name="resourceManagerTags")
|
12603
|
-
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
12603
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
12604
12604
|
"""
|
12605
12605
|
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}`.
|
12606
12606
|
"""
|
12607
12607
|
return pulumi.get(self, "resource_manager_tags")
|
12608
12608
|
|
12609
12609
|
@resource_manager_tags.setter
|
12610
|
-
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
12610
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
12611
12611
|
pulumi.set(self, "resource_manager_tags", value)
|
12612
12612
|
|
12613
12613
|
@property
|
@@ -15988,7 +15988,7 @@ if not MYPY:
|
|
15988
15988
|
"""
|
15989
15989
|
confidential_nodes: NotRequired[pulumi.Input['NodePoolNodeConfigConfidentialNodesArgsDict']]
|
15990
15990
|
"""
|
15991
|
-
Configuration for
|
15991
|
+
Configuration for the confidential nodes feature, which makes nodes run on confidential VMs. Warning: This configuration can't be changed (or added/removed) after pool creation without deleting and recreating the entire pool.
|
15992
15992
|
"""
|
15993
15993
|
containerd_config: NotRequired[pulumi.Input['NodePoolNodeConfigContainerdConfigArgsDict']]
|
15994
15994
|
"""
|
@@ -16101,7 +16101,7 @@ if not MYPY:
|
|
16101
16101
|
"""
|
16102
16102
|
The GCE resource labels (a map of key/value pairs) to be applied to the node pool.
|
16103
16103
|
"""
|
16104
|
-
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str,
|
16104
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
16105
16105
|
"""
|
16106
16106
|
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.
|
16107
16107
|
"""
|
@@ -16177,7 +16177,7 @@ class NodePoolNodeConfigArgs:
|
|
16177
16177
|
preemptible: Optional[pulumi.Input[bool]] = None,
|
16178
16178
|
reservation_affinity: Optional[pulumi.Input['NodePoolNodeConfigReservationAffinityArgs']] = None,
|
16179
16179
|
resource_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
16180
|
-
resource_manager_tags: Optional[pulumi.Input[Mapping[str,
|
16180
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
16181
16181
|
sandbox_config: Optional[pulumi.Input['NodePoolNodeConfigSandboxConfigArgs']] = None,
|
16182
16182
|
secondary_boot_disks: Optional[pulumi.Input[Sequence[pulumi.Input['NodePoolNodeConfigSecondaryBootDiskArgs']]]] = None,
|
16183
16183
|
service_account: Optional[pulumi.Input[str]] = None,
|
@@ -16190,7 +16190,7 @@ class NodePoolNodeConfigArgs:
|
|
16190
16190
|
"""
|
16191
16191
|
:param pulumi.Input['NodePoolNodeConfigAdvancedMachineFeaturesArgs'] advanced_machine_features: Specifies options for controlling advanced machine features.
|
16192
16192
|
:param pulumi.Input[str] boot_disk_kms_key: The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool.
|
16193
|
-
:param pulumi.Input['NodePoolNodeConfigConfidentialNodesArgs'] confidential_nodes: Configuration for
|
16193
|
+
:param pulumi.Input['NodePoolNodeConfigConfidentialNodesArgs'] confidential_nodes: Configuration for the confidential nodes feature, which makes nodes run on confidential VMs. Warning: This configuration can't be changed (or added/removed) after pool creation without deleting and recreating the entire pool.
|
16194
16194
|
:param pulumi.Input['NodePoolNodeConfigContainerdConfigArgs'] containerd_config: Parameters for containerd configuration.
|
16195
16195
|
:param pulumi.Input[int] disk_size_gb: Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB.
|
16196
16196
|
:param pulumi.Input[str] disk_type: Type of the disk attached to each node. Such as pd-standard, pd-balanced or pd-ssd
|
@@ -16221,7 +16221,7 @@ class NodePoolNodeConfigArgs:
|
|
16221
16221
|
|
16222
16222
|
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
16223
16223
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_labels: The GCE resource labels (a map of key/value pairs) to be applied to the node pool.
|
16224
|
-
:param pulumi.Input[Mapping[str,
|
16224
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[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.
|
16225
16225
|
:param pulumi.Input['NodePoolNodeConfigSandboxConfigArgs'] sandbox_config: Sandbox configuration for this node.
|
16226
16226
|
:param pulumi.Input[Sequence[pulumi.Input['NodePoolNodeConfigSecondaryBootDiskArgs']]] secondary_boot_disks: Secondary boot disks for preloading data or container images.
|
16227
16227
|
:param pulumi.Input[str] service_account: The Google Cloud Platform Service Account to be used by the node VMs.
|
@@ -16341,7 +16341,7 @@ class NodePoolNodeConfigArgs:
|
|
16341
16341
|
@pulumi.getter(name="confidentialNodes")
|
16342
16342
|
def confidential_nodes(self) -> Optional[pulumi.Input['NodePoolNodeConfigConfidentialNodesArgs']]:
|
16343
16343
|
"""
|
16344
|
-
Configuration for
|
16344
|
+
Configuration for the confidential nodes feature, which makes nodes run on confidential VMs. Warning: This configuration can't be changed (or added/removed) after pool creation without deleting and recreating the entire pool.
|
16345
16345
|
"""
|
16346
16346
|
return pulumi.get(self, "confidential_nodes")
|
16347
16347
|
|
@@ -16678,14 +16678,14 @@ class NodePoolNodeConfigArgs:
|
|
16678
16678
|
|
16679
16679
|
@property
|
16680
16680
|
@pulumi.getter(name="resourceManagerTags")
|
16681
|
-
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
16681
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
16682
16682
|
"""
|
16683
16683
|
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.
|
16684
16684
|
"""
|
16685
16685
|
return pulumi.get(self, "resource_manager_tags")
|
16686
16686
|
|
16687
16687
|
@resource_manager_tags.setter
|
16688
|
-
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
16688
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
16689
16689
|
pulumi.set(self, "resource_manager_tags", value)
|
16690
16690
|
|
16691
16691
|
@property
|
@@ -16852,8 +16852,7 @@ if not MYPY:
|
|
16852
16852
|
class NodePoolNodeConfigConfidentialNodesArgsDict(TypedDict):
|
16853
16853
|
enabled: pulumi.Input[bool]
|
16854
16854
|
"""
|
16855
|
-
|
16856
|
-
enforce encryption of data in-use.
|
16855
|
+
Whether Confidential Nodes feature is enabled for all nodes in this pool.
|
16857
16856
|
"""
|
16858
16857
|
elif False:
|
16859
16858
|
NodePoolNodeConfigConfidentialNodesArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -16863,8 +16862,7 @@ class NodePoolNodeConfigConfidentialNodesArgs:
|
|
16863
16862
|
def __init__(__self__, *,
|
16864
16863
|
enabled: pulumi.Input[bool]):
|
16865
16864
|
"""
|
16866
|
-
:param pulumi.Input[bool] enabled:
|
16867
|
-
enforce encryption of data in-use.
|
16865
|
+
:param pulumi.Input[bool] enabled: Whether Confidential Nodes feature is enabled for all nodes in this pool.
|
16868
16866
|
"""
|
16869
16867
|
pulumi.set(__self__, "enabled", enabled)
|
16870
16868
|
|
@@ -16872,8 +16870,7 @@ class NodePoolNodeConfigConfidentialNodesArgs:
|
|
16872
16870
|
@pulumi.getter
|
16873
16871
|
def enabled(self) -> pulumi.Input[bool]:
|
16874
16872
|
"""
|
16875
|
-
|
16876
|
-
enforce encryption of data in-use.
|
16873
|
+
Whether Confidential Nodes feature is enabled for all nodes in this pool.
|
16877
16874
|
"""
|
16878
16875
|
return pulumi.get(self, "enabled")
|
16879
16876
|
|
@@ -18229,7 +18226,7 @@ if not MYPY:
|
|
18229
18226
|
"""
|
18230
18227
|
strategy: NotRequired[pulumi.Input[str]]
|
18231
18228
|
"""
|
18232
|
-
The upgrade
|
18229
|
+
The upgrade strategy to be used for upgrading the nodes.
|
18233
18230
|
"""
|
18234
18231
|
elif False:
|
18235
18232
|
NodePoolUpgradeSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -18252,7 +18249,7 @@ class NodePoolUpgradeSettingsArgs:
|
|
18252
18249
|
parallel. Can be set to 0 or greater.
|
18253
18250
|
|
18254
18251
|
`max_surge` and `max_unavailable` must not be negative and at least one of them must be greater than zero.
|
18255
|
-
:param pulumi.Input[str] strategy: The upgrade
|
18252
|
+
:param pulumi.Input[str] strategy: The upgrade strategy to be used for upgrading the nodes.
|
18256
18253
|
"""
|
18257
18254
|
if blue_green_settings is not None:
|
18258
18255
|
pulumi.set(__self__, "blue_green_settings", blue_green_settings)
|
@@ -18310,7 +18307,7 @@ class NodePoolUpgradeSettingsArgs:
|
|
18310
18307
|
@pulumi.getter
|
18311
18308
|
def strategy(self) -> Optional[pulumi.Input[str]]:
|
18312
18309
|
"""
|
18313
|
-
The upgrade
|
18310
|
+
The upgrade strategy to be used for upgrading the nodes.
|
18314
18311
|
"""
|
18315
18312
|
return pulumi.get(self, "strategy")
|
18316
18313
|
|
@@ -39,7 +39,8 @@ class AttachedClusterArgs:
|
|
39
39
|
"""
|
40
40
|
The set of arguments for constructing a AttachedCluster resource.
|
41
41
|
:param pulumi.Input[str] distribution: The Kubernetes distribution of the underlying attached cluster. Supported values:
|
42
|
-
"eks", "aks".
|
42
|
+
"eks", "aks", "generic". The generic distribution provides the ability to register
|
43
|
+
or migrate any CNCF conformant cluster.
|
43
44
|
:param pulumi.Input['AttachedClusterFleetArgs'] fleet: Fleet configuration.
|
44
45
|
Structure is documented below.
|
45
46
|
:param pulumi.Input[str] location: The location for the resource
|
@@ -100,7 +101,8 @@ class AttachedClusterArgs:
|
|
100
101
|
def distribution(self) -> pulumi.Input[str]:
|
101
102
|
"""
|
102
103
|
The Kubernetes distribution of the underlying attached cluster. Supported values:
|
103
|
-
"eks", "aks".
|
104
|
+
"eks", "aks", "generic". The generic distribution provides the ability to register
|
105
|
+
or migrate any CNCF conformant cluster.
|
104
106
|
"""
|
105
107
|
return pulumi.get(self, "distribution")
|
106
108
|
|
@@ -334,7 +336,8 @@ class _AttachedClusterState:
|
|
334
336
|
:param pulumi.Input[str] deletion_policy: Policy to determine what flags to send on delete.
|
335
337
|
:param pulumi.Input[str] description: A human readable description of this attached cluster. Cannot be longer than 255 UTF-8 encoded bytes.
|
336
338
|
:param pulumi.Input[str] distribution: The Kubernetes distribution of the underlying attached cluster. Supported values:
|
337
|
-
"eks", "aks".
|
339
|
+
"eks", "aks", "generic". The generic distribution provides the ability to register
|
340
|
+
or migrate any CNCF conformant cluster.
|
338
341
|
:param pulumi.Input[Sequence[pulumi.Input['AttachedClusterErrorArgs']]] errors: A set of errors found in the cluster.
|
339
342
|
Structure is documented below.
|
340
343
|
:param pulumi.Input['AttachedClusterFleetArgs'] fleet: Fleet configuration.
|
@@ -512,7 +515,8 @@ class _AttachedClusterState:
|
|
512
515
|
def distribution(self) -> Optional[pulumi.Input[str]]:
|
513
516
|
"""
|
514
517
|
The Kubernetes distribution of the underlying attached cluster. Supported values:
|
515
|
-
"eks", "aks".
|
518
|
+
"eks", "aks", "generic". The generic distribution provides the ability to register
|
519
|
+
or migrate any CNCF conformant cluster.
|
516
520
|
"""
|
517
521
|
return pulumi.get(self, "distribution")
|
518
522
|
|
@@ -911,7 +915,8 @@ class AttachedCluster(pulumi.CustomResource):
|
|
911
915
|
:param pulumi.Input[str] deletion_policy: Policy to determine what flags to send on delete.
|
912
916
|
:param pulumi.Input[str] description: A human readable description of this attached cluster. Cannot be longer than 255 UTF-8 encoded bytes.
|
913
917
|
:param pulumi.Input[str] distribution: The Kubernetes distribution of the underlying attached cluster. Supported values:
|
914
|
-
"eks", "aks".
|
918
|
+
"eks", "aks", "generic". The generic distribution provides the ability to register
|
919
|
+
or migrate any CNCF conformant cluster.
|
915
920
|
:param pulumi.Input[Union['AttachedClusterFleetArgs', 'AttachedClusterFleetArgsDict']] fleet: Fleet configuration.
|
916
921
|
Structure is documented below.
|
917
922
|
:param pulumi.Input[str] location: The location for the resource
|
@@ -1212,7 +1217,8 @@ class AttachedCluster(pulumi.CustomResource):
|
|
1212
1217
|
:param pulumi.Input[str] deletion_policy: Policy to determine what flags to send on delete.
|
1213
1218
|
:param pulumi.Input[str] description: A human readable description of this attached cluster. Cannot be longer than 255 UTF-8 encoded bytes.
|
1214
1219
|
:param pulumi.Input[str] distribution: The Kubernetes distribution of the underlying attached cluster. Supported values:
|
1215
|
-
"eks", "aks".
|
1220
|
+
"eks", "aks", "generic". The generic distribution provides the ability to register
|
1221
|
+
or migrate any CNCF conformant cluster.
|
1216
1222
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AttachedClusterErrorArgs', 'AttachedClusterErrorArgsDict']]]] errors: A set of errors found in the cluster.
|
1217
1223
|
Structure is documented below.
|
1218
1224
|
:param pulumi.Input[Union['AttachedClusterFleetArgs', 'AttachedClusterFleetArgsDict']] fleet: Fleet configuration.
|
@@ -1342,7 +1348,8 @@ class AttachedCluster(pulumi.CustomResource):
|
|
1342
1348
|
def distribution(self) -> pulumi.Output[str]:
|
1343
1349
|
"""
|
1344
1350
|
The Kubernetes distribution of the underlying attached cluster. Supported values:
|
1345
|
-
"eks", "aks".
|
1351
|
+
"eks", "aks", "generic". The generic distribution provides the ability to register
|
1352
|
+
or migrate any CNCF conformant cluster.
|
1346
1353
|
"""
|
1347
1354
|
return pulumi.get(self, "distribution")
|
1348
1355
|
|
@@ -232,7 +232,7 @@ class _AwsClusterState:
|
|
232
232
|
control_plane: Optional[pulumi.Input['AwsClusterControlPlaneArgs']] = None,
|
233
233
|
create_time: Optional[pulumi.Input[str]] = None,
|
234
234
|
description: Optional[pulumi.Input[str]] = None,
|
235
|
-
effective_annotations: Optional[pulumi.Input[Mapping[str,
|
235
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
236
236
|
endpoint: Optional[pulumi.Input[str]] = None,
|
237
237
|
etag: Optional[pulumi.Input[str]] = None,
|
238
238
|
fleet: Optional[pulumi.Input['AwsClusterFleetArgs']] = None,
|
@@ -408,11 +408,11 @@ class _AwsClusterState:
|
|
408
408
|
|
409
409
|
@property
|
410
410
|
@pulumi.getter(name="effectiveAnnotations")
|
411
|
-
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str,
|
411
|
+
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
412
412
|
return pulumi.get(self, "effective_annotations")
|
413
413
|
|
414
414
|
@effective_annotations.setter
|
415
|
-
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str,
|
415
|
+
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
416
416
|
pulumi.set(self, "effective_annotations", value)
|
417
417
|
|
418
418
|
@property
|
@@ -1214,7 +1214,7 @@ class AwsCluster(pulumi.CustomResource):
|
|
1214
1214
|
control_plane: Optional[pulumi.Input[Union['AwsClusterControlPlaneArgs', 'AwsClusterControlPlaneArgsDict']]] = None,
|
1215
1215
|
create_time: Optional[pulumi.Input[str]] = None,
|
1216
1216
|
description: Optional[pulumi.Input[str]] = None,
|
1217
|
-
effective_annotations: Optional[pulumi.Input[Mapping[str,
|
1217
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1218
1218
|
endpoint: Optional[pulumi.Input[str]] = None,
|
1219
1219
|
etag: Optional[pulumi.Input[str]] = None,
|
1220
1220
|
fleet: Optional[pulumi.Input[Union['AwsClusterFleetArgs', 'AwsClusterFleetArgsDict']]] = None,
|
@@ -1351,7 +1351,7 @@ class AwsCluster(pulumi.CustomResource):
|
|
1351
1351
|
|
1352
1352
|
@property
|
1353
1353
|
@pulumi.getter(name="effectiveAnnotations")
|
1354
|
-
def effective_annotations(self) -> pulumi.Output[Mapping[str,
|
1354
|
+
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1355
1355
|
return pulumi.get(self, "effective_annotations")
|
1356
1356
|
|
1357
1357
|
@property
|
@@ -229,7 +229,7 @@ class _AwsNodePoolState:
|
|
229
229
|
cluster: Optional[pulumi.Input[str]] = None,
|
230
230
|
config: Optional[pulumi.Input['AwsNodePoolConfigArgs']] = None,
|
231
231
|
create_time: Optional[pulumi.Input[str]] = None,
|
232
|
-
effective_annotations: Optional[pulumi.Input[Mapping[str,
|
232
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
233
233
|
etag: Optional[pulumi.Input[str]] = None,
|
234
234
|
location: Optional[pulumi.Input[str]] = None,
|
235
235
|
management: Optional[pulumi.Input['AwsNodePoolManagementArgs']] = None,
|
@@ -375,11 +375,11 @@ class _AwsNodePoolState:
|
|
375
375
|
|
376
376
|
@property
|
377
377
|
@pulumi.getter(name="effectiveAnnotations")
|
378
|
-
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str,
|
378
|
+
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
379
379
|
return pulumi.get(self, "effective_annotations")
|
380
380
|
|
381
381
|
@effective_annotations.setter
|
382
|
-
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str,
|
382
|
+
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
383
383
|
pulumi.set(self, "effective_annotations", value)
|
384
384
|
|
385
385
|
@property
|
@@ -1459,7 +1459,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1459
1459
|
cluster: Optional[pulumi.Input[str]] = None,
|
1460
1460
|
config: Optional[pulumi.Input[Union['AwsNodePoolConfigArgs', 'AwsNodePoolConfigArgsDict']]] = None,
|
1461
1461
|
create_time: Optional[pulumi.Input[str]] = None,
|
1462
|
-
effective_annotations: Optional[pulumi.Input[Mapping[str,
|
1462
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1463
1463
|
etag: Optional[pulumi.Input[str]] = None,
|
1464
1464
|
location: Optional[pulumi.Input[str]] = None,
|
1465
1465
|
management: Optional[pulumi.Input[Union['AwsNodePoolManagementArgs', 'AwsNodePoolManagementArgsDict']]] = None,
|
@@ -1576,7 +1576,7 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1576
1576
|
|
1577
1577
|
@property
|
1578
1578
|
@pulumi.getter(name="effectiveAnnotations")
|
1579
|
-
def effective_annotations(self) -> pulumi.Output[Mapping[str,
|
1579
|
+
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1580
1580
|
return pulumi.get(self, "effective_annotations")
|
1581
1581
|
|
1582
1582
|
@property
|
@@ -270,7 +270,7 @@ class _AzureClusterState:
|
|
270
270
|
control_plane: Optional[pulumi.Input['AzureClusterControlPlaneArgs']] = None,
|
271
271
|
create_time: Optional[pulumi.Input[str]] = None,
|
272
272
|
description: Optional[pulumi.Input[str]] = None,
|
273
|
-
effective_annotations: Optional[pulumi.Input[Mapping[str,
|
273
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
274
274
|
endpoint: Optional[pulumi.Input[str]] = None,
|
275
275
|
etag: Optional[pulumi.Input[str]] = None,
|
276
276
|
fleet: Optional[pulumi.Input['AzureClusterFleetArgs']] = None,
|
@@ -471,11 +471,11 @@ class _AzureClusterState:
|
|
471
471
|
|
472
472
|
@property
|
473
473
|
@pulumi.getter(name="effectiveAnnotations")
|
474
|
-
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str,
|
474
|
+
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
475
475
|
return pulumi.get(self, "effective_annotations")
|
476
476
|
|
477
477
|
@effective_annotations.setter
|
478
|
-
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str,
|
478
|
+
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
479
479
|
pulumi.set(self, "effective_annotations", value)
|
480
480
|
|
481
481
|
@property
|
@@ -1045,7 +1045,7 @@ class AzureCluster(pulumi.CustomResource):
|
|
1045
1045
|
control_plane: Optional[pulumi.Input[Union['AzureClusterControlPlaneArgs', 'AzureClusterControlPlaneArgsDict']]] = None,
|
1046
1046
|
create_time: Optional[pulumi.Input[str]] = None,
|
1047
1047
|
description: Optional[pulumi.Input[str]] = None,
|
1048
|
-
effective_annotations: Optional[pulumi.Input[Mapping[str,
|
1048
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1049
1049
|
endpoint: Optional[pulumi.Input[str]] = None,
|
1050
1050
|
etag: Optional[pulumi.Input[str]] = None,
|
1051
1051
|
fleet: Optional[pulumi.Input[Union['AzureClusterFleetArgs', 'AzureClusterFleetArgsDict']]] = None,
|
@@ -1201,7 +1201,7 @@ class AzureCluster(pulumi.CustomResource):
|
|
1201
1201
|
|
1202
1202
|
@property
|
1203
1203
|
@pulumi.getter(name="effectiveAnnotations")
|
1204
|
-
def effective_annotations(self) -> pulumi.Output[Mapping[str,
|
1204
|
+
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1205
1205
|
return pulumi.get(self, "effective_annotations")
|
1206
1206
|
|
1207
1207
|
@property
|
@@ -230,7 +230,7 @@ class _AzureNodePoolState:
|
|
230
230
|
cluster: Optional[pulumi.Input[str]] = None,
|
231
231
|
config: Optional[pulumi.Input['AzureNodePoolConfigArgs']] = None,
|
232
232
|
create_time: Optional[pulumi.Input[str]] = None,
|
233
|
-
effective_annotations: Optional[pulumi.Input[Mapping[str,
|
233
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
234
234
|
etag: Optional[pulumi.Input[str]] = None,
|
235
235
|
location: Optional[pulumi.Input[str]] = None,
|
236
236
|
management: Optional[pulumi.Input['AzureNodePoolManagementArgs']] = None,
|
@@ -387,11 +387,11 @@ class _AzureNodePoolState:
|
|
387
387
|
|
388
388
|
@property
|
389
389
|
@pulumi.getter(name="effectiveAnnotations")
|
390
|
-
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str,
|
390
|
+
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
391
391
|
return pulumi.get(self, "effective_annotations")
|
392
392
|
|
393
393
|
@effective_annotations.setter
|
394
|
-
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str,
|
394
|
+
def effective_annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
395
395
|
pulumi.set(self, "effective_annotations", value)
|
396
396
|
|
397
397
|
@property
|
@@ -894,7 +894,7 @@ class AzureNodePool(pulumi.CustomResource):
|
|
894
894
|
cluster: Optional[pulumi.Input[str]] = None,
|
895
895
|
config: Optional[pulumi.Input[Union['AzureNodePoolConfigArgs', 'AzureNodePoolConfigArgsDict']]] = None,
|
896
896
|
create_time: Optional[pulumi.Input[str]] = None,
|
897
|
-
effective_annotations: Optional[pulumi.Input[Mapping[str,
|
897
|
+
effective_annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
898
898
|
etag: Optional[pulumi.Input[str]] = None,
|
899
899
|
location: Optional[pulumi.Input[str]] = None,
|
900
900
|
management: Optional[pulumi.Input[Union['AzureNodePoolManagementArgs', 'AzureNodePoolManagementArgsDict']]] = None,
|
@@ -1018,7 +1018,7 @@ class AzureNodePool(pulumi.CustomResource):
|
|
1018
1018
|
|
1019
1019
|
@property
|
1020
1020
|
@pulumi.getter(name="effectiveAnnotations")
|
1021
|
-
def effective_annotations(self) -> pulumi.Output[Mapping[str,
|
1021
|
+
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1022
1022
|
return pulumi.get(self, "effective_annotations")
|
1023
1023
|
|
1024
1024
|
@property
|