File tree 4 files changed +69
-213
lines changed
4 files changed +69
-213
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "apiVersion" : " v1beta1" ,
3
+ "creationTimestamp" : null ,
4
+ "kind" : " Status" ,
5
+ "status" : " success"
6
+ }
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -34,30 +34,16 @@ documentation:
34
34
queryParameters :
35
35
serviceID :
36
36
description : filter aliases by associated service.
37
- responses :
38
- 200 :
39
- body :
40
- example : !include examples/aliases.json
41
37
post :
42
38
description : Create an alias for this service.
43
- body :
44
- example : !include examples/alias.json
45
39
46
40
/{aliasID} :
47
41
get :
48
42
description : Get a specific alias.
49
- body :
50
- example : !include examples/alias.json
51
43
put :
52
44
description : Update a specific alias.
53
- body :
54
- example : !include examples/alias.json
55
45
delete :
56
46
description : Delete a specific alias.
57
- responses :
58
- 200 :
59
- body :
60
- example : !include examples/status-success.json
61
47
62
48
/buildConfigHooks/{buildID}/{secret}/{plugin} :
63
49
post :
@@ -334,24 +320,14 @@ documentation:
334
320
description : filter the links owned by a particular project.
335
321
serviceID :
336
322
description : filter the links attached to a particular service.
337
- responses :
338
- 200 :
339
- body :
340
- example : !include examples/links.json
341
323
post :
342
324
description : Create a new link between two services.
343
- body :
344
- example : !include examples/link.json
345
325
346
326
/{linkID} :
347
327
get :
348
328
description : Get details about a specific link.
349
- body :
350
- example : !include examples/link.json
351
329
put :
352
330
description : Update a specific link.
353
- body :
354
- example : !include examples/link.json
355
331
delete :
356
332
description : Delete a specific link.
357
333
responses :
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ func TestExamples(t *testing.T) {
78
78
"../api/examples/create-pod.json" : & kapi.Pod {},
79
79
80
80
"../api/examples/create-service.json" : & kapi.Service {},
81
+ "../api/examples/status-success.json" : nil ,
81
82
}
82
83
83
84
// Add the root directory to search for files you want to test, if is not in the list below.
You can’t perform that action at this time.
0 commit comments