pulumi-gcp 8.42.0a1756709266__py3-none-any.whl → 8.42.0a1756925793__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/bigquery/app_profile.py +14 -49
- pulumi_gcp/bigquery/dataset_access.py +4 -8
- pulumi_gcp/bigquery/table.py +7 -21
- pulumi_gcp/bigtable/app_profile.py +14 -49
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/cloudbuild/worker_pool.py +28 -21
- pulumi_gcp/cloudfunctions/function.py +4 -8
- pulumi_gcp/composer/environment.py +28 -49
- pulumi_gcp/compute/instance_from_machine_image.py +75 -110
- pulumi_gcp/compute/instance_from_template.py +75 -110
- pulumi_gcp/compute/instance_group_manager.py +7 -14
- pulumi_gcp/compute/instance_template.py +7 -14
- pulumi_gcp/compute/interconnect.py +4 -8
- pulumi_gcp/compute/region_instance_group_manager.py +7 -14
- pulumi_gcp/container/aws_cluster.py +28 -42
- pulumi_gcp/container/aws_node_pool.py +28 -42
- pulumi_gcp/container/azure_cluster.py +35 -70
- pulumi_gcp/container/azure_node_pool.py +28 -42
- pulumi_gcp/dataplex/asset.py +28 -21
- pulumi_gcp/dataplex/zone.py +28 -21
- pulumi_gcp/dataproc/cluster.py +21 -14
- pulumi_gcp/dataproc/workflow_template.py +42 -105
- pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
- pulumi_gcp/logging/folder_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_bucket_config.py +7 -21
- pulumi_gcp/monitoring/dashboard.py +7 -14
- pulumi_gcp/organizations/project.py +7 -21
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/database_instance.py +7 -14
- pulumi_gcp/storage/bucket.py +7 -14
- {pulumi_gcp-8.42.0a1756709266.dist-info → pulumi_gcp-8.42.0a1756925793.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1756709266.dist-info → pulumi_gcp-8.42.0a1756925793.dist-info}/RECORD +34 -34
- {pulumi_gcp-8.42.0a1756709266.dist-info → pulumi_gcp-8.42.0a1756925793.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1756709266.dist-info → pulumi_gcp-8.42.0a1756925793.dist-info}/top_level.txt +0 -0
@@ -508,8 +508,7 @@ class _InterconnectState:
|
|
508
508
|
- CANCELLED: The outage associated with this notification was cancelled before the
|
509
509
|
outage was due to start.
|
510
510
|
- COMPLETED: The outage associated with this notification is complete.
|
511
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] wire_groups: A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The Interconnect cannot be
|
512
|
-
deleted if this list is non-empty.
|
511
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] wire_groups: A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The Interconnect cannot be deleted if this list is non-empty.
|
513
512
|
"""
|
514
513
|
if aai_enabled is not None:
|
515
514
|
pulumi.set(__self__, "aai_enabled", aai_enabled)
|
@@ -1046,8 +1045,7 @@ class _InterconnectState:
|
|
1046
1045
|
@pulumi.getter(name="wireGroups")
|
1047
1046
|
def wire_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
1048
1047
|
"""
|
1049
|
-
A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The Interconnect cannot be
|
1050
|
-
deleted if this list is non-empty.
|
1048
|
+
A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The Interconnect cannot be deleted if this list is non-empty.
|
1051
1049
|
"""
|
1052
1050
|
return pulumi.get(self, "wire_groups")
|
1053
1051
|
|
@@ -1483,8 +1481,7 @@ class Interconnect(pulumi.CustomResource):
|
|
1483
1481
|
- CANCELLED: The outage associated with this notification was cancelled before the
|
1484
1482
|
outage was due to start.
|
1485
1483
|
- COMPLETED: The outage associated with this notification is complete.
|
1486
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] wire_groups: A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The Interconnect cannot be
|
1487
|
-
deleted if this list is non-empty.
|
1484
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] wire_groups: A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The Interconnect cannot be deleted if this list is non-empty.
|
1488
1485
|
"""
|
1489
1486
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
1490
1487
|
|
@@ -1860,8 +1857,7 @@ class Interconnect(pulumi.CustomResource):
|
|
1860
1857
|
@pulumi.getter(name="wireGroups")
|
1861
1858
|
def wire_groups(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
1862
1859
|
"""
|
1863
|
-
A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The Interconnect cannot be
|
1864
|
-
deleted if this list is non-empty.
|
1860
|
+
A list of the URLs of all CrossSiteNetwork WireGroups configured to use this Interconnect. The Interconnect cannot be deleted if this list is non-empty.
|
1865
1861
|
"""
|
1866
1862
|
return pulumi.get(self, "wire_groups")
|
1867
1863
|
|
@@ -96,8 +96,7 @@ class RegionInstanceGroupManagerArgs:
|
|
96
96
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] target_pools: The full URL of all target pools to which new
|
97
97
|
instances in the group are added. Updating the target pools attribute does
|
98
98
|
not affect existing instances.
|
99
|
-
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
100
|
-
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
99
|
+
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
101
100
|
:param pulumi.Input[_builtins.int] target_stopped_size: The target number of stopped instances for this managed instance group.
|
102
101
|
:param pulumi.Input[_builtins.int] target_suspended_size: The target number of suspended instances for this managed instance group.
|
103
102
|
:param pulumi.Input['RegionInstanceGroupManagerUpdatePolicyArgs'] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
@@ -431,8 +430,7 @@ class RegionInstanceGroupManagerArgs:
|
|
431
430
|
@pulumi.getter(name="targetSize")
|
432
431
|
def target_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
433
432
|
"""
|
434
|
-
The target number of running instances for this managed instance group. This value should always be explicitly set
|
435
|
-
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
433
|
+
The target number of running instances for this managed instance group. This value should always be explicitly set unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
436
434
|
"""
|
437
435
|
return pulumi.get(self, "target_size")
|
438
436
|
|
@@ -593,8 +591,7 @@ class _RegionInstanceGroupManagerState:
|
|
593
591
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] target_pools: The full URL of all target pools to which new
|
594
592
|
instances in the group are added. Updating the target pools attribute does
|
595
593
|
not affect existing instances.
|
596
|
-
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
597
|
-
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
594
|
+
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
598
595
|
:param pulumi.Input[_builtins.int] target_stopped_size: The target number of stopped instances for this managed instance group.
|
599
596
|
:param pulumi.Input[_builtins.int] target_suspended_size: The target number of suspended instances for this managed instance group.
|
600
597
|
:param pulumi.Input['RegionInstanceGroupManagerUpdatePolicyArgs'] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
@@ -1003,8 +1000,7 @@ class _RegionInstanceGroupManagerState:
|
|
1003
1000
|
@pulumi.getter(name="targetSize")
|
1004
1001
|
def target_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
1005
1002
|
"""
|
1006
|
-
The target number of running instances for this managed instance group. This value should always be explicitly set
|
1007
|
-
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1003
|
+
The target number of running instances for this managed instance group. This value should always be explicitly set unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1008
1004
|
"""
|
1009
1005
|
return pulumi.get(self, "target_size")
|
1010
1006
|
|
@@ -1290,8 +1286,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1290
1286
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] target_pools: The full URL of all target pools to which new
|
1291
1287
|
instances in the group are added. Updating the target pools attribute does
|
1292
1288
|
not affect existing instances.
|
1293
|
-
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
1294
|
-
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1289
|
+
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1295
1290
|
:param pulumi.Input[_builtins.int] target_stopped_size: The target number of stopped instances for this managed instance group.
|
1296
1291
|
:param pulumi.Input[_builtins.int] target_suspended_size: The target number of suspended instances for this managed instance group.
|
1297
1292
|
:param pulumi.Input[Union['RegionInstanceGroupManagerUpdatePolicyArgs', 'RegionInstanceGroupManagerUpdatePolicyArgsDict']] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
@@ -1616,8 +1611,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1616
1611
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] target_pools: The full URL of all target pools to which new
|
1617
1612
|
instances in the group are added. Updating the target pools attribute does
|
1618
1613
|
not affect existing instances.
|
1619
|
-
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set
|
1620
|
-
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1614
|
+
:param pulumi.Input[_builtins.int] target_size: The target number of running instances for this managed instance group. This value should always be explicitly set unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1621
1615
|
:param pulumi.Input[_builtins.int] target_stopped_size: The target number of stopped instances for this managed instance group.
|
1622
1616
|
:param pulumi.Input[_builtins.int] target_suspended_size: The target number of suspended instances for this managed instance group.
|
1623
1617
|
:param pulumi.Input[Union['RegionInstanceGroupManagerUpdatePolicyArgs', 'RegionInstanceGroupManagerUpdatePolicyArgsDict']] update_policy: The update policy for this managed instance group. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/updating-managed-instance-groups) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
@@ -1899,8 +1893,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1899
1893
|
@pulumi.getter(name="targetSize")
|
1900
1894
|
def target_size(self) -> pulumi.Output[_builtins.int]:
|
1901
1895
|
"""
|
1902
|
-
The target number of running instances for this managed instance group. This value should always be explicitly set
|
1903
|
-
unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1896
|
+
The target number of running instances for this managed instance group. This value should always be explicitly set unless this resource is attached to an autoscaler, in which case it should never be set. Defaults to 0.
|
1904
1897
|
"""
|
1905
1898
|
return pulumi.get(self, "target_size")
|
1906
1899
|
|
@@ -41,12 +41,10 @@ class AwsClusterArgs:
|
|
41
41
|
:param pulumi.Input['AwsClusterFleetArgs'] fleet: Fleet configuration.
|
42
42
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
43
43
|
:param pulumi.Input['AwsClusterNetworkingArgs'] networking: Cluster-wide networking configuration.
|
44
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
49
|
-
`effective_annotations` for all of the annotations present on the resource.
|
44
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
45
|
+
|
46
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
47
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
50
48
|
:param pulumi.Input['AwsClusterBinaryAuthorizationArgs'] binary_authorization: Configuration options for the Binary Authorization feature.
|
51
49
|
:param pulumi.Input[_builtins.str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
|
52
50
|
:param pulumi.Input['AwsClusterLoggingConfigArgs'] logging_config: Logging configuration.
|
@@ -148,12 +146,10 @@ class AwsClusterArgs:
|
|
148
146
|
@pulumi.getter
|
149
147
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
150
148
|
"""
|
151
|
-
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
156
|
-
`effective_annotations` for all of the annotations present on the resource.
|
149
|
+
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
150
|
+
|
151
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
152
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
157
153
|
"""
|
158
154
|
return pulumi.get(self, "annotations")
|
159
155
|
|
@@ -248,12 +244,10 @@ class _AwsClusterState:
|
|
248
244
|
workload_identity_configs: Optional[pulumi.Input[Sequence[pulumi.Input['AwsClusterWorkloadIdentityConfigArgs']]]] = None):
|
249
245
|
"""
|
250
246
|
Input properties used for looking up and filtering AwsCluster resources.
|
251
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
256
|
-
`effective_annotations` for all of the annotations present on the resource.
|
247
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
248
|
+
|
249
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
250
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
257
251
|
:param pulumi.Input['AwsClusterAuthorizationArgs'] authorization: Configuration related to the cluster RBAC settings.
|
258
252
|
:param pulumi.Input[_builtins.str] aws_region: The AWS region where the cluster runs. Each Google Cloud region supports a subset of nearby AWS regions. You can call to list all supported AWS regions within a given Google Cloud region.
|
259
253
|
:param pulumi.Input['AwsClusterBinaryAuthorizationArgs'] binary_authorization: Configuration options for the Binary Authorization feature.
|
@@ -321,12 +315,10 @@ class _AwsClusterState:
|
|
321
315
|
@pulumi.getter
|
322
316
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
323
317
|
"""
|
324
|
-
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
329
|
-
`effective_annotations` for all of the annotations present on the resource.
|
318
|
+
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
319
|
+
|
320
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
321
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
330
322
|
"""
|
331
323
|
return pulumi.get(self, "annotations")
|
332
324
|
|
@@ -849,12 +841,10 @@ class AwsCluster(pulumi.CustomResource):
|
|
849
841
|
|
850
842
|
:param str resource_name: The name of the resource.
|
851
843
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
852
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
857
|
-
`effective_annotations` for all of the annotations present on the resource.
|
844
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
845
|
+
|
846
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
847
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
858
848
|
:param pulumi.Input[Union['AwsClusterAuthorizationArgs', 'AwsClusterAuthorizationArgsDict']] authorization: Configuration related to the cluster RBAC settings.
|
859
849
|
:param pulumi.Input[_builtins.str] aws_region: The AWS region where the cluster runs. Each Google Cloud region supports a subset of nearby AWS regions. You can call to list all supported AWS regions within a given Google Cloud region.
|
860
850
|
:param pulumi.Input[Union['AwsClusterBinaryAuthorizationArgs', 'AwsClusterBinaryAuthorizationArgsDict']] binary_authorization: Configuration options for the Binary Authorization feature.
|
@@ -1236,12 +1226,10 @@ class AwsCluster(pulumi.CustomResource):
|
|
1236
1226
|
:param str resource_name: The unique name of the resulting resource.
|
1237
1227
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1238
1228
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1239
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
1240
|
-
|
1241
|
-
|
1242
|
-
|
1243
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
1244
|
-
`effective_annotations` for all of the annotations present on the resource.
|
1229
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
1230
|
+
|
1231
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
1232
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
1245
1233
|
:param pulumi.Input[Union['AwsClusterAuthorizationArgs', 'AwsClusterAuthorizationArgsDict']] authorization: Configuration related to the cluster RBAC settings.
|
1246
1234
|
:param pulumi.Input[_builtins.str] aws_region: The AWS region where the cluster runs. Each Google Cloud region supports a subset of nearby AWS regions. You can call to list all supported AWS regions within a given Google Cloud region.
|
1247
1235
|
:param pulumi.Input[Union['AwsClusterBinaryAuthorizationArgs', 'AwsClusterBinaryAuthorizationArgsDict']] binary_authorization: Configuration options for the Binary Authorization feature.
|
@@ -1293,12 +1281,10 @@ class AwsCluster(pulumi.CustomResource):
|
|
1293
1281
|
@pulumi.getter
|
1294
1282
|
def annotations(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
1295
1283
|
"""
|
1296
|
-
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
1297
|
-
|
1298
|
-
|
1299
|
-
|
1300
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
1301
|
-
`effective_annotations` for all of the annotations present on the resource.
|
1284
|
+
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
1285
|
+
|
1286
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
1287
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
1302
1288
|
"""
|
1303
1289
|
return pulumi.get(self, "annotations")
|
1304
1290
|
|
@@ -43,12 +43,10 @@ class AwsNodePoolArgs:
|
|
43
43
|
:param pulumi.Input['AwsNodePoolMaxPodsConstraintArgs'] max_pods_constraint: The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
|
44
44
|
:param pulumi.Input[_builtins.str] subnet_id: The subnet where the node pool node run.
|
45
45
|
:param pulumi.Input[_builtins.str] version: The Kubernetes version to run on this node pool (e.g. `1.19.10-gke.1000`). You can list all supported versions on a given Google Cloud region by calling GetAwsServerConfig.
|
46
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
51
|
-
`effective_annotations` for all of the annotations present on the resource.
|
46
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
47
|
+
|
48
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
49
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
52
50
|
:param pulumi.Input['AwsNodePoolKubeletConfigArgs'] kubelet_config: The kubelet configuration for the node pool.
|
53
51
|
:param pulumi.Input['AwsNodePoolManagementArgs'] management: The Management configuration for this node pool.
|
54
52
|
:param pulumi.Input[_builtins.str] name: The name of this resource.
|
@@ -163,12 +161,10 @@ class AwsNodePoolArgs:
|
|
163
161
|
@pulumi.getter
|
164
162
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
165
163
|
"""
|
166
|
-
Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
171
|
-
`effective_annotations` for all of the annotations present on the resource.
|
164
|
+
Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
165
|
+
|
166
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
167
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
172
168
|
"""
|
173
169
|
return pulumi.get(self, "annotations")
|
174
170
|
|
@@ -262,12 +258,10 @@ class _AwsNodePoolState:
|
|
262
258
|
version: Optional[pulumi.Input[_builtins.str]] = None):
|
263
259
|
"""
|
264
260
|
Input properties used for looking up and filtering AwsNodePool resources.
|
265
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
270
|
-
`effective_annotations` for all of the annotations present on the resource.
|
261
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
262
|
+
|
263
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
264
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
271
265
|
:param pulumi.Input['AwsNodePoolAutoscalingArgs'] autoscaling: Autoscaler configuration for this node pool.
|
272
266
|
:param pulumi.Input[_builtins.str] cluster: The awsCluster for the resource
|
273
267
|
:param pulumi.Input['AwsNodePoolConfigArgs'] config: The configuration of the node pool.
|
@@ -332,12 +326,10 @@ class _AwsNodePoolState:
|
|
332
326
|
@pulumi.getter
|
333
327
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
334
328
|
"""
|
335
|
-
Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
340
|
-
`effective_annotations` for all of the annotations present on the resource.
|
329
|
+
Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
330
|
+
|
331
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
332
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
341
333
|
"""
|
342
334
|
return pulumi.get(self, "annotations")
|
343
335
|
|
@@ -995,12 +987,10 @@ class AwsNodePool(pulumi.CustomResource):
|
|
995
987
|
|
996
988
|
:param str resource_name: The name of the resource.
|
997
989
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
998
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
1003
|
-
`effective_annotations` for all of the annotations present on the resource.
|
990
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
991
|
+
|
992
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
993
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
1004
994
|
:param pulumi.Input[Union['AwsNodePoolAutoscalingArgs', 'AwsNodePoolAutoscalingArgsDict']] autoscaling: Autoscaler configuration for this node pool.
|
1005
995
|
:param pulumi.Input[_builtins.str] cluster: The awsCluster for the resource
|
1006
996
|
:param pulumi.Input[Union['AwsNodePoolConfigArgs', 'AwsNodePoolConfigArgsDict']] config: The configuration of the node pool.
|
@@ -1530,12 +1520,10 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1530
1520
|
:param str resource_name: The unique name of the resulting resource.
|
1531
1521
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1532
1522
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1533
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
|
1534
|
-
|
1535
|
-
|
1536
|
-
|
1537
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
1538
|
-
`effective_annotations` for all of the annotations present on the resource.
|
1523
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
1524
|
+
|
1525
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
1526
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
1539
1527
|
:param pulumi.Input[Union['AwsNodePoolAutoscalingArgs', 'AwsNodePoolAutoscalingArgsDict']] autoscaling: Autoscaler configuration for this node pool.
|
1540
1528
|
:param pulumi.Input[_builtins.str] cluster: The awsCluster for the resource
|
1541
1529
|
:param pulumi.Input[Union['AwsNodePoolConfigArgs', 'AwsNodePoolConfigArgsDict']] config: The configuration of the node pool.
|
@@ -1585,12 +1573,10 @@ class AwsNodePool(pulumi.CustomResource):
|
|
1585
1573
|
@pulumi.getter
|
1586
1574
|
def annotations(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
1587
1575
|
"""
|
1588
|
-
Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size
|
1589
|
-
|
1590
|
-
|
1591
|
-
|
1592
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
1593
|
-
`effective_annotations` for all of the annotations present on the resource.
|
1576
|
+
Optional. Annotations on the node pool. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
1577
|
+
|
1578
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
1579
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
1594
1580
|
"""
|
1595
1581
|
return pulumi.get(self, "annotations")
|
1596
1582
|
|
@@ -44,17 +44,12 @@ class AzureClusterArgs:
|
|
44
44
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
45
45
|
:param pulumi.Input['AzureClusterNetworkingArgs'] networking: Cluster-wide networking configuration.
|
46
46
|
:param pulumi.Input[_builtins.str] resource_group_id: The ARM ID of the resource group where the cluster resources are deployed. For example: `/subscriptions/*/resourceGroups/*`
|
47
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
52
|
-
`effective_annotations` for all of the annotations present on the resource.
|
47
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
48
|
+
|
49
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
50
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
53
51
|
:param pulumi.Input['AzureClusterAzureServicesAuthenticationArgs'] azure_services_authentication: Azure authentication configuration for management of Azure resources
|
54
|
-
:param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
|
55
|
-
`AzureCluster`. `AzureClient` names are formatted as
|
56
|
-
`projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
|
57
|
-
(https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
|
52
|
+
:param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
|
58
53
|
:param pulumi.Input[_builtins.str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
|
59
54
|
:param pulumi.Input['AzureClusterLoggingConfigArgs'] logging_config: Logging configuration.
|
60
55
|
:param pulumi.Input[_builtins.str] name: The name of this resource.
|
@@ -170,12 +165,10 @@ class AzureClusterArgs:
|
|
170
165
|
@pulumi.getter
|
171
166
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
172
167
|
"""
|
173
|
-
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
178
|
-
`effective_annotations` for all of the annotations present on the resource.
|
168
|
+
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
169
|
+
|
170
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
171
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
179
172
|
"""
|
180
173
|
return pulumi.get(self, "annotations")
|
181
174
|
|
@@ -199,10 +192,7 @@ class AzureClusterArgs:
|
|
199
192
|
@pulumi.getter
|
200
193
|
def client(self) -> Optional[pulumi.Input[_builtins.str]]:
|
201
194
|
"""
|
202
|
-
Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
|
203
|
-
`AzureCluster`. `AzureClient` names are formatted as
|
204
|
-
`projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
|
205
|
-
(https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
|
195
|
+
Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
|
206
196
|
"""
|
207
197
|
return pulumi.get(self, "client")
|
208
198
|
|
@@ -287,19 +277,14 @@ class _AzureClusterState:
|
|
287
277
|
workload_identity_configs: Optional[pulumi.Input[Sequence[pulumi.Input['AzureClusterWorkloadIdentityConfigArgs']]]] = None):
|
288
278
|
"""
|
289
279
|
Input properties used for looking up and filtering AzureCluster resources.
|
290
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
295
|
-
`effective_annotations` for all of the annotations present on the resource.
|
280
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
281
|
+
|
282
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
283
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
296
284
|
:param pulumi.Input['AzureClusterAuthorizationArgs'] authorization: Configuration related to the cluster RBAC settings.
|
297
285
|
:param pulumi.Input[_builtins.str] azure_region: The Azure region where the cluster runs. Each Google Cloud region supports a subset of nearby Azure regions. You can call to list all supported Azure regions within a given Google Cloud region.
|
298
286
|
:param pulumi.Input['AzureClusterAzureServicesAuthenticationArgs'] azure_services_authentication: Azure authentication configuration for management of Azure resources
|
299
|
-
:param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
|
300
|
-
`AzureCluster`. `AzureClient` names are formatted as
|
301
|
-
`projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
|
302
|
-
(https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
|
287
|
+
:param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
|
303
288
|
:param pulumi.Input['AzureClusterControlPlaneArgs'] control_plane: Configuration related to the cluster control plane.
|
304
289
|
:param pulumi.Input[_builtins.str] create_time: Output only. The time at which this cluster was created.
|
305
290
|
:param pulumi.Input[_builtins.str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
|
@@ -369,12 +354,10 @@ class _AzureClusterState:
|
|
369
354
|
@pulumi.getter
|
370
355
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
371
356
|
"""
|
372
|
-
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
377
|
-
`effective_annotations` for all of the annotations present on the resource.
|
357
|
+
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
358
|
+
|
359
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
360
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
378
361
|
"""
|
379
362
|
return pulumi.get(self, "annotations")
|
380
363
|
|
@@ -422,10 +405,7 @@ class _AzureClusterState:
|
|
422
405
|
@pulumi.getter
|
423
406
|
def client(self) -> Optional[pulumi.Input[_builtins.str]]:
|
424
407
|
"""
|
425
|
-
Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
|
426
|
-
`AzureCluster`. `AzureClient` names are formatted as
|
427
|
-
`projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
|
428
|
-
(https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
|
408
|
+
Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
|
429
409
|
"""
|
430
410
|
return pulumi.get(self, "client")
|
431
411
|
|
@@ -797,19 +777,14 @@ class AzureCluster(pulumi.CustomResource):
|
|
797
777
|
|
798
778
|
:param str resource_name: The name of the resource.
|
799
779
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
800
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
805
|
-
`effective_annotations` for all of the annotations present on the resource.
|
780
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
781
|
+
|
782
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
783
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
806
784
|
:param pulumi.Input[Union['AzureClusterAuthorizationArgs', 'AzureClusterAuthorizationArgsDict']] authorization: Configuration related to the cluster RBAC settings.
|
807
785
|
:param pulumi.Input[_builtins.str] azure_region: The Azure region where the cluster runs. Each Google Cloud region supports a subset of nearby Azure regions. You can call to list all supported Azure regions within a given Google Cloud region.
|
808
786
|
:param pulumi.Input[Union['AzureClusterAzureServicesAuthenticationArgs', 'AzureClusterAzureServicesAuthenticationArgsDict']] azure_services_authentication: Azure authentication configuration for management of Azure resources
|
809
|
-
:param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
|
810
|
-
`AzureCluster`. `AzureClient` names are formatted as
|
811
|
-
`projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
|
812
|
-
(https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
|
787
|
+
:param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
|
813
788
|
:param pulumi.Input[Union['AzureClusterControlPlaneArgs', 'AzureClusterControlPlaneArgsDict']] control_plane: Configuration related to the cluster control plane.
|
814
789
|
:param pulumi.Input[_builtins.str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
|
815
790
|
:param pulumi.Input[Union['AzureClusterFleetArgs', 'AzureClusterFleetArgsDict']] fleet: Fleet configuration.
|
@@ -1068,19 +1043,14 @@ class AzureCluster(pulumi.CustomResource):
|
|
1068
1043
|
:param str resource_name: The unique name of the resulting resource.
|
1069
1044
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1070
1045
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1071
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1075
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
1076
|
-
`effective_annotations` for all of the annotations present on the resource.
|
1046
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
1047
|
+
|
1048
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
1049
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
1077
1050
|
:param pulumi.Input[Union['AzureClusterAuthorizationArgs', 'AzureClusterAuthorizationArgsDict']] authorization: Configuration related to the cluster RBAC settings.
|
1078
1051
|
:param pulumi.Input[_builtins.str] azure_region: The Azure region where the cluster runs. Each Google Cloud region supports a subset of nearby Azure regions. You can call to list all supported Azure regions within a given Google Cloud region.
|
1079
1052
|
:param pulumi.Input[Union['AzureClusterAzureServicesAuthenticationArgs', 'AzureClusterAzureServicesAuthenticationArgsDict']] azure_services_authentication: Azure authentication configuration for management of Azure resources
|
1080
|
-
:param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
|
1081
|
-
`AzureCluster`. `AzureClient` names are formatted as
|
1082
|
-
`projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
|
1083
|
-
(https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
|
1053
|
+
:param pulumi.Input[_builtins.str] client: Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
|
1084
1054
|
:param pulumi.Input[Union['AzureClusterControlPlaneArgs', 'AzureClusterControlPlaneArgsDict']] control_plane: Configuration related to the cluster control plane.
|
1085
1055
|
:param pulumi.Input[_builtins.str] create_time: Output only. The time at which this cluster was created.
|
1086
1056
|
:param pulumi.Input[_builtins.str] description: Optional. A human readable description of this cluster. Cannot be longer than 255 UTF-8 encoded bytes.
|
@@ -1132,12 +1102,10 @@ class AzureCluster(pulumi.CustomResource):
|
|
1132
1102
|
@pulumi.getter
|
1133
1103
|
def annotations(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
1134
1104
|
"""
|
1135
|
-
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field
|
1140
|
-
`effective_annotations` for all of the annotations present on the resource.
|
1105
|
+
Optional. Annotations on the cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
|
1106
|
+
|
1107
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
1108
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
1141
1109
|
"""
|
1142
1110
|
return pulumi.get(self, "annotations")
|
1143
1111
|
|
@@ -1169,10 +1137,7 @@ class AzureCluster(pulumi.CustomResource):
|
|
1169
1137
|
@pulumi.getter
|
1170
1138
|
def client(self) -> pulumi.Output[Optional[_builtins.str]]:
|
1171
1139
|
"""
|
1172
|
-
Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the
|
1173
|
-
`AzureCluster`. `AzureClient` names are formatted as
|
1174
|
-
`projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names
|
1175
|
-
(https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
|
1140
|
+
Name of the AzureClient. The `AzureClient` resource must reside on the same GCP project and region as the `AzureCluster`. `AzureClient` names are formatted as `projects/<project-number>/locations/<region>/azureClients/<client-id>`. See Resource Names (https:cloud.google.com/apis/design/resource_names) for more details on Google Cloud resource names.
|
1176
1141
|
"""
|
1177
1142
|
return pulumi.get(self, "client")
|
1178
1143
|
|