Skip to content

Commit ee2f63c

Browse files
feat(clouddeploy): update the api
#### clouddeploy:v1 The following keys were added: - schemas.AnthosCluster (Total Keys: 3) - schemas.ExecutionConfig.properties.artifactStorage.type (Total Keys: 1) - schemas.ExecutionConfig.properties.serviceAccount.type (Total Keys: 1) - schemas.ExecutionConfig.properties.workerPool.type (Total Keys: 1) - schemas.Target.properties.anthosCluster.$ref (Total Keys: 1)
1 parent 3e2bc12 commit ee2f63c

File tree

4 files changed

+92
-23
lines changed

4 files changed

+92
-23
lines changed

docs/dyn/clouddeploy_v1.projects.locations.deliveryPipelines.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h3>Method Details</h3>
154154
&quot;profiles&quot;: [ # Skaffold profiles to use when rendering the manifest for this stage&#x27;s `Target`.
155155
&quot;A String&quot;,
156156
],
157-
&quot;targetId&quot;: &quot;A String&quot;, # The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be `my-target` (rather than `projects/project/deliveryPipelines/pipeline/targets/my-target`). The parent `DeliveryPipeline` of the `Target` is inferred to be the parent `DeliveryPipeline` of the `Release` in which this `Stage` lives.
157+
&quot;targetId&quot;: &quot;A String&quot;, # The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be `my-target` (rather than `projects/project/locations/location/targets/my-target`). The location of the `Target` is inferred to be the same as the location of the `DeliveryPipeline` that contains this `Stage`.
158158
},
159159
],
160160
},
@@ -278,7 +278,7 @@ <h3>Method Details</h3>
278278
&quot;profiles&quot;: [ # Skaffold profiles to use when rendering the manifest for this stage&#x27;s `Target`.
279279
&quot;A String&quot;,
280280
],
281-
&quot;targetId&quot;: &quot;A String&quot;, # The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be `my-target` (rather than `projects/project/deliveryPipelines/pipeline/targets/my-target`). The parent `DeliveryPipeline` of the `Target` is inferred to be the parent `DeliveryPipeline` of the `Release` in which this `Stage` lives.
281+
&quot;targetId&quot;: &quot;A String&quot;, # The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be `my-target` (rather than `projects/project/locations/location/targets/my-target`). The location of the `Target` is inferred to be the same as the location of the `DeliveryPipeline` that contains this `Stage`.
282282
},
283283
],
284284
},
@@ -385,7 +385,7 @@ <h3>Method Details</h3>
385385
&quot;profiles&quot;: [ # Skaffold profiles to use when rendering the manifest for this stage&#x27;s `Target`.
386386
&quot;A String&quot;,
387387
],
388-
&quot;targetId&quot;: &quot;A String&quot;, # The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be `my-target` (rather than `projects/project/deliveryPipelines/pipeline/targets/my-target`). The parent `DeliveryPipeline` of the `Target` is inferred to be the parent `DeliveryPipeline` of the `Release` in which this `Stage` lives.
388+
&quot;targetId&quot;: &quot;A String&quot;, # The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be `my-target` (rather than `projects/project/locations/location/targets/my-target`). The location of the `Target` is inferred to be the same as the location of the `DeliveryPipeline` that contains this `Stage`.
389389
},
390390
],
391391
},
@@ -453,7 +453,7 @@ <h3>Method Details</h3>
453453
&quot;profiles&quot;: [ # Skaffold profiles to use when rendering the manifest for this stage&#x27;s `Target`.
454454
&quot;A String&quot;,
455455
],
456-
&quot;targetId&quot;: &quot;A String&quot;, # The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be `my-target` (rather than `projects/project/deliveryPipelines/pipeline/targets/my-target`). The parent `DeliveryPipeline` of the `Target` is inferred to be the parent `DeliveryPipeline` of the `Release` in which this `Stage` lives.
456+
&quot;targetId&quot;: &quot;A String&quot;, # The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be `my-target` (rather than `projects/project/locations/location/targets/my-target`). The location of the `Target` is inferred to be the same as the location of the `DeliveryPipeline` that contains this `Stage`.
457457
},
458458
],
459459
},

0 commit comments

Comments
 (0)