kubescheduler

package
v1.63.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2023 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 33 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// LabelRole is a constant for the value of a label with key 'role'.
	LabelRole = "scheduler"
	// 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.

Types

type Interface added in v1.24.0

type Interface interface {
	component.DeployWaiter
	component.MonitoringComponent
}

Interface contains functions for a kube-scheduler deployer.

func New

func New(
	client client.Client,
	namespace string,
	secretsManager secretsmanager.Interface,
	version *semver.Version,
	image string,
	replicas int32,
	config *gardencorev1beta1.KubeSchedulerConfig,
	runtimeKubernetesVersion *semver.Version,
) Interface

New creates a new instance of DeployWaiter for the kube-scheduler.

Directories

Path Synopsis
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL