Commit Graph

4 Commits

Author SHA1 Message Date
Justin Santa Barbara e875c27ab8 Workaround for time.Duration zero value
Go 1.6 has the zero value of time.Duration render to a string as `0`,
but 1.7 and on renders as `0s`.

Force to `0s` for consistency across versions.
2017-02-01 00:30:02 -05:00
Justin Santa Barbara 1172fb2b95 Add Eviction flags
Otherwise we were not evicting based on low inodes

Also add the notion of a flag-default, so we can pass fewer spurious
flags, and gget closer to the component model
2017-01-31 23:12:35 -05:00
chrislovecnm 3cabfb25d0 Updates to add new flag used by Kubernetes Controller manager: attach-detach-reconcile-sync-period 2017-01-18 12:29:29 -08:00
Justin Santa Barbara fa0d9e9d3c Move flagbuilder to a shared package
Splitting up the CoreOS PR into manageable chunks
2017-01-16 20:38:00 -05:00