File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
hack/observability/kube-state-metrics Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -569,6 +569,15 @@ spec:
569569 address :
570570 - address
571571 type : Info
572+ - name : status_certificatesexpirydate
573+ help : Information about certificate expiration date of a control plane node.
574+ each :
575+ gauge :
576+ nilIsZero : true
577+ path :
578+ - status
579+ - certificatesExpiryDate
580+ type : Gauge
572581 - name : status_noderef
573582 help : Information about the node reference of a machine.
574583 each :
Original file line number Diff line number Diff line change 8787 address :
8888 - address
8989 type : Info
90+ - name : status_certificatesexpirydate
91+ help : Information about certificate expiration date of a control plane node.
92+ each :
93+ gauge :
94+ nilIsZero : true
95+ path :
96+ - status
97+ - certificatesExpiryDate
98+ type : Gauge
9099 - name : status_noderef
91100 help : Information about the node reference of a machine.
92101 each :
You can’t perform that action at this time.
0 commit comments