-
Notifications
You must be signed in to change notification settings - Fork 339
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
Store creation date of every entity #661
Comments
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 4, 2020
* Added creationTime and modifiedTime to resource creation at kumactl Fix kumahq#661
Created a PR for this @subnetmarco 😀 |
We store this already, but it isn't exposed in the API (we use it to sort conflicts on matching policies) Do you have any format in mind on how to expose it? @subnetmarco
|
Yes, that would work @jakubdyszkiewicz |
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
* added creationTime and modificationTime in resource Feature kumahq#661
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
* updated api server tests Feature kumahq#661
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
* updated tests Feature kumahq#661
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
…jections * updated tests Feature kumahq#661
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
…hecks * updated tests Feature kumahq#661
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
* updated tests Feature kumahq#661
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
…mplates * updated tests Feature kumahq#661
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
…logs * updated tests Feature kumahq#661
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
…permissions * updated tests Feature kumahq#661
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
…routes * updated tests Feature kumahq#661
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
…traces * updated tests Feature kumahq#661
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
…planes * updated tests Feature kumahq#661
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
* fixed tests for printer Feature kumahq#661
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
* fixed remote store create and update function and updated tests Feature kumahq#661
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
* fixed apply tests Feature kumahq#661
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 14, 2020
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 15, 2020
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 15, 2020
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 15, 2020
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 15, 2020
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 15, 2020
tharun208
added a commit
to tharun208/kuma
that referenced
this issue
Apr 21, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Store the UTC creation date timestamp for every entity that is being created.
The text was updated successfully, but these errors were encountered: