Resources
The /apply route will try to parse resources and upsert them into the store.
Body
resourcesobject[]Optional
Responses
202
Accepted
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
409
Conflict
application/json
500
Internal Server Error
application/json
post
/apply/delete endpoint will try to parse resources and delete them from the store.
Bodyobject[]
object[]Optional
Responses
202
Accepted
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
post
/deletePath parameters
kindstringRequired
the kind of the resource
namestringRequired
the name of the resource
Responses
204
Successful Delete, no content
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
delete
/resources/{kind}/{name}No content
Path parameters
kindstringRequired
the kind of the resource
namestringRequired
the name of the resource
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
/{kind}/{name}/historyLast updated
Was this helpful?