A list of Kubernetes labels.
| JSON representation |
|---|
{
"resourceLabels": [
{
object ( |
| Fields | |
|---|---|
resourceLabels[] |
Optional. A list of Kubernetes label-value pairs. |
Label
A single Kubernetes label-value pair.
| JSON representation |
|---|
{ "key": string, "value": string } |
| Fields | |
|---|---|
key |
Optional. The key/name of the label. |
value |
Optional. The value of the label. |