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
"path": "A String", # Optional. Relative path from the repository root to the Skaffold Config file.
138
+
"ref": "A String", # Optional. Branch or tag to use when cloning the repository.
139
+
"repository": "A String", # Required. Name of the Cloud Build V2 Repository. Format is projects/{project}/locations/{location}/connections/{connection}/repositories/{repository}.
"path": "A String", # Optional. Relative path from the source to the Skaffold file.
138
143
"source": "A String", # Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".
"path": "A String", # Optional. Relative path from the repository root to the Skaffold Config file.
264
+
"ref": "A String", # Optional. Branch or tag to use when cloning the repository.
265
+
"repository": "A String", # Required. Name of the Cloud Build V2 Repository. Format is projects/{project}/locations/{location}/connections/{connection}/repositories/{repository}.
"path": "A String", # Optional. Relative path from the source to the Skaffold file.
259
269
"source": "A String", # Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".
"path": "A String", # Optional. Relative path from the repository root to the Skaffold Config file.
374
+
"ref": "A String", # Optional. Branch or tag to use when cloning the repository.
375
+
"repository": "A String", # Required. Name of the Cloud Build V2 Repository. Format is projects/{project}/locations/{location}/connections/{connection}/repositories/{repository}.
"path": "A String", # Optional. Relative path from the source to the Skaffold file.
364
379
"source": "A String", # Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".
"path": "A String", # Optional. Relative path from the repository root to the Skaffold Config file.
445
+
"ref": "A String", # Optional. Branch or tag to use when cloning the repository.
446
+
"repository": "A String", # Required. Name of the Cloud Build V2 Repository. Format is projects/{project}/locations/{location}/connections/{connection}/repositories/{repository}.
"path": "A String", # Optional. Relative path from the source to the Skaffold file.
430
450
"source": "A String", # Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".
"path": "A String", # Optional. Relative path from the repository root to the Skaffold Config file.
182
+
"ref": "A String", # Optional. Branch or tag to use when cloning the repository.
183
+
"repository": "A String", # Required. Name of the Cloud Build V2 Repository. Format is projects/{project}/locations/{location}/connections/{connection}/repositories/{repository}.
"path": "A String", # Optional. Relative path from the source to the Skaffold file.
182
187
"source": "A String", # Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".
"path": "A String", # Optional. Relative path from the repository root to the Skaffold Config file.
537
+
"ref": "A String", # Optional. Branch or tag to use when cloning the repository.
538
+
"repository": "A String", # Required. Name of the Cloud Build V2 Repository. Format is projects/{project}/locations/{location}/connections/{connection}/repositories/{repository}.
"path": "A String", # Optional. Relative path from the source to the Skaffold file.
532
542
"source": "A String", # Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".
"path": "A String", # Optional. Relative path from the repository root to the Skaffold Config file.
868
+
"ref": "A String", # Optional. Branch or tag to use when cloning the repository.
869
+
"repository": "A String", # Required. Name of the Cloud Build V2 Repository. Format is projects/{project}/locations/{location}/connections/{connection}/repositories/{repository}.
"path": "A String", # Optional. Relative path from the source to the Skaffold file.
858
873
"source": "A String", # Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".
"description": "Optional. Relative path from the repository root to the Skaffold Config file.",
5645
+
"type": "string"
5646
+
},
5647
+
"ref": {
5648
+
"description": "Optional. Branch or tag to use when cloning the repository.",
5649
+
"type": "string"
5650
+
},
5651
+
"repository": {
5652
+
"description": "Required. Name of the Cloud Build V2 Repository. Format is projects/{project}/locations/{location}/connections/{connection}/repositories/{repository}.",
0 commit comments