File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,9 @@ type SubscriptionServer struct {
61
61
}
62
62
63
63
type Controller struct {
64
+ // Optionally enable detailed opertational metrics for the controller by setting this to true
65
+ DetailedOperationalMetrics bool `json:"detailedOperationalMetrics,omitempty"`
66
+ // Version monitoring configuration
64
67
VersionMonitoring * VersionMonitoring `json:"versionMonitoring,omitempty"`
65
68
// Optionally specify list of additional volumes for the controller pod(s)
66
69
Volumes []corev1.Volume `json:"volumes,omitempty"`
Original file line number Diff line number Diff line change 55
55
controller :
56
56
description : Controller specification
57
57
properties :
58
+ detailedOperationalMetrics :
59
+ description : Optionally enable detailed opertational metrics for
60
+ the controller by setting this to true
61
+ type : boolean
58
62
versionMonitoring :
63
+ description : Version monitoring configuration
59
64
properties :
60
65
metricsEvaluationInterval :
61
66
description : The duration (example 2h) after which versions
You can’t perform that action at this time.
0 commit comments