Kubernetes
Get Kubernetes objects
Get Kubernetes objects matching the specified criteria
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The optional environment of the kubernetes object
The type of kubernetes object (e.g. Pod, Node, CronJob etc)
The optional labels of the kubernetes object
The optional name of the kubernetes object
The optional namespace of the kubernetes object
The optional service of the kubernetes object
Unix timestamp at which we should get the kubernetes objects
Response
200 - application/json
The list of Kubernetes objects matching the criteria
Was this page helpful?