Constant K8S_NAMESPACE_ANNOTATION
pub const K8S_NAMESPACE_ANNOTATION: &'static str;Expand description
The annotation placed on the Namespace, the key being the annotation name, the value being the annotation value, even if the value is empty.
§Notes
Examples:
- A label
ttlwith value0SHOULD be recorded as thek8s.namespace.annotation.ttlattribute with value"0". - A label
datawith empty string value SHOULD be recorded as thek8s.namespace.annotation.dataattribute with value"".
§Examples
"0"""