kops/pkg/flagbuilder
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
..
build_flags.go Workaround for time.Duration zero value 2017-02-01 00:30:02 -05:00
buildflags_test.go Add Eviction flags 2017-01-31 23:12:35 -05:00