Skip to content

Commit 7e7dd34

Browse files
feat(clouddeploy): update the api
#### clouddeploy:v1 The following keys were added: - schemas.GkeCluster.properties.internalIp.type (Total Keys: 1)
1 parent 63c9fbc commit 7e7dd34

File tree

4 files changed

+38
-27
lines changed

4 files changed

+38
-27
lines changed

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,14 @@ <h3>Method Details</h3>
189189
&quot;a_key&quot;: &quot;A String&quot;,
190190
},
191191
&quot;anthosCluster&quot;: { # Information specifying an Anthos Cluster. # Information specifying an Anthos Cluster.
192-
&quot;membership&quot;: &quot;A String&quot;, # Membership of the GKE Hub registered cluster that the Skaffold configuration should be applied to. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
192+
&quot;membership&quot;: &quot;A String&quot;, # Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
193193
},
194194
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the `Target` was created.
195195
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the `Target`. Max length is 255 characters.
196196
&quot;etag&quot;: &quot;A String&quot;, # 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.
197197
&quot;executionConfigs&quot;: [ # 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`.
198198
{ # Configuration of the environment to use when calling Skaffold.
199-
&quot;artifactStorage&quot;: &quot;A String&quot;, # Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket (&quot;gs://my-bucket&quot;) or a path within a bucket (&quot;gs://my-bucket/my-dir&quot;). If unspecified, a default bucket located in the same region will be used.
199+
&quot;artifactStorage&quot;: &quot;A String&quot;, # Optional. Cloud Storage location in which to store execution outputs. This can either be a bucket (&quot;gs://my-bucket&quot;) or a path within a bucket (&quot;gs://my-bucket/my-dir&quot;). If unspecified, a default bucket located in the same region will be used.
200200
&quot;defaultPool&quot;: { # Execution using the default Cloud Build pool. # Optional. Use default Cloud Build pool.
201201
&quot;artifactStorage&quot;: &quot;A String&quot;, # Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket (&quot;gs://my-bucket&quot;) or a path within a bucket (&quot;gs://my-bucket/my-dir&quot;). If unspecified, a default bucket located in the same region will be used.
202202
&quot;serviceAccount&quot;: &quot;A String&quot;, # 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>
206206
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) will be used.
207207
&quot;workerPool&quot;: &quot;A String&quot;, # Required. Resource name of the Cloud Build worker pool to use. The format is `projects/{project}/locations/{location}/workerPools/{pool}`.
208208
},
209-
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) will be used.
209+
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) is used.
210210
&quot;usages&quot;: [ # Required. Usages when this configuration should be applied.
211211
&quot;A String&quot;,
212212
],
@@ -215,6 +215,7 @@ <h3>Method Details</h3>
215215
],
216216
&quot;gke&quot;: { # Information specifying a GKE Cluster. # Information specifying a GKE Cluster.
217217
&quot;cluster&quot;: &quot;A String&quot;, # Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
218+
&quot;internalIp&quot;: 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).
218219
},
219220
&quot;labels&quot;: { # 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 &lt;= 128 bytes.
220221
&quot;a_key&quot;: &quot;A String&quot;,
@@ -355,14 +356,14 @@ <h3>Method Details</h3>
355356
&quot;a_key&quot;: &quot;A String&quot;,
356357
},
357358
&quot;anthosCluster&quot;: { # Information specifying an Anthos Cluster. # Information specifying an Anthos Cluster.
358-
&quot;membership&quot;: &quot;A String&quot;, # Membership of the GKE Hub registered cluster that the Skaffold configuration should be applied to. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
359+
&quot;membership&quot;: &quot;A String&quot;, # Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
359360
},
360361
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the `Target` was created.
361362
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the `Target`. Max length is 255 characters.
362363
&quot;etag&quot;: &quot;A String&quot;, # 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.
363364
&quot;executionConfigs&quot;: [ # 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`.
364365
{ # Configuration of the environment to use when calling Skaffold.
365-
&quot;artifactStorage&quot;: &quot;A String&quot;, # Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket (&quot;gs://my-bucket&quot;) or a path within a bucket (&quot;gs://my-bucket/my-dir&quot;). If unspecified, a default bucket located in the same region will be used.
366+
&quot;artifactStorage&quot;: &quot;A String&quot;, # Optional. Cloud Storage location in which to store execution outputs. This can either be a bucket (&quot;gs://my-bucket&quot;) or a path within a bucket (&quot;gs://my-bucket/my-dir&quot;). If unspecified, a default bucket located in the same region will be used.
366367
&quot;defaultPool&quot;: { # Execution using the default Cloud Build pool. # Optional. Use default Cloud Build pool.
367368
&quot;artifactStorage&quot;: &quot;A String&quot;, # Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket (&quot;gs://my-bucket&quot;) or a path within a bucket (&quot;gs://my-bucket/my-dir&quot;). If unspecified, a default bucket located in the same region will be used.
368369
&quot;serviceAccount&quot;: &quot;A String&quot;, # 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>
372373
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) will be used.
373374
&quot;workerPool&quot;: &quot;A String&quot;, # Required. Resource name of the Cloud Build worker pool to use. The format is `projects/{project}/locations/{location}/workerPools/{pool}`.
374375
},
375-
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) will be used.
376+
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) is used.
376377
&quot;usages&quot;: [ # Required. Usages when this configuration should be applied.
377378
&quot;A String&quot;,
378379
],
@@ -381,6 +382,7 @@ <h3>Method Details</h3>
381382
],
382383
&quot;gke&quot;: { # Information specifying a GKE Cluster. # Information specifying a GKE Cluster.
383384
&quot;cluster&quot;: &quot;A String&quot;, # Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
385+
&quot;internalIp&quot;: 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).
384386
},
385387
&quot;labels&quot;: { # 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 &lt;= 128 bytes.
386388
&quot;a_key&quot;: &quot;A String&quot;,
@@ -497,14 +499,14 @@ <h3>Method Details</h3>
497499
&quot;a_key&quot;: &quot;A String&quot;,
498500
},
499501
&quot;anthosCluster&quot;: { # Information specifying an Anthos Cluster. # Information specifying an Anthos Cluster.
500-
&quot;membership&quot;: &quot;A String&quot;, # Membership of the GKE Hub registered cluster that the Skaffold configuration should be applied to. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
502+
&quot;membership&quot;: &quot;A String&quot;, # Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
501503
},
502504
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the `Target` was created.
503505
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the `Target`. Max length is 255 characters.
504506
&quot;etag&quot;: &quot;A String&quot;, # 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.
505507
&quot;executionConfigs&quot;: [ # 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`.
506508
{ # Configuration of the environment to use when calling Skaffold.
507-
&quot;artifactStorage&quot;: &quot;A String&quot;, # Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket (&quot;gs://my-bucket&quot;) or a path within a bucket (&quot;gs://my-bucket/my-dir&quot;). If unspecified, a default bucket located in the same region will be used.
509+
&quot;artifactStorage&quot;: &quot;A String&quot;, # Optional. Cloud Storage location in which to store execution outputs. This can either be a bucket (&quot;gs://my-bucket&quot;) or a path within a bucket (&quot;gs://my-bucket/my-dir&quot;). If unspecified, a default bucket located in the same region will be used.
508510
&quot;defaultPool&quot;: { # Execution using the default Cloud Build pool. # Optional. Use default Cloud Build pool.
509511
&quot;artifactStorage&quot;: &quot;A String&quot;, # Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket (&quot;gs://my-bucket&quot;) or a path within a bucket (&quot;gs://my-bucket/my-dir&quot;). If unspecified, a default bucket located in the same region will be used.
510512
&quot;serviceAccount&quot;: &quot;A String&quot;, # 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>
514516
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) will be used.
515517
&quot;workerPool&quot;: &quot;A String&quot;, # Required. Resource name of the Cloud Build worker pool to use. The format is `projects/{project}/locations/{location}/workerPools/{pool}`.
516518
},
517-
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) will be used.
519+
&quot;serviceAccount&quot;: &quot;A String&quot;, # Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) is used.
518520
&quot;usages&quot;: [ # Required. Usages when this configuration should be applied.
519521
&quot;A String&quot;,
520522
],
@@ -523,6 +525,7 @@ <h3>Method Details</h3>
523525
],
524526
&quot;gke&quot;: { # Information specifying a GKE Cluster. # Information specifying a GKE Cluster.
525527
&quot;cluster&quot;: &quot;A String&quot;, # Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
528+
&quot;internalIp&quot;: 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).
526529
},
527530
&quot;labels&quot;: { # 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 &lt;= 128 bytes.
528531
&quot;a_key&quot;: &quot;A String&quot;,

docs/dyn/clouddeploy_v1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h3>Method Details</h3>
156156
&quot;name&quot;: &quot;A String&quot;, # Name of the configuration.
157157
&quot;supportedVersions&quot;: [ # Output only. All supported versions of Skaffold.
158158
{ # Details of a supported Skaffold version.
159-
&quot;supportEndDate&quot;: { # 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+
&quot;supportEndDate&quot;: { # 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.
160160
&quot;day&quot;: 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&#x27;t significant.
161161
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
162162
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

0 commit comments

Comments
 (0)