Skip to main content

Returns a list of resources in a namespace of specified cluster

GET 

/api/v2/workspaces/:workspace/resources/clusters/:cluster/namespaces/:namespace/:kind

Returns a list of resources in a namespace of specified cluster

Request

Path Parameters

    workspace stringrequired

    Workspace to use

    cluster stringrequired

    Cluster name

    namespace stringrequired

    Namespace name

    kind stringrequired

    Resource kind (e.g. pods)

Responses

Contains a collection of resources in the namespace of the cluster

Schema

    items undefined[]required
Loading...