Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AnnotationIdleCleanupDurationTTL is the annotation for requesting namespace cleanup after all pods complete AnnotationIdleCleanupDurationTTL = "ci.openshift.io/ttl.soft" // AnnotationCleanupDurationTTL is the annotation for requesting namespace cleanup after the namespace has been active AnnotationCleanupDurationTTL = "ci.openshift.io/ttl.hard" // AnnotationNamespaceLastActive contains time.RFC3339 timestamp at which the namespace was last in active use. We // update this every ten minutes. AnnotationNamespaceLastActive = "ci.openshift.io/active" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.