File tree 5 files changed +8
-6
lines changed
kmodules.xyz/resource-metadata/hub/resourcetabledefinitions
stash.appscode.com/v1alpha1/kubedb
storage.kubestash.com/v1alpha1
5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ require (
50
50
kmodules.xyz/go-containerregistry v0.0.12
51
51
kmodules.xyz/monitoring-agent-api v0.30.1-0.20240922035723-c44bae62658a
52
52
kmodules.xyz/offshoot-api v0.30.1
53
- kmodules.xyz/resource-metadata v0.18.14-0.20240925020608-73a6d2bd1a4e
53
+ kmodules.xyz/resource-metadata v0.18.14-0.20240925131055-7efb243b0bdf
54
54
kmodules.xyz/resource-metrics v0.30.4
55
55
kmodules.xyz/resource-metrics/utils v0.30.4
56
56
kmodules.xyz/sets v0.29.0
Original file line number Diff line number Diff line change @@ -934,8 +934,8 @@ kmodules.xyz/monitoring-agent-api v0.30.1-0.20240922035723-c44bae62658a h1:R31pY
934
934
kmodules.xyz/monitoring-agent-api v0.30.1-0.20240922035723-c44bae62658a /go.mod h1:wNJna790BXspkN1ior9J+RI3pr+3B8LFtiumOvh8qKg =
935
935
kmodules.xyz/offshoot-api v0.30.1 h1:TrulAYO+oBsXe9sZZGTmNWIuI8qD2izMpgcTSPvgAmI =
936
936
kmodules.xyz/offshoot-api v0.30.1 /go.mod h1:T3mpjR6fui0QzOcmQvIuANytW48fe9ytmy/1cgx6D4g =
937
- kmodules.xyz/resource-metadata v0.18.14-0.20240925020608-73a6d2bd1a4e h1:PrZjuFQkFUhvAxQyJcJt5iTN7HDhsmC6WqQaYPOO3nU =
938
- kmodules.xyz/resource-metadata v0.18.14-0.20240925020608-73a6d2bd1a4e /go.mod h1:p9RH0c3G/+hpL7ny1fjWOVGMmMNbqQUTonuMoTT35pg =
937
+ kmodules.xyz/resource-metadata v0.18.14-0.20240925131055-7efb243b0bdf h1:6vK5pc17fh8IPoT5OXzr5mO/qXsbM3+yhCBCh0/peNM =
938
+ kmodules.xyz/resource-metadata v0.18.14-0.20240925131055-7efb243b0bdf /go.mod h1:p9RH0c3G/+hpL7ny1fjWOVGMmMNbqQUTonuMoTT35pg =
939
939
kmodules.xyz/resource-metrics v0.30.4 h1:8HBPtYmo9ETY91gsc55JE8Z986+3ZuRq57M0wZ9npqI =
940
940
kmodules.xyz/resource-metrics v0.30.4 /go.mod h1:w9+rz7/s/kGP1GWzYSuRdCn+l7EwpesmESSEHkLBnIQ =
941
941
kmodules.xyz/resource-metrics/utils v0.30.4 h1:bJS/x0Qr7N1FFdxugFbzZ/Es6HVs4ptsFlhkmgj3jac =
Original file line number Diff line number Diff line change 50
50
{{ end }}
51
51
{{- printf "%s" $color -}}
52
52
name : Integrity
53
- pathTemplate : ' {{ .status.integrity | upper }}'
53
+ pathTemplate : ' {{ .status.integrity | toString | upper }}'
54
54
priority : 3
55
55
type : string
56
56
- name : Age
Original file line number Diff line number Diff line change @@ -49,10 +49,12 @@ spec:
49
49
{{ $color := "gray" }}
50
50
{{ if $integrity }}
51
51
{{ $color = "success" }}
52
+ {{ else }}
53
+ {{ $color = "danger" }}
52
54
{{ end }}
53
55
{{- printf "%s" $color -}}
54
56
name : Integrity
55
- pathTemplate : ' {{ .status.integrity | upper }}'
57
+ pathTemplate : ' {{ .status.integrity | toString | upper }}'
56
58
priority : 3
57
59
type : string
58
60
- name : Age
Original file line number Diff line number Diff line change @@ -2035,7 +2035,7 @@ kmodules.xyz/monitoring-agent-api/client
2035
2035
## explicit; go 1.22.0
2036
2036
kmodules.xyz/offshoot-api/api/v1
2037
2037
kmodules.xyz/offshoot-api/api/v2
2038
- # kmodules.xyz/resource-metadata v0.18.14-0.20240925020608-73a6d2bd1a4e
2038
+ # kmodules.xyz/resource-metadata v0.18.14-0.20240925131055-7efb243b0bdf
2039
2039
## explicit; go 1.22.1
2040
2040
kmodules.xyz/resource-metadata/apis/core/install
2041
2041
kmodules.xyz/resource-metadata/apis/core/v1alpha1
You can’t perform that action at this time.
0 commit comments