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
description: "Relative path from the source to the Skaffold file."
177
+
- !ruby/object:Api::Type::NestedObject
178
+
name: "googleCloudBuildRepo"
179
+
description: "Cloud Build 2nd gen repository containing the Skaffold Config modules."
180
+
exactly_one_of:
181
+
- git
182
+
- googleCloudStorage
183
+
- googleCloudBuildRepo
184
+
properties:
185
+
- !ruby/object:Api::Type::String
186
+
name: "repository"
187
+
description: "Cloud Build 2nd gen repository in the format of 'projects/<project>/locations/<location>/connections/<connection>/repositories/<repository>'."
188
+
required: true
189
+
- !ruby/object:Api::Type::String
190
+
name: "path"
191
+
description: "Relative path from the repository root to the Skaffold file."
192
+
- !ruby/object:Api::Type::String
193
+
name: "ref"
194
+
description: "Branch or tag to use when cloning the repository."
0 commit comments