v6d-io / v6d

vineyard (v6d): an in-memory immutable data manager. (Project under CNCF, TAG-Storage)
https://v6d.io
Apache License 2.0
829 stars 122 forks source link

[k8s]: Remove unnecessary time parsing in reconcile functions #1831

Closed pmokeev closed 6 months ago

pmokeev commented 6 months ago

What do these changes do?

Removes unnecessary time.ParseDuration("1m") from Reconcile functions in controllers package and replaces it by using standard constant time.Minute from time package.

sighingnow commented 6 months ago

Merged. Thank you @pmokeev ❤️