Skip to content

Commit 3f67597

Browse files
feat(clouddeploy): update the api
#### clouddeploy:v1 The following keys were added: - schemas.AssociatedEntities (Total Keys: 6) - schemas.GatewayServiceMesh.properties.routeDestinations.$ref (Total Keys: 1) - schemas.RouteDestinations (Total Keys: 5) - schemas.Target.properties.associatedEntities (Total Keys: 2)
1 parent 325809e commit 3f67597

File tree

4 files changed

+205
-1
lines changed

4 files changed

+205
-1
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,12 @@ <h3>Method Details</h3>
239239
&quot;deployment&quot;: &quot;A String&quot;, # Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
240240
&quot;httpRoute&quot;: &quot;A String&quot;, # Required. Name of the Gateway API HTTPRoute.
241241
&quot;podSelectorLabel&quot;: &quot;A String&quot;, # Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.
242+
&quot;routeDestinations&quot;: { # Information about route destinations for the Gateway API service mesh. # Optional. Route destinations allow configuring the Gateway API HTTPRoute to be deployed to additional clusters. This option is available for multi-cluster service mesh set ups that require the route to exist in the clusters that call the service. If unspecified, the HTTPRoute will only be deployed to the Target cluster.
243+
&quot;destinationIds&quot;: [ # Required. The clusters where the Gateway API HTTPRoute resource will be deployed to. Valid entries include the associated entities IDs configured in the Target resource and &quot;@self&quot; to include the Target cluster.
244+
&quot;A String&quot;,
245+
],
246+
&quot;propagateService&quot;: True or False, # Optional. Whether to propagate the Kubernetes Service to the route destination clusters. The Service will always be deployed to the Target cluster even if the HTTPRoute is not. This option may be used to facilitiate successful DNS lookup in the route destination clusters. Can only be set to true if destinations are specified.
247+
},
242248
&quot;routeUpdateWaitTime&quot;: &quot;A String&quot;, # Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
243249
&quot;service&quot;: &quot;A String&quot;, # Required. Name of the Kubernetes Service.
244250
&quot;stableCutbackDuration&quot;: &quot;A String&quot;, # Optional. The amount of time to migrate traffic back from the canary Service to the original Service during the stable phase deployment. If specified, must be between 15s and 3600s. If unspecified, there is no cutback time.
@@ -463,6 +469,12 @@ <h3>Method Details</h3>
463469
&quot;deployment&quot;: &quot;A String&quot;, # Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
464470
&quot;httpRoute&quot;: &quot;A String&quot;, # Required. Name of the Gateway API HTTPRoute.
465471
&quot;podSelectorLabel&quot;: &quot;A String&quot;, # Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.
472+
&quot;routeDestinations&quot;: { # Information about route destinations for the Gateway API service mesh. # Optional. Route destinations allow configuring the Gateway API HTTPRoute to be deployed to additional clusters. This option is available for multi-cluster service mesh set ups that require the route to exist in the clusters that call the service. If unspecified, the HTTPRoute will only be deployed to the Target cluster.
473+
&quot;destinationIds&quot;: [ # Required. The clusters where the Gateway API HTTPRoute resource will be deployed to. Valid entries include the associated entities IDs configured in the Target resource and &quot;@self&quot; to include the Target cluster.
474+
&quot;A String&quot;,
475+
],
476+
&quot;propagateService&quot;: True or False, # Optional. Whether to propagate the Kubernetes Service to the route destination clusters. The Service will always be deployed to the Target cluster even if the HTTPRoute is not. This option may be used to facilitiate successful DNS lookup in the route destination clusters. Can only be set to true if destinations are specified.
477+
},
466478
&quot;routeUpdateWaitTime&quot;: &quot;A String&quot;, # Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
467479
&quot;service&quot;: &quot;A String&quot;, # Required. Name of the Kubernetes Service.
468480
&quot;stableCutbackDuration&quot;: &quot;A String&quot;, # Optional. The amount of time to migrate traffic back from the canary Service to the original Service during the stable phase deployment. If specified, must be between 15s and 3600s. If unspecified, there is no cutback time.
@@ -670,6 +682,12 @@ <h3>Method Details</h3>
670682
&quot;deployment&quot;: &quot;A String&quot;, # Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
671683
&quot;httpRoute&quot;: &quot;A String&quot;, # Required. Name of the Gateway API HTTPRoute.
672684
&quot;podSelectorLabel&quot;: &quot;A String&quot;, # Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.
685+
&quot;routeDestinations&quot;: { # Information about route destinations for the Gateway API service mesh. # Optional. Route destinations allow configuring the Gateway API HTTPRoute to be deployed to additional clusters. This option is available for multi-cluster service mesh set ups that require the route to exist in the clusters that call the service. If unspecified, the HTTPRoute will only be deployed to the Target cluster.
686+
&quot;destinationIds&quot;: [ # Required. The clusters where the Gateway API HTTPRoute resource will be deployed to. Valid entries include the associated entities IDs configured in the Target resource and &quot;@self&quot; to include the Target cluster.
687+
&quot;A String&quot;,
688+
],
689+
&quot;propagateService&quot;: True or False, # Optional. Whether to propagate the Kubernetes Service to the route destination clusters. The Service will always be deployed to the Target cluster even if the HTTPRoute is not. This option may be used to facilitiate successful DNS lookup in the route destination clusters. Can only be set to true if destinations are specified.
690+
},
673691
&quot;routeUpdateWaitTime&quot;: &quot;A String&quot;, # Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
674692
&quot;service&quot;: &quot;A String&quot;, # Required. Name of the Kubernetes Service.
675693
&quot;stableCutbackDuration&quot;: &quot;A String&quot;, # Optional. The amount of time to migrate traffic back from the canary Service to the original Service during the stable phase deployment. If specified, must be between 15s and 3600s. If unspecified, there is no cutback time.
@@ -838,6 +856,12 @@ <h3>Method Details</h3>
838856
&quot;deployment&quot;: &quot;A String&quot;, # Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
839857
&quot;httpRoute&quot;: &quot;A String&quot;, # Required. Name of the Gateway API HTTPRoute.
840858
&quot;podSelectorLabel&quot;: &quot;A String&quot;, # Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.
859+
&quot;routeDestinations&quot;: { # Information about route destinations for the Gateway API service mesh. # Optional. Route destinations allow configuring the Gateway API HTTPRoute to be deployed to additional clusters. This option is available for multi-cluster service mesh set ups that require the route to exist in the clusters that call the service. If unspecified, the HTTPRoute will only be deployed to the Target cluster.
860+
&quot;destinationIds&quot;: [ # Required. The clusters where the Gateway API HTTPRoute resource will be deployed to. Valid entries include the associated entities IDs configured in the Target resource and &quot;@self&quot; to include the Target cluster.
861+
&quot;A String&quot;,
862+
],
863+
&quot;propagateService&quot;: True or False, # Optional. Whether to propagate the Kubernetes Service to the route destination clusters. The Service will always be deployed to the Target cluster even if the HTTPRoute is not. This option may be used to facilitiate successful DNS lookup in the route destination clusters. Can only be set to true if destinations are specified.
864+
},
841865
&quot;routeUpdateWaitTime&quot;: &quot;A String&quot;, # Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
842866
&quot;service&quot;: &quot;A String&quot;, # Required. Name of the Kubernetes Service.
843867
&quot;stableCutbackDuration&quot;: &quot;A String&quot;, # Optional. The amount of time to migrate traffic back from the canary Service to the original Service during the stable phase deployment. If specified, must be between 15s and 3600s. If unspecified, there is no cutback time.

0 commit comments

Comments
 (0)