File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import (
2727 heatv1 "github.com/openstack-k8s-operators/heat-operator/api/v1beta1"
2828 horizonv1 "github.com/openstack-k8s-operators/horizon-operator/api/v1beta1"
2929 memcachedv1 "github.com/openstack-k8s-operators/infra-operator/apis/memcached/v1beta1"
30+ networkv1 "github.com/openstack-k8s-operators/infra-operator/apis/network/v1beta1"
3031 redisv1 "github.com/openstack-k8s-operators/infra-operator/apis/redis/v1beta1"
3132 ironicv1 "github.com/openstack-k8s-operators/ironic-operator/api/v1beta1"
3233 keystonev1 "github.com/openstack-k8s-operators/keystone-operator/api/v1beta1"
@@ -562,6 +563,7 @@ func (r *OpenStackControlPlaneReconciler) SetupWithManager(
562563 return ctrl .NewControllerManagedBy (mgr ).
563564 For (& corev1beta1.OpenStackControlPlane {}).
564565 Owns (& clientv1.OpenStackClient {}).
566+ Owns (& networkv1.DNSMasq {}).
565567 Owns (& corev1.Secret {}).
566568 Owns (& mariadbv1.Galera {}).
567569 Owns (& memcachedv1.Memcached {}).
You can’t perform that action at this time.
0 commit comments