-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt watch of sources after seeing an instance
To be able to react to a source changing, we have to `Watch` the source's kind; but since we don't know the kinds people will want to use ahead of time, we have to start watching them after we've seen it being used. There's no point watching until we've actually seen an instance of the kind (meaning there's something to watch, and that the type exists); so, this commit rearranges things a little so that watches are called during Reconcile, once the source has been fetched. Signed-off-by: Michael Bridgen <[email protected]>
- Loading branch information
Showing
1 changed file
with
52 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters