From b84e2f036c76299d5b41685085e215dc15243054 Mon Sep 17 00:00:00 2001 From: David Martin Date: Tue, 17 Sep 2024 11:05:44 +0100 Subject: [PATCH] Regen bundles Signed-off-by: David Martin --- config/examples/kube-prometheus/bundle.yaml | 54 ++++++++++----------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/config/examples/kube-prometheus/bundle.yaml b/config/examples/kube-prometheus/bundle.yaml index d601485..5328a40 100644 --- a/config/examples/kube-prometheus/bundle.yaml +++ b/config/examples/kube-prometheus/bundle.yaml @@ -982,7 +982,7 @@ metadata: --- apiVersion: v1 data: - custom-resource-state.yaml: |- + custom-resource-state.yaml: | kind: CustomResourceStateMetrics spec: resources: @@ -1445,10 +1445,10 @@ data: parent_section_name: ["parentRef", "sectionName"] parent_port: ["parentRef", "port"] - groupVersionKind: - group: kuadrant.io - kind: "TLSPolicy" - version: "v1alpha1" - metricNamePrefix: gatewayapi_tlspolicy + group: gateway.networking.k8s.io + kind: "BackendTLSPolicy" + version: "v1alpha2" + metricNamePrefix: gatewayapi_backendtlspolicy labelsFromPath: name: - metadata @@ -1478,7 +1478,7 @@ data: gauge: path: [metadata, deletionTimestamp] - name: "target_info" - help: "Target references that the tlspolicy wants to be attached to" + help: "Target references that the backendtlspolicy wants to be attached to" each: type: Info info: @@ -1488,20 +1488,11 @@ data: target_kind: ["kind"] target_name: ["name"] target_namespace: ["namespace"] - - name: "status" - help: "status condition" - each: - type: Gauge - gauge: - path: [status, conditions] - labelsFromPath: - type: ["type"] - valueFrom: ["status"] - groupVersionKind: group: kuadrant.io - kind: "DNSPolicy" + kind: "TLSPolicy" version: "v1alpha1" - metricNamePrefix: gatewayapi_dnspolicy + metricNamePrefix: gatewayapi_tlspolicy labelsFromPath: name: - metadata @@ -1531,7 +1522,7 @@ data: gauge: path: [metadata, deletionTimestamp] - name: "target_info" - help: "Target references that the dnspolicy wants to be attached to" + help: "Target references that the tlspolicy wants to be attached to" each: type: Info info: @@ -1552,9 +1543,9 @@ data: valueFrom: ["status"] - groupVersionKind: group: kuadrant.io - kind: "RateLimitPolicy" - version: "v1beta2" - metricNamePrefix: gatewayapi_ratelimitpolicy + kind: "DNSPolicy" + version: "v1alpha1" + metricNamePrefix: gatewayapi_dnspolicy labelsFromPath: name: - metadata @@ -1584,7 +1575,7 @@ data: gauge: path: [metadata, deletionTimestamp] - name: "target_info" - help: "Target references that the tlspolicy wants to be attached to" + help: "Target references that the dnspolicy wants to be attached to" each: type: Info info: @@ -1604,10 +1595,10 @@ data: type: ["type"] valueFrom: ["status"] - groupVersionKind: - group: gateway.networking.k8s.io - kind: "BackendTLSPolicy" - version: "v1alpha2" - metricNamePrefix: gatewayapi_backendtlspolicy + group: kuadrant.io + kind: "RateLimitPolicy" + version: "v1beta2" + metricNamePrefix: gatewayapi_ratelimitpolicy labelsFromPath: name: - metadata @@ -1637,7 +1628,7 @@ data: gauge: path: [metadata, deletionTimestamp] - name: "target_info" - help: "Target references that the backendtlspolicy wants to be attached to" + help: "Target references that the tlspolicy wants to be attached to" each: type: Info info: @@ -1647,6 +1638,15 @@ data: target_kind: ["kind"] target_name: ["name"] target_namespace: ["namespace"] + - name: "status" + help: "status condition" + each: + type: Gauge + gauge: + path: [status, conditions] + labelsFromPath: + type: ["type"] + valueFrom: ["status"] - groupVersionKind: group: kuadrant.io kind: "AuthPolicy"