Documentation ¶
Index ¶
Constants ¶
View Source
const ( // BinPackingSchedulerName is the scheduler name that is used when the "bin-packing" // scheduling profile is configured. BinPackingSchedulerName = "bin-packing-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.
func New ¶
func New( client client.Client, namespace string, secretsManager secretsmanager.Interface, runtimeVersion *semver.Version, targetVersion *semver.Version, image string, replicas int32, config *gardencorev1beta1.KubeSchedulerConfig, ) component.DeployWaiter
New creates a new instance of DeployWaiter for the kube-scheduler.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.