[bot] [main] Automated version update
This commit is contained in:
@@ -16635,11 +16635,11 @@ items:
|
||||
"includeAll": false,
|
||||
"label": null,
|
||||
"multi": false,
|
||||
"name": "workload",
|
||||
"name": "type",
|
||||
"options": [
|
||||
|
||||
],
|
||||
"query": "label_values(namespace_workload_pod:kube_pod_owner:relabel{cluster=\"$cluster\", namespace=\"$namespace\"}, workload)",
|
||||
"query": "label_values(namespace_workload_pod:kube_pod_owner:relabel{cluster=\"$cluster\", namespace=\"$namespace\"}, workload_type)",
|
||||
"refresh": 2,
|
||||
"regex": "",
|
||||
"sort": 1,
|
||||
@@ -16662,11 +16662,11 @@ items:
|
||||
"includeAll": false,
|
||||
"label": null,
|
||||
"multi": false,
|
||||
"name": "type",
|
||||
"name": "workload",
|
||||
"options": [
|
||||
|
||||
],
|
||||
"query": "label_values(namespace_workload_pod:kube_pod_owner:relabel{cluster=\"$cluster\", namespace=\"$namespace\", workload=\"$workload\"}, workload_type)",
|
||||
"query": "label_values(namespace_workload_pod:kube_pod_owner:relabel{cluster=\"$cluster\", namespace=\"$namespace\", workload_type=\"$type\"}, workload)",
|
||||
"refresh": 2,
|
||||
"regex": "",
|
||||
"sort": 1,
|
||||
|
||||
@@ -1053,6 +1053,43 @@ spec:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
pagerDutyImageConfigs:
|
||||
description: A list of image details to attach that provide
|
||||
further detail about an incident.
|
||||
items:
|
||||
description: PagerDutyImageConfig attaches images to
|
||||
an incident
|
||||
properties:
|
||||
alt:
|
||||
description: Alt is the optional alternative text
|
||||
for the image.
|
||||
type: string
|
||||
href:
|
||||
description: Optional URL; makes the image a clickable
|
||||
link.
|
||||
type: string
|
||||
src:
|
||||
description: Src of the image being attached to
|
||||
the incident
|
||||
type: string
|
||||
type: object
|
||||
type: array
|
||||
pagerDutyLinkConfigs:
|
||||
description: A list of link details to attach that provide
|
||||
further detail about an incident.
|
||||
items:
|
||||
description: PagerDutyLinkConfig attaches text links
|
||||
to an incident
|
||||
properties:
|
||||
alt:
|
||||
description: Text that describes the purpose of
|
||||
the link, and can be used as the link's text.
|
||||
type: string
|
||||
href:
|
||||
description: Href is the URL of the link to be attached
|
||||
type: string
|
||||
type: object
|
||||
type: array
|
||||
routingKey:
|
||||
description: The secret's key that contains the PagerDuty
|
||||
integration key (when using Events API v2). Either this
|
||||
|
||||
Reference in New Issue
Block a user