Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnnotatorConfiguration ¶
type AnnotatorConfiguration struct { // BindingHeapSize limits the size of Binding Heap, which stores the lastest // pod scheduled imformation. BindingHeapSize int32 // ConcurrentSyncs specified the number of annotator controller workers. ConcurrentSyncs int32 // PolicyConfigPath specified the path of Scheduler Policy File. PolicyConfigPath string // PrometheusAddr is the address of Prometheus Service. PrometheusAddr string }
AnnotatorConfiguration holds configuration for a node annotator.
Click to show internal directories.
Click to hide internal directories.