-
-
Notifications
You must be signed in to change notification settings - Fork 332
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
Missing metadata.creationTimestamp #93
Comments
yeah, of course! feel free to submit a pr with the 1/2 lines and i'll merge. Otherwise i'm sure there'll be a release some time this / next week. |
Ok, had a quick go at this. It would either introduce the dependency on:
to decode the timestamp correctly, or we inline that same code :/ But we already use that code in the non-default feature |
For now, have hidden it behind |
Released in 0.22.0 |
|
Need to access creationTimestamp of pods metadata and figured out it's missing from the
ObjectMeta
struct.Is it possible to add it?
The text was updated successfully, but these errors were encountered: