File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,10 +188,15 @@ message ResourceOptions {
188188 // <1.16.
189189 bool v1beta1_crd = 2 [(google.api.field_behavior ) = OPTIONAL ];
190190
191- // Optional. Major version of the Kubernetes cluster. This is only used to
192- // determine which version to use for the CustomResourceDefinition resources,
193- // `apiextensions/v1beta1` or`apiextensions/v1`.
191+ // Optional. Major and minor version of the Kubernetes cluster. This is only
192+ // used to determine which version to use for the CustomResourceDefinition
193+ // resources, `apiextensions/v1beta1` or`apiextensions/v1`.
194194 string k8s_version = 3 [(google.api.field_behavior ) = OPTIONAL ];
195+
196+ // Optional. Git version of the Kubernetes cluster. This is only used to gate
197+ // the Connect Agent migration to svc.id.goog on GDC-SO 1.33.100 patch and
198+ // above.
199+ string k8s_git_version = 4 [(google.api.field_behavior ) = OPTIONAL ];
195200}
196201
197202// ResourceManifest represents a single Kubernetes resource to be applied to
Original file line number Diff line number Diff line change @@ -352,10 +352,15 @@ message ResourceOptions {
352352 // <1.16.
353353 bool v1beta1_crd = 2 [(google.api.field_behavior ) = OPTIONAL ];
354354
355- // Optional. Major version of the Kubernetes cluster. This is only used to
356- // determine which version to use for the CustomResourceDefinition resources,
357- // `apiextensions/v1beta1` or`apiextensions/v1`.
355+ // Optional. Major and minor version of the Kubernetes cluster. This is only
356+ // used to determine which version to use for the CustomResourceDefinition
357+ // resources, `apiextensions/v1beta1` or`apiextensions/v1`.
358358 string k8s_version = 3 [(google.api.field_behavior ) = OPTIONAL ];
359+
360+ // Optional. Git version of the Kubernetes cluster. This is only used to gate
361+ // the Connect Agent migration to svc.id.goog on GDC-SO 1.33.100 patch and
362+ // above.
363+ string k8s_git_version = 4 [(google.api.field_behavior ) = OPTIONAL ];
359364}
360365
361366// ResourceManifest represents a single Kubernetes resource to be applied to
You can’t perform that action at this time.
0 commit comments