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 {
6161}
6262
6363type 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
6467 VersionMonitoring * VersionMonitoring `json:"versionMonitoring,omitempty"`
6568 // Optionally specify list of additional volumes for the controller pod(s)
6669 Volumes []corev1.Volume `json:"volumes,omitempty"`
Original file line number Diff line number Diff line change 5555 controller :
5656 description : Controller specification
5757 properties :
58+ detailedOperationalMetrics :
59+ description : Optionally enable detailed opertational metrics for
60+ the controller by setting this to true
61+ type : boolean
5862 versionMonitoring :
63+ description : Version monitoring configuration
5964 properties :
6065 metricsEvaluationInterval :
6166 description : The duration (example 2h) after which versions
You can’t perform that action at this time.
0 commit comments