Gary Capell
Gary Capell

Reputation: 11

Is there a way to retrieve a kubernetes resource at a specific resourceVersion?

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

Answers (1)

白栋天
白栋天

Reputation: 172

If you are the admin of k8s cluster, then you can retrieve that through etcd directly.

Upvotes: 1

Related Questions