Documentation
¶
Index ¶
Constants ¶
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 ¶
This section is empty.
Types ¶
type AWSClusterReconciler ¶
AWSClusterReconciler reconciles a AwsCluster object
func (*AWSClusterReconciler) SetupWithManager ¶
func (r *AWSClusterReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error
type AWSMachineReconciler ¶
AWSMachineReconciler reconciles a AwsMachine object
func (*AWSMachineReconciler) AWSClusterToAWSMachines ¶
func (r *AWSMachineReconciler) AWSClusterToAWSMachines(o handler.MapObject) []ctrl.Request
AWSClusterToAWSMachine is a handler.ToRequestsFunc to be used to enqeue requests for reconciliation of AWSMachines.
func (*AWSMachineReconciler) SetupWithManager ¶
func (r *AWSMachineReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error
Click to show internal directories.
Click to hide internal directories.