Constant K8S_REPLICASET_LABEL
pub const K8S_REPLICASET_LABEL: &'static str;
Expand description
The label placed on the ReplicaSet, the key
being the label name, the value being the label value, even if the value is empty.
§Notes
Examples:
- A label
app
with valueguestbook
SHOULD be recorded as thek8s.replicaset.label.app
attribute with value"guestbook"
. - A label
injected
with empty string value SHOULD be recorded as thek8s.replicaset.label.injected
attribute with value""
.
§Examples
"guestbook"
""