Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DeploymentName is the name of the deployment. DeploymentName = "gardener-scheduler" // ManagedResourceNameRuntime is the name of the ManagedResource for the runtime resources. ManagedResourceNameRuntime = "gardener-scheduler-runtime" // ManagedResourceNameVirtual is the name of the ManagedResource for the virtual resources. ManagedResourceNameVirtual = "gardener-scheduler-virtual" )
Variables ¶
View Source
var TimeoutWaitForManagedResource = 5 * time.Minute
TimeoutWaitForManagedResource is the timeout used while waiting for the ManagedResources to become healthy or deleted.
Functions ¶
func New ¶
func New(client client.Client, namespace string, secretsManager secretsmanager.Interface, values Values) component.DeployWaiter
New creates a new instance of DeployWaiter for the gardener-scheduler.
Types ¶
type Values ¶
type Values struct { // Image defines the container image of gardener-scheduler. Image string // LogLevel is the level/severity for the logs. Must be one of [info,debug,error]. LogLevel string // RuntimeVersion is the Kubernetes version of the runtime cluster. RuntimeVersion *semver.Version // FeatureGates is the set of feature gates. FeatureGates map[string]bool }
Values contains configuration values for the gardener-scheduler resources.
Click to show internal directories.
Click to hide internal directories.