11 lines
369 B
YAML
11 lines
369 B
YAML
groups:
|
|
- id: attributes.container.deprecated
|
|
type: attribute_group
|
|
brief: "Describes deprecated container attributes."
|
|
attributes:
|
|
- id: container.labels
|
|
type: template[string]
|
|
examples: [ 'container.label.app=nginx' ]
|
|
brief: "Deprecated, use `container.label` instead."
|
|
deprecated: "Replaced by `container.label`."
|