Skip to content

Commit

Permalink
Merge branch 'appset-resource-events' of https://github.com/alexymant…
Browse files Browse the repository at this point in the history
…ha/argo-cd into appset-resource-events
  • Loading branch information
reggie-k committed Nov 18, 2023
2 parents edaab01 + cca6e2d commit 275b298
Show file tree
Hide file tree
Showing 6 changed files with 597 additions and 42 deletions.
36 changes: 36 additions & 0 deletions assets/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2011,6 +2011,42 @@
}
}
},
"/api/v1/applicationsets/{name}/events": {
"get": {
"tags": [
"ApplicationSetService"
],
"summary": "ListResourceEvents returns a list of event resources",
"operationId": "ApplicationSetService_ListResourceEvents",
"parameters": [
{
"type": "string",
"name": "name",
"in": "path",
"required": true
},
{
"type": "string",
"name": "appsetNamespace",
"in": "query"
}
],
"responses": {
"200": {
"description": "A successful response.",
"schema": {
"$ref": "#/definitions/v1EventList"
}
},
"default": {
"description": "An unexpected error response.",
"schema": {
"$ref": "#/definitions/runtimeError"
}
}
}
}
},
"/api/v1/certificates": {
"get": {
"tags": [
Expand Down
Loading

0 comments on commit 275b298

Please sign in to comment.