Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetASGByTag ¶
func GetASGByTag(kopsMachinePool *infrastructurev1alpha1.KopsMachinePool, awsClient *session.Session) (*autoscaling.Group, error)
GetASGByTag returns the existing ASG or nothing if it doesn't exist.
Types ¶
type KopsMachinePoolReconciler ¶
type KopsMachinePoolReconciler struct { client.Client Scheme *runtime.Scheme WatchFilterValue string Recorder record.EventRecorder ValidateKopsClusterFactory func(kopsClientset simple.Clientset, kopsCluster *kopsapi.Cluster, igs *kopsapi.InstanceGroupList) (*validation.ValidationCluster, error) GetASGByTagFactory func(kopsMachinePool *infrastructurev1alpha1.KopsMachinePool, awsClient *session.Session) (*autoscaling.Group, error) // contains filtered or unexported fields }
KopsMachinePoolReconciler reconciles a KopsMachinePool object
func (*KopsMachinePoolReconciler) SetupWithManager ¶
Click to show internal directories.
Click to hide internal directories.