worker

package
v1.58.0 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2024 License: Apache-2.0 Imports: 38 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// CSIDriverTopologyKey is the legacy topology key used by the AWS CSI driver
	// we need to support it because old PVs use it as node affinity
	// see also: https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/729#issuecomment-1942026577
	CSIDriverTopologyKey = "topology.ebs.csi.aws.com/zone"
)

Variables

View Source
var (
	// TODO(KA): replace with pkg/utils/version when v1.30 is supported.
	// TODO(KA): remove when k8s versions < v1.30 are deprecated
	ConstraintK8sGreaterEqual130 *semver.Constraints
)
View Source
var (
	// DefaultAddOptions are the default AddOptions for AddToManager.
	DefaultAddOptions = AddOptions{}
)

Functions

func AddToManager

func AddToManager(ctx context.Context, mgr manager.Manager) error

AddToManager adds a controller with the default Options.

func AddToManagerWithOptions

func AddToManagerWithOptions(ctx context.Context, mgr manager.Manager, opts AddOptions) error

AddToManagerWithOptions adds a controller with the given Options to the given manager. The opts.Reconciler is being set with a newly instantiated actuator.

func ComputeInstanceMetadata added in v1.55.0

func ComputeInstanceMetadata(workerConfig *awsapi.WorkerConfig, cluster *controller.Cluster) (map[string]interface{}, error)

ComputeInstanceMetadata calculates the InstanceMetadata options for a particular worker pool.

func NewActuator

func NewActuator(mgr manager.Manager, gardenCluster cluster.Cluster) worker.Actuator

NewActuator creates a new Actuator that updates the status of the handled WorkerPoolConfigs.

func NewWorkerDelegate

func NewWorkerDelegate(
	client client.Client,
	decoder runtime.Decoder,
	scheme *runtime.Scheme,

	seedChartApplier gardener.ChartApplier,
	serverVersion string,

	worker *extensionsv1alpha1.Worker,
	cluster *extensionscontroller.Cluster,
) (genericactuator.WorkerDelegate, error)

NewWorkerDelegate creates a new context for a worker reconciliation.

Types

type AddOptions

type AddOptions struct {
	// GardenCluster is the garden cluster object.
	GardenCluster cluster.Cluster
	// Controller are the controller.Options.
	Controller controller.Options
	// IgnoreOperationAnnotation specifies whether to ignore the operation annotation or not.
	IgnoreOperationAnnotation bool
	// ExtensionClass defines the extension class this extension is responsible for.
	ExtensionClass extensionsv1alpha1.ExtensionClass
}

AddOptions are options to apply when adding the AWS worker controller to the manager.

Jump to

Keyboard shortcuts

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