Skip to content

Commit

Permalink
Regen bundles
Browse files Browse the repository at this point in the history
Signed-off-by: David Martin <[email protected]>
  • Loading branch information
david-martin committed Sep 17, 2024
1 parent 6fbdb3e commit b84e2f0
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions config/examples/kube-prometheus/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ metadata:
---
apiVersion: v1
data:
custom-resource-state.yaml: |-
custom-resource-state.yaml: |
kind: CustomResourceStateMetrics
spec:
resources:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit b84e2f0

Please sign in to comment.