kubernetes
Annotate a Kubernetes deployment
Add or overwrite annotations on a deployment and on the pods it creates. Annotations the payload does not name are kept. Changing a pod annotation rolls the workload, which is how a rollout restart is triggered. Access policy: Authenticated user.
patch/kubernetes/{id}/namespaces/{namespace}/deployments/{name}
Path parameters
idinteger required
Environment(Endpoint) identifier
namespacestring required
Namespace
namestring required
Deployment name
Request body
Response
Success