awslabs / aws-eks-cluster-controller

Manages EKS clusters in different AWS accounts using Custom Resources
Apache License 2.0
103 stars 30 forks source link

Delete Components based on object GroupVersionKind #64

Closed MadVikingGod closed 5 years ago

MadVikingGod commented 5 years ago

Description of changes: This changes the delete logic of remote components so that they must be a member of the components.eks.amazon.com group, and have the associated labels. This is done to improve extensibility, and allow for CRD controllers to be run outside of the EKS controller.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.