Constant K8S_STATEFULSET_LABEL
pub const K8S_STATEFULSET_LABEL: &'static str;Expand description
The label placed on the StatefulSet, the key being the label name, the value being the label value, even if the value is empty.
§Notes
Examples:
- A label
replicaswith value0SHOULD be recorded as thek8s.statefulset.label.appattribute with value"guestbook". - A label
injectedwith empty string value SHOULD be recorded as thek8s.statefulset.label.injectedattribute with value"".
§Examples
"guestbook"""