You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/clouddeploy_v1.projects.locations.deliveryPipelines.releases.html
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -189,14 +189,14 @@ <h3>Method Details</h3>
189
189
"a_key": "A String",
190
190
},
191
191
"anthosCluster": { # Information specifying an Anthos Cluster. # Information specifying an Anthos Cluster.
192
-
"membership": "A String", # Membership of the GKE Hubregistered cluster that the Skaffold configuration should be applied to. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
192
+
"membership": "A String", # Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
193
193
},
194
194
"createTime": "A String", # Output only. Time at which the `Target` was created.
195
195
"description": "A String", # Optional. Description of the `Target`. Max length is 255 characters.
196
196
"etag": "A String", # Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
197
197
"executionConfigs": [ # Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`.
198
198
{ # Configuration of the environment to use when calling Skaffold.
199
-
"artifactStorage": "A String", # Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.
199
+
"artifactStorage": "A String", # Optional. Cloud Storage location in which to store execution outputs. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.
200
200
"defaultPool": { # Execution using the default Cloud Build pool. # Optional. Use default Cloud Build pool.
201
201
"artifactStorage": "A String", # Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.
202
202
"serviceAccount": "A String", # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) will be used.
@@ -206,7 +206,7 @@ <h3>Method Details</h3>
206
206
"serviceAccount": "A String", # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) will be used.
207
207
"workerPool": "A String", # Required. Resource name of the Cloud Build worker pool to use. The format is `projects/{project}/locations/{location}/workerPools/{pool}`.
208
208
},
209
-
"serviceAccount": "A String", # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) will be used.
209
+
"serviceAccount": "A String", # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) is used.
210
210
"usages": [ # Required. Usages when this configuration should be applied.
211
211
"A String",
212
212
],
@@ -215,6 +215,7 @@ <h3>Method Details</h3>
215
215
],
216
216
"gke": { # Information specifying a GKE Cluster. # Information specifying a GKE Cluster.
217
217
"cluster": "A String", # Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
218
+
"internalIp": True or False, # Optional. If true, `cluster` is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option when `cluster` is a [private GKE cluster](https://cloud.google.com/kubernetes-engine/docs/concepts/private-cluster-concept).
218
219
},
219
220
"labels": { # Optional. Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
220
221
"a_key": "A String",
@@ -355,14 +356,14 @@ <h3>Method Details</h3>
355
356
"a_key": "A String",
356
357
},
357
358
"anthosCluster": { # Information specifying an Anthos Cluster. # Information specifying an Anthos Cluster.
358
-
"membership": "A String", # Membership of the GKE Hubregistered cluster that the Skaffold configuration should be applied to. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
359
+
"membership": "A String", # Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
359
360
},
360
361
"createTime": "A String", # Output only. Time at which the `Target` was created.
361
362
"description": "A String", # Optional. Description of the `Target`. Max length is 255 characters.
362
363
"etag": "A String", # Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
363
364
"executionConfigs": [ # Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`.
364
365
{ # Configuration of the environment to use when calling Skaffold.
365
-
"artifactStorage": "A String", # Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.
366
+
"artifactStorage": "A String", # Optional. Cloud Storage location in which to store execution outputs. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.
366
367
"defaultPool": { # Execution using the default Cloud Build pool. # Optional. Use default Cloud Build pool.
367
368
"artifactStorage": "A String", # Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.
368
369
"serviceAccount": "A String", # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) will be used.
@@ -372,7 +373,7 @@ <h3>Method Details</h3>
372
373
"serviceAccount": "A String", # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) will be used.
373
374
"workerPool": "A String", # Required. Resource name of the Cloud Build worker pool to use. The format is `projects/{project}/locations/{location}/workerPools/{pool}`.
374
375
},
375
-
"serviceAccount": "A String", # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) will be used.
376
+
"serviceAccount": "A String", # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) is used.
376
377
"usages": [ # Required. Usages when this configuration should be applied.
377
378
"A String",
378
379
],
@@ -381,6 +382,7 @@ <h3>Method Details</h3>
381
382
],
382
383
"gke": { # Information specifying a GKE Cluster. # Information specifying a GKE Cluster.
383
384
"cluster": "A String", # Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
385
+
"internalIp": True or False, # Optional. If true, `cluster` is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option when `cluster` is a [private GKE cluster](https://cloud.google.com/kubernetes-engine/docs/concepts/private-cluster-concept).
384
386
},
385
387
"labels": { # Optional. Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
386
388
"a_key": "A String",
@@ -497,14 +499,14 @@ <h3>Method Details</h3>
497
499
"a_key": "A String",
498
500
},
499
501
"anthosCluster": { # Information specifying an Anthos Cluster. # Information specifying an Anthos Cluster.
500
-
"membership": "A String", # Membership of the GKE Hubregistered cluster that the Skaffold configuration should be applied to. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
502
+
"membership": "A String", # Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
501
503
},
502
504
"createTime": "A String", # Output only. Time at which the `Target` was created.
503
505
"description": "A String", # Optional. Description of the `Target`. Max length is 255 characters.
504
506
"etag": "A String", # Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
505
507
"executionConfigs": [ # Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`.
506
508
{ # Configuration of the environment to use when calling Skaffold.
507
-
"artifactStorage": "A String", # Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.
509
+
"artifactStorage": "A String", # Optional. Cloud Storage location in which to store execution outputs. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.
508
510
"defaultPool": { # Execution using the default Cloud Build pool. # Optional. Use default Cloud Build pool.
509
511
"artifactStorage": "A String", # Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.
510
512
"serviceAccount": "A String", # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) will be used.
@@ -514,7 +516,7 @@ <h3>Method Details</h3>
514
516
"serviceAccount": "A String", # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) will be used.
515
517
"workerPool": "A String", # Required. Resource name of the Cloud Build worker pool to use. The format is `projects/{project}/locations/{location}/workerPools/{pool}`.
516
518
},
517
-
"serviceAccount": "A String", # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) will be used.
519
+
"serviceAccount": "A String", # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) is used.
518
520
"usages": [ # Required. Usages when this configuration should be applied.
519
521
"A String",
520
522
],
@@ -523,6 +525,7 @@ <h3>Method Details</h3>
523
525
],
524
526
"gke": { # Information specifying a GKE Cluster. # Information specifying a GKE Cluster.
525
527
"cluster": "A String", # Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
528
+
"internalIp": True or False, # Optional. If true, `cluster` is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option when `cluster` is a [private GKE cluster](https://cloud.google.com/kubernetes-engine/docs/concepts/private-cluster-concept).
526
529
},
527
530
"labels": { # Optional. Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
Copy file name to clipboardExpand all lines: docs/dyn/clouddeploy_v1.projects.locations.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ <h3>Method Details</h3>
156
156
"name": "A String", # Name of the configuration.
157
157
"supportedVersions": [ # Output only. All supported versions of Skaffold.
158
158
{ # Details of a supported Skaffold version.
159
-
"supportEndDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # Date when this version is expected to no longer be supported.
159
+
"supportEndDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day, with a zero year (e.g., an anniversary) * A year on its own, with a zero month and a zero day * A year and month, with a zero day (e.g., a credit card expiration date) Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Date when this version is expected to no longer be supported.
160
160
"day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
161
161
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
162
162
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
0 commit comments