cloudfoundry / eirini-controller

Apache License 2.0
1 stars 1 forks source link

Make `eiriniv1.Task` own `Secret`s #4

Open gcapizzi opened 3 years ago

gcapizzi commented 3 years ago

At the moment, the resources managed by Eirini follow this ownership scheme:

This is a leftover of the REST flow, which needed to use Jobs as owners since there were no eiriniv1.Tasks. We should be able to make this much more straightforward by just assigning the eiriniv1.Task as the owner of all the resources we create.