rollout_history
Retrieve a Kubernetes deployment's rollout revisions by listing its ReplicaSets, helping you track changes and audit deployment updates.
Instructions
[READ] List a deployment's rollout revisions (from its replicasets).
Args: name: Deployment name. namespace: Namespace; omit for the target's default namespace. target: k8s target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target | No | ||
| namespace | No |