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: api/swagger-spec/openshift-openapi-spec.json
+42
Original file line number
Diff line number
Diff line change
@@ -67844,6 +67844,19 @@
67844
67844
}
67845
67845
}
67846
67846
},
67847
+
"v1.BitbucketWebHookCause": {
67848
+
"description": "BitbucketWebHookCause has information about a Bitbucket webhook that triggered a build.",
67849
+
"properties": {
67850
+
"revision": {
67851
+
"description": "Revision is the git source revision information of the trigger.",
67852
+
"$ref": "#/definitions/v1.SourceRevision"
67853
+
},
67854
+
"secret": {
67855
+
"description": "Secret is the obfuscated webhook secret that triggered a build.",
67856
+
"type": "string"
67857
+
}
67858
+
}
67859
+
},
67847
67860
"v1.Build": {
67848
67861
"description": "Build encapsulates the inputs needed to produce a new deployable image, as well as the status of the execution and a reference to the Pod which executed the build.",
67849
67862
"properties": {
@@ -68342,6 +68355,10 @@
68342
68355
"v1.BuildTriggerCause": {
68343
68356
"description": "BuildTriggerCause holds information about a triggered build. It is used for displaying build trigger data for each build and build configuration in oc describe. It is also used to describe which triggers led to the most recent update in the build configuration.",
68344
68357
"properties": {
68358
+
"bitbucketWebHook": {
68359
+
"description": "BitbucketWebHook represents data for a Bitbucket webhook that fired a specific build.",
68360
+
"$ref": "#/definitions/v1.BitbucketWebHookCause"
68361
+
},
68345
68362
"genericWebHook": {
68346
68363
"description": "genericWebHook holds data about a builds generic webhook trigger.",
68347
68364
"$ref": "#/definitions/v1.GenericWebHookCause"
@@ -68350,6 +68367,10 @@
68350
68367
"description": "gitHubWebHook represents data for a GitHub webhook that fired a specific build.",
68351
68368
"$ref": "#/definitions/v1.GitHubWebHookCause"
68352
68369
},
68370
+
"gitlabWebHook": {
68371
+
"description": "GitLabWebHook represents data for a GitLab webhook that fired a specific build.",
68372
+
"$ref": "#/definitions/v1.GitLabWebHookCause"
68373
+
},
68353
68374
"imageChangeBuild": {
68354
68375
"description": "imageChangeBuild stores information about an imagechange event that triggered a new build.",
68355
68376
"$ref": "#/definitions/v1.ImageChangeCause"
@@ -68366,6 +68387,10 @@
68366
68387
"type"
68367
68388
],
68368
68389
"properties": {
68390
+
"bitbucket": {
68391
+
"description": "BitbucketWebHook contains the parameters for a Bitbucket webhook type of trigger",
68392
+
"$ref": "#/definitions/v1.WebHookTrigger"
68393
+
},
68369
68394
"generic": {
68370
68395
"description": "generic contains the parameters for a Generic webhook type of trigger",
68371
68396
"$ref": "#/definitions/v1.WebHookTrigger"
@@ -68374,6 +68399,10 @@
68374
68399
"description": "github contains the parameters for a GitHub webhook type of trigger",
68375
68400
"$ref": "#/definitions/v1.WebHookTrigger"
68376
68401
},
68402
+
"gitlab": {
68403
+
"description": "GitLabWebHook contains the parameters for a GitLab webhook type of trigger",
68404
+
"$ref": "#/definitions/v1.WebHookTrigger"
68405
+
},
68377
68406
"imageChange": {
68378
68407
"description": "imageChange contains parameters for an ImageChange type of trigger",
68379
68408
"$ref": "#/definitions/v1.ImageChangeTrigger"
@@ -70637,6 +70666,19 @@
70637
70666
}
70638
70667
}
70639
70668
},
70669
+
"v1.GitLabWebHookCause": {
70670
+
"description": "GitLabWebHookCause has information about a GitLab webhook that triggered a build.",
70671
+
"properties": {
70672
+
"revision": {
70673
+
"description": "Revision is the git source revision information of the trigger.",
70674
+
"$ref": "#/definitions/v1.SourceRevision"
70675
+
},
70676
+
"secret": {
70677
+
"description": "Secret is the obfuscated webhook secret that triggered a build.",
70678
+
"type": "string"
70679
+
}
70680
+
}
70681
+
},
70640
70682
"v1.GitRepoVolumeSource": {
70641
70683
"description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.",
0 commit comments