We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d1ae7 commit 8a32810Copy full SHA for 8a32810
1 file changed
internal/config/config.go
@@ -120,7 +120,7 @@ type Config struct {
120
GarbageCollectionInterval metav1.Duration `json:"garbageCollectionInterval,omitempty"`
121
122
// ClusterMonitorInterval determines how often the cluster monitor will check for offline downstream clusters.
123
- ClusterMonitorInterval metav1.Duration `json:"clusterMonitorInterval.omitempty"`
+ ClusterMonitorInterval metav1.Duration `json:"clusterMonitorInterval,omitempty"`
124
125
// ClusterMonitorThreshold determines how long must have elapsed since a downstream cluster's Fleet agent last
126
// reported its status to the management cluster, before that downstream cluster is considered offline.
0 commit comments