Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API corresponding to rollout history #694

Closed
77598072 opened this issue Nov 29, 2018 · 2 comments
Closed

API corresponding to rollout history #694

77598072 opened this issue Nov 29, 2018 · 2 comments

Comments

@77598072
Copy link

I want to know the python API corresponding to rollout history.
but,I can't find it in the Documentation.
I want to know the historical version of deployment,Thank you very much!

@tomplus
Copy link
Member

tomplus commented Nov 29, 2018

K8s uses separate objects ReplicaSet to store information about deployments. There are a list of ReplicaSets for each Deployment. Please take a look for this method list_namespaced_replica_set

@77598072
Copy link
Author

K8s uses separate objects ReplicaSet to store information about deployments. There are a list of ReplicaSets for each Deployment. Please take a look for this method list_namespaced_replica_set

It can satisfy me. Thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants