pulumi-gcp 7.25.0__py3-none-any.whl → 7.25.0a1717097889__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 -88
- pulumi_gcp/appengine/_inputs.py +0 -18
- pulumi_gcp/appengine/domain_mapping.py +1 -1
- pulumi_gcp/appengine/outputs.py +0 -16
- pulumi_gcp/bigquery/_inputs.py +2 -286
- pulumi_gcp/bigquery/outputs.py +2 -289
- pulumi_gcp/bigquery/table.py +35 -77
- pulumi_gcp/cloudfunctionsv2/function.py +4 -0
- pulumi_gcp/cloudrun/_inputs.py +4 -80
- pulumi_gcp/cloudrun/outputs.py +4 -137
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +176 -398
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/interconnect_attachment.py +0 -82
- pulumi_gcp/compute/network_endpoint.py +2 -2
- pulumi_gcp/compute/network_endpoint_list.py +2 -2
- pulumi_gcp/compute/outputs.py +161 -609
- pulumi_gcp/compute/region_ssl_policy.py +40 -39
- pulumi_gcp/compute/security_policy_rule.py +1 -55
- pulumi_gcp/container/_inputs.py +0 -560
- pulumi_gcp/container/outputs.py +51 -1106
- pulumi_gcp/dataplex/__init__.py +0 -10
- pulumi_gcp/dataplex/_inputs.py +0 -160
- pulumi_gcp/dataplex/outputs.py +0 -112
- pulumi_gcp/datastream/connection_profile.py +0 -47
- pulumi_gcp/datastream/private_connection.py +0 -47
- pulumi_gcp/datastream/stream.py +0 -47
- pulumi_gcp/dns/get_managed_zone.py +3 -3
- pulumi_gcp/dns/managed_zone.py +7 -7
- pulumi_gcp/dns/outputs.py +2 -2
- pulumi_gcp/kms/__init__.py +0 -2
- pulumi_gcp/networkservices/__init__.py +0 -1
- pulumi_gcp/networkservices/_inputs.py +27 -245
- pulumi_gcp/networkservices/lb_traffic_extension.py +14 -28
- pulumi_gcp/networkservices/outputs.py +20 -251
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/pubsub/_inputs.py +0 -16
- pulumi_gcp/pubsub/outputs.py +0 -25
- pulumi_gcp/pubsub/subscription.py +4 -8
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/tpu/_inputs.py +2 -2
- pulumi_gcp/tpu/outputs.py +2 -2
- {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717097889.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717097889.dist-info}/RECORD +48 -62
- pulumi_gcp/compute/get_subnetworks.py +0 -157
- pulumi_gcp/dataplex/aspect_type.py +0 -1077
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +0 -765
- pulumi_gcp/dataplex/aspect_type_iam_member.py +0 -765
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +0 -604
- pulumi_gcp/dataplex/entry_group.py +0 -722
- pulumi_gcp/dataplex/entry_group_iam_binding.py +0 -765
- pulumi_gcp/dataplex/entry_group_iam_member.py +0 -765
- pulumi_gcp/dataplex/entry_group_iam_policy.py +0 -604
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +0 -164
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +0 -164
- pulumi_gcp/kms/autokey_config.py +0 -366
- pulumi_gcp/kms/key_handle.py +0 -548
- pulumi_gcp/networkservices/lb_route_extension.py +0 -663
- {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717097889.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.25.0.dist-info → pulumi_gcp-7.25.0a1717097889.dist-info}/top_level.txt +0 -0
pulumi_gcp/container/outputs.py
CHANGED
@@ -134,10 +134,6 @@ __all__ = [
|
|
134
134
|
'ClusterNodeConfig',
|
135
135
|
'ClusterNodeConfigAdvancedMachineFeatures',
|
136
136
|
'ClusterNodeConfigConfidentialNodes',
|
137
|
-
'ClusterNodeConfigContainerdConfig',
|
138
|
-
'ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfig',
|
139
|
-
'ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig',
|
140
|
-
'ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig',
|
141
137
|
'ClusterNodeConfigEffectiveTaint',
|
142
138
|
'ClusterNodeConfigEphemeralStorageConfig',
|
143
139
|
'ClusterNodeConfigEphemeralStorageLocalSsdConfig',
|
@@ -165,10 +161,6 @@ __all__ = [
|
|
165
161
|
'ClusterNodePoolAutoscaling',
|
166
162
|
'ClusterNodePoolDefaults',
|
167
163
|
'ClusterNodePoolDefaultsNodeConfigDefaults',
|
168
|
-
'ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfig',
|
169
|
-
'ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfig',
|
170
|
-
'ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig',
|
171
|
-
'ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig',
|
172
164
|
'ClusterNodePoolDefaultsNodeConfigDefaultsGcfsConfig',
|
173
165
|
'ClusterNodePoolManagement',
|
174
166
|
'ClusterNodePoolNetworkConfig',
|
@@ -179,10 +171,6 @@ __all__ = [
|
|
179
171
|
'ClusterNodePoolNodeConfig',
|
180
172
|
'ClusterNodePoolNodeConfigAdvancedMachineFeatures',
|
181
173
|
'ClusterNodePoolNodeConfigConfidentialNodes',
|
182
|
-
'ClusterNodePoolNodeConfigContainerdConfig',
|
183
|
-
'ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfig',
|
184
|
-
'ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig',
|
185
|
-
'ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig',
|
186
174
|
'ClusterNodePoolNodeConfigEffectiveTaint',
|
187
175
|
'ClusterNodePoolNodeConfigEphemeralStorageConfig',
|
188
176
|
'ClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig',
|
@@ -236,10 +224,6 @@ __all__ = [
|
|
236
224
|
'NodePoolNodeConfig',
|
237
225
|
'NodePoolNodeConfigAdvancedMachineFeatures',
|
238
226
|
'NodePoolNodeConfigConfidentialNodes',
|
239
|
-
'NodePoolNodeConfigContainerdConfig',
|
240
|
-
'NodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfig',
|
241
|
-
'NodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig',
|
242
|
-
'NodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig',
|
243
227
|
'NodePoolNodeConfigEffectiveTaint',
|
244
228
|
'NodePoolNodeConfigEphemeralStorageConfig',
|
245
229
|
'NodePoolNodeConfigEphemeralStorageLocalSsdConfig',
|
@@ -322,10 +306,6 @@ __all__ = [
|
|
322
306
|
'GetClusterNodeConfigResult',
|
323
307
|
'GetClusterNodeConfigAdvancedMachineFeatureResult',
|
324
308
|
'GetClusterNodeConfigConfidentialNodeResult',
|
325
|
-
'GetClusterNodeConfigContainerdConfigResult',
|
326
|
-
'GetClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigResult',
|
327
|
-
'GetClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigResult',
|
328
|
-
'GetClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigResult',
|
329
309
|
'GetClusterNodeConfigEffectiveTaintResult',
|
330
310
|
'GetClusterNodeConfigEphemeralStorageConfigResult',
|
331
311
|
'GetClusterNodeConfigEphemeralStorageLocalSsdConfigResult',
|
@@ -353,10 +333,6 @@ __all__ = [
|
|
353
333
|
'GetClusterNodePoolAutoscalingResult',
|
354
334
|
'GetClusterNodePoolDefaultResult',
|
355
335
|
'GetClusterNodePoolDefaultNodeConfigDefaultResult',
|
356
|
-
'GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigResult',
|
357
|
-
'GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigPrivateRegistryAccessConfigResult',
|
358
|
-
'GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigResult',
|
359
|
-
'GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigResult',
|
360
336
|
'GetClusterNodePoolDefaultNodeConfigDefaultGcfsConfigResult',
|
361
337
|
'GetClusterNodePoolManagementResult',
|
362
338
|
'GetClusterNodePoolNetworkConfigResult',
|
@@ -367,10 +343,6 @@ __all__ = [
|
|
367
343
|
'GetClusterNodePoolNodeConfigResult',
|
368
344
|
'GetClusterNodePoolNodeConfigAdvancedMachineFeatureResult',
|
369
345
|
'GetClusterNodePoolNodeConfigConfidentialNodeResult',
|
370
|
-
'GetClusterNodePoolNodeConfigContainerdConfigResult',
|
371
|
-
'GetClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigResult',
|
372
|
-
'GetClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigResult',
|
373
|
-
'GetClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigResult',
|
374
346
|
'GetClusterNodePoolNodeConfigEffectiveTaintResult',
|
375
347
|
'GetClusterNodePoolNodeConfigEphemeralStorageConfigResult',
|
376
348
|
'GetClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfigResult',
|
@@ -6441,8 +6413,6 @@ class ClusterNodeConfig(dict):
|
|
6441
6413
|
suggest = "boot_disk_kms_key"
|
6442
6414
|
elif key == "confidentialNodes":
|
6443
6415
|
suggest = "confidential_nodes"
|
6444
|
-
elif key == "containerdConfig":
|
6445
|
-
suggest = "containerd_config"
|
6446
6416
|
elif key == "diskSizeGb":
|
6447
6417
|
suggest = "disk_size_gb"
|
6448
6418
|
elif key == "diskType":
|
@@ -6517,7 +6487,6 @@ class ClusterNodeConfig(dict):
|
|
6517
6487
|
advanced_machine_features: Optional['outputs.ClusterNodeConfigAdvancedMachineFeatures'] = None,
|
6518
6488
|
boot_disk_kms_key: Optional[str] = None,
|
6519
6489
|
confidential_nodes: Optional['outputs.ClusterNodeConfigConfidentialNodes'] = None,
|
6520
|
-
containerd_config: Optional['outputs.ClusterNodeConfigContainerdConfig'] = None,
|
6521
6490
|
disk_size_gb: Optional[int] = None,
|
6522
6491
|
disk_type: Optional[str] = None,
|
6523
6492
|
effective_taints: Optional[Sequence['outputs.ClusterNodeConfigEffectiveTaint']] = None,
|
@@ -6559,7 +6528,6 @@ class ClusterNodeConfig(dict):
|
|
6559
6528
|
advanced machine features. Structure is documented below.
|
6560
6529
|
:param 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>
|
6561
6530
|
:param 'ClusterNodeConfigConfidentialNodesArgs' confidential_nodes: Configuration for [Confidential Nodes](https://cloud.google.com/kubernetes-engine/docs/how-to/confidential-gke-nodes) feature. Structure is documented below documented below.
|
6562
|
-
:param 'ClusterNodeConfigContainerdConfigArgs' containerd_config: Parameters to customize containerd runtime. Structure is documented below.
|
6563
6531
|
:param int disk_size_gb: Size of the disk attached to each node, specified
|
6564
6532
|
in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
|
6565
6533
|
:param str disk_type: Type of the disk attached to each node
|
@@ -6660,8 +6628,6 @@ class ClusterNodeConfig(dict):
|
|
6660
6628
|
pulumi.set(__self__, "boot_disk_kms_key", boot_disk_kms_key)
|
6661
6629
|
if confidential_nodes is not None:
|
6662
6630
|
pulumi.set(__self__, "confidential_nodes", confidential_nodes)
|
6663
|
-
if containerd_config is not None:
|
6664
|
-
pulumi.set(__self__, "containerd_config", containerd_config)
|
6665
6631
|
if disk_size_gb is not None:
|
6666
6632
|
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
6667
6633
|
if disk_type is not None:
|
@@ -6760,14 +6726,6 @@ class ClusterNodeConfig(dict):
|
|
6760
6726
|
"""
|
6761
6727
|
return pulumi.get(self, "confidential_nodes")
|
6762
6728
|
|
6763
|
-
@property
|
6764
|
-
@pulumi.getter(name="containerdConfig")
|
6765
|
-
def containerd_config(self) -> Optional['outputs.ClusterNodeConfigContainerdConfig']:
|
6766
|
-
"""
|
6767
|
-
Parameters to customize containerd runtime. Structure is documented below.
|
6768
|
-
"""
|
6769
|
-
return pulumi.get(self, "containerd_config")
|
6770
|
-
|
6771
6729
|
@property
|
6772
6730
|
@pulumi.getter(name="diskSizeGb")
|
6773
6731
|
def disk_size_gb(self) -> Optional[int]:
|
@@ -7183,170 +7141,6 @@ class ClusterNodeConfigConfidentialNodes(dict):
|
|
7183
7141
|
return pulumi.get(self, "enabled")
|
7184
7142
|
|
7185
7143
|
|
7186
|
-
@pulumi.output_type
|
7187
|
-
class ClusterNodeConfigContainerdConfig(dict):
|
7188
|
-
@staticmethod
|
7189
|
-
def __key_warning(key: str):
|
7190
|
-
suggest = None
|
7191
|
-
if key == "privateRegistryAccessConfig":
|
7192
|
-
suggest = "private_registry_access_config"
|
7193
|
-
|
7194
|
-
if suggest:
|
7195
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterNodeConfigContainerdConfig. Access the value via the '{suggest}' property getter instead.")
|
7196
|
-
|
7197
|
-
def __getitem__(self, key: str) -> Any:
|
7198
|
-
ClusterNodeConfigContainerdConfig.__key_warning(key)
|
7199
|
-
return super().__getitem__(key)
|
7200
|
-
|
7201
|
-
def get(self, key: str, default = None) -> Any:
|
7202
|
-
ClusterNodeConfigContainerdConfig.__key_warning(key)
|
7203
|
-
return super().get(key, default)
|
7204
|
-
|
7205
|
-
def __init__(__self__, *,
|
7206
|
-
private_registry_access_config: Optional['outputs.ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfig'] = None):
|
7207
|
-
"""
|
7208
|
-
:param 'ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigArgs' private_registry_access_config: Configuration for private container registries. There are two fields in this config:
|
7209
|
-
"""
|
7210
|
-
if private_registry_access_config is not None:
|
7211
|
-
pulumi.set(__self__, "private_registry_access_config", private_registry_access_config)
|
7212
|
-
|
7213
|
-
@property
|
7214
|
-
@pulumi.getter(name="privateRegistryAccessConfig")
|
7215
|
-
def private_registry_access_config(self) -> Optional['outputs.ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfig']:
|
7216
|
-
"""
|
7217
|
-
Configuration for private container registries. There are two fields in this config:
|
7218
|
-
"""
|
7219
|
-
return pulumi.get(self, "private_registry_access_config")
|
7220
|
-
|
7221
|
-
|
7222
|
-
@pulumi.output_type
|
7223
|
-
class ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfig(dict):
|
7224
|
-
@staticmethod
|
7225
|
-
def __key_warning(key: str):
|
7226
|
-
suggest = None
|
7227
|
-
if key == "certificateAuthorityDomainConfigs":
|
7228
|
-
suggest = "certificate_authority_domain_configs"
|
7229
|
-
|
7230
|
-
if suggest:
|
7231
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfig. Access the value via the '{suggest}' property getter instead.")
|
7232
|
-
|
7233
|
-
def __getitem__(self, key: str) -> Any:
|
7234
|
-
ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfig.__key_warning(key)
|
7235
|
-
return super().__getitem__(key)
|
7236
|
-
|
7237
|
-
def get(self, key: str, default = None) -> Any:
|
7238
|
-
ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfig.__key_warning(key)
|
7239
|
-
return super().get(key, default)
|
7240
|
-
|
7241
|
-
def __init__(__self__, *,
|
7242
|
-
enabled: bool,
|
7243
|
-
certificate_authority_domain_configs: Optional[Sequence['outputs.ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig']] = None):
|
7244
|
-
"""
|
7245
|
-
:param bool enabled: Enables private registry config. If set to false, all other fields in this object must not be set.
|
7246
|
-
:param Sequence['ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigArgs'] certificate_authority_domain_configs: List of configuration objects for CA and domains. Each object identifies a certificate and its assigned domains. See [how to configure for private container registries](https://cloud.google.com/kubernetes-engine/docs/how-to/access-private-registries-private-certificates) for more detail. Example:
|
7247
|
-
"""
|
7248
|
-
pulumi.set(__self__, "enabled", enabled)
|
7249
|
-
if certificate_authority_domain_configs is not None:
|
7250
|
-
pulumi.set(__self__, "certificate_authority_domain_configs", certificate_authority_domain_configs)
|
7251
|
-
|
7252
|
-
@property
|
7253
|
-
@pulumi.getter
|
7254
|
-
def enabled(self) -> bool:
|
7255
|
-
"""
|
7256
|
-
Enables private registry config. If set to false, all other fields in this object must not be set.
|
7257
|
-
"""
|
7258
|
-
return pulumi.get(self, "enabled")
|
7259
|
-
|
7260
|
-
@property
|
7261
|
-
@pulumi.getter(name="certificateAuthorityDomainConfigs")
|
7262
|
-
def certificate_authority_domain_configs(self) -> Optional[Sequence['outputs.ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig']]:
|
7263
|
-
"""
|
7264
|
-
List of configuration objects for CA and domains. Each object identifies a certificate and its assigned domains. See [how to configure for private container registries](https://cloud.google.com/kubernetes-engine/docs/how-to/access-private-registries-private-certificates) for more detail. Example:
|
7265
|
-
"""
|
7266
|
-
return pulumi.get(self, "certificate_authority_domain_configs")
|
7267
|
-
|
7268
|
-
|
7269
|
-
@pulumi.output_type
|
7270
|
-
class ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig(dict):
|
7271
|
-
@staticmethod
|
7272
|
-
def __key_warning(key: str):
|
7273
|
-
suggest = None
|
7274
|
-
if key == "gcpSecretManagerCertificateConfig":
|
7275
|
-
suggest = "gcp_secret_manager_certificate_config"
|
7276
|
-
|
7277
|
-
if suggest:
|
7278
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig. Access the value via the '{suggest}' property getter instead.")
|
7279
|
-
|
7280
|
-
def __getitem__(self, key: str) -> Any:
|
7281
|
-
ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig.__key_warning(key)
|
7282
|
-
return super().__getitem__(key)
|
7283
|
-
|
7284
|
-
def get(self, key: str, default = None) -> Any:
|
7285
|
-
ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig.__key_warning(key)
|
7286
|
-
return super().get(key, default)
|
7287
|
-
|
7288
|
-
def __init__(__self__, *,
|
7289
|
-
fqdns: Sequence[str],
|
7290
|
-
gcp_secret_manager_certificate_config: 'outputs.ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig'):
|
7291
|
-
"""
|
7292
|
-
:param Sequence[str] fqdns: List of fully-qualified-domain-names. IPv4s and port specification are supported.
|
7293
|
-
:param 'ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigArgs' gcp_secret_manager_certificate_config: Parameters for configuring a certificate hosted in GCP SecretManager.
|
7294
|
-
"""
|
7295
|
-
pulumi.set(__self__, "fqdns", fqdns)
|
7296
|
-
pulumi.set(__self__, "gcp_secret_manager_certificate_config", gcp_secret_manager_certificate_config)
|
7297
|
-
|
7298
|
-
@property
|
7299
|
-
@pulumi.getter
|
7300
|
-
def fqdns(self) -> Sequence[str]:
|
7301
|
-
"""
|
7302
|
-
List of fully-qualified-domain-names. IPv4s and port specification are supported.
|
7303
|
-
"""
|
7304
|
-
return pulumi.get(self, "fqdns")
|
7305
|
-
|
7306
|
-
@property
|
7307
|
-
@pulumi.getter(name="gcpSecretManagerCertificateConfig")
|
7308
|
-
def gcp_secret_manager_certificate_config(self) -> 'outputs.ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig':
|
7309
|
-
"""
|
7310
|
-
Parameters for configuring a certificate hosted in GCP SecretManager.
|
7311
|
-
"""
|
7312
|
-
return pulumi.get(self, "gcp_secret_manager_certificate_config")
|
7313
|
-
|
7314
|
-
|
7315
|
-
@pulumi.output_type
|
7316
|
-
class ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig(dict):
|
7317
|
-
@staticmethod
|
7318
|
-
def __key_warning(key: str):
|
7319
|
-
suggest = None
|
7320
|
-
if key == "secretUri":
|
7321
|
-
suggest = "secret_uri"
|
7322
|
-
|
7323
|
-
if suggest:
|
7324
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig. Access the value via the '{suggest}' property getter instead.")
|
7325
|
-
|
7326
|
-
def __getitem__(self, key: str) -> Any:
|
7327
|
-
ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig.__key_warning(key)
|
7328
|
-
return super().__getitem__(key)
|
7329
|
-
|
7330
|
-
def get(self, key: str, default = None) -> Any:
|
7331
|
-
ClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig.__key_warning(key)
|
7332
|
-
return super().get(key, default)
|
7333
|
-
|
7334
|
-
def __init__(__self__, *,
|
7335
|
-
secret_uri: str):
|
7336
|
-
"""
|
7337
|
-
:param str secret_uri: URI for the secret that hosts a certificate. Must be in the format 'projects/PROJECT_NUM/secrets/SECRET_NAME/versions/VERSION_OR_LATEST'.
|
7338
|
-
"""
|
7339
|
-
pulumi.set(__self__, "secret_uri", secret_uri)
|
7340
|
-
|
7341
|
-
@property
|
7342
|
-
@pulumi.getter(name="secretUri")
|
7343
|
-
def secret_uri(self) -> str:
|
7344
|
-
"""
|
7345
|
-
URI for the secret that hosts a certificate. Must be in the format 'projects/PROJECT_NUM/secrets/SECRET_NAME/versions/VERSION_OR_LATEST'.
|
7346
|
-
"""
|
7347
|
-
return pulumi.get(self, "secret_uri")
|
7348
|
-
|
7349
|
-
|
7350
7144
|
@pulumi.output_type
|
7351
7145
|
class ClusterNodeConfigEffectiveTaint(dict):
|
7352
7146
|
def __init__(__self__, *,
|
@@ -8772,9 +8566,7 @@ class ClusterNodePoolDefaultsNodeConfigDefaults(dict):
|
|
8772
8566
|
@staticmethod
|
8773
8567
|
def __key_warning(key: str):
|
8774
8568
|
suggest = None
|
8775
|
-
if key == "
|
8776
|
-
suggest = "containerd_config"
|
8777
|
-
elif key == "gcfsConfig":
|
8569
|
+
if key == "gcfsConfig":
|
8778
8570
|
suggest = "gcfs_config"
|
8779
8571
|
elif key == "loggingVariant":
|
8780
8572
|
suggest = "logging_variant"
|
@@ -8791,29 +8583,17 @@ class ClusterNodePoolDefaultsNodeConfigDefaults(dict):
|
|
8791
8583
|
return super().get(key, default)
|
8792
8584
|
|
8793
8585
|
def __init__(__self__, *,
|
8794
|
-
containerd_config: Optional['outputs.ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfig'] = None,
|
8795
8586
|
gcfs_config: Optional['outputs.ClusterNodePoolDefaultsNodeConfigDefaultsGcfsConfig'] = None,
|
8796
8587
|
logging_variant: Optional[str] = None):
|
8797
8588
|
"""
|
8798
|
-
:param 'ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigArgs' containerd_config: Parameters for containerd configuration.
|
8799
8589
|
:param 'ClusterNodePoolDefaultsNodeConfigDefaultsGcfsConfigArgs' gcfs_config: The default Google Container Filesystem (GCFS) configuration at the cluster level. e.g. enable [image streaming](https://cloud.google.com/kubernetes-engine/docs/how-to/image-streaming) across all the node pools within the cluster. Structure is documented below.
|
8800
8590
|
:param str logging_variant: The type of logging agent that is deployed by default for newly created node pools in the cluster. Valid values include DEFAULT and MAX_THROUGHPUT. See [Increasing logging agent throughput](https://cloud.google.com/stackdriver/docs/solutions/gke/managing-logs#throughput) for more information.
|
8801
8591
|
"""
|
8802
|
-
if containerd_config is not None:
|
8803
|
-
pulumi.set(__self__, "containerd_config", containerd_config)
|
8804
8592
|
if gcfs_config is not None:
|
8805
8593
|
pulumi.set(__self__, "gcfs_config", gcfs_config)
|
8806
8594
|
if logging_variant is not None:
|
8807
8595
|
pulumi.set(__self__, "logging_variant", logging_variant)
|
8808
8596
|
|
8809
|
-
@property
|
8810
|
-
@pulumi.getter(name="containerdConfig")
|
8811
|
-
def containerd_config(self) -> Optional['outputs.ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfig']:
|
8812
|
-
"""
|
8813
|
-
Parameters for containerd configuration.
|
8814
|
-
"""
|
8815
|
-
return pulumi.get(self, "containerd_config")
|
8816
|
-
|
8817
8597
|
@property
|
8818
8598
|
@pulumi.getter(name="gcfsConfig")
|
8819
8599
|
def gcfs_config(self) -> Optional['outputs.ClusterNodePoolDefaultsNodeConfigDefaultsGcfsConfig']:
|
@@ -8831,170 +8611,6 @@ class ClusterNodePoolDefaultsNodeConfigDefaults(dict):
|
|
8831
8611
|
return pulumi.get(self, "logging_variant")
|
8832
8612
|
|
8833
8613
|
|
8834
|
-
@pulumi.output_type
|
8835
|
-
class ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfig(dict):
|
8836
|
-
@staticmethod
|
8837
|
-
def __key_warning(key: str):
|
8838
|
-
suggest = None
|
8839
|
-
if key == "privateRegistryAccessConfig":
|
8840
|
-
suggest = "private_registry_access_config"
|
8841
|
-
|
8842
|
-
if suggest:
|
8843
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfig. Access the value via the '{suggest}' property getter instead.")
|
8844
|
-
|
8845
|
-
def __getitem__(self, key: str) -> Any:
|
8846
|
-
ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfig.__key_warning(key)
|
8847
|
-
return super().__getitem__(key)
|
8848
|
-
|
8849
|
-
def get(self, key: str, default = None) -> Any:
|
8850
|
-
ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfig.__key_warning(key)
|
8851
|
-
return super().get(key, default)
|
8852
|
-
|
8853
|
-
def __init__(__self__, *,
|
8854
|
-
private_registry_access_config: Optional['outputs.ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfig'] = None):
|
8855
|
-
"""
|
8856
|
-
:param 'ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigArgs' private_registry_access_config: Configuration for private container registries. There are two fields in this config:
|
8857
|
-
"""
|
8858
|
-
if private_registry_access_config is not None:
|
8859
|
-
pulumi.set(__self__, "private_registry_access_config", private_registry_access_config)
|
8860
|
-
|
8861
|
-
@property
|
8862
|
-
@pulumi.getter(name="privateRegistryAccessConfig")
|
8863
|
-
def private_registry_access_config(self) -> Optional['outputs.ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfig']:
|
8864
|
-
"""
|
8865
|
-
Configuration for private container registries. There are two fields in this config:
|
8866
|
-
"""
|
8867
|
-
return pulumi.get(self, "private_registry_access_config")
|
8868
|
-
|
8869
|
-
|
8870
|
-
@pulumi.output_type
|
8871
|
-
class ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfig(dict):
|
8872
|
-
@staticmethod
|
8873
|
-
def __key_warning(key: str):
|
8874
|
-
suggest = None
|
8875
|
-
if key == "certificateAuthorityDomainConfigs":
|
8876
|
-
suggest = "certificate_authority_domain_configs"
|
8877
|
-
|
8878
|
-
if suggest:
|
8879
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfig. Access the value via the '{suggest}' property getter instead.")
|
8880
|
-
|
8881
|
-
def __getitem__(self, key: str) -> Any:
|
8882
|
-
ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfig.__key_warning(key)
|
8883
|
-
return super().__getitem__(key)
|
8884
|
-
|
8885
|
-
def get(self, key: str, default = None) -> Any:
|
8886
|
-
ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfig.__key_warning(key)
|
8887
|
-
return super().get(key, default)
|
8888
|
-
|
8889
|
-
def __init__(__self__, *,
|
8890
|
-
enabled: bool,
|
8891
|
-
certificate_authority_domain_configs: Optional[Sequence['outputs.ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig']] = None):
|
8892
|
-
"""
|
8893
|
-
:param bool enabled: Enables private registry config. If set to false, all other fields in this object must not be set.
|
8894
|
-
:param Sequence['ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigArgs'] certificate_authority_domain_configs: List of configuration objects for CA and domains. Each object identifies a certificate and its assigned domains. See [how to configure for private container registries](https://cloud.google.com/kubernetes-engine/docs/how-to/access-private-registries-private-certificates) for more detail. Example:
|
8895
|
-
"""
|
8896
|
-
pulumi.set(__self__, "enabled", enabled)
|
8897
|
-
if certificate_authority_domain_configs is not None:
|
8898
|
-
pulumi.set(__self__, "certificate_authority_domain_configs", certificate_authority_domain_configs)
|
8899
|
-
|
8900
|
-
@property
|
8901
|
-
@pulumi.getter
|
8902
|
-
def enabled(self) -> bool:
|
8903
|
-
"""
|
8904
|
-
Enables private registry config. If set to false, all other fields in this object must not be set.
|
8905
|
-
"""
|
8906
|
-
return pulumi.get(self, "enabled")
|
8907
|
-
|
8908
|
-
@property
|
8909
|
-
@pulumi.getter(name="certificateAuthorityDomainConfigs")
|
8910
|
-
def certificate_authority_domain_configs(self) -> Optional[Sequence['outputs.ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig']]:
|
8911
|
-
"""
|
8912
|
-
List of configuration objects for CA and domains. Each object identifies a certificate and its assigned domains. See [how to configure for private container registries](https://cloud.google.com/kubernetes-engine/docs/how-to/access-private-registries-private-certificates) for more detail. Example:
|
8913
|
-
"""
|
8914
|
-
return pulumi.get(self, "certificate_authority_domain_configs")
|
8915
|
-
|
8916
|
-
|
8917
|
-
@pulumi.output_type
|
8918
|
-
class ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig(dict):
|
8919
|
-
@staticmethod
|
8920
|
-
def __key_warning(key: str):
|
8921
|
-
suggest = None
|
8922
|
-
if key == "gcpSecretManagerCertificateConfig":
|
8923
|
-
suggest = "gcp_secret_manager_certificate_config"
|
8924
|
-
|
8925
|
-
if suggest:
|
8926
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig. Access the value via the '{suggest}' property getter instead.")
|
8927
|
-
|
8928
|
-
def __getitem__(self, key: str) -> Any:
|
8929
|
-
ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig.__key_warning(key)
|
8930
|
-
return super().__getitem__(key)
|
8931
|
-
|
8932
|
-
def get(self, key: str, default = None) -> Any:
|
8933
|
-
ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig.__key_warning(key)
|
8934
|
-
return super().get(key, default)
|
8935
|
-
|
8936
|
-
def __init__(__self__, *,
|
8937
|
-
fqdns: Sequence[str],
|
8938
|
-
gcp_secret_manager_certificate_config: 'outputs.ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig'):
|
8939
|
-
"""
|
8940
|
-
:param Sequence[str] fqdns: List of fully-qualified-domain-names. IPv4s and port specification are supported.
|
8941
|
-
:param 'ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigArgs' gcp_secret_manager_certificate_config: Parameters for configuring a certificate hosted in GCP SecretManager.
|
8942
|
-
"""
|
8943
|
-
pulumi.set(__self__, "fqdns", fqdns)
|
8944
|
-
pulumi.set(__self__, "gcp_secret_manager_certificate_config", gcp_secret_manager_certificate_config)
|
8945
|
-
|
8946
|
-
@property
|
8947
|
-
@pulumi.getter
|
8948
|
-
def fqdns(self) -> Sequence[str]:
|
8949
|
-
"""
|
8950
|
-
List of fully-qualified-domain-names. IPv4s and port specification are supported.
|
8951
|
-
"""
|
8952
|
-
return pulumi.get(self, "fqdns")
|
8953
|
-
|
8954
|
-
@property
|
8955
|
-
@pulumi.getter(name="gcpSecretManagerCertificateConfig")
|
8956
|
-
def gcp_secret_manager_certificate_config(self) -> 'outputs.ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig':
|
8957
|
-
"""
|
8958
|
-
Parameters for configuring a certificate hosted in GCP SecretManager.
|
8959
|
-
"""
|
8960
|
-
return pulumi.get(self, "gcp_secret_manager_certificate_config")
|
8961
|
-
|
8962
|
-
|
8963
|
-
@pulumi.output_type
|
8964
|
-
class ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig(dict):
|
8965
|
-
@staticmethod
|
8966
|
-
def __key_warning(key: str):
|
8967
|
-
suggest = None
|
8968
|
-
if key == "secretUri":
|
8969
|
-
suggest = "secret_uri"
|
8970
|
-
|
8971
|
-
if suggest:
|
8972
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig. Access the value via the '{suggest}' property getter instead.")
|
8973
|
-
|
8974
|
-
def __getitem__(self, key: str) -> Any:
|
8975
|
-
ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig.__key_warning(key)
|
8976
|
-
return super().__getitem__(key)
|
8977
|
-
|
8978
|
-
def get(self, key: str, default = None) -> Any:
|
8979
|
-
ClusterNodePoolDefaultsNodeConfigDefaultsContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig.__key_warning(key)
|
8980
|
-
return super().get(key, default)
|
8981
|
-
|
8982
|
-
def __init__(__self__, *,
|
8983
|
-
secret_uri: str):
|
8984
|
-
"""
|
8985
|
-
:param str secret_uri: URI for the secret that hosts a certificate. Must be in the format 'projects/PROJECT_NUM/secrets/SECRET_NAME/versions/VERSION_OR_LATEST'.
|
8986
|
-
"""
|
8987
|
-
pulumi.set(__self__, "secret_uri", secret_uri)
|
8988
|
-
|
8989
|
-
@property
|
8990
|
-
@pulumi.getter(name="secretUri")
|
8991
|
-
def secret_uri(self) -> str:
|
8992
|
-
"""
|
8993
|
-
URI for the secret that hosts a certificate. Must be in the format 'projects/PROJECT_NUM/secrets/SECRET_NAME/versions/VERSION_OR_LATEST'.
|
8994
|
-
"""
|
8995
|
-
return pulumi.get(self, "secret_uri")
|
8996
|
-
|
8997
|
-
|
8998
8614
|
@pulumi.output_type
|
8999
8615
|
class ClusterNodePoolDefaultsNodeConfigDefaultsGcfsConfig(dict):
|
9000
8616
|
def __init__(__self__, *,
|
@@ -9370,8 +8986,6 @@ class ClusterNodePoolNodeConfig(dict):
|
|
9370
8986
|
suggest = "boot_disk_kms_key"
|
9371
8987
|
elif key == "confidentialNodes":
|
9372
8988
|
suggest = "confidential_nodes"
|
9373
|
-
elif key == "containerdConfig":
|
9374
|
-
suggest = "containerd_config"
|
9375
8989
|
elif key == "diskSizeGb":
|
9376
8990
|
suggest = "disk_size_gb"
|
9377
8991
|
elif key == "diskType":
|
@@ -9446,7 +9060,6 @@ class ClusterNodePoolNodeConfig(dict):
|
|
9446
9060
|
advanced_machine_features: Optional['outputs.ClusterNodePoolNodeConfigAdvancedMachineFeatures'] = None,
|
9447
9061
|
boot_disk_kms_key: Optional[str] = None,
|
9448
9062
|
confidential_nodes: Optional['outputs.ClusterNodePoolNodeConfigConfidentialNodes'] = None,
|
9449
|
-
containerd_config: Optional['outputs.ClusterNodePoolNodeConfigContainerdConfig'] = None,
|
9450
9063
|
disk_size_gb: Optional[int] = None,
|
9451
9064
|
disk_type: Optional[str] = None,
|
9452
9065
|
effective_taints: Optional[Sequence['outputs.ClusterNodePoolNodeConfigEffectiveTaint']] = None,
|
@@ -9488,7 +9101,6 @@ class ClusterNodePoolNodeConfig(dict):
|
|
9488
9101
|
advanced machine features. Structure is documented below.
|
9489
9102
|
:param 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>
|
9490
9103
|
:param 'ClusterNodePoolNodeConfigConfidentialNodesArgs' confidential_nodes: Configuration for [Confidential Nodes](https://cloud.google.com/kubernetes-engine/docs/how-to/confidential-gke-nodes) feature. Structure is documented below documented below.
|
9491
|
-
:param 'ClusterNodePoolNodeConfigContainerdConfigArgs' containerd_config: Parameters to customize containerd runtime. Structure is documented below.
|
9492
9104
|
:param int disk_size_gb: Size of the disk attached to each node, specified
|
9493
9105
|
in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
|
9494
9106
|
:param str disk_type: Type of the disk attached to each node
|
@@ -9589,8 +9201,6 @@ class ClusterNodePoolNodeConfig(dict):
|
|
9589
9201
|
pulumi.set(__self__, "boot_disk_kms_key", boot_disk_kms_key)
|
9590
9202
|
if confidential_nodes is not None:
|
9591
9203
|
pulumi.set(__self__, "confidential_nodes", confidential_nodes)
|
9592
|
-
if containerd_config is not None:
|
9593
|
-
pulumi.set(__self__, "containerd_config", containerd_config)
|
9594
9204
|
if disk_size_gb is not None:
|
9595
9205
|
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
9596
9206
|
if disk_type is not None:
|
@@ -9689,14 +9299,6 @@ class ClusterNodePoolNodeConfig(dict):
|
|
9689
9299
|
"""
|
9690
9300
|
return pulumi.get(self, "confidential_nodes")
|
9691
9301
|
|
9692
|
-
@property
|
9693
|
-
@pulumi.getter(name="containerdConfig")
|
9694
|
-
def containerd_config(self) -> Optional['outputs.ClusterNodePoolNodeConfigContainerdConfig']:
|
9695
|
-
"""
|
9696
|
-
Parameters to customize containerd runtime. Structure is documented below.
|
9697
|
-
"""
|
9698
|
-
return pulumi.get(self, "containerd_config")
|
9699
|
-
|
9700
9302
|
@property
|
9701
9303
|
@pulumi.getter(name="diskSizeGb")
|
9702
9304
|
def disk_size_gb(self) -> Optional[int]:
|
@@ -10112,170 +9714,6 @@ class ClusterNodePoolNodeConfigConfidentialNodes(dict):
|
|
10112
9714
|
return pulumi.get(self, "enabled")
|
10113
9715
|
|
10114
9716
|
|
10115
|
-
@pulumi.output_type
|
10116
|
-
class ClusterNodePoolNodeConfigContainerdConfig(dict):
|
10117
|
-
@staticmethod
|
10118
|
-
def __key_warning(key: str):
|
10119
|
-
suggest = None
|
10120
|
-
if key == "privateRegistryAccessConfig":
|
10121
|
-
suggest = "private_registry_access_config"
|
10122
|
-
|
10123
|
-
if suggest:
|
10124
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterNodePoolNodeConfigContainerdConfig. Access the value via the '{suggest}' property getter instead.")
|
10125
|
-
|
10126
|
-
def __getitem__(self, key: str) -> Any:
|
10127
|
-
ClusterNodePoolNodeConfigContainerdConfig.__key_warning(key)
|
10128
|
-
return super().__getitem__(key)
|
10129
|
-
|
10130
|
-
def get(self, key: str, default = None) -> Any:
|
10131
|
-
ClusterNodePoolNodeConfigContainerdConfig.__key_warning(key)
|
10132
|
-
return super().get(key, default)
|
10133
|
-
|
10134
|
-
def __init__(__self__, *,
|
10135
|
-
private_registry_access_config: Optional['outputs.ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfig'] = None):
|
10136
|
-
"""
|
10137
|
-
:param 'ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigArgs' private_registry_access_config: Configuration for private container registries. There are two fields in this config:
|
10138
|
-
"""
|
10139
|
-
if private_registry_access_config is not None:
|
10140
|
-
pulumi.set(__self__, "private_registry_access_config", private_registry_access_config)
|
10141
|
-
|
10142
|
-
@property
|
10143
|
-
@pulumi.getter(name="privateRegistryAccessConfig")
|
10144
|
-
def private_registry_access_config(self) -> Optional['outputs.ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfig']:
|
10145
|
-
"""
|
10146
|
-
Configuration for private container registries. There are two fields in this config:
|
10147
|
-
"""
|
10148
|
-
return pulumi.get(self, "private_registry_access_config")
|
10149
|
-
|
10150
|
-
|
10151
|
-
@pulumi.output_type
|
10152
|
-
class ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfig(dict):
|
10153
|
-
@staticmethod
|
10154
|
-
def __key_warning(key: str):
|
10155
|
-
suggest = None
|
10156
|
-
if key == "certificateAuthorityDomainConfigs":
|
10157
|
-
suggest = "certificate_authority_domain_configs"
|
10158
|
-
|
10159
|
-
if suggest:
|
10160
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfig. Access the value via the '{suggest}' property getter instead.")
|
10161
|
-
|
10162
|
-
def __getitem__(self, key: str) -> Any:
|
10163
|
-
ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfig.__key_warning(key)
|
10164
|
-
return super().__getitem__(key)
|
10165
|
-
|
10166
|
-
def get(self, key: str, default = None) -> Any:
|
10167
|
-
ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfig.__key_warning(key)
|
10168
|
-
return super().get(key, default)
|
10169
|
-
|
10170
|
-
def __init__(__self__, *,
|
10171
|
-
enabled: bool,
|
10172
|
-
certificate_authority_domain_configs: Optional[Sequence['outputs.ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig']] = None):
|
10173
|
-
"""
|
10174
|
-
:param bool enabled: Enables private registry config. If set to false, all other fields in this object must not be set.
|
10175
|
-
:param Sequence['ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigArgs'] certificate_authority_domain_configs: List of configuration objects for CA and domains. Each object identifies a certificate and its assigned domains. See [how to configure for private container registries](https://cloud.google.com/kubernetes-engine/docs/how-to/access-private-registries-private-certificates) for more detail. Example:
|
10176
|
-
"""
|
10177
|
-
pulumi.set(__self__, "enabled", enabled)
|
10178
|
-
if certificate_authority_domain_configs is not None:
|
10179
|
-
pulumi.set(__self__, "certificate_authority_domain_configs", certificate_authority_domain_configs)
|
10180
|
-
|
10181
|
-
@property
|
10182
|
-
@pulumi.getter
|
10183
|
-
def enabled(self) -> bool:
|
10184
|
-
"""
|
10185
|
-
Enables private registry config. If set to false, all other fields in this object must not be set.
|
10186
|
-
"""
|
10187
|
-
return pulumi.get(self, "enabled")
|
10188
|
-
|
10189
|
-
@property
|
10190
|
-
@pulumi.getter(name="certificateAuthorityDomainConfigs")
|
10191
|
-
def certificate_authority_domain_configs(self) -> Optional[Sequence['outputs.ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig']]:
|
10192
|
-
"""
|
10193
|
-
List of configuration objects for CA and domains. Each object identifies a certificate and its assigned domains. See [how to configure for private container registries](https://cloud.google.com/kubernetes-engine/docs/how-to/access-private-registries-private-certificates) for more detail. Example:
|
10194
|
-
"""
|
10195
|
-
return pulumi.get(self, "certificate_authority_domain_configs")
|
10196
|
-
|
10197
|
-
|
10198
|
-
@pulumi.output_type
|
10199
|
-
class ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig(dict):
|
10200
|
-
@staticmethod
|
10201
|
-
def __key_warning(key: str):
|
10202
|
-
suggest = None
|
10203
|
-
if key == "gcpSecretManagerCertificateConfig":
|
10204
|
-
suggest = "gcp_secret_manager_certificate_config"
|
10205
|
-
|
10206
|
-
if suggest:
|
10207
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig. Access the value via the '{suggest}' property getter instead.")
|
10208
|
-
|
10209
|
-
def __getitem__(self, key: str) -> Any:
|
10210
|
-
ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig.__key_warning(key)
|
10211
|
-
return super().__getitem__(key)
|
10212
|
-
|
10213
|
-
def get(self, key: str, default = None) -> Any:
|
10214
|
-
ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfig.__key_warning(key)
|
10215
|
-
return super().get(key, default)
|
10216
|
-
|
10217
|
-
def __init__(__self__, *,
|
10218
|
-
fqdns: Sequence[str],
|
10219
|
-
gcp_secret_manager_certificate_config: 'outputs.ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig'):
|
10220
|
-
"""
|
10221
|
-
:param Sequence[str] fqdns: List of fully-qualified-domain-names. IPv4s and port specification are supported.
|
10222
|
-
:param 'ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigArgs' gcp_secret_manager_certificate_config: Parameters for configuring a certificate hosted in GCP SecretManager.
|
10223
|
-
"""
|
10224
|
-
pulumi.set(__self__, "fqdns", fqdns)
|
10225
|
-
pulumi.set(__self__, "gcp_secret_manager_certificate_config", gcp_secret_manager_certificate_config)
|
10226
|
-
|
10227
|
-
@property
|
10228
|
-
@pulumi.getter
|
10229
|
-
def fqdns(self) -> Sequence[str]:
|
10230
|
-
"""
|
10231
|
-
List of fully-qualified-domain-names. IPv4s and port specification are supported.
|
10232
|
-
"""
|
10233
|
-
return pulumi.get(self, "fqdns")
|
10234
|
-
|
10235
|
-
@property
|
10236
|
-
@pulumi.getter(name="gcpSecretManagerCertificateConfig")
|
10237
|
-
def gcp_secret_manager_certificate_config(self) -> 'outputs.ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig':
|
10238
|
-
"""
|
10239
|
-
Parameters for configuring a certificate hosted in GCP SecretManager.
|
10240
|
-
"""
|
10241
|
-
return pulumi.get(self, "gcp_secret_manager_certificate_config")
|
10242
|
-
|
10243
|
-
|
10244
|
-
@pulumi.output_type
|
10245
|
-
class ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig(dict):
|
10246
|
-
@staticmethod
|
10247
|
-
def __key_warning(key: str):
|
10248
|
-
suggest = None
|
10249
|
-
if key == "secretUri":
|
10250
|
-
suggest = "secret_uri"
|
10251
|
-
|
10252
|
-
if suggest:
|
10253
|
-
pulumi.log.warn(f"Key '{key}' not found in ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig. Access the value via the '{suggest}' property getter instead.")
|
10254
|
-
|
10255
|
-
def __getitem__(self, key: str) -> Any:
|
10256
|
-
ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig.__key_warning(key)
|
10257
|
-
return super().__getitem__(key)
|
10258
|
-
|
10259
|
-
def get(self, key: str, default = None) -> Any:
|
10260
|
-
ClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig.__key_warning(key)
|
10261
|
-
return super().get(key, default)
|
10262
|
-
|
10263
|
-
def __init__(__self__, *,
|
10264
|
-
secret_uri: str):
|
10265
|
-
"""
|
10266
|
-
:param str secret_uri: URI for the secret that hosts a certificate. Must be in the format 'projects/PROJECT_NUM/secrets/SECRET_NAME/versions/VERSION_OR_LATEST'.
|
10267
|
-
"""
|
10268
|
-
pulumi.set(__self__, "secret_uri", secret_uri)
|
10269
|
-
|
10270
|
-
@property
|
10271
|
-
@pulumi.getter(name="secretUri")
|
10272
|
-
def secret_uri(self) -> str:
|
10273
|
-
"""
|
10274
|
-
URI for the secret that hosts a certificate. Must be in the format 'projects/PROJECT_NUM/secrets/SECRET_NAME/versions/VERSION_OR_LATEST'.
|
10275
|
-
"""
|
10276
|
-
return pulumi.get(self, "secret_uri")
|
10277
|
-
|
10278
|
-
|
10279
9717
|
@pulumi.output_type
|
10280
9718
|
class ClusterNodePoolNodeConfigEffectiveTaint(dict):
|
10281
9719
|
def __init__(__self__, *,
|
@@ -12686,8 +12124,6 @@ class NodePoolNodeConfig(dict):
|
|
12686
12124
|
suggest = "boot_disk_kms_key"
|
12687
12125
|
elif key == "confidentialNodes":
|
12688
12126
|
suggest = "confidential_nodes"
|
12689
|
-
elif key == "containerdConfig":
|
12690
|
-
suggest = "containerd_config"
|
12691
12127
|
elif key == "diskSizeGb":
|
12692
12128
|
suggest = "disk_size_gb"
|
12693
12129
|
elif key == "diskType":
|
@@ -12762,7 +12198,6 @@ class NodePoolNodeConfig(dict):
|
|
12762
12198
|
advanced_machine_features: Optional['outputs.NodePoolNodeConfigAdvancedMachineFeatures'] = None,
|
12763
12199
|
boot_disk_kms_key: Optional[str] = None,
|
12764
12200
|
confidential_nodes: Optional['outputs.NodePoolNodeConfigConfidentialNodes'] = None,
|
12765
|
-
containerd_config: Optional['outputs.NodePoolNodeConfigContainerdConfig'] = None,
|
12766
12201
|
disk_size_gb: Optional[int] = None,
|
12767
12202
|
disk_type: Optional[str] = None,
|
12768
12203
|
effective_taints: Optional[Sequence['outputs.NodePoolNodeConfigEffectiveTaint']] = None,
|
@@ -12803,7 +12238,6 @@ class NodePoolNodeConfig(dict):
|
|
12803
12238
|
:param 'NodePoolNodeConfigAdvancedMachineFeaturesArgs' advanced_machine_features: Specifies options for controlling advanced machine features.
|
12804
12239
|
:param str boot_disk_kms_key: The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool.
|
12805
12240
|
:param 'NodePoolNodeConfigConfidentialNodesArgs' confidential_nodes: Configuration for Confidential Nodes feature. Structure is documented below.
|
12806
|
-
:param 'NodePoolNodeConfigContainerdConfigArgs' containerd_config: Parameters for containerd configuration.
|
12807
12241
|
:param int disk_size_gb: Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB.
|
12808
12242
|
:param str disk_type: Type of the disk attached to each node. Such as pd-standard, pd-balanced or pd-ssd
|
12809
12243
|
:param Sequence['NodePoolNodeConfigEffectiveTaintArgs'] effective_taints: List of kubernetes taints applied to each node.
|
@@ -12847,8 +12281,6 @@ class NodePoolNodeConfig(dict):
|
|
12847
12281
|
pulumi.set(__self__, "boot_disk_kms_key", boot_disk_kms_key)
|
12848
12282
|
if confidential_nodes is not None:
|
12849
12283
|
pulumi.set(__self__, "confidential_nodes", confidential_nodes)
|
12850
|
-
if containerd_config is not None:
|
12851
|
-
pulumi.set(__self__, "containerd_config", containerd_config)
|
12852
12284
|
if disk_size_gb is not None:
|
12853
12285
|
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
12854
12286
|
if disk_type is not None:
|
@@ -12946,14 +12378,6 @@ class NodePoolNodeConfig(dict):
|
|
12946
12378
|
"""
|
12947
12379
|
return pulumi.get(self, "confidential_nodes")
|
12948
12380
|
|
12949
|
-
@property
|
12950
|
-
@pulumi.getter(name="containerdConfig")
|
12951
|
-
def containerd_config(self) -> Optional['outputs.NodePoolNodeConfigContainerdConfig']:
|
12952
|
-
"""
|
12953
|
-
Parameters for containerd configuration.
|
12954
|
-
"""
|
12955
|
-
return pulumi.get(self, "containerd_config")
|
12956
|
-
|
12957
12381
|
@property
|
12958
12382
|
@pulumi.getter(name="diskSizeGb")
|
12959
12383
|
def disk_size_gb(self) -> Optional[int]:
|
@@ -13208,272 +12632,108 @@ class NodePoolNodeConfig(dict):
|
|
13208
12632
|
"""
|
13209
12633
|
Node affinity options for sole tenant node pools.
|
13210
12634
|
"""
|
13211
|
-
return pulumi.get(self, "sole_tenant_config")
|
13212
|
-
|
13213
|
-
@property
|
13214
|
-
@pulumi.getter
|
13215
|
-
def spot(self) -> Optional[bool]:
|
13216
|
-
"""
|
13217
|
-
Whether the nodes are created as spot VM instances.
|
13218
|
-
"""
|
13219
|
-
return pulumi.get(self, "spot")
|
13220
|
-
|
13221
|
-
@property
|
13222
|
-
@pulumi.getter
|
13223
|
-
def tags(self) -> Optional[Sequence[str]]:
|
13224
|
-
"""
|
13225
|
-
The list of instance tags applied to all nodes.
|
13226
|
-
"""
|
13227
|
-
return pulumi.get(self, "tags")
|
13228
|
-
|
13229
|
-
@property
|
13230
|
-
@pulumi.getter
|
13231
|
-
def taints(self) -> Optional[Sequence['outputs.NodePoolNodeConfigTaint']]:
|
13232
|
-
"""
|
13233
|
-
List of Kubernetes taints to be applied to each node.
|
13234
|
-
"""
|
13235
|
-
return pulumi.get(self, "taints")
|
13236
|
-
|
13237
|
-
@property
|
13238
|
-
@pulumi.getter(name="workloadMetadataConfig")
|
13239
|
-
def workload_metadata_config(self) -> Optional['outputs.NodePoolNodeConfigWorkloadMetadataConfig']:
|
13240
|
-
"""
|
13241
|
-
The workload metadata configuration for this node.
|
13242
|
-
"""
|
13243
|
-
return pulumi.get(self, "workload_metadata_config")
|
13244
|
-
|
13245
|
-
|
13246
|
-
@pulumi.output_type
|
13247
|
-
class NodePoolNodeConfigAdvancedMachineFeatures(dict):
|
13248
|
-
@staticmethod
|
13249
|
-
def __key_warning(key: str):
|
13250
|
-
suggest = None
|
13251
|
-
if key == "threadsPerCore":
|
13252
|
-
suggest = "threads_per_core"
|
13253
|
-
elif key == "enableNestedVirtualization":
|
13254
|
-
suggest = "enable_nested_virtualization"
|
13255
|
-
|
13256
|
-
if suggest:
|
13257
|
-
pulumi.log.warn(f"Key '{key}' not found in NodePoolNodeConfigAdvancedMachineFeatures. Access the value via the '{suggest}' property getter instead.")
|
13258
|
-
|
13259
|
-
def __getitem__(self, key: str) -> Any:
|
13260
|
-
NodePoolNodeConfigAdvancedMachineFeatures.__key_warning(key)
|
13261
|
-
return super().__getitem__(key)
|
13262
|
-
|
13263
|
-
def get(self, key: str, default = None) -> Any:
|
13264
|
-
NodePoolNodeConfigAdvancedMachineFeatures.__key_warning(key)
|
13265
|
-
return super().get(key, default)
|
13266
|
-
|
13267
|
-
def __init__(__self__, *,
|
13268
|
-
threads_per_core: int,
|
13269
|
-
enable_nested_virtualization: Optional[bool] = None):
|
13270
|
-
"""
|
13271
|
-
:param int threads_per_core: The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
|
13272
|
-
:param bool enable_nested_virtualization: Whether the node should have nested virtualization enabled.
|
13273
|
-
"""
|
13274
|
-
pulumi.set(__self__, "threads_per_core", threads_per_core)
|
13275
|
-
if enable_nested_virtualization is not None:
|
13276
|
-
pulumi.set(__self__, "enable_nested_virtualization", enable_nested_virtualization)
|
13277
|
-
|
13278
|
-
@property
|
13279
|
-
@pulumi.getter(name="threadsPerCore")
|
13280
|
-
def threads_per_core(self) -> int:
|
13281
|
-
"""
|
13282
|
-
The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
|
13283
|
-
"""
|
13284
|
-
return pulumi.get(self, "threads_per_core")
|
13285
|
-
|
13286
|
-
@property
|
13287
|
-
@pulumi.getter(name="enableNestedVirtualization")
|
13288
|
-
def enable_nested_virtualization(self) -> Optional[bool]:
|
13289
|
-
"""
|
13290
|
-
Whether the node should have nested virtualization enabled.
|
13291
|
-
"""
|
13292
|
-
return pulumi.get(self, "enable_nested_virtualization")
|
13293
|
-
|
13294
|
-
|
13295
|
-
@pulumi.output_type
|
13296
|
-
class NodePoolNodeConfigConfidentialNodes(dict):
|
13297
|
-
def __init__(__self__, *,
|
13298
|
-
enabled: bool):
|
13299
|
-
"""
|
13300
|
-
:param bool enabled: Enable Confidential GKE Nodes for this cluster, to
|
13301
|
-
enforce encryption of data in-use.
|
13302
|
-
"""
|
13303
|
-
pulumi.set(__self__, "enabled", enabled)
|
13304
|
-
|
13305
|
-
@property
|
13306
|
-
@pulumi.getter
|
13307
|
-
def enabled(self) -> bool:
|
13308
|
-
"""
|
13309
|
-
Enable Confidential GKE Nodes for this cluster, to
|
13310
|
-
enforce encryption of data in-use.
|
13311
|
-
"""
|
13312
|
-
return pulumi.get(self, "enabled")
|
13313
|
-
|
13314
|
-
|
13315
|
-
@pulumi.output_type
|
13316
|
-
class NodePoolNodeConfigContainerdConfig(dict):
|
13317
|
-
@staticmethod
|
13318
|
-
def __key_warning(key: str):
|
13319
|
-
suggest = None
|
13320
|
-
if key == "privateRegistryAccessConfig":
|
13321
|
-
suggest = "private_registry_access_config"
|
13322
|
-
|
13323
|
-
if suggest:
|
13324
|
-
pulumi.log.warn(f"Key '{key}' not found in NodePoolNodeConfigContainerdConfig. Access the value via the '{suggest}' property getter instead.")
|
13325
|
-
|
13326
|
-
def __getitem__(self, key: str) -> Any:
|
13327
|
-
NodePoolNodeConfigContainerdConfig.__key_warning(key)
|
13328
|
-
return super().__getitem__(key)
|
13329
|
-
|
13330
|
-
def get(self, key: str, default = None) -> Any:
|
13331
|
-
NodePoolNodeConfigContainerdConfig.__key_warning(key)
|
13332
|
-
return super().get(key, default)
|
13333
|
-
|
13334
|
-
def __init__(__self__, *,
|
13335
|
-
private_registry_access_config: Optional['outputs.NodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfig'] = None):
|
13336
|
-
"""
|
13337
|
-
:param 'NodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigArgs' private_registry_access_config: Parameters for private container registries configuration.
|
13338
|
-
"""
|
13339
|
-
if private_registry_access_config is not None:
|
13340
|
-
pulumi.set(__self__, "private_registry_access_config", private_registry_access_config)
|
12635
|
+
return pulumi.get(self, "sole_tenant_config")
|
13341
12636
|
|
13342
12637
|
@property
|
13343
|
-
@pulumi.getter
|
13344
|
-
def
|
12638
|
+
@pulumi.getter
|
12639
|
+
def spot(self) -> Optional[bool]:
|
13345
12640
|
"""
|
13346
|
-
|
12641
|
+
Whether the nodes are created as spot VM instances.
|
13347
12642
|
"""
|
13348
|
-
return pulumi.get(self, "
|
13349
|
-
|
13350
|
-
|
13351
|
-
@pulumi.output_type
|
13352
|
-
class NodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfig(dict):
|
13353
|
-
@staticmethod
|
13354
|
-
def __key_warning(key: str):
|
13355
|
-
suggest = None
|
13356
|
-
if key == "certificateAuthorityDomainConfigs":
|
13357
|
-
suggest = "certificate_authority_domain_configs"
|
13358
|
-
|
13359
|
-
if suggest:
|
13360
|
-
pulumi.log.warn(f"Key '{key}' not found in NodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfig. Access the value via the '{suggest}' property getter instead.")
|
13361
|
-
|
13362
|
-
def __getitem__(self, key: str) -> Any:
|
13363
|
-
NodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfig.__key_warning(key)
|
13364
|
-
return super().__getitem__(key)
|
13365
|
-
|
13366
|
-
def get(self, key: str, default = None) -> Any:
|
13367
|
-
NodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfig.__key_warning(key)
|
13368
|
-
return super().get(key, default)
|
12643
|
+
return pulumi.get(self, "spot")
|
13369
12644
|
|
13370
|
-
|
13371
|
-
|
13372
|
-
|
12645
|
+
@property
|
12646
|
+
@pulumi.getter
|
12647
|
+
def tags(self) -> Optional[Sequence[str]]:
|
13373
12648
|
"""
|
13374
|
-
|
13375
|
-
:param Sequence['NodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigArgs'] certificate_authority_domain_configs: Parameters for configuring CA certificate and domains.
|
12649
|
+
The list of instance tags applied to all nodes.
|
13376
12650
|
"""
|
13377
|
-
pulumi.
|
13378
|
-
if certificate_authority_domain_configs is not None:
|
13379
|
-
pulumi.set(__self__, "certificate_authority_domain_configs", certificate_authority_domain_configs)
|
12651
|
+
return pulumi.get(self, "tags")
|
13380
12652
|
|
13381
12653
|
@property
|
13382
12654
|
@pulumi.getter
|
13383
|
-
def
|
12655
|
+
def taints(self) -> Optional[Sequence['outputs.NodePoolNodeConfigTaint']]:
|
13384
12656
|
"""
|
13385
|
-
|
12657
|
+
List of Kubernetes taints to be applied to each node.
|
13386
12658
|
"""
|
13387
|
-
return pulumi.get(self, "
|
12659
|
+
return pulumi.get(self, "taints")
|
13388
12660
|
|
13389
12661
|
@property
|
13390
|
-
@pulumi.getter(name="
|
13391
|
-
def
|
12662
|
+
@pulumi.getter(name="workloadMetadataConfig")
|
12663
|
+
def workload_metadata_config(self) -> Optional['outputs.NodePoolNodeConfigWorkloadMetadataConfig']:
|
13392
12664
|
"""
|
13393
|
-
|
12665
|
+
The workload metadata configuration for this node.
|
13394
12666
|
"""
|
13395
|
-
return pulumi.get(self, "
|
12667
|
+
return pulumi.get(self, "workload_metadata_config")
|
13396
12668
|
|
13397
12669
|
|
13398
12670
|
@pulumi.output_type
|
13399
|
-
class
|
12671
|
+
class NodePoolNodeConfigAdvancedMachineFeatures(dict):
|
13400
12672
|
@staticmethod
|
13401
12673
|
def __key_warning(key: str):
|
13402
12674
|
suggest = None
|
13403
|
-
if key == "
|
13404
|
-
suggest = "
|
12675
|
+
if key == "threadsPerCore":
|
12676
|
+
suggest = "threads_per_core"
|
12677
|
+
elif key == "enableNestedVirtualization":
|
12678
|
+
suggest = "enable_nested_virtualization"
|
13405
12679
|
|
13406
12680
|
if suggest:
|
13407
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
12681
|
+
pulumi.log.warn(f"Key '{key}' not found in NodePoolNodeConfigAdvancedMachineFeatures. Access the value via the '{suggest}' property getter instead.")
|
13408
12682
|
|
13409
12683
|
def __getitem__(self, key: str) -> Any:
|
13410
|
-
|
12684
|
+
NodePoolNodeConfigAdvancedMachineFeatures.__key_warning(key)
|
13411
12685
|
return super().__getitem__(key)
|
13412
12686
|
|
13413
12687
|
def get(self, key: str, default = None) -> Any:
|
13414
|
-
|
12688
|
+
NodePoolNodeConfigAdvancedMachineFeatures.__key_warning(key)
|
13415
12689
|
return super().get(key, default)
|
13416
12690
|
|
13417
12691
|
def __init__(__self__, *,
|
13418
|
-
|
13419
|
-
|
12692
|
+
threads_per_core: int,
|
12693
|
+
enable_nested_virtualization: Optional[bool] = None):
|
13420
12694
|
"""
|
13421
|
-
:param
|
13422
|
-
:param
|
12695
|
+
:param int threads_per_core: The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
|
12696
|
+
:param bool enable_nested_virtualization: Whether the node should have nested virtualization enabled.
|
13423
12697
|
"""
|
13424
|
-
pulumi.set(__self__, "
|
13425
|
-
|
12698
|
+
pulumi.set(__self__, "threads_per_core", threads_per_core)
|
12699
|
+
if enable_nested_virtualization is not None:
|
12700
|
+
pulumi.set(__self__, "enable_nested_virtualization", enable_nested_virtualization)
|
13426
12701
|
|
13427
12702
|
@property
|
13428
|
-
@pulumi.getter
|
13429
|
-
def
|
12703
|
+
@pulumi.getter(name="threadsPerCore")
|
12704
|
+
def threads_per_core(self) -> int:
|
13430
12705
|
"""
|
13431
|
-
|
12706
|
+
The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
|
13432
12707
|
"""
|
13433
|
-
return pulumi.get(self, "
|
12708
|
+
return pulumi.get(self, "threads_per_core")
|
13434
12709
|
|
13435
12710
|
@property
|
13436
|
-
@pulumi.getter(name="
|
13437
|
-
def
|
12711
|
+
@pulumi.getter(name="enableNestedVirtualization")
|
12712
|
+
def enable_nested_virtualization(self) -> Optional[bool]:
|
13438
12713
|
"""
|
13439
|
-
|
12714
|
+
Whether the node should have nested virtualization enabled.
|
13440
12715
|
"""
|
13441
|
-
return pulumi.get(self, "
|
12716
|
+
return pulumi.get(self, "enable_nested_virtualization")
|
13442
12717
|
|
13443
12718
|
|
13444
12719
|
@pulumi.output_type
|
13445
|
-
class
|
13446
|
-
@staticmethod
|
13447
|
-
def __key_warning(key: str):
|
13448
|
-
suggest = None
|
13449
|
-
if key == "secretUri":
|
13450
|
-
suggest = "secret_uri"
|
13451
|
-
|
13452
|
-
if suggest:
|
13453
|
-
pulumi.log.warn(f"Key '{key}' not found in NodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig. Access the value via the '{suggest}' property getter instead.")
|
13454
|
-
|
13455
|
-
def __getitem__(self, key: str) -> Any:
|
13456
|
-
NodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig.__key_warning(key)
|
13457
|
-
return super().__getitem__(key)
|
13458
|
-
|
13459
|
-
def get(self, key: str, default = None) -> Any:
|
13460
|
-
NodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfig.__key_warning(key)
|
13461
|
-
return super().get(key, default)
|
13462
|
-
|
12720
|
+
class NodePoolNodeConfigConfidentialNodes(dict):
|
13463
12721
|
def __init__(__self__, *,
|
13464
|
-
|
12722
|
+
enabled: bool):
|
13465
12723
|
"""
|
13466
|
-
:param
|
12724
|
+
:param bool enabled: Enable Confidential GKE Nodes for this cluster, to
|
12725
|
+
enforce encryption of data in-use.
|
13467
12726
|
"""
|
13468
|
-
pulumi.set(__self__, "
|
12727
|
+
pulumi.set(__self__, "enabled", enabled)
|
13469
12728
|
|
13470
12729
|
@property
|
13471
|
-
@pulumi.getter
|
13472
|
-
def
|
12730
|
+
@pulumi.getter
|
12731
|
+
def enabled(self) -> bool:
|
13473
12732
|
"""
|
13474
|
-
|
12733
|
+
Enable Confidential GKE Nodes for this cluster, to
|
12734
|
+
enforce encryption of data in-use.
|
13475
12735
|
"""
|
13476
|
-
return pulumi.get(self, "
|
12736
|
+
return pulumi.get(self, "enabled")
|
13477
12737
|
|
13478
12738
|
|
13479
12739
|
@pulumi.output_type
|
@@ -16256,7 +15516,6 @@ class GetClusterNodeConfigResult(dict):
|
|
16256
15516
|
advanced_machine_features: Sequence['outputs.GetClusterNodeConfigAdvancedMachineFeatureResult'],
|
16257
15517
|
boot_disk_kms_key: str,
|
16258
15518
|
confidential_nodes: Sequence['outputs.GetClusterNodeConfigConfidentialNodeResult'],
|
16259
|
-
containerd_configs: Sequence['outputs.GetClusterNodeConfigContainerdConfigResult'],
|
16260
15519
|
disk_size_gb: int,
|
16261
15520
|
disk_type: str,
|
16262
15521
|
effective_taints: Sequence['outputs.GetClusterNodeConfigEffectiveTaintResult'],
|
@@ -16297,7 +15556,6 @@ class GetClusterNodeConfigResult(dict):
|
|
16297
15556
|
:param Sequence['GetClusterNodeConfigAdvancedMachineFeatureArgs'] advanced_machine_features: Specifies options for controlling advanced machine features.
|
16298
15557
|
:param str boot_disk_kms_key: The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool.
|
16299
15558
|
:param Sequence['GetClusterNodeConfigConfidentialNodeArgs'] 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.
|
16300
|
-
:param Sequence['GetClusterNodeConfigContainerdConfigArgs'] containerd_configs: Parameters for containerd configuration.
|
16301
15559
|
:param int disk_size_gb: Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB.
|
16302
15560
|
:param str disk_type: Type of the disk attached to each node. Such as pd-standard, pd-balanced or pd-ssd
|
16303
15561
|
:param Sequence['GetClusterNodeConfigEffectiveTaintArgs'] effective_taints: List of kubernetes taints applied to each node.
|
@@ -16338,7 +15596,6 @@ class GetClusterNodeConfigResult(dict):
|
|
16338
15596
|
pulumi.set(__self__, "advanced_machine_features", advanced_machine_features)
|
16339
15597
|
pulumi.set(__self__, "boot_disk_kms_key", boot_disk_kms_key)
|
16340
15598
|
pulumi.set(__self__, "confidential_nodes", confidential_nodes)
|
16341
|
-
pulumi.set(__self__, "containerd_configs", containerd_configs)
|
16342
15599
|
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
16343
15600
|
pulumi.set(__self__, "disk_type", disk_type)
|
16344
15601
|
pulumi.set(__self__, "effective_taints", effective_taints)
|
@@ -16400,14 +15657,6 @@ class GetClusterNodeConfigResult(dict):
|
|
16400
15657
|
"""
|
16401
15658
|
return pulumi.get(self, "confidential_nodes")
|
16402
15659
|
|
16403
|
-
@property
|
16404
|
-
@pulumi.getter(name="containerdConfigs")
|
16405
|
-
def containerd_configs(self) -> Sequence['outputs.GetClusterNodeConfigContainerdConfigResult']:
|
16406
|
-
"""
|
16407
|
-
Parameters for containerd configuration.
|
16408
|
-
"""
|
16409
|
-
return pulumi.get(self, "containerd_configs")
|
16410
|
-
|
16411
15660
|
@property
|
16412
15661
|
@pulumi.getter(name="diskSizeGb")
|
16413
15662
|
def disk_size_gb(self) -> int:
|
@@ -16744,100 +15993,6 @@ class GetClusterNodeConfigConfidentialNodeResult(dict):
|
|
16744
15993
|
return pulumi.get(self, "enabled")
|
16745
15994
|
|
16746
15995
|
|
16747
|
-
@pulumi.output_type
|
16748
|
-
class GetClusterNodeConfigContainerdConfigResult(dict):
|
16749
|
-
def __init__(__self__, *,
|
16750
|
-
private_registry_access_configs: Sequence['outputs.GetClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigResult']):
|
16751
|
-
"""
|
16752
|
-
:param Sequence['GetClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigArgs'] private_registry_access_configs: Parameters for private container registries configuration.
|
16753
|
-
"""
|
16754
|
-
pulumi.set(__self__, "private_registry_access_configs", private_registry_access_configs)
|
16755
|
-
|
16756
|
-
@property
|
16757
|
-
@pulumi.getter(name="privateRegistryAccessConfigs")
|
16758
|
-
def private_registry_access_configs(self) -> Sequence['outputs.GetClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigResult']:
|
16759
|
-
"""
|
16760
|
-
Parameters for private container registries configuration.
|
16761
|
-
"""
|
16762
|
-
return pulumi.get(self, "private_registry_access_configs")
|
16763
|
-
|
16764
|
-
|
16765
|
-
@pulumi.output_type
|
16766
|
-
class GetClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigResult(dict):
|
16767
|
-
def __init__(__self__, *,
|
16768
|
-
certificate_authority_domain_configs: Sequence['outputs.GetClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigResult'],
|
16769
|
-
enabled: bool):
|
16770
|
-
"""
|
16771
|
-
:param Sequence['GetClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigArgs'] certificate_authority_domain_configs: Parameters for configuring CA certificate and domains.
|
16772
|
-
:param bool enabled: Whether or not private registries are configured.
|
16773
|
-
"""
|
16774
|
-
pulumi.set(__self__, "certificate_authority_domain_configs", certificate_authority_domain_configs)
|
16775
|
-
pulumi.set(__self__, "enabled", enabled)
|
16776
|
-
|
16777
|
-
@property
|
16778
|
-
@pulumi.getter(name="certificateAuthorityDomainConfigs")
|
16779
|
-
def certificate_authority_domain_configs(self) -> Sequence['outputs.GetClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigResult']:
|
16780
|
-
"""
|
16781
|
-
Parameters for configuring CA certificate and domains.
|
16782
|
-
"""
|
16783
|
-
return pulumi.get(self, "certificate_authority_domain_configs")
|
16784
|
-
|
16785
|
-
@property
|
16786
|
-
@pulumi.getter
|
16787
|
-
def enabled(self) -> bool:
|
16788
|
-
"""
|
16789
|
-
Whether or not private registries are configured.
|
16790
|
-
"""
|
16791
|
-
return pulumi.get(self, "enabled")
|
16792
|
-
|
16793
|
-
|
16794
|
-
@pulumi.output_type
|
16795
|
-
class GetClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigResult(dict):
|
16796
|
-
def __init__(__self__, *,
|
16797
|
-
fqdns: Sequence[str],
|
16798
|
-
gcp_secret_manager_certificate_configs: Sequence['outputs.GetClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigResult']):
|
16799
|
-
"""
|
16800
|
-
:param Sequence[str] fqdns: List of fully-qualified-domain-names. IPv4s and port specification are supported.
|
16801
|
-
:param Sequence['GetClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigArgs'] gcp_secret_manager_certificate_configs: Parameters for configuring a certificate hosted in GCP SecretManager.
|
16802
|
-
"""
|
16803
|
-
pulumi.set(__self__, "fqdns", fqdns)
|
16804
|
-
pulumi.set(__self__, "gcp_secret_manager_certificate_configs", gcp_secret_manager_certificate_configs)
|
16805
|
-
|
16806
|
-
@property
|
16807
|
-
@pulumi.getter
|
16808
|
-
def fqdns(self) -> Sequence[str]:
|
16809
|
-
"""
|
16810
|
-
List of fully-qualified-domain-names. IPv4s and port specification are supported.
|
16811
|
-
"""
|
16812
|
-
return pulumi.get(self, "fqdns")
|
16813
|
-
|
16814
|
-
@property
|
16815
|
-
@pulumi.getter(name="gcpSecretManagerCertificateConfigs")
|
16816
|
-
def gcp_secret_manager_certificate_configs(self) -> Sequence['outputs.GetClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigResult']:
|
16817
|
-
"""
|
16818
|
-
Parameters for configuring a certificate hosted in GCP SecretManager.
|
16819
|
-
"""
|
16820
|
-
return pulumi.get(self, "gcp_secret_manager_certificate_configs")
|
16821
|
-
|
16822
|
-
|
16823
|
-
@pulumi.output_type
|
16824
|
-
class GetClusterNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigResult(dict):
|
16825
|
-
def __init__(__self__, *,
|
16826
|
-
secret_uri: str):
|
16827
|
-
"""
|
16828
|
-
:param str secret_uri: URI for the secret that hosts a certificate. Must be in the format 'projects/PROJECT_NUM/secrets/SECRET_NAME/versions/VERSION_OR_LATEST'.
|
16829
|
-
"""
|
16830
|
-
pulumi.set(__self__, "secret_uri", secret_uri)
|
16831
|
-
|
16832
|
-
@property
|
16833
|
-
@pulumi.getter(name="secretUri")
|
16834
|
-
def secret_uri(self) -> str:
|
16835
|
-
"""
|
16836
|
-
URI for the secret that hosts a certificate. Must be in the format 'projects/PROJECT_NUM/secrets/SECRET_NAME/versions/VERSION_OR_LATEST'.
|
16837
|
-
"""
|
16838
|
-
return pulumi.get(self, "secret_uri")
|
16839
|
-
|
16840
|
-
|
16841
15996
|
@pulumi.output_type
|
16842
15997
|
class GetClusterNodeConfigEffectiveTaintResult(dict):
|
16843
15998
|
def __init__(__self__, *,
|
@@ -17734,26 +16889,15 @@ class GetClusterNodePoolDefaultResult(dict):
|
|
17734
16889
|
@pulumi.output_type
|
17735
16890
|
class GetClusterNodePoolDefaultNodeConfigDefaultResult(dict):
|
17736
16891
|
def __init__(__self__, *,
|
17737
|
-
containerd_configs: Sequence['outputs.GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigResult'],
|
17738
16892
|
gcfs_configs: Sequence['outputs.GetClusterNodePoolDefaultNodeConfigDefaultGcfsConfigResult'],
|
17739
16893
|
logging_variant: str):
|
17740
16894
|
"""
|
17741
|
-
:param Sequence['GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigArgs'] containerd_configs: Parameters for containerd configuration.
|
17742
16895
|
:param Sequence['GetClusterNodePoolDefaultNodeConfigDefaultGcfsConfigArgs'] gcfs_configs: GCFS configuration for this node.
|
17743
16896
|
:param str logging_variant: Type of logging agent that is used as the default value for node pools in the cluster. Valid values include DEFAULT and MAX_THROUGHPUT.
|
17744
16897
|
"""
|
17745
|
-
pulumi.set(__self__, "containerd_configs", containerd_configs)
|
17746
16898
|
pulumi.set(__self__, "gcfs_configs", gcfs_configs)
|
17747
16899
|
pulumi.set(__self__, "logging_variant", logging_variant)
|
17748
16900
|
|
17749
|
-
@property
|
17750
|
-
@pulumi.getter(name="containerdConfigs")
|
17751
|
-
def containerd_configs(self) -> Sequence['outputs.GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigResult']:
|
17752
|
-
"""
|
17753
|
-
Parameters for containerd configuration.
|
17754
|
-
"""
|
17755
|
-
return pulumi.get(self, "containerd_configs")
|
17756
|
-
|
17757
16901
|
@property
|
17758
16902
|
@pulumi.getter(name="gcfsConfigs")
|
17759
16903
|
def gcfs_configs(self) -> Sequence['outputs.GetClusterNodePoolDefaultNodeConfigDefaultGcfsConfigResult']:
|
@@ -17771,100 +16915,6 @@ class GetClusterNodePoolDefaultNodeConfigDefaultResult(dict):
|
|
17771
16915
|
return pulumi.get(self, "logging_variant")
|
17772
16916
|
|
17773
16917
|
|
17774
|
-
@pulumi.output_type
|
17775
|
-
class GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigResult(dict):
|
17776
|
-
def __init__(__self__, *,
|
17777
|
-
private_registry_access_configs: Sequence['outputs.GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigPrivateRegistryAccessConfigResult']):
|
17778
|
-
"""
|
17779
|
-
:param Sequence['GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigPrivateRegistryAccessConfigArgs'] private_registry_access_configs: Parameters for private container registries configuration.
|
17780
|
-
"""
|
17781
|
-
pulumi.set(__self__, "private_registry_access_configs", private_registry_access_configs)
|
17782
|
-
|
17783
|
-
@property
|
17784
|
-
@pulumi.getter(name="privateRegistryAccessConfigs")
|
17785
|
-
def private_registry_access_configs(self) -> Sequence['outputs.GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigPrivateRegistryAccessConfigResult']:
|
17786
|
-
"""
|
17787
|
-
Parameters for private container registries configuration.
|
17788
|
-
"""
|
17789
|
-
return pulumi.get(self, "private_registry_access_configs")
|
17790
|
-
|
17791
|
-
|
17792
|
-
@pulumi.output_type
|
17793
|
-
class GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigPrivateRegistryAccessConfigResult(dict):
|
17794
|
-
def __init__(__self__, *,
|
17795
|
-
certificate_authority_domain_configs: Sequence['outputs.GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigResult'],
|
17796
|
-
enabled: bool):
|
17797
|
-
"""
|
17798
|
-
:param Sequence['GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigArgs'] certificate_authority_domain_configs: Parameters for configuring CA certificate and domains.
|
17799
|
-
:param bool enabled: Whether or not private registries are configured.
|
17800
|
-
"""
|
17801
|
-
pulumi.set(__self__, "certificate_authority_domain_configs", certificate_authority_domain_configs)
|
17802
|
-
pulumi.set(__self__, "enabled", enabled)
|
17803
|
-
|
17804
|
-
@property
|
17805
|
-
@pulumi.getter(name="certificateAuthorityDomainConfigs")
|
17806
|
-
def certificate_authority_domain_configs(self) -> Sequence['outputs.GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigResult']:
|
17807
|
-
"""
|
17808
|
-
Parameters for configuring CA certificate and domains.
|
17809
|
-
"""
|
17810
|
-
return pulumi.get(self, "certificate_authority_domain_configs")
|
17811
|
-
|
17812
|
-
@property
|
17813
|
-
@pulumi.getter
|
17814
|
-
def enabled(self) -> bool:
|
17815
|
-
"""
|
17816
|
-
Whether or not private registries are configured.
|
17817
|
-
"""
|
17818
|
-
return pulumi.get(self, "enabled")
|
17819
|
-
|
17820
|
-
|
17821
|
-
@pulumi.output_type
|
17822
|
-
class GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigResult(dict):
|
17823
|
-
def __init__(__self__, *,
|
17824
|
-
fqdns: Sequence[str],
|
17825
|
-
gcp_secret_manager_certificate_configs: Sequence['outputs.GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigResult']):
|
17826
|
-
"""
|
17827
|
-
:param Sequence[str] fqdns: List of fully-qualified-domain-names. IPv4s and port specification are supported.
|
17828
|
-
:param Sequence['GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigArgs'] gcp_secret_manager_certificate_configs: Parameters for configuring a certificate hosted in GCP SecretManager.
|
17829
|
-
"""
|
17830
|
-
pulumi.set(__self__, "fqdns", fqdns)
|
17831
|
-
pulumi.set(__self__, "gcp_secret_manager_certificate_configs", gcp_secret_manager_certificate_configs)
|
17832
|
-
|
17833
|
-
@property
|
17834
|
-
@pulumi.getter
|
17835
|
-
def fqdns(self) -> Sequence[str]:
|
17836
|
-
"""
|
17837
|
-
List of fully-qualified-domain-names. IPv4s and port specification are supported.
|
17838
|
-
"""
|
17839
|
-
return pulumi.get(self, "fqdns")
|
17840
|
-
|
17841
|
-
@property
|
17842
|
-
@pulumi.getter(name="gcpSecretManagerCertificateConfigs")
|
17843
|
-
def gcp_secret_manager_certificate_configs(self) -> Sequence['outputs.GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigResult']:
|
17844
|
-
"""
|
17845
|
-
Parameters for configuring a certificate hosted in GCP SecretManager.
|
17846
|
-
"""
|
17847
|
-
return pulumi.get(self, "gcp_secret_manager_certificate_configs")
|
17848
|
-
|
17849
|
-
|
17850
|
-
@pulumi.output_type
|
17851
|
-
class GetClusterNodePoolDefaultNodeConfigDefaultContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigResult(dict):
|
17852
|
-
def __init__(__self__, *,
|
17853
|
-
secret_uri: str):
|
17854
|
-
"""
|
17855
|
-
:param str secret_uri: URI for the secret that hosts a certificate. Must be in the format 'projects/PROJECT_NUM/secrets/SECRET_NAME/versions/VERSION_OR_LATEST'.
|
17856
|
-
"""
|
17857
|
-
pulumi.set(__self__, "secret_uri", secret_uri)
|
17858
|
-
|
17859
|
-
@property
|
17860
|
-
@pulumi.getter(name="secretUri")
|
17861
|
-
def secret_uri(self) -> str:
|
17862
|
-
"""
|
17863
|
-
URI for the secret that hosts a certificate. Must be in the format 'projects/PROJECT_NUM/secrets/SECRET_NAME/versions/VERSION_OR_LATEST'.
|
17864
|
-
"""
|
17865
|
-
return pulumi.get(self, "secret_uri")
|
17866
|
-
|
17867
|
-
|
17868
16918
|
@pulumi.output_type
|
17869
16919
|
class GetClusterNodePoolDefaultNodeConfigDefaultGcfsConfigResult(dict):
|
17870
16920
|
def __init__(__self__, *,
|
@@ -18112,7 +17162,6 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
18112
17162
|
advanced_machine_features: Sequence['outputs.GetClusterNodePoolNodeConfigAdvancedMachineFeatureResult'],
|
18113
17163
|
boot_disk_kms_key: str,
|
18114
17164
|
confidential_nodes: Sequence['outputs.GetClusterNodePoolNodeConfigConfidentialNodeResult'],
|
18115
|
-
containerd_configs: Sequence['outputs.GetClusterNodePoolNodeConfigContainerdConfigResult'],
|
18116
17165
|
disk_size_gb: int,
|
18117
17166
|
disk_type: str,
|
18118
17167
|
effective_taints: Sequence['outputs.GetClusterNodePoolNodeConfigEffectiveTaintResult'],
|
@@ -18153,7 +17202,6 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
18153
17202
|
:param Sequence['GetClusterNodePoolNodeConfigAdvancedMachineFeatureArgs'] advanced_machine_features: Specifies options for controlling advanced machine features.
|
18154
17203
|
:param str boot_disk_kms_key: The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool.
|
18155
17204
|
:param Sequence['GetClusterNodePoolNodeConfigConfidentialNodeArgs'] 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.
|
18156
|
-
:param Sequence['GetClusterNodePoolNodeConfigContainerdConfigArgs'] containerd_configs: Parameters for containerd configuration.
|
18157
17205
|
:param int disk_size_gb: Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB.
|
18158
17206
|
:param str disk_type: Type of the disk attached to each node. Such as pd-standard, pd-balanced or pd-ssd
|
18159
17207
|
:param Sequence['GetClusterNodePoolNodeConfigEffectiveTaintArgs'] effective_taints: List of kubernetes taints applied to each node.
|
@@ -18194,7 +17242,6 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
18194
17242
|
pulumi.set(__self__, "advanced_machine_features", advanced_machine_features)
|
18195
17243
|
pulumi.set(__self__, "boot_disk_kms_key", boot_disk_kms_key)
|
18196
17244
|
pulumi.set(__self__, "confidential_nodes", confidential_nodes)
|
18197
|
-
pulumi.set(__self__, "containerd_configs", containerd_configs)
|
18198
17245
|
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
18199
17246
|
pulumi.set(__self__, "disk_type", disk_type)
|
18200
17247
|
pulumi.set(__self__, "effective_taints", effective_taints)
|
@@ -18256,14 +17303,6 @@ class GetClusterNodePoolNodeConfigResult(dict):
|
|
18256
17303
|
"""
|
18257
17304
|
return pulumi.get(self, "confidential_nodes")
|
18258
17305
|
|
18259
|
-
@property
|
18260
|
-
@pulumi.getter(name="containerdConfigs")
|
18261
|
-
def containerd_configs(self) -> Sequence['outputs.GetClusterNodePoolNodeConfigContainerdConfigResult']:
|
18262
|
-
"""
|
18263
|
-
Parameters for containerd configuration.
|
18264
|
-
"""
|
18265
|
-
return pulumi.get(self, "containerd_configs")
|
18266
|
-
|
18267
17306
|
@property
|
18268
17307
|
@pulumi.getter(name="diskSizeGb")
|
18269
17308
|
def disk_size_gb(self) -> int:
|
@@ -18600,100 +17639,6 @@ class GetClusterNodePoolNodeConfigConfidentialNodeResult(dict):
|
|
18600
17639
|
return pulumi.get(self, "enabled")
|
18601
17640
|
|
18602
17641
|
|
18603
|
-
@pulumi.output_type
|
18604
|
-
class GetClusterNodePoolNodeConfigContainerdConfigResult(dict):
|
18605
|
-
def __init__(__self__, *,
|
18606
|
-
private_registry_access_configs: Sequence['outputs.GetClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigResult']):
|
18607
|
-
"""
|
18608
|
-
:param Sequence['GetClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigArgs'] private_registry_access_configs: Parameters for private container registries configuration.
|
18609
|
-
"""
|
18610
|
-
pulumi.set(__self__, "private_registry_access_configs", private_registry_access_configs)
|
18611
|
-
|
18612
|
-
@property
|
18613
|
-
@pulumi.getter(name="privateRegistryAccessConfigs")
|
18614
|
-
def private_registry_access_configs(self) -> Sequence['outputs.GetClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigResult']:
|
18615
|
-
"""
|
18616
|
-
Parameters for private container registries configuration.
|
18617
|
-
"""
|
18618
|
-
return pulumi.get(self, "private_registry_access_configs")
|
18619
|
-
|
18620
|
-
|
18621
|
-
@pulumi.output_type
|
18622
|
-
class GetClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigResult(dict):
|
18623
|
-
def __init__(__self__, *,
|
18624
|
-
certificate_authority_domain_configs: Sequence['outputs.GetClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigResult'],
|
18625
|
-
enabled: bool):
|
18626
|
-
"""
|
18627
|
-
:param Sequence['GetClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigArgs'] certificate_authority_domain_configs: Parameters for configuring CA certificate and domains.
|
18628
|
-
:param bool enabled: Whether or not private registries are configured.
|
18629
|
-
"""
|
18630
|
-
pulumi.set(__self__, "certificate_authority_domain_configs", certificate_authority_domain_configs)
|
18631
|
-
pulumi.set(__self__, "enabled", enabled)
|
18632
|
-
|
18633
|
-
@property
|
18634
|
-
@pulumi.getter(name="certificateAuthorityDomainConfigs")
|
18635
|
-
def certificate_authority_domain_configs(self) -> Sequence['outputs.GetClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigResult']:
|
18636
|
-
"""
|
18637
|
-
Parameters for configuring CA certificate and domains.
|
18638
|
-
"""
|
18639
|
-
return pulumi.get(self, "certificate_authority_domain_configs")
|
18640
|
-
|
18641
|
-
@property
|
18642
|
-
@pulumi.getter
|
18643
|
-
def enabled(self) -> bool:
|
18644
|
-
"""
|
18645
|
-
Whether or not private registries are configured.
|
18646
|
-
"""
|
18647
|
-
return pulumi.get(self, "enabled")
|
18648
|
-
|
18649
|
-
|
18650
|
-
@pulumi.output_type
|
18651
|
-
class GetClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigResult(dict):
|
18652
|
-
def __init__(__self__, *,
|
18653
|
-
fqdns: Sequence[str],
|
18654
|
-
gcp_secret_manager_certificate_configs: Sequence['outputs.GetClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigResult']):
|
18655
|
-
"""
|
18656
|
-
:param Sequence[str] fqdns: List of fully-qualified-domain-names. IPv4s and port specification are supported.
|
18657
|
-
:param Sequence['GetClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigArgs'] gcp_secret_manager_certificate_configs: Parameters for configuring a certificate hosted in GCP SecretManager.
|
18658
|
-
"""
|
18659
|
-
pulumi.set(__self__, "fqdns", fqdns)
|
18660
|
-
pulumi.set(__self__, "gcp_secret_manager_certificate_configs", gcp_secret_manager_certificate_configs)
|
18661
|
-
|
18662
|
-
@property
|
18663
|
-
@pulumi.getter
|
18664
|
-
def fqdns(self) -> Sequence[str]:
|
18665
|
-
"""
|
18666
|
-
List of fully-qualified-domain-names. IPv4s and port specification are supported.
|
18667
|
-
"""
|
18668
|
-
return pulumi.get(self, "fqdns")
|
18669
|
-
|
18670
|
-
@property
|
18671
|
-
@pulumi.getter(name="gcpSecretManagerCertificateConfigs")
|
18672
|
-
def gcp_secret_manager_certificate_configs(self) -> Sequence['outputs.GetClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigResult']:
|
18673
|
-
"""
|
18674
|
-
Parameters for configuring a certificate hosted in GCP SecretManager.
|
18675
|
-
"""
|
18676
|
-
return pulumi.get(self, "gcp_secret_manager_certificate_configs")
|
18677
|
-
|
18678
|
-
|
18679
|
-
@pulumi.output_type
|
18680
|
-
class GetClusterNodePoolNodeConfigContainerdConfigPrivateRegistryAccessConfigCertificateAuthorityDomainConfigGcpSecretManagerCertificateConfigResult(dict):
|
18681
|
-
def __init__(__self__, *,
|
18682
|
-
secret_uri: str):
|
18683
|
-
"""
|
18684
|
-
:param str secret_uri: URI for the secret that hosts a certificate. Must be in the format 'projects/PROJECT_NUM/secrets/SECRET_NAME/versions/VERSION_OR_LATEST'.
|
18685
|
-
"""
|
18686
|
-
pulumi.set(__self__, "secret_uri", secret_uri)
|
18687
|
-
|
18688
|
-
@property
|
18689
|
-
@pulumi.getter(name="secretUri")
|
18690
|
-
def secret_uri(self) -> str:
|
18691
|
-
"""
|
18692
|
-
URI for the secret that hosts a certificate. Must be in the format 'projects/PROJECT_NUM/secrets/SECRET_NAME/versions/VERSION_OR_LATEST'.
|
18693
|
-
"""
|
18694
|
-
return pulumi.get(self, "secret_uri")
|
18695
|
-
|
18696
|
-
|
18697
17642
|
@pulumi.output_type
|
18698
17643
|
class GetClusterNodePoolNodeConfigEffectiveTaintResult(dict):
|
18699
17644
|
def __init__(__self__, *,
|