Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterControllerConfiguration ¶
type ClusterControllerConfiguration struct { // clusterSyncPeriod is the period for syncing cluster life-cycle // updates. ClusterSyncPeriod time.Duration // concurrentClusterSyncs is the number of cluster objects that are // allowed to sync concurrently. ConcurrentClusterSyncs int // HealthCheckPeriod is the period for cluster health check HealthCheckPeriod time.Duration // BucketRateLimiterLimit allows events up to rate r and permits. BucketRateLimiterLimit int // BucketRateLimiterBurst bursts of at most b tokens. BucketRateLimiterBurst int }
ClusterControllerConfiguration contains elements describing ClusterController.
Click to show internal directories.
Click to hide internal directories.