extensions

package
v1.7.1-0...-23dd39d Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2021 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller struct {
	// contains filtered or unexported fields
}

Controller watches the extension resources and has several control loops.

func NewController

func NewController(ctx context.Context, gardenClient, seedClient kubernetes.Interface, seedName string, log *logrus.Entry, recorder record.EventRecorder) (*Controller, error)

NewController creates new controller that syncs extensions states to ShootState

func (*Controller) Run

func (s *Controller) Run(ctx context.Context, controllerInstallationWorkers, shootStateWorkers int) error

Run creates workers that reconciles extension resources.

func (*Controller) Stop

func (s *Controller) Stop()

Stop the controller

type ShootStateControl

type ShootStateControl struct {
	// contains filtered or unexported fields
}

ShootStateControl is used to update data about extensions and any resources required by them in the ShootState.

func NewShootStateControl

func NewShootStateControl(k8sGardenClient, seedClient kubernetes.Interface, log *logrus.Entry, recorder record.EventRecorder) *ShootStateControl

NewShootStateControl creates a new instance of ShootStateControl.

func (*ShootStateControl) CreateShootStateSyncReconcileFunc

func (s *ShootStateControl) CreateShootStateSyncReconcileFunc(kind string, objectCreator func() client.Object) reconcile.Func

CreateShootStateSyncReconcileFunc creates a function which can be used by the reconciliation loop to sync the extension state and its resources to the ShootState

Jump to

Keyboard shortcuts

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