You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mmv1/products/cloudrunv2/Job.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ properties:
138
138
Cloud Run API v2 does not support labels with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected.
139
139
All system labels in v1 now have a corresponding field in v2 Job.
140
140
- !ruby/object:Api::Type::KeyValueAnnotations
141
-
name: "annotations"
141
+
name: 'annotations'
142
142
description: |-
143
143
Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
144
144
@@ -229,7 +229,7 @@ properties:
229
229
Cloud Run API v2 does not support labels with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected.
230
230
All system labels in v1 now have a corresponding field in v2 ExecutionTemplate.
231
231
- !ruby/object:Api::Type::KeyValuePairs
232
-
name: "annotations"
232
+
name: 'annotations'
233
233
description: |-
234
234
Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
0 commit comments