kubernetes
Get Kubernetes replica sets within a namespace
Get the list of Kubernetes replica sets in the given namespace, optionally restricted to those owned by a given deployment. This backs the deployment revisions view. The response uses the Kubernetes list shape ({items: [...]}). Access policy: Authenticated user.
get/kubernetes/{id}/namespaces/{namespace}/replicasets
Path parameters
idinteger required
Environment(Endpoint) identifier
namespacestring required
Namespace
Query parameters
deploymentstring
Only return replica sets owned by this deployment
labelSelectorstring
Kubernetes label selector to filter the replica sets
fieldSelectorstring
Kubernetes field selector to filter the replica sets
Response
Success