k8s.persistentvolumeclaim.label
Developmenttemplate[string]as of v1.44.0
The label placed on the PersistentVolumeClaim, the <key> being the label name, the value being the label value, even if the value is empty.
Examples:
- A label app with value my-app SHOULD be recorded as
the k8s.persistentvolumeclaim.label.app attribute with value "my-app".
- A label data with empty string value SHOULD be recorded as
the k8s.persistentvolumeclaim.label.data attribute with value "".
Examples
- my-app
Used by
entitys (1)
- k8s.persistentvolumeclaim (opt-in)
* required on that signal.
History
Added as development.