forked from openstack-k8s-operators/dataplane-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Watch to NodeSet for Deployments
Instead of the OpenStackDataPlaneDeployment controller updating the status of OpenStackDataPlaneNodeSet after a deployment, use a watch instead. The watch is added for the OpenStackDataPlaneNodeSet reconciler and it when a reconcile is triggerd, the deployment condition will be set to True if there any associated deployed OpenStackDataPlaneDeployments. Signed-off-by: James Slagle <[email protected]>
- Loading branch information
Showing
2 changed files
with
77 additions
and
11 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
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