pulumi-gcp 7.38.0__py3-none-any.whl → 7.38.0a1723822337__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 +0 -32
- pulumi_gcp/appengine/flexible_app_version.py +0 -8
- pulumi_gcp/applicationintegration/client.py +2 -2
- pulumi_gcp/artifactregistry/__init__.py +0 -1
- pulumi_gcp/bigquery/connection.py +0 -12
- pulumi_gcp/clouddeploy/_inputs.py +1 -41
- pulumi_gcp/clouddeploy/outputs.py +1 -29
- pulumi_gcp/cloudfunctionsv2/function.py +0 -2
- pulumi_gcp/cloudidentity/__init__.py +0 -1
- pulumi_gcp/cloudidentity/get_group_memberships.py +0 -12
- pulumi_gcp/cloudidentity/outputs.py +0 -131
- pulumi_gcp/compute/_inputs.py +30 -36
- pulumi_gcp/compute/outputs.py +38 -48
- pulumi_gcp/compute/region_network_endpoint_group.py +0 -8
- pulumi_gcp/compute/subnetwork.py +0 -82
- pulumi_gcp/container/_inputs.py +18 -15
- pulumi_gcp/container/attached_cluster.py +7 -14
- pulumi_gcp/container/outputs.py +12 -10
- pulumi_gcp/discoveryengine/__init__.py +0 -1
- pulumi_gcp/dns/_inputs.py +76 -80
- pulumi_gcp/dns/outputs.py +52 -56
- 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/parallelstore/instance.py +15 -215
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securitycenter/__init__.py +0 -2
- pulumi_gcp/securitycenter/_inputs.py +0 -186
- pulumi_gcp/securitycenter/outputs.py +0 -118
- pulumi_gcp/servicenetworking/connection.py +3 -50
- pulumi_gcp/sql/_inputs.py +0 -20
- pulumi_gcp/sql/outputs.py +0 -36
- pulumi_gcp/vertex/__init__.py +0 -1
- pulumi_gcp/vertex/_inputs.py +0 -438
- pulumi_gcp/vertex/outputs.py +0 -393
- {pulumi_gcp-7.38.0.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.38.0.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/RECORD +40 -46
- {pulumi_gcp-7.38.0.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/WHEEL +1 -1
- pulumi_gcp/artifactregistry/get_locations.py +0 -167
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +0 -93
- pulumi_gcp/discoveryengine/schema.py +0 -524
- pulumi_gcp/securitycenter/folder_notification_config.py +0 -486
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +0 -575
- pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +0 -1170
- {pulumi_gcp-7.38.0.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -4266,14 +4266,6 @@ _utilities.register(
|
|
4266
4266
|
"gcp:discoveryengine/dataStore:DataStore": "DataStore"
|
4267
4267
|
}
|
4268
4268
|
},
|
4269
|
-
{
|
4270
|
-
"pkg": "gcp",
|
4271
|
-
"mod": "discoveryengine/schema",
|
4272
|
-
"fqn": "pulumi_gcp.discoveryengine",
|
4273
|
-
"classes": {
|
4274
|
-
"gcp:discoveryengine/schema:Schema": "Schema"
|
4275
|
-
}
|
4276
|
-
},
|
4277
4269
|
{
|
4278
4270
|
"pkg": "gcp",
|
4279
4271
|
"mod": "discoveryengine/searchEngine",
|
@@ -7002,14 +6994,6 @@ _utilities.register(
|
|
7002
6994
|
"gcp:securitycenter/folderCustomModule:FolderCustomModule": "FolderCustomModule"
|
7003
6995
|
}
|
7004
6996
|
},
|
7005
|
-
{
|
7006
|
-
"pkg": "gcp",
|
7007
|
-
"mod": "securitycenter/folderNotificationConfig",
|
7008
|
-
"fqn": "pulumi_gcp.securitycenter",
|
7009
|
-
"classes": {
|
7010
|
-
"gcp:securitycenter/folderNotificationConfig:FolderNotificationConfig": "FolderNotificationConfig"
|
7011
|
-
}
|
7012
|
-
},
|
7013
6997
|
{
|
7014
6998
|
"pkg": "gcp",
|
7015
6999
|
"mod": "securitycenter/instanceIamBinding",
|
@@ -7146,14 +7130,6 @@ _utilities.register(
|
|
7146
7130
|
"gcp:securitycenter/v2FolderMuteConfig:V2FolderMuteConfig": "V2FolderMuteConfig"
|
7147
7131
|
}
|
7148
7132
|
},
|
7149
|
-
{
|
7150
|
-
"pkg": "gcp",
|
7151
|
-
"mod": "securitycenter/v2FolderNotificationConfig",
|
7152
|
-
"fqn": "pulumi_gcp.securitycenter",
|
7153
|
-
"classes": {
|
7154
|
-
"gcp:securitycenter/v2FolderNotificationConfig:V2FolderNotificationConfig": "V2FolderNotificationConfig"
|
7155
|
-
}
|
7156
|
-
},
|
7157
7133
|
{
|
7158
7134
|
"pkg": "gcp",
|
7159
7135
|
"mod": "securitycenter/v2OrganizationMuteConfig",
|
@@ -7946,14 +7922,6 @@ _utilities.register(
|
|
7946
7922
|
"gcp:vertex/aiIndexEndpoint:AiIndexEndpoint": "AiIndexEndpoint"
|
7947
7923
|
}
|
7948
7924
|
},
|
7949
|
-
{
|
7950
|
-
"pkg": "gcp",
|
7951
|
-
"mod": "vertex/aiIndexEndpointDeployedIndex",
|
7952
|
-
"fqn": "pulumi_gcp.vertex",
|
7953
|
-
"classes": {
|
7954
|
-
"gcp:vertex/aiIndexEndpointDeployedIndex:AiIndexEndpointDeployedIndex": "AiIndexEndpointDeployedIndex"
|
7955
|
-
}
|
7956
|
-
},
|
7957
7925
|
{
|
7958
7926
|
"pkg": "gcp",
|
7959
7927
|
"mod": "vertex/aiMetadataStore",
|
@@ -1146,10 +1146,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1146
1146
|
project=gae_api.project,
|
1147
1147
|
service="default",
|
1148
1148
|
runtime="nodejs",
|
1149
|
-
flexible_runtime_settings={
|
1150
|
-
"operating_system": "ubuntu22",
|
1151
|
-
"runtime_version": "20",
|
1152
|
-
},
|
1153
1149
|
entrypoint={
|
1154
1150
|
"shell": "node ./app.js",
|
1155
1151
|
},
|
@@ -1330,10 +1326,6 @@ class FlexibleAppVersion(pulumi.CustomResource):
|
|
1330
1326
|
project=gae_api.project,
|
1331
1327
|
service="default",
|
1332
1328
|
runtime="nodejs",
|
1333
|
-
flexible_runtime_settings={
|
1334
|
-
"operating_system": "ubuntu22",
|
1335
|
-
"runtime_version": "20",
|
1336
|
-
},
|
1337
1329
|
entrypoint={
|
1338
1330
|
"shell": "node ./app.js",
|
1339
1331
|
},
|
@@ -366,7 +366,7 @@ class Client(pulumi.CustomResource):
|
|
366
366
|
rotation_period="7776000s")
|
367
367
|
test_key = gcp.kms.CryptoKeyVersion("test_key", crypto_key=cryptokey.id)
|
368
368
|
service_account = gcp.serviceaccount.Account("service_account",
|
369
|
-
account_id="service-acc",
|
369
|
+
account_id="my-service-acc",
|
370
370
|
display_name="Service Account")
|
371
371
|
example = gcp.applicationintegration.Client("example",
|
372
372
|
location="us-east1",
|
@@ -468,7 +468,7 @@ class Client(pulumi.CustomResource):
|
|
468
468
|
rotation_period="7776000s")
|
469
469
|
test_key = gcp.kms.CryptoKeyVersion("test_key", crypto_key=cryptokey.id)
|
470
470
|
service_account = gcp.serviceaccount.Account("service_account",
|
471
|
-
account_id="service-acc",
|
471
|
+
account_id="my-service-acc",
|
472
472
|
display_name="Service Account")
|
473
473
|
example = gcp.applicationintegration.Client("example",
|
474
474
|
location="us-east1",
|
@@ -751,12 +751,6 @@ class Connection(pulumi.CustomResource):
|
|
751
751
|
name="user",
|
752
752
|
instance=instance.name,
|
753
753
|
password="tf-test-my-password_77884")
|
754
|
-
bq_sa = gcp.bigquery.get_default_service_account()
|
755
|
-
project = gcp.organizations.get_project()
|
756
|
-
key_sa_user = gcp.projects.IAMMember("key_sa_user",
|
757
|
-
project=project.project_id,
|
758
|
-
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
759
|
-
member=f"serviceAccount:{bq_sa.email}")
|
760
754
|
bq_connection_cmek = gcp.bigquery.Connection("bq-connection-cmek",
|
761
755
|
friendly_name="👋",
|
762
756
|
description="a riveting description",
|
@@ -1057,12 +1051,6 @@ class Connection(pulumi.CustomResource):
|
|
1057
1051
|
name="user",
|
1058
1052
|
instance=instance.name,
|
1059
1053
|
password="tf-test-my-password_77884")
|
1060
|
-
bq_sa = gcp.bigquery.get_default_service_account()
|
1061
|
-
project = gcp.organizations.get_project()
|
1062
|
-
key_sa_user = gcp.projects.IAMMember("key_sa_user",
|
1063
|
-
project=project.project_id,
|
1064
|
-
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
1065
|
-
member=f"serviceAccount:{bq_sa.email}")
|
1066
1054
|
bq_connection_cmek = gcp.bigquery.Connection("bq-connection-cmek",
|
1067
1055
|
friendly_name="👋",
|
1068
1056
|
description="a riveting description",
|
@@ -2122,10 +2122,6 @@ if not MYPY:
|
|
2122
2122
|
"""
|
2123
2123
|
Required. Name of the Kubernetes Service.
|
2124
2124
|
"""
|
2125
|
-
pod_selector_label: NotRequired[pulumi.Input[str]]
|
2126
|
-
"""
|
2127
|
-
Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.
|
2128
|
-
"""
|
2129
2125
|
route_update_wait_time: NotRequired[pulumi.Input[str]]
|
2130
2126
|
"""
|
2131
2127
|
Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
|
@@ -2143,22 +2139,18 @@ class DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesGa
|
|
2143
2139
|
deployment: pulumi.Input[str],
|
2144
2140
|
http_route: pulumi.Input[str],
|
2145
2141
|
service: pulumi.Input[str],
|
2146
|
-
pod_selector_label: Optional[pulumi.Input[str]] = None,
|
2147
2142
|
route_update_wait_time: Optional[pulumi.Input[str]] = None,
|
2148
2143
|
stable_cutback_duration: Optional[pulumi.Input[str]] = None):
|
2149
2144
|
"""
|
2150
2145
|
:param pulumi.Input[str] deployment: Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
|
2151
2146
|
:param pulumi.Input[str] http_route: Required. Name of the Gateway API HTTPRoute.
|
2152
2147
|
:param pulumi.Input[str] service: Required. Name of the Kubernetes Service.
|
2153
|
-
:param pulumi.Input[str] pod_selector_label: Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.
|
2154
2148
|
:param pulumi.Input[str] route_update_wait_time: Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
|
2155
2149
|
:param pulumi.Input[str] stable_cutback_duration: Optional. The amount of time to migrate traffic back from the canary Service to the original Service during the stable phase deployment. If specified, must be between 15s and 3600s. If unspecified, there is no cutback time.
|
2156
2150
|
"""
|
2157
2151
|
pulumi.set(__self__, "deployment", deployment)
|
2158
2152
|
pulumi.set(__self__, "http_route", http_route)
|
2159
2153
|
pulumi.set(__self__, "service", service)
|
2160
|
-
if pod_selector_label is not None:
|
2161
|
-
pulumi.set(__self__, "pod_selector_label", pod_selector_label)
|
2162
2154
|
if route_update_wait_time is not None:
|
2163
2155
|
pulumi.set(__self__, "route_update_wait_time", route_update_wait_time)
|
2164
2156
|
if stable_cutback_duration is not None:
|
@@ -2200,18 +2192,6 @@ class DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesGa
|
|
2200
2192
|
def service(self, value: pulumi.Input[str]):
|
2201
2193
|
pulumi.set(self, "service", value)
|
2202
2194
|
|
2203
|
-
@property
|
2204
|
-
@pulumi.getter(name="podSelectorLabel")
|
2205
|
-
def pod_selector_label(self) -> Optional[pulumi.Input[str]]:
|
2206
|
-
"""
|
2207
|
-
Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.
|
2208
|
-
"""
|
2209
|
-
return pulumi.get(self, "pod_selector_label")
|
2210
|
-
|
2211
|
-
@pod_selector_label.setter
|
2212
|
-
def pod_selector_label(self, value: Optional[pulumi.Input[str]]):
|
2213
|
-
pulumi.set(self, "pod_selector_label", value)
|
2214
|
-
|
2215
2195
|
@property
|
2216
2196
|
@pulumi.getter(name="routeUpdateWaitTime")
|
2217
2197
|
def route_update_wait_time(self) -> Optional[pulumi.Input[str]]:
|
@@ -2251,10 +2231,6 @@ if not MYPY:
|
|
2251
2231
|
"""
|
2252
2232
|
Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
|
2253
2233
|
"""
|
2254
|
-
pod_selector_label: NotRequired[pulumi.Input[str]]
|
2255
|
-
"""
|
2256
|
-
Optional. The label to use when selecting Pods for the Deployment resource. This label must already be present in the Deployment.
|
2257
|
-
"""
|
2258
2234
|
elif False:
|
2259
2235
|
DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesServiceNetworkingArgsDict: TypeAlias = Mapping[str, Any]
|
2260
2236
|
|
@@ -2263,20 +2239,16 @@ class DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesSe
|
|
2263
2239
|
def __init__(__self__, *,
|
2264
2240
|
deployment: pulumi.Input[str],
|
2265
2241
|
service: pulumi.Input[str],
|
2266
|
-
disable_pod_overprovisioning: Optional[pulumi.Input[bool]] = None
|
2267
|
-
pod_selector_label: Optional[pulumi.Input[str]] = None):
|
2242
|
+
disable_pod_overprovisioning: Optional[pulumi.Input[bool]] = None):
|
2268
2243
|
"""
|
2269
2244
|
:param pulumi.Input[str] deployment: Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
|
2270
2245
|
:param pulumi.Input[str] service: Required. Name of the Kubernetes Service.
|
2271
2246
|
:param pulumi.Input[bool] disable_pod_overprovisioning: Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
|
2272
|
-
:param pulumi.Input[str] pod_selector_label: Optional. The label to use when selecting Pods for the Deployment resource. This label must already be present in the Deployment.
|
2273
2247
|
"""
|
2274
2248
|
pulumi.set(__self__, "deployment", deployment)
|
2275
2249
|
pulumi.set(__self__, "service", service)
|
2276
2250
|
if disable_pod_overprovisioning is not None:
|
2277
2251
|
pulumi.set(__self__, "disable_pod_overprovisioning", disable_pod_overprovisioning)
|
2278
|
-
if pod_selector_label is not None:
|
2279
|
-
pulumi.set(__self__, "pod_selector_label", pod_selector_label)
|
2280
2252
|
|
2281
2253
|
@property
|
2282
2254
|
@pulumi.getter
|
@@ -2314,18 +2286,6 @@ class DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesSe
|
|
2314
2286
|
def disable_pod_overprovisioning(self, value: Optional[pulumi.Input[bool]]):
|
2315
2287
|
pulumi.set(self, "disable_pod_overprovisioning", value)
|
2316
2288
|
|
2317
|
-
@property
|
2318
|
-
@pulumi.getter(name="podSelectorLabel")
|
2319
|
-
def pod_selector_label(self) -> Optional[pulumi.Input[str]]:
|
2320
|
-
"""
|
2321
|
-
Optional. The label to use when selecting Pods for the Deployment resource. This label must already be present in the Deployment.
|
2322
|
-
"""
|
2323
|
-
return pulumi.get(self, "pod_selector_label")
|
2324
|
-
|
2325
|
-
@pod_selector_label.setter
|
2326
|
-
def pod_selector_label(self, value: Optional[pulumi.Input[str]]):
|
2327
|
-
pulumi.set(self, "pod_selector_label", value)
|
2328
|
-
|
2329
2289
|
|
2330
2290
|
if not MYPY:
|
2331
2291
|
class DeliveryPipelineSerialPipelineStageStrategyStandardArgsDict(TypedDict):
|
@@ -1575,8 +1575,6 @@ class DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesGa
|
|
1575
1575
|
suggest = None
|
1576
1576
|
if key == "httpRoute":
|
1577
1577
|
suggest = "http_route"
|
1578
|
-
elif key == "podSelectorLabel":
|
1579
|
-
suggest = "pod_selector_label"
|
1580
1578
|
elif key == "routeUpdateWaitTime":
|
1581
1579
|
suggest = "route_update_wait_time"
|
1582
1580
|
elif key == "stableCutbackDuration":
|
@@ -1597,22 +1595,18 @@ class DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesGa
|
|
1597
1595
|
deployment: str,
|
1598
1596
|
http_route: str,
|
1599
1597
|
service: str,
|
1600
|
-
pod_selector_label: Optional[str] = None,
|
1601
1598
|
route_update_wait_time: Optional[str] = None,
|
1602
1599
|
stable_cutback_duration: Optional[str] = None):
|
1603
1600
|
"""
|
1604
1601
|
:param str deployment: Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
|
1605
1602
|
:param str http_route: Required. Name of the Gateway API HTTPRoute.
|
1606
1603
|
:param str service: Required. Name of the Kubernetes Service.
|
1607
|
-
:param str pod_selector_label: Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.
|
1608
1604
|
:param str route_update_wait_time: Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
|
1609
1605
|
:param str stable_cutback_duration: Optional. The amount of time to migrate traffic back from the canary Service to the original Service during the stable phase deployment. If specified, must be between 15s and 3600s. If unspecified, there is no cutback time.
|
1610
1606
|
"""
|
1611
1607
|
pulumi.set(__self__, "deployment", deployment)
|
1612
1608
|
pulumi.set(__self__, "http_route", http_route)
|
1613
1609
|
pulumi.set(__self__, "service", service)
|
1614
|
-
if pod_selector_label is not None:
|
1615
|
-
pulumi.set(__self__, "pod_selector_label", pod_selector_label)
|
1616
1610
|
if route_update_wait_time is not None:
|
1617
1611
|
pulumi.set(__self__, "route_update_wait_time", route_update_wait_time)
|
1618
1612
|
if stable_cutback_duration is not None:
|
@@ -1642,14 +1636,6 @@ class DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesGa
|
|
1642
1636
|
"""
|
1643
1637
|
return pulumi.get(self, "service")
|
1644
1638
|
|
1645
|
-
@property
|
1646
|
-
@pulumi.getter(name="podSelectorLabel")
|
1647
|
-
def pod_selector_label(self) -> Optional[str]:
|
1648
|
-
"""
|
1649
|
-
Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.
|
1650
|
-
"""
|
1651
|
-
return pulumi.get(self, "pod_selector_label")
|
1652
|
-
|
1653
1639
|
@property
|
1654
1640
|
@pulumi.getter(name="routeUpdateWaitTime")
|
1655
1641
|
def route_update_wait_time(self) -> Optional[str]:
|
@@ -1674,8 +1660,6 @@ class DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesSe
|
|
1674
1660
|
suggest = None
|
1675
1661
|
if key == "disablePodOverprovisioning":
|
1676
1662
|
suggest = "disable_pod_overprovisioning"
|
1677
|
-
elif key == "podSelectorLabel":
|
1678
|
-
suggest = "pod_selector_label"
|
1679
1663
|
|
1680
1664
|
if suggest:
|
1681
1665
|
pulumi.log.warn(f"Key '{key}' not found in DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesServiceNetworking. Access the value via the '{suggest}' property getter instead.")
|
@@ -1691,20 +1675,16 @@ class DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesSe
|
|
1691
1675
|
def __init__(__self__, *,
|
1692
1676
|
deployment: str,
|
1693
1677
|
service: str,
|
1694
|
-
disable_pod_overprovisioning: Optional[bool] = None
|
1695
|
-
pod_selector_label: Optional[str] = None):
|
1678
|
+
disable_pod_overprovisioning: Optional[bool] = None):
|
1696
1679
|
"""
|
1697
1680
|
:param str deployment: Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
|
1698
1681
|
:param str service: Required. Name of the Kubernetes Service.
|
1699
1682
|
:param bool disable_pod_overprovisioning: Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
|
1700
|
-
:param str pod_selector_label: Optional. The label to use when selecting Pods for the Deployment resource. This label must already be present in the Deployment.
|
1701
1683
|
"""
|
1702
1684
|
pulumi.set(__self__, "deployment", deployment)
|
1703
1685
|
pulumi.set(__self__, "service", service)
|
1704
1686
|
if disable_pod_overprovisioning is not None:
|
1705
1687
|
pulumi.set(__self__, "disable_pod_overprovisioning", disable_pod_overprovisioning)
|
1706
|
-
if pod_selector_label is not None:
|
1707
|
-
pulumi.set(__self__, "pod_selector_label", pod_selector_label)
|
1708
1688
|
|
1709
1689
|
@property
|
1710
1690
|
@pulumi.getter
|
@@ -1730,14 +1710,6 @@ class DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigKubernetesSe
|
|
1730
1710
|
"""
|
1731
1711
|
return pulumi.get(self, "disable_pod_overprovisioning")
|
1732
1712
|
|
1733
|
-
@property
|
1734
|
-
@pulumi.getter(name="podSelectorLabel")
|
1735
|
-
def pod_selector_label(self) -> Optional[str]:
|
1736
|
-
"""
|
1737
|
-
Optional. The label to use when selecting Pods for the Deployment resource. This label must already be present in the Deployment.
|
1738
|
-
"""
|
1739
|
-
return pulumi.get(self, "pod_selector_label")
|
1740
|
-
|
1741
1713
|
|
1742
1714
|
@pulumi.output_type
|
1743
1715
|
class DeliveryPipelineSerialPipelineStageStrategyStandard(dict):
|
@@ -579,7 +579,6 @@ class Function(pulumi.CustomResource):
|
|
579
579
|
"available_cpu": "4",
|
580
580
|
"environment_variables": {
|
581
581
|
"servic_e__confi_g__test": "config_test",
|
582
|
-
"servic_e__confi_g__dif_f__test": account.email,
|
583
582
|
},
|
584
583
|
"ingress_settings": "ALLOW_INTERNAL_ONLY",
|
585
584
|
"all_traffic_on_latest_revision": True,
|
@@ -1385,7 +1384,6 @@ class Function(pulumi.CustomResource):
|
|
1385
1384
|
"available_cpu": "4",
|
1386
1385
|
"environment_variables": {
|
1387
1386
|
"servic_e__confi_g__test": "config_test",
|
1388
|
-
"servic_e__confi_g__dif_f__test": account.email,
|
1389
1387
|
},
|
1390
1388
|
"ingress_settings": "ALLOW_INTERNAL_ONLY",
|
1391
1389
|
"all_traffic_on_latest_revision": True,
|
@@ -7,7 +7,6 @@ import typing
|
|
7
7
|
# Export this package's modules as members:
|
8
8
|
from .get_group_lookup import *
|
9
9
|
from .get_group_memberships import *
|
10
|
-
from .get_group_transitive_memberships import *
|
11
10
|
from .get_groups import *
|
12
11
|
from .group import *
|
13
12
|
from .group_membership import *
|
@@ -78,12 +78,6 @@ def get_group_memberships(group: Optional[str] = None,
|
|
78
78
|
|
79
79
|
https://cloud.google.com/identity/docs/concepts/overview#memberships
|
80
80
|
|
81
|
-
To get more information about GroupMembership, see:
|
82
|
-
|
83
|
-
* [API documentation](https://cloud.google.com/identity/docs/reference/rest/v1/groups.memberships)
|
84
|
-
* How-to Guides
|
85
|
-
* [Official Documentation](https://cloud.google.com/identity/docs/how-to/memberships-google-groups)
|
86
|
-
|
87
81
|
## Example Usage
|
88
82
|
|
89
83
|
|
@@ -108,12 +102,6 @@ def get_group_memberships_output(group: Optional[pulumi.Input[str]] = None,
|
|
108
102
|
|
109
103
|
https://cloud.google.com/identity/docs/concepts/overview#memberships
|
110
104
|
|
111
|
-
To get more information about GroupMembership, see:
|
112
|
-
|
113
|
-
* [API documentation](https://cloud.google.com/identity/docs/reference/rest/v1/groups.memberships)
|
114
|
-
* How-to Guides
|
115
|
-
* [Official Documentation](https://cloud.google.com/identity/docs/how-to/memberships-google-groups)
|
116
|
-
|
117
105
|
## Example Usage
|
118
106
|
|
119
107
|
|
@@ -28,9 +28,6 @@ __all__ = [
|
|
28
28
|
'GetGroupMembershipsMembershipPreferredMemberKeyResult',
|
29
29
|
'GetGroupMembershipsMembershipRoleResult',
|
30
30
|
'GetGroupMembershipsMembershipRoleExpiryDetailResult',
|
31
|
-
'GetGroupTransitiveMembershipsMembershipResult',
|
32
|
-
'GetGroupTransitiveMembershipsMembershipPreferredMemberKeyResult',
|
33
|
-
'GetGroupTransitiveMembershipsMembershipRoleResult',
|
34
31
|
'GetGroupsGroupResult',
|
35
32
|
'GetGroupsGroupAdditionalGroupKeyResult',
|
36
33
|
'GetGroupsGroupGroupKeyResult',
|
@@ -621,134 +618,6 @@ class GetGroupMembershipsMembershipRoleExpiryDetailResult(dict):
|
|
621
618
|
return pulumi.get(self, "expire_time")
|
622
619
|
|
623
620
|
|
624
|
-
@pulumi.output_type
|
625
|
-
class GetGroupTransitiveMembershipsMembershipResult(dict):
|
626
|
-
def __init__(__self__, *,
|
627
|
-
member: str,
|
628
|
-
preferred_member_keys: Sequence['outputs.GetGroupTransitiveMembershipsMembershipPreferredMemberKeyResult'],
|
629
|
-
relation_type: str,
|
630
|
-
roles: Sequence['outputs.GetGroupTransitiveMembershipsMembershipRoleResult']):
|
631
|
-
"""
|
632
|
-
:param str member: Resource name for this member.
|
633
|
-
:param Sequence['GetGroupTransitiveMembershipsMembershipPreferredMemberKeyArgs'] preferred_member_keys: EntityKey of the member. Entity key has an id and a namespace. In case of discussion forums, the id will be an email address without a namespace.
|
634
|
-
:param str relation_type: The relation between the group and the transitive member. The value can be DIRECT, INDIRECT, or DIRECT_AND_INDIRECT
|
635
|
-
:param Sequence['GetGroupTransitiveMembershipsMembershipRoleArgs'] roles: The membership role details
|
636
|
-
"""
|
637
|
-
pulumi.set(__self__, "member", member)
|
638
|
-
pulumi.set(__self__, "preferred_member_keys", preferred_member_keys)
|
639
|
-
pulumi.set(__self__, "relation_type", relation_type)
|
640
|
-
pulumi.set(__self__, "roles", roles)
|
641
|
-
|
642
|
-
@property
|
643
|
-
@pulumi.getter
|
644
|
-
def member(self) -> str:
|
645
|
-
"""
|
646
|
-
Resource name for this member.
|
647
|
-
"""
|
648
|
-
return pulumi.get(self, "member")
|
649
|
-
|
650
|
-
@property
|
651
|
-
@pulumi.getter(name="preferredMemberKeys")
|
652
|
-
def preferred_member_keys(self) -> Sequence['outputs.GetGroupTransitiveMembershipsMembershipPreferredMemberKeyResult']:
|
653
|
-
"""
|
654
|
-
EntityKey of the member. Entity key has an id and a namespace. In case of discussion forums, the id will be an email address without a namespace.
|
655
|
-
"""
|
656
|
-
return pulumi.get(self, "preferred_member_keys")
|
657
|
-
|
658
|
-
@property
|
659
|
-
@pulumi.getter(name="relationType")
|
660
|
-
def relation_type(self) -> str:
|
661
|
-
"""
|
662
|
-
The relation between the group and the transitive member. The value can be DIRECT, INDIRECT, or DIRECT_AND_INDIRECT
|
663
|
-
"""
|
664
|
-
return pulumi.get(self, "relation_type")
|
665
|
-
|
666
|
-
@property
|
667
|
-
@pulumi.getter
|
668
|
-
def roles(self) -> Sequence['outputs.GetGroupTransitiveMembershipsMembershipRoleResult']:
|
669
|
-
"""
|
670
|
-
The membership role details
|
671
|
-
"""
|
672
|
-
return pulumi.get(self, "roles")
|
673
|
-
|
674
|
-
|
675
|
-
@pulumi.output_type
|
676
|
-
class GetGroupTransitiveMembershipsMembershipPreferredMemberKeyResult(dict):
|
677
|
-
def __init__(__self__, *,
|
678
|
-
id: str,
|
679
|
-
namespace: str):
|
680
|
-
"""
|
681
|
-
:param str id: The ID of the entity.
|
682
|
-
|
683
|
-
For Google-managed entities, the id must be the email address of an existing
|
684
|
-
group or user.
|
685
|
-
|
686
|
-
For external-identity-mapped entities, the id must be a string conforming
|
687
|
-
to the Identity Source's requirements.
|
688
|
-
|
689
|
-
Must be unique within a namespace.
|
690
|
-
:param str namespace: The namespace in which the entity exists.
|
691
|
-
|
692
|
-
If not specified, the EntityKey represents a Google-managed entity
|
693
|
-
such as a Google user or a Google Group.
|
694
|
-
|
695
|
-
If specified, the EntityKey represents an external-identity-mapped group.
|
696
|
-
The namespace must correspond to an identity source created in Admin Console
|
697
|
-
and must be in the form of 'identitysources/{identity_source_id}'.
|
698
|
-
"""
|
699
|
-
pulumi.set(__self__, "id", id)
|
700
|
-
pulumi.set(__self__, "namespace", namespace)
|
701
|
-
|
702
|
-
@property
|
703
|
-
@pulumi.getter
|
704
|
-
def id(self) -> str:
|
705
|
-
"""
|
706
|
-
The ID of the entity.
|
707
|
-
|
708
|
-
For Google-managed entities, the id must be the email address of an existing
|
709
|
-
group or user.
|
710
|
-
|
711
|
-
For external-identity-mapped entities, the id must be a string conforming
|
712
|
-
to the Identity Source's requirements.
|
713
|
-
|
714
|
-
Must be unique within a namespace.
|
715
|
-
"""
|
716
|
-
return pulumi.get(self, "id")
|
717
|
-
|
718
|
-
@property
|
719
|
-
@pulumi.getter
|
720
|
-
def namespace(self) -> str:
|
721
|
-
"""
|
722
|
-
The namespace in which the entity exists.
|
723
|
-
|
724
|
-
If not specified, the EntityKey represents a Google-managed entity
|
725
|
-
such as a Google user or a Google Group.
|
726
|
-
|
727
|
-
If specified, the EntityKey represents an external-identity-mapped group.
|
728
|
-
The namespace must correspond to an identity source created in Admin Console
|
729
|
-
and must be in the form of 'identitysources/{identity_source_id}'.
|
730
|
-
"""
|
731
|
-
return pulumi.get(self, "namespace")
|
732
|
-
|
733
|
-
|
734
|
-
@pulumi.output_type
|
735
|
-
class GetGroupTransitiveMembershipsMembershipRoleResult(dict):
|
736
|
-
def __init__(__self__, *,
|
737
|
-
role: str):
|
738
|
-
"""
|
739
|
-
:param str role: The name of the TransitiveMembershipRole. Possible values: ["OWNER", "MANAGER", "MEMBER"]
|
740
|
-
"""
|
741
|
-
pulumi.set(__self__, "role", role)
|
742
|
-
|
743
|
-
@property
|
744
|
-
@pulumi.getter
|
745
|
-
def role(self) -> str:
|
746
|
-
"""
|
747
|
-
The name of the TransitiveMembershipRole. Possible values: ["OWNER", "MANAGER", "MEMBER"]
|
748
|
-
"""
|
749
|
-
return pulumi.get(self, "role")
|
750
|
-
|
751
|
-
|
752
621
|
@pulumi.output_type
|
753
622
|
class GetGroupsGroupResult(dict):
|
754
623
|
def __init__(__self__, *,
|