Categorygithub.com/utopia-planitia/k8s-gitlab-gc
repositorypackage
0.0.0-20241212033354-935e3463520c
Repository: https://github.com/utopia-planitia/k8s-gitlab-gc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

k8s-gitlab-gc

supported annotations for k8s namespace manifest/resource

(default) keysvalue typevalue examples
"k8s-gitlab-gc.utopia-planitia.non-existing-tld/disable-automatic-garbage-collection"string bool"true" (every other string will be evaluated as false)
"k8s-gitlab-gc.utopia-planitia.non-existing-tld/ns-ttl-duration"string duration (uses go's ParseDuration function, which means valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'.)"30m" or "2h45m"

Note: some name's of keys can be configured (overwritten) via command line flags, e.g. for the ttlAnnotation which has a default key like k8s-gitlab-gc.utopia-planitia.non-existing-tld/ns-ttl-duration but can be overwritten