pulumi-gcp 7.3.0a1702567892__py3-none-any.whl → 7.3.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_gcp/__init__.py +129 -0
- pulumi_gcp/artifactregistry/_inputs.py +88 -0
- pulumi_gcp/artifactregistry/outputs.py +148 -0
- pulumi_gcp/artifactregistry/repository.py +116 -16
- pulumi_gcp/bigquery/_inputs.py +110 -0
- pulumi_gcp/bigquery/connection.py +123 -3
- pulumi_gcp/bigquery/outputs.py +145 -0
- pulumi_gcp/cloudbuild/_inputs.py +241 -1
- pulumi_gcp/cloudbuild/outputs.py +353 -2
- pulumi_gcp/cloudfunctionsv2/_inputs.py +6 -2
- pulumi_gcp/cloudfunctionsv2/outputs.py +6 -2
- pulumi_gcp/cloudidentity/_inputs.py +54 -5
- pulumi_gcp/cloudidentity/group_membership.py +0 -8
- pulumi_gcp/cloudidentity/outputs.py +99 -4
- pulumi_gcp/cloudrunv2/_inputs.py +8 -4
- pulumi_gcp/cloudrunv2/job.py +44 -0
- pulumi_gcp/cloudrunv2/outputs.py +8 -4
- pulumi_gcp/cloudrunv2/service.py +42 -0
- pulumi_gcp/cloudtasks/queue.py +0 -10
- pulumi_gcp/composer/_inputs.py +17 -4
- pulumi_gcp/composer/outputs.py +20 -4
- pulumi_gcp/compute/_inputs.py +46 -0
- pulumi_gcp/compute/get_global_forwarding_rule.py +11 -1
- pulumi_gcp/compute/global_forwarding_rule.py +69 -0
- pulumi_gcp/compute/outputs.py +75 -0
- pulumi_gcp/config/__init__.pyi +6 -0
- pulumi_gcp/config/vars.py +12 -0
- pulumi_gcp/container/_inputs.py +58 -0
- pulumi_gcp/container/node_pool.py +68 -14
- pulumi_gcp/container/outputs.py +68 -0
- pulumi_gcp/dataform/__init__.py +4 -0
- pulumi_gcp/dataform/_inputs.py +80 -0
- pulumi_gcp/dataform/get_repository_iam_policy.py +144 -0
- pulumi_gcp/dataform/outputs.py +56 -0
- pulumi_gcp/dataform/repository_iam_binding.py +325 -0
- pulumi_gcp/dataform/repository_iam_member.py +325 -0
- pulumi_gcp/dataform/repository_iam_policy.py +254 -0
- pulumi_gcp/dataloss/_inputs.py +29 -26
- pulumi_gcp/dataloss/outputs.py +28 -25
- pulumi_gcp/dataloss/prevention_job_trigger.py +78 -0
- pulumi_gcp/datastream/connection_profile.py +82 -4
- pulumi_gcp/datastream/stream.py +32 -22
- pulumi_gcp/firestore/database.py +146 -28
- pulumi_gcp/gkehub/_inputs.py +821 -3
- pulumi_gcp/gkehub/feature.py +176 -0
- pulumi_gcp/gkehub/feature_membership.py +105 -59
- pulumi_gcp/gkehub/fleet.py +70 -2
- pulumi_gcp/gkehub/outputs.py +819 -3
- pulumi_gcp/gkehub/scope.py +2 -2
- pulumi_gcp/iam/_inputs.py +72 -0
- pulumi_gcp/iam/outputs.py +79 -0
- pulumi_gcp/iam/workforce_pool.py +75 -0
- pulumi_gcp/identityplatform/project_default_config.py +4 -0
- pulumi_gcp/logging/__init__.py +3 -0
- pulumi_gcp/logging/get_folder_settings.py +197 -0
- pulumi_gcp/logging/get_organization_settings.py +197 -0
- pulumi_gcp/logging/get_project_settings.py +197 -0
- pulumi_gcp/migrationcenter/__init__.py +8 -0
- pulumi_gcp/migrationcenter/group.py +652 -0
- pulumi_gcp/netapp/__init__.py +8 -0
- pulumi_gcp/netapp/storage_pool.py +970 -0
- pulumi_gcp/projects/iam_custom_role.py +7 -7
- pulumi_gcp/provider.py +60 -0
- pulumi_gcp/securesourcemanager/__init__.py +14 -0
- pulumi_gcp/securesourcemanager/_inputs.py +94 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +168 -0
- pulumi_gcp/securesourcemanager/instance.py +607 -0
- pulumi_gcp/securesourcemanager/instance_iam_binding.py +325 -0
- pulumi_gcp/securesourcemanager/instance_iam_member.py +325 -0
- pulumi_gcp/securesourcemanager/instance_iam_policy.py +254 -0
- pulumi_gcp/securesourcemanager/outputs.py +70 -0
- pulumi_gcp/securitycenter/__init__.py +1 -0
- pulumi_gcp/securitycenter/event_threat_detection_custom_module.py +528 -0
- pulumi_gcp/sql/_inputs.py +2 -2
- pulumi_gcp/sql/database_instance.py +4 -4
- pulumi_gcp/sql/outputs.py +2 -2
- pulumi_gcp/storage/_inputs.py +16 -0
- pulumi_gcp/storage/outputs.py +21 -0
- pulumi_gcp/vertex/__init__.py +4 -0
- pulumi_gcp/vertex/_inputs.py +80 -0
- pulumi_gcp/vertex/ai_endpoint_iam_binding.py +325 -0
- pulumi_gcp/vertex/ai_endpoint_iam_member.py +325 -0
- pulumi_gcp/vertex/ai_endpoint_iam_policy.py +254 -0
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +140 -0
- pulumi_gcp/vertex/outputs.py +56 -0
- pulumi_gcp/vmwareengine/__init__.py +5 -0
- pulumi_gcp/vmwareengine/_inputs.py +104 -2
- pulumi_gcp/vmwareengine/get_network.py +14 -4
- pulumi_gcp/vmwareengine/get_network_peering.py +260 -0
- pulumi_gcp/vmwareengine/get_network_policy.py +228 -0
- pulumi_gcp/vmwareengine/get_nsx_credentials.py +133 -0
- pulumi_gcp/vmwareengine/get_private_cloud.py +14 -4
- pulumi_gcp/vmwareengine/network.py +41 -7
- pulumi_gcp/vmwareengine/network_peering.py +959 -0
- pulumi_gcp/vmwareengine/network_policy.py +836 -0
- pulumi_gcp/vmwareengine/outputs.py +133 -2
- pulumi_gcp/vmwareengine/private_cloud.py +20 -68
- {pulumi_gcp-7.3.0a1702567892.dist-info → pulumi_gcp-7.3.1.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.3.0a1702567892.dist-info → pulumi_gcp-7.3.1.dist-info}/RECORD +101 -72
- {pulumi_gcp-7.3.0a1702567892.dist-info → pulumi_gcp-7.3.1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.3.0a1702567892.dist-info → pulumi_gcp-7.3.1.dist-info}/top_level.txt +0 -0
@@ -30,6 +30,7 @@ class NodePoolArgs:
|
|
30
30
|
node_locations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
31
31
|
placement_policy: Optional[pulumi.Input['NodePoolPlacementPolicyArgs']] = None,
|
32
32
|
project: Optional[pulumi.Input[str]] = None,
|
33
|
+
queued_provisioning: Optional[pulumi.Input['NodePoolQueuedProvisioningArgs']] = None,
|
33
34
|
upgrade_settings: Optional[pulumi.Input['NodePoolUpgradeSettingsArgs']] = None,
|
34
35
|
version: Optional[pulumi.Input[str]] = None):
|
35
36
|
"""
|
@@ -77,10 +78,12 @@ class NodePoolArgs:
|
|
77
78
|
cluster.
|
78
79
|
:param pulumi.Input['NodePoolPlacementPolicyArgs'] placement_policy: Specifies a custom placement policy for the
|
79
80
|
nodes.
|
80
|
-
|
81
|
-
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
82
81
|
:param pulumi.Input[str] project: The ID of the project in which to create the node pool. If blank,
|
83
82
|
the provider-configured project will be used.
|
83
|
+
:param pulumi.Input['NodePoolQueuedProvisioningArgs'] queued_provisioning: Specifies node pool-level settings of queued provisioning.
|
84
|
+
Structure is documented below.
|
85
|
+
|
86
|
+
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
84
87
|
:param pulumi.Input['NodePoolUpgradeSettingsArgs'] upgrade_settings: Specify node upgrade settings to change how GKE upgrades nodes.
|
85
88
|
The maximum number of nodes upgraded simultaneously is limited to 20. Structure is documented below.
|
86
89
|
:param pulumi.Input[str] version: The Kubernetes version for the nodes in this pool. Note that if this field
|
@@ -117,6 +120,8 @@ class NodePoolArgs:
|
|
117
120
|
pulumi.set(__self__, "placement_policy", placement_policy)
|
118
121
|
if project is not None:
|
119
122
|
pulumi.set(__self__, "project", project)
|
123
|
+
if queued_provisioning is not None:
|
124
|
+
pulumi.set(__self__, "queued_provisioning", queued_provisioning)
|
120
125
|
if upgrade_settings is not None:
|
121
126
|
pulumi.set(__self__, "upgrade_settings", upgrade_settings)
|
122
127
|
if version is not None:
|
@@ -301,8 +306,6 @@ class NodePoolArgs:
|
|
301
306
|
"""
|
302
307
|
Specifies a custom placement policy for the
|
303
308
|
nodes.
|
304
|
-
|
305
|
-
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
306
309
|
"""
|
307
310
|
return pulumi.get(self, "placement_policy")
|
308
311
|
|
@@ -323,6 +326,21 @@ class NodePoolArgs:
|
|
323
326
|
def project(self, value: Optional[pulumi.Input[str]]):
|
324
327
|
pulumi.set(self, "project", value)
|
325
328
|
|
329
|
+
@property
|
330
|
+
@pulumi.getter(name="queuedProvisioning")
|
331
|
+
def queued_provisioning(self) -> Optional[pulumi.Input['NodePoolQueuedProvisioningArgs']]:
|
332
|
+
"""
|
333
|
+
Specifies node pool-level settings of queued provisioning.
|
334
|
+
Structure is documented below.
|
335
|
+
|
336
|
+
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
337
|
+
"""
|
338
|
+
return pulumi.get(self, "queued_provisioning")
|
339
|
+
|
340
|
+
@queued_provisioning.setter
|
341
|
+
def queued_provisioning(self, value: Optional[pulumi.Input['NodePoolQueuedProvisioningArgs']]):
|
342
|
+
pulumi.set(self, "queued_provisioning", value)
|
343
|
+
|
326
344
|
@property
|
327
345
|
@pulumi.getter(name="upgradeSettings")
|
328
346
|
def upgrade_settings(self) -> Optional[pulumi.Input['NodePoolUpgradeSettingsArgs']]:
|
@@ -374,6 +392,7 @@ class _NodePoolState:
|
|
374
392
|
operation: Optional[pulumi.Input[str]] = None,
|
375
393
|
placement_policy: Optional[pulumi.Input['NodePoolPlacementPolicyArgs']] = None,
|
376
394
|
project: Optional[pulumi.Input[str]] = None,
|
395
|
+
queued_provisioning: Optional[pulumi.Input['NodePoolQueuedProvisioningArgs']] = None,
|
377
396
|
upgrade_settings: Optional[pulumi.Input['NodePoolUpgradeSettingsArgs']] = None,
|
378
397
|
version: Optional[pulumi.Input[str]] = None):
|
379
398
|
"""
|
@@ -423,10 +442,12 @@ class _NodePoolState:
|
|
423
442
|
cluster.
|
424
443
|
:param pulumi.Input['NodePoolPlacementPolicyArgs'] placement_policy: Specifies a custom placement policy for the
|
425
444
|
nodes.
|
426
|
-
|
427
|
-
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
428
445
|
:param pulumi.Input[str] project: The ID of the project in which to create the node pool. If blank,
|
429
446
|
the provider-configured project will be used.
|
447
|
+
:param pulumi.Input['NodePoolQueuedProvisioningArgs'] queued_provisioning: Specifies node pool-level settings of queued provisioning.
|
448
|
+
Structure is documented below.
|
449
|
+
|
450
|
+
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
430
451
|
:param pulumi.Input['NodePoolUpgradeSettingsArgs'] upgrade_settings: Specify node upgrade settings to change how GKE upgrades nodes.
|
431
452
|
The maximum number of nodes upgraded simultaneously is limited to 20. Structure is documented below.
|
432
453
|
:param pulumi.Input[str] version: The Kubernetes version for the nodes in this pool. Note that if this field
|
@@ -470,6 +491,8 @@ class _NodePoolState:
|
|
470
491
|
pulumi.set(__self__, "placement_policy", placement_policy)
|
471
492
|
if project is not None:
|
472
493
|
pulumi.set(__self__, "project", project)
|
494
|
+
if queued_provisioning is not None:
|
495
|
+
pulumi.set(__self__, "queued_provisioning", queued_provisioning)
|
473
496
|
if upgrade_settings is not None:
|
474
497
|
pulumi.set(__self__, "upgrade_settings", upgrade_settings)
|
475
498
|
if version is not None:
|
@@ -687,8 +710,6 @@ class _NodePoolState:
|
|
687
710
|
"""
|
688
711
|
Specifies a custom placement policy for the
|
689
712
|
nodes.
|
690
|
-
|
691
|
-
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
692
713
|
"""
|
693
714
|
return pulumi.get(self, "placement_policy")
|
694
715
|
|
@@ -709,6 +730,21 @@ class _NodePoolState:
|
|
709
730
|
def project(self, value: Optional[pulumi.Input[str]]):
|
710
731
|
pulumi.set(self, "project", value)
|
711
732
|
|
733
|
+
@property
|
734
|
+
@pulumi.getter(name="queuedProvisioning")
|
735
|
+
def queued_provisioning(self) -> Optional[pulumi.Input['NodePoolQueuedProvisioningArgs']]:
|
736
|
+
"""
|
737
|
+
Specifies node pool-level settings of queued provisioning.
|
738
|
+
Structure is documented below.
|
739
|
+
|
740
|
+
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
741
|
+
"""
|
742
|
+
return pulumi.get(self, "queued_provisioning")
|
743
|
+
|
744
|
+
@queued_provisioning.setter
|
745
|
+
def queued_provisioning(self, value: Optional[pulumi.Input['NodePoolQueuedProvisioningArgs']]):
|
746
|
+
pulumi.set(self, "queued_provisioning", value)
|
747
|
+
|
712
748
|
@property
|
713
749
|
@pulumi.getter(name="upgradeSettings")
|
714
750
|
def upgrade_settings(self) -> Optional[pulumi.Input['NodePoolUpgradeSettingsArgs']]:
|
@@ -759,6 +795,7 @@ class NodePool(pulumi.CustomResource):
|
|
759
795
|
node_locations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
760
796
|
placement_policy: Optional[pulumi.Input[pulumi.InputType['NodePoolPlacementPolicyArgs']]] = None,
|
761
797
|
project: Optional[pulumi.Input[str]] = None,
|
798
|
+
queued_provisioning: Optional[pulumi.Input[pulumi.InputType['NodePoolQueuedProvisioningArgs']]] = None,
|
762
799
|
upgrade_settings: Optional[pulumi.Input[pulumi.InputType['NodePoolUpgradeSettingsArgs']]] = None,
|
763
800
|
version: Optional[pulumi.Input[str]] = None,
|
764
801
|
__props__=None):
|
@@ -857,10 +894,12 @@ class NodePool(pulumi.CustomResource):
|
|
857
894
|
cluster.
|
858
895
|
:param pulumi.Input[pulumi.InputType['NodePoolPlacementPolicyArgs']] placement_policy: Specifies a custom placement policy for the
|
859
896
|
nodes.
|
860
|
-
|
861
|
-
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
862
897
|
:param pulumi.Input[str] project: The ID of the project in which to create the node pool. If blank,
|
863
898
|
the provider-configured project will be used.
|
899
|
+
:param pulumi.Input[pulumi.InputType['NodePoolQueuedProvisioningArgs']] queued_provisioning: Specifies node pool-level settings of queued provisioning.
|
900
|
+
Structure is documented below.
|
901
|
+
|
902
|
+
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
864
903
|
:param pulumi.Input[pulumi.InputType['NodePoolUpgradeSettingsArgs']] upgrade_settings: Specify node upgrade settings to change how GKE upgrades nodes.
|
865
904
|
The maximum number of nodes upgraded simultaneously is limited to 20. Structure is documented below.
|
866
905
|
:param pulumi.Input[str] version: The Kubernetes version for the nodes in this pool. Note that if this field
|
@@ -955,6 +994,7 @@ class NodePool(pulumi.CustomResource):
|
|
955
994
|
node_locations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
956
995
|
placement_policy: Optional[pulumi.Input[pulumi.InputType['NodePoolPlacementPolicyArgs']]] = None,
|
957
996
|
project: Optional[pulumi.Input[str]] = None,
|
997
|
+
queued_provisioning: Optional[pulumi.Input[pulumi.InputType['NodePoolQueuedProvisioningArgs']]] = None,
|
958
998
|
upgrade_settings: Optional[pulumi.Input[pulumi.InputType['NodePoolUpgradeSettingsArgs']]] = None,
|
959
999
|
version: Optional[pulumi.Input[str]] = None,
|
960
1000
|
__props__=None):
|
@@ -982,6 +1022,7 @@ class NodePool(pulumi.CustomResource):
|
|
982
1022
|
__props__.__dict__["node_locations"] = node_locations
|
983
1023
|
__props__.__dict__["placement_policy"] = placement_policy
|
984
1024
|
__props__.__dict__["project"] = project
|
1025
|
+
__props__.__dict__["queued_provisioning"] = queued_provisioning
|
985
1026
|
__props__.__dict__["upgrade_settings"] = upgrade_settings
|
986
1027
|
__props__.__dict__["version"] = version
|
987
1028
|
__props__.__dict__["instance_group_urls"] = None
|
@@ -1014,6 +1055,7 @@ class NodePool(pulumi.CustomResource):
|
|
1014
1055
|
operation: Optional[pulumi.Input[str]] = None,
|
1015
1056
|
placement_policy: Optional[pulumi.Input[pulumi.InputType['NodePoolPlacementPolicyArgs']]] = None,
|
1016
1057
|
project: Optional[pulumi.Input[str]] = None,
|
1058
|
+
queued_provisioning: Optional[pulumi.Input[pulumi.InputType['NodePoolQueuedProvisioningArgs']]] = None,
|
1017
1059
|
upgrade_settings: Optional[pulumi.Input[pulumi.InputType['NodePoolUpgradeSettingsArgs']]] = None,
|
1018
1060
|
version: Optional[pulumi.Input[str]] = None) -> 'NodePool':
|
1019
1061
|
"""
|
@@ -1068,10 +1110,12 @@ class NodePool(pulumi.CustomResource):
|
|
1068
1110
|
cluster.
|
1069
1111
|
:param pulumi.Input[pulumi.InputType['NodePoolPlacementPolicyArgs']] placement_policy: Specifies a custom placement policy for the
|
1070
1112
|
nodes.
|
1071
|
-
|
1072
|
-
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
1073
1113
|
:param pulumi.Input[str] project: The ID of the project in which to create the node pool. If blank,
|
1074
1114
|
the provider-configured project will be used.
|
1115
|
+
:param pulumi.Input[pulumi.InputType['NodePoolQueuedProvisioningArgs']] queued_provisioning: Specifies node pool-level settings of queued provisioning.
|
1116
|
+
Structure is documented below.
|
1117
|
+
|
1118
|
+
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
1075
1119
|
:param pulumi.Input[pulumi.InputType['NodePoolUpgradeSettingsArgs']] upgrade_settings: Specify node upgrade settings to change how GKE upgrades nodes.
|
1076
1120
|
The maximum number of nodes upgraded simultaneously is limited to 20. Structure is documented below.
|
1077
1121
|
:param pulumi.Input[str] version: The Kubernetes version for the nodes in this pool. Note that if this field
|
@@ -1102,6 +1146,7 @@ class NodePool(pulumi.CustomResource):
|
|
1102
1146
|
__props__.__dict__["operation"] = operation
|
1103
1147
|
__props__.__dict__["placement_policy"] = placement_policy
|
1104
1148
|
__props__.__dict__["project"] = project
|
1149
|
+
__props__.__dict__["queued_provisioning"] = queued_provisioning
|
1105
1150
|
__props__.__dict__["upgrade_settings"] = upgrade_settings
|
1106
1151
|
__props__.__dict__["version"] = version
|
1107
1152
|
return NodePool(resource_name, opts=opts, __props__=__props__)
|
@@ -1258,8 +1303,6 @@ class NodePool(pulumi.CustomResource):
|
|
1258
1303
|
"""
|
1259
1304
|
Specifies a custom placement policy for the
|
1260
1305
|
nodes.
|
1261
|
-
|
1262
|
-
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
1263
1306
|
"""
|
1264
1307
|
return pulumi.get(self, "placement_policy")
|
1265
1308
|
|
@@ -1272,6 +1315,17 @@ class NodePool(pulumi.CustomResource):
|
|
1272
1315
|
"""
|
1273
1316
|
return pulumi.get(self, "project")
|
1274
1317
|
|
1318
|
+
@property
|
1319
|
+
@pulumi.getter(name="queuedProvisioning")
|
1320
|
+
def queued_provisioning(self) -> pulumi.Output[Optional['outputs.NodePoolQueuedProvisioning']]:
|
1321
|
+
"""
|
1322
|
+
Specifies node pool-level settings of queued provisioning.
|
1323
|
+
Structure is documented below.
|
1324
|
+
|
1325
|
+
<a name="nested_autoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
1326
|
+
"""
|
1327
|
+
return pulumi.get(self, "queued_provisioning")
|
1328
|
+
|
1275
1329
|
@property
|
1276
1330
|
@pulumi.getter(name="upgradeSettings")
|
1277
1331
|
def upgrade_settings(self) -> pulumi.Output['outputs.NodePoolUpgradeSettings']:
|
pulumi_gcp/container/outputs.py
CHANGED
@@ -189,6 +189,7 @@ __all__ = [
|
|
189
189
|
'ClusterNodePoolNodeConfigTaint',
|
190
190
|
'ClusterNodePoolNodeConfigWorkloadMetadataConfig',
|
191
191
|
'ClusterNodePoolPlacementPolicy',
|
192
|
+
'ClusterNodePoolQueuedProvisioning',
|
192
193
|
'ClusterNodePoolUpgradeSettings',
|
193
194
|
'ClusterNodePoolUpgradeSettingsBlueGreenSettings',
|
194
195
|
'ClusterNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy',
|
@@ -238,6 +239,7 @@ __all__ = [
|
|
238
239
|
'NodePoolNodeConfigTaint',
|
239
240
|
'NodePoolNodeConfigWorkloadMetadataConfig',
|
240
241
|
'NodePoolPlacementPolicy',
|
242
|
+
'NodePoolQueuedProvisioning',
|
241
243
|
'NodePoolUpgradeSettings',
|
242
244
|
'NodePoolUpgradeSettingsBlueGreenSettings',
|
243
245
|
'NodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy',
|
@@ -352,6 +354,7 @@ __all__ = [
|
|
352
354
|
'GetClusterNodePoolNodeConfigTaintResult',
|
353
355
|
'GetClusterNodePoolNodeConfigWorkloadMetadataConfigResult',
|
354
356
|
'GetClusterNodePoolPlacementPolicyResult',
|
357
|
+
'GetClusterNodePoolQueuedProvisioningResult',
|
355
358
|
'GetClusterNodePoolUpgradeSettingResult',
|
356
359
|
'GetClusterNodePoolUpgradeSettingBlueGreenSettingResult',
|
357
360
|
'GetClusterNodePoolUpgradeSettingBlueGreenSettingStandardRolloutPolicyResult',
|
@@ -7838,6 +7841,8 @@ class ClusterNodePool(dict):
|
|
7838
7841
|
suggest = "node_locations"
|
7839
7842
|
elif key == "placementPolicy":
|
7840
7843
|
suggest = "placement_policy"
|
7844
|
+
elif key == "queuedProvisioning":
|
7845
|
+
suggest = "queued_provisioning"
|
7841
7846
|
elif key == "upgradeSettings":
|
7842
7847
|
suggest = "upgrade_settings"
|
7843
7848
|
|
@@ -7866,6 +7871,7 @@ class ClusterNodePool(dict):
|
|
7866
7871
|
node_count: Optional[int] = None,
|
7867
7872
|
node_locations: Optional[Sequence[str]] = None,
|
7868
7873
|
placement_policy: Optional['outputs.ClusterNodePoolPlacementPolicy'] = None,
|
7874
|
+
queued_provisioning: Optional['outputs.ClusterNodePoolQueuedProvisioning'] = None,
|
7869
7875
|
upgrade_settings: Optional['outputs.ClusterNodePoolUpgradeSettings'] = None,
|
7870
7876
|
version: Optional[str] = None):
|
7871
7877
|
"""
|
@@ -7926,6 +7932,8 @@ class ClusterNodePool(dict):
|
|
7926
7932
|
pulumi.set(__self__, "node_locations", node_locations)
|
7927
7933
|
if placement_policy is not None:
|
7928
7934
|
pulumi.set(__self__, "placement_policy", placement_policy)
|
7935
|
+
if queued_provisioning is not None:
|
7936
|
+
pulumi.set(__self__, "queued_provisioning", queued_provisioning)
|
7929
7937
|
if upgrade_settings is not None:
|
7930
7938
|
pulumi.set(__self__, "upgrade_settings", upgrade_settings)
|
7931
7939
|
if version is not None:
|
@@ -8037,6 +8045,11 @@ class ClusterNodePool(dict):
|
|
8037
8045
|
def placement_policy(self) -> Optional['outputs.ClusterNodePoolPlacementPolicy']:
|
8038
8046
|
return pulumi.get(self, "placement_policy")
|
8039
8047
|
|
8048
|
+
@property
|
8049
|
+
@pulumi.getter(name="queuedProvisioning")
|
8050
|
+
def queued_provisioning(self) -> Optional['outputs.ClusterNodePoolQueuedProvisioning']:
|
8051
|
+
return pulumi.get(self, "queued_provisioning")
|
8052
|
+
|
8040
8053
|
@property
|
8041
8054
|
@pulumi.getter(name="upgradeSettings")
|
8042
8055
|
def upgrade_settings(self) -> Optional['outputs.ClusterNodePoolUpgradeSettings']:
|
@@ -10229,6 +10242,24 @@ class ClusterNodePoolPlacementPolicy(dict):
|
|
10229
10242
|
return pulumi.get(self, "tpu_topology")
|
10230
10243
|
|
10231
10244
|
|
10245
|
+
@pulumi.output_type
|
10246
|
+
class ClusterNodePoolQueuedProvisioning(dict):
|
10247
|
+
def __init__(__self__, *,
|
10248
|
+
enabled: bool):
|
10249
|
+
"""
|
10250
|
+
:param bool enabled: Enable Binary Authorization for this cluster. Deprecated in favor of `evaluation_mode`.
|
10251
|
+
"""
|
10252
|
+
pulumi.set(__self__, "enabled", enabled)
|
10253
|
+
|
10254
|
+
@property
|
10255
|
+
@pulumi.getter
|
10256
|
+
def enabled(self) -> bool:
|
10257
|
+
"""
|
10258
|
+
Enable Binary Authorization for this cluster. Deprecated in favor of `evaluation_mode`.
|
10259
|
+
"""
|
10260
|
+
return pulumi.get(self, "enabled")
|
10261
|
+
|
10262
|
+
|
10232
10263
|
@pulumi.output_type
|
10233
10264
|
class ClusterNodePoolUpgradeSettings(dict):
|
10234
10265
|
@staticmethod
|
@@ -12676,6 +12707,24 @@ class NodePoolPlacementPolicy(dict):
|
|
12676
12707
|
return pulumi.get(self, "tpu_topology")
|
12677
12708
|
|
12678
12709
|
|
12710
|
+
@pulumi.output_type
|
12711
|
+
class NodePoolQueuedProvisioning(dict):
|
12712
|
+
def __init__(__self__, *,
|
12713
|
+
enabled: bool):
|
12714
|
+
"""
|
12715
|
+
:param bool enabled: Makes nodes obtainable through the [ProvisioningRequest API](https://cloud.google.com/kubernetes-engine/docs/how-to/provisioningrequest) exclusively.
|
12716
|
+
"""
|
12717
|
+
pulumi.set(__self__, "enabled", enabled)
|
12718
|
+
|
12719
|
+
@property
|
12720
|
+
@pulumi.getter
|
12721
|
+
def enabled(self) -> bool:
|
12722
|
+
"""
|
12723
|
+
Makes nodes obtainable through the [ProvisioningRequest API](https://cloud.google.com/kubernetes-engine/docs/how-to/provisioningrequest) exclusively.
|
12724
|
+
"""
|
12725
|
+
return pulumi.get(self, "enabled")
|
12726
|
+
|
12727
|
+
|
12679
12728
|
@pulumi.output_type
|
12680
12729
|
class NodePoolUpgradeSettings(dict):
|
12681
12730
|
@staticmethod
|
@@ -14645,6 +14694,7 @@ class GetClusterNodePoolResult(dict):
|
|
14645
14694
|
node_count: int,
|
14646
14695
|
node_locations: Sequence[str],
|
14647
14696
|
placement_policies: Sequence['outputs.GetClusterNodePoolPlacementPolicyResult'],
|
14697
|
+
queued_provisionings: Sequence['outputs.GetClusterNodePoolQueuedProvisioningResult'],
|
14648
14698
|
upgrade_settings: Sequence['outputs.GetClusterNodePoolUpgradeSettingResult'],
|
14649
14699
|
version: str):
|
14650
14700
|
"""
|
@@ -14663,6 +14713,7 @@ class GetClusterNodePoolResult(dict):
|
|
14663
14713
|
pulumi.set(__self__, "node_count", node_count)
|
14664
14714
|
pulumi.set(__self__, "node_locations", node_locations)
|
14665
14715
|
pulumi.set(__self__, "placement_policies", placement_policies)
|
14716
|
+
pulumi.set(__self__, "queued_provisionings", queued_provisionings)
|
14666
14717
|
pulumi.set(__self__, "upgrade_settings", upgrade_settings)
|
14667
14718
|
pulumi.set(__self__, "version", version)
|
14668
14719
|
|
@@ -14734,6 +14785,11 @@ class GetClusterNodePoolResult(dict):
|
|
14734
14785
|
def placement_policies(self) -> Sequence['outputs.GetClusterNodePoolPlacementPolicyResult']:
|
14735
14786
|
return pulumi.get(self, "placement_policies")
|
14736
14787
|
|
14788
|
+
@property
|
14789
|
+
@pulumi.getter(name="queuedProvisionings")
|
14790
|
+
def queued_provisionings(self) -> Sequence['outputs.GetClusterNodePoolQueuedProvisioningResult']:
|
14791
|
+
return pulumi.get(self, "queued_provisionings")
|
14792
|
+
|
14737
14793
|
@property
|
14738
14794
|
@pulumi.getter(name="upgradeSettings")
|
14739
14795
|
def upgrade_settings(self) -> Sequence['outputs.GetClusterNodePoolUpgradeSettingResult']:
|
@@ -15662,6 +15718,18 @@ class GetClusterNodePoolPlacementPolicyResult(dict):
|
|
15662
15718
|
return pulumi.get(self, "type")
|
15663
15719
|
|
15664
15720
|
|
15721
|
+
@pulumi.output_type
|
15722
|
+
class GetClusterNodePoolQueuedProvisioningResult(dict):
|
15723
|
+
def __init__(__self__, *,
|
15724
|
+
enabled: bool):
|
15725
|
+
pulumi.set(__self__, "enabled", enabled)
|
15726
|
+
|
15727
|
+
@property
|
15728
|
+
@pulumi.getter
|
15729
|
+
def enabled(self) -> bool:
|
15730
|
+
return pulumi.get(self, "enabled")
|
15731
|
+
|
15732
|
+
|
15665
15733
|
@pulumi.output_type
|
15666
15734
|
class GetClusterNodePoolUpgradeSettingResult(dict):
|
15667
15735
|
def __init__(__self__, *,
|
pulumi_gcp/dataform/__init__.py
CHANGED
@@ -5,7 +5,11 @@
|
|
5
5
|
from .. import _utilities
|
6
6
|
import typing
|
7
7
|
# Export this package's modules as members:
|
8
|
+
from .get_repository_iam_policy import *
|
8
9
|
from .repository import *
|
10
|
+
from .repository_iam_binding import *
|
11
|
+
from .repository_iam_member import *
|
12
|
+
from .repository_iam_policy import *
|
9
13
|
from .repository_release_config import *
|
10
14
|
from .repository_workflow_config import *
|
11
15
|
from ._inputs import *
|
pulumi_gcp/dataform/_inputs.py
CHANGED
@@ -12,6 +12,8 @@ from .. import _utilities
|
|
12
12
|
__all__ = [
|
13
13
|
'RepositoryGitRemoteSettingsArgs',
|
14
14
|
'RepositoryGitRemoteSettingsSshAuthenticationConfigArgs',
|
15
|
+
'RepositoryIamBindingConditionArgs',
|
16
|
+
'RepositoryIamMemberConditionArgs',
|
15
17
|
'RepositoryReleaseConfigCodeCompilationConfigArgs',
|
16
18
|
'RepositoryReleaseConfigRecentScheduledReleaseRecordArgs',
|
17
19
|
'RepositoryReleaseConfigRecentScheduledReleaseRecordErrorStatusArgs',
|
@@ -148,6 +150,84 @@ class RepositoryGitRemoteSettingsSshAuthenticationConfigArgs:
|
|
148
150
|
pulumi.set(self, "user_private_key_secret_version", value)
|
149
151
|
|
150
152
|
|
153
|
+
@pulumi.input_type
|
154
|
+
class RepositoryIamBindingConditionArgs:
|
155
|
+
def __init__(__self__, *,
|
156
|
+
expression: pulumi.Input[str],
|
157
|
+
title: pulumi.Input[str],
|
158
|
+
description: Optional[pulumi.Input[str]] = None):
|
159
|
+
pulumi.set(__self__, "expression", expression)
|
160
|
+
pulumi.set(__self__, "title", title)
|
161
|
+
if description is not None:
|
162
|
+
pulumi.set(__self__, "description", description)
|
163
|
+
|
164
|
+
@property
|
165
|
+
@pulumi.getter
|
166
|
+
def expression(self) -> pulumi.Input[str]:
|
167
|
+
return pulumi.get(self, "expression")
|
168
|
+
|
169
|
+
@expression.setter
|
170
|
+
def expression(self, value: pulumi.Input[str]):
|
171
|
+
pulumi.set(self, "expression", value)
|
172
|
+
|
173
|
+
@property
|
174
|
+
@pulumi.getter
|
175
|
+
def title(self) -> pulumi.Input[str]:
|
176
|
+
return pulumi.get(self, "title")
|
177
|
+
|
178
|
+
@title.setter
|
179
|
+
def title(self, value: pulumi.Input[str]):
|
180
|
+
pulumi.set(self, "title", value)
|
181
|
+
|
182
|
+
@property
|
183
|
+
@pulumi.getter
|
184
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
185
|
+
return pulumi.get(self, "description")
|
186
|
+
|
187
|
+
@description.setter
|
188
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
189
|
+
pulumi.set(self, "description", value)
|
190
|
+
|
191
|
+
|
192
|
+
@pulumi.input_type
|
193
|
+
class RepositoryIamMemberConditionArgs:
|
194
|
+
def __init__(__self__, *,
|
195
|
+
expression: pulumi.Input[str],
|
196
|
+
title: pulumi.Input[str],
|
197
|
+
description: Optional[pulumi.Input[str]] = None):
|
198
|
+
pulumi.set(__self__, "expression", expression)
|
199
|
+
pulumi.set(__self__, "title", title)
|
200
|
+
if description is not None:
|
201
|
+
pulumi.set(__self__, "description", description)
|
202
|
+
|
203
|
+
@property
|
204
|
+
@pulumi.getter
|
205
|
+
def expression(self) -> pulumi.Input[str]:
|
206
|
+
return pulumi.get(self, "expression")
|
207
|
+
|
208
|
+
@expression.setter
|
209
|
+
def expression(self, value: pulumi.Input[str]):
|
210
|
+
pulumi.set(self, "expression", value)
|
211
|
+
|
212
|
+
@property
|
213
|
+
@pulumi.getter
|
214
|
+
def title(self) -> pulumi.Input[str]:
|
215
|
+
return pulumi.get(self, "title")
|
216
|
+
|
217
|
+
@title.setter
|
218
|
+
def title(self, value: pulumi.Input[str]):
|
219
|
+
pulumi.set(self, "title", value)
|
220
|
+
|
221
|
+
@property
|
222
|
+
@pulumi.getter
|
223
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
224
|
+
return pulumi.get(self, "description")
|
225
|
+
|
226
|
+
@description.setter
|
227
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
228
|
+
pulumi.set(self, "description", value)
|
229
|
+
|
230
|
+
|
151
231
|
@pulumi.input_type
|
152
232
|
class RepositoryReleaseConfigCodeCompilationConfigArgs:
|
153
233
|
def __init__(__self__, *,
|
@@ -0,0 +1,144 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import pulumi
|
8
|
+
import pulumi.runtime
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
+
from .. import _utilities
|
11
|
+
|
12
|
+
__all__ = [
|
13
|
+
'GetRepositoryIamPolicyResult',
|
14
|
+
'AwaitableGetRepositoryIamPolicyResult',
|
15
|
+
'get_repository_iam_policy',
|
16
|
+
'get_repository_iam_policy_output',
|
17
|
+
]
|
18
|
+
|
19
|
+
@pulumi.output_type
|
20
|
+
class GetRepositoryIamPolicyResult:
|
21
|
+
"""
|
22
|
+
A collection of values returned by getRepositoryIamPolicy.
|
23
|
+
"""
|
24
|
+
def __init__(__self__, etag=None, id=None, policy_data=None, project=None, region=None, repository=None):
|
25
|
+
if etag and not isinstance(etag, str):
|
26
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
27
|
+
pulumi.set(__self__, "etag", etag)
|
28
|
+
if id and not isinstance(id, str):
|
29
|
+
raise TypeError("Expected argument 'id' to be a str")
|
30
|
+
pulumi.set(__self__, "id", id)
|
31
|
+
if policy_data and not isinstance(policy_data, str):
|
32
|
+
raise TypeError("Expected argument 'policy_data' to be a str")
|
33
|
+
pulumi.set(__self__, "policy_data", policy_data)
|
34
|
+
if project and not isinstance(project, str):
|
35
|
+
raise TypeError("Expected argument 'project' to be a str")
|
36
|
+
pulumi.set(__self__, "project", project)
|
37
|
+
if region and not isinstance(region, str):
|
38
|
+
raise TypeError("Expected argument 'region' to be a str")
|
39
|
+
pulumi.set(__self__, "region", region)
|
40
|
+
if repository and not isinstance(repository, str):
|
41
|
+
raise TypeError("Expected argument 'repository' to be a str")
|
42
|
+
pulumi.set(__self__, "repository", repository)
|
43
|
+
|
44
|
+
@property
|
45
|
+
@pulumi.getter
|
46
|
+
def etag(self) -> str:
|
47
|
+
"""
|
48
|
+
(Computed) The etag of the IAM policy.
|
49
|
+
"""
|
50
|
+
return pulumi.get(self, "etag")
|
51
|
+
|
52
|
+
@property
|
53
|
+
@pulumi.getter
|
54
|
+
def id(self) -> str:
|
55
|
+
"""
|
56
|
+
The provider-assigned unique ID for this managed resource.
|
57
|
+
"""
|
58
|
+
return pulumi.get(self, "id")
|
59
|
+
|
60
|
+
@property
|
61
|
+
@pulumi.getter(name="policyData")
|
62
|
+
def policy_data(self) -> str:
|
63
|
+
"""
|
64
|
+
(Required only by `dataform.RepositoryIamPolicy`) The policy data generated by
|
65
|
+
a `organizations_get_iam_policy` data source.
|
66
|
+
"""
|
67
|
+
return pulumi.get(self, "policy_data")
|
68
|
+
|
69
|
+
@property
|
70
|
+
@pulumi.getter
|
71
|
+
def project(self) -> str:
|
72
|
+
return pulumi.get(self, "project")
|
73
|
+
|
74
|
+
@property
|
75
|
+
@pulumi.getter
|
76
|
+
def region(self) -> str:
|
77
|
+
return pulumi.get(self, "region")
|
78
|
+
|
79
|
+
@property
|
80
|
+
@pulumi.getter
|
81
|
+
def repository(self) -> str:
|
82
|
+
return pulumi.get(self, "repository")
|
83
|
+
|
84
|
+
|
85
|
+
class AwaitableGetRepositoryIamPolicyResult(GetRepositoryIamPolicyResult):
|
86
|
+
# pylint: disable=using-constant-test
|
87
|
+
def __await__(self):
|
88
|
+
if False:
|
89
|
+
yield self
|
90
|
+
return GetRepositoryIamPolicyResult(
|
91
|
+
etag=self.etag,
|
92
|
+
id=self.id,
|
93
|
+
policy_data=self.policy_data,
|
94
|
+
project=self.project,
|
95
|
+
region=self.region,
|
96
|
+
repository=self.repository)
|
97
|
+
|
98
|
+
|
99
|
+
def get_repository_iam_policy(project: Optional[str] = None,
|
100
|
+
region: Optional[str] = None,
|
101
|
+
repository: Optional[str] = None,
|
102
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRepositoryIamPolicyResult:
|
103
|
+
"""
|
104
|
+
Use this data source to access information about an existing resource.
|
105
|
+
|
106
|
+
:param str project: The ID of the project in which the resource belongs.
|
107
|
+
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
108
|
+
:param str region: A reference to the region Used to find the parent resource to bind the IAM policy to. If not specified,
|
109
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
110
|
+
region is specified, it is taken from the provider configuration.
|
111
|
+
:param str repository: Used to find the parent resource to bind the IAM policy to
|
112
|
+
"""
|
113
|
+
__args__ = dict()
|
114
|
+
__args__['project'] = project
|
115
|
+
__args__['region'] = region
|
116
|
+
__args__['repository'] = repository
|
117
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
118
|
+
__ret__ = pulumi.runtime.invoke('gcp:dataform/getRepositoryIamPolicy:getRepositoryIamPolicy', __args__, opts=opts, typ=GetRepositoryIamPolicyResult).value
|
119
|
+
|
120
|
+
return AwaitableGetRepositoryIamPolicyResult(
|
121
|
+
etag=pulumi.get(__ret__, 'etag'),
|
122
|
+
id=pulumi.get(__ret__, 'id'),
|
123
|
+
policy_data=pulumi.get(__ret__, 'policy_data'),
|
124
|
+
project=pulumi.get(__ret__, 'project'),
|
125
|
+
region=pulumi.get(__ret__, 'region'),
|
126
|
+
repository=pulumi.get(__ret__, 'repository'))
|
127
|
+
|
128
|
+
|
129
|
+
@_utilities.lift_output_func(get_repository_iam_policy)
|
130
|
+
def get_repository_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
131
|
+
region: Optional[pulumi.Input[Optional[str]]] = None,
|
132
|
+
repository: Optional[pulumi.Input[str]] = None,
|
133
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRepositoryIamPolicyResult]:
|
134
|
+
"""
|
135
|
+
Use this data source to access information about an existing resource.
|
136
|
+
|
137
|
+
:param str project: The ID of the project in which the resource belongs.
|
138
|
+
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
139
|
+
:param str region: A reference to the region Used to find the parent resource to bind the IAM policy to. If not specified,
|
140
|
+
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
141
|
+
region is specified, it is taken from the provider configuration.
|
142
|
+
:param str repository: Used to find the parent resource to bind the IAM policy to
|
143
|
+
"""
|
144
|
+
...
|