Skip to content

Commit 99a5e29

Browse files
Google APIscopybara-github
authored andcommitted
feat: A new field dns_endpoint is added to message .google.cloud.deploy.v1.GkeCluster
docs: A comment for field `internal_ip` in message `.google.cloud.deploy.v1.GkeCluster` is changed docs: A comment for field `skaffold_version` in message `.google.cloud.deploy.v1.Release` is changed docs: A comment for field `requested_cancellation` in message `.google.cloud.deploy.v1.OperationMetadata` is changed PiperOrigin-RevId: 702047981
1 parent d675ec2 commit 99a5e29

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

google/cloud/deploy/v1/cloud_deploy.proto

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,12 +1427,17 @@ message GkeCluster {
14271427
//
14281428
// Only specify this option when `cluster` is a [private GKE
14291429
// cluster](https://cloud.google.com/kubernetes-engine/docs/concepts/private-cluster-concept).
1430+
// Note that `internal_ip` and `dns_endpoint` cannot both be set to true.
14301431
bool internal_ip = 2 [(google.api.field_behavior) = OPTIONAL];
14311432

14321433
// Optional. If set, used to configure a
14331434
// [proxy](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/#proxy)
14341435
// to the Kubernetes server.
14351436
string proxy_url = 3 [(google.api.field_behavior) = OPTIONAL];
1437+
1438+
// Optional. If set, the cluster will be accessed using the DNS endpoint. Note
1439+
// that `dns_endpoint` and `internal_ip` cannot both be set to true.
1440+
bool dns_endpoint = 4 [(google.api.field_behavior) = OPTIONAL];
14361441
}
14371442

14381443
// Information specifying an Anthos Cluster.
@@ -2468,12 +2473,12 @@ message Release {
24682473
// client has an up-to-date value before proceeding.
24692474
string etag = 16;
24702475

2471-
// The Skaffold version to use when operating on this release, such as
2472-
// "1.20.0". Not all versions are valid; Cloud Deploy supports a specific set
2473-
// of versions.
2476+
// Optional. The Skaffold version to use when operating on this release, such
2477+
// as "1.20.0". Not all versions are valid; Cloud Deploy supports a specific
2478+
// set of versions.
24742479
//
24752480
// If unset, the most recent supported Skaffold version will be used.
2476-
string skaffold_version = 19;
2481+
string skaffold_version = 19 [(google.api.field_behavior) = OPTIONAL];
24772482

24782483
// Output only. Map from target ID to the target artifacts created
24792484
// during the render operation.
@@ -3444,9 +3449,10 @@ message OperationMetadata {
34443449

34453450
// Output only. Identifies whether the user has requested cancellation
34463451
// of the operation. Operations that have successfully been cancelled
3447-
// have [Operation.error][] value with a
3448-
// [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
3449-
// `Code.CANCELLED`.
3452+
// have
3453+
// [google.longrunning.Operation.error][google.longrunning.Operation.error]
3454+
// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
3455+
// corresponding to `Code.CANCELLED`.
34503456
bool requested_cancellation = 6 [(google.api.field_behavior) = OUTPUT_ONLY];
34513457

34523458
// Output only. API version used to start the operation.

0 commit comments

Comments
 (0)