Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ServiceName is the name of the service of the kube-scheduler. ServiceName = "kube-scheduler" // SecretNameServer is the name of the kube-scheduler server certificate secret. SecretNameServer = "kube-scheduler-server" // LabelRole is a constant for the value of a label with key 'role'. LabelRole = "scheduler" )
Variables ¶
This section is empty.
Functions ¶
func CentralLoggingConfiguration ¶
func CentralLoggingConfiguration() (component.CentralLoggingConfig, error)
CentralLoggingConfiguration returns a fluent-bit parser and filter for the kube-scheduler logs.
Types ¶
type Interface ¶ added in v1.24.0
type Interface interface { component.DeployWaiter component.MonitoringComponent // SetSecrets sets the secrets. SetSecrets(Secrets) }
Interface contains functions for a kube-scheduler deployer.
Click to show internal directories.
Click to hide internal directories.