@ -1,4 +1,4 @@
/ / Copyright 2021 Google LLC
/ / Copyright 2022 Google LLC
/ /
/ / Licensed under the Apache License , Version 2.0 ( the "License" ) ;
/ / you may not use this file except in compliance with the License.
@ -305,6 +305,11 @@ message ResourceOptions {
/ / This option should be set for clusters with Kubernetes apiserver versions
/ / < 1.16 .
bool v1beta1_crd = 2 [ ( google.api.field_behavior ) = OPTIONAL ] ;
/ / Major version of the Kubernetes cluster. This is only used to determine
/ / which version to use for the CustomResourceDefinition resources ,
/ / ` apiextensions / v1beta1 ` or ` apiextensions / v1 ` .
string k8s_version = 3 [ ( google.api.field_behavior ) = OPTIONAL ] ;
}
/ / GkeCluster contains information specific to GKE clusters.
@ -562,7 +567,8 @@ message DeleteMembershipRequest {
message UpdateMembershipRequest {
/ / Required. The Membership resource name in the format
/ / ` projects /*/locations/*/ memberships / * ` .
string name = 1 [ ( google.api.field_behavior ) = REQUIRED ] ;
string name = 1 [
( google.api.field_behavior ) = REQUIRED ] ;
/ / Required. Mask of fields to update.
google.protobuf.FieldMask update_mask = 2 [ ( google.api.field_behavior ) = REQUIRED ] ;
@ -584,7 +590,8 @@ message UpdateMembershipRequest {
message GenerateConnectManifestRequest {
/ / Required. The Membership resource name the Agent will associate with , in the format
/ / ` projects /*/locations/*/ memberships / * ` .
string name = 1 [ ( google.api.field_behavior ) = REQUIRED ] ;
string name = 1 [
( google.api.field_behavior ) = REQUIRED ] ;
/ / Optional. Namespace for GKE Connect agent resources. Defaults to ` gke - connect ` .
/ /