kubernetes
Get a Kubernetes deployment
Get a Kubernetes deployment in the given namespace. The response is trimmed of server-managed and heavy fields (managed fields, last-applied-config annotation) while preserving the full pod template, spec and resourceVersion so an edit form can be reconstructed from the live cluster and the workload subsequently updated. Access policy: Authenticated user.
get/kubernetes/{id}/namespaces/{namespace}/deployments/{name}
Path parameters
idinteger required
Environment(Endpoint) identifier
namespacestring required
Namespace
namestring required
Deployment name
Response
Success