controllers

package
v0.6.5 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2021 License: Apache-2.0 Imports: 44 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// AWSManagedControlPlaneRefKind is the string value indicating that a cluster is AWS managed
	AWSManagedControlPlaneRefKind = "AWSManagedControlPlane"
)
View Source
const InstanceIDIndex = ".spec.instanceID"
View Source
const (
	// SecurityGroupsLastAppliedAnnotation is the key for the machine object
	// annotation which tracks the SecurityGroups that the machine actuator is
	// responsible for. These are the SecurityGroups that have been handled by
	// the AdditionalSecurityGroups in the Machine Provider Config.
	// See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
	// for annotation formatting rules.
	SecurityGroupsLastAppliedAnnotation = "sigs.k8s.io/cluster-api-provider-aws-last-applied-security-groups"
)
View Source
const (
	// TagsLastAppliedAnnotation is the key for the machine object annotation
	// which tracks the SecurityGroups that the machine actuator is responsible
	// for. These are the SecurityGroups that have been handled by the
	// AdditionalTags in the Machine Provider Config.
	// See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
	// for annotation formatting rules.
	TagsLastAppliedAnnotation = "sigs.k8s.io/cluster-api-provider-aws-last-applied-tags"
)

Variables

This section is empty.

Functions

func PausedPredicates added in v0.6.5

func PausedPredicates(logger logr.Logger) predicate.Funcs

Types

type AWSClusterReconciler

type AWSClusterReconciler struct {
	client.Client
	Recorder  record.EventRecorder
	Log       logr.Logger
	Endpoints []scope.ServiceEndpoint
}

AWSClusterReconciler reconciles a AwsCluster object

func (*AWSClusterReconciler) Reconcile

func (r *AWSClusterReconciler) Reconcile(req ctrl.Request) (_ ctrl.Result, reterr error)

func (*AWSClusterReconciler) SetupWithManager

func (r *AWSClusterReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error

type AWSMachineReconciler

type AWSMachineReconciler struct {
	client.Client
	Log      logr.Logger
	Recorder record.EventRecorder

	SSMServiceFactory func(cloud.ClusterScoper) services.SecretInterface
	Endpoints         []scope.ServiceEndpoint
	// contains filtered or unexported fields
}

AWSMachineReconciler reconciles a AwsMachine object

func (*AWSMachineReconciler) AWSClusterToAWSMachines

func (r *AWSMachineReconciler) AWSClusterToAWSMachines(o handler.MapObject) []ctrl.Request

AWSClusterToAWSMachines is a handler.ToRequestsFunc to be used to enqeue requests for reconciliation of AWSMachines.

func (*AWSMachineReconciler) Reconcile

func (r *AWSMachineReconciler) Reconcile(req ctrl.Request) (_ ctrl.Result, reterr error)

func (*AWSMachineReconciler) SetupWithManager

func (r *AWSMachineReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error

Jump to

Keyboard shortcuts

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