Reputation: 11
I know that I can Watch for changes from a resourceVersion, what I want is a way to GET the resource at a specific resourceVersion.
Upvotes: 0
Views: 282
Reputation: 172
If you are the admin of k8s cluster, then you can retrieve that through etcd directly.
Upvotes: 1