microbean / microbean-kubernetes-controller

A toolset for writing Kubernetes controllers, or operators, in Java.
https://microbean.github.io/microbean-kubernetes-controller/
Apache License 2.0
20 stars 7 forks source link

Clean up Duration-related code #5

Closed ljnelson closed 6 years ago

ljnelson commented 6 years ago

Reflector could avoid an allocation or two if we detect zero-second Durations up front.