@@ -37,7 +37,7 @@ use crate::{
3737 ResourceRequirementsExt , ResourceRequirementsType ,
3838 } ,
3939 } ,
40- crd:: listener:: v1alpha1 as listener_v1alpha1 ,
40+ crd:: listener,
4141 kvp:: {
4242 Label , LabelError , Labels ,
4343 consts:: { K8S_APP_INSTANCE_KEY , K8S_APP_MANAGED_BY_KEY , K8S_APP_NAME_KEY } ,
@@ -205,7 +205,7 @@ impl ClusterResource for Service {}
205205impl ClusterResource for ServiceAccount { }
206206impl ClusterResource for RoleBinding { }
207207impl ClusterResource for PodDisruptionBudget { }
208- impl ClusterResource for listener_v1alpha1 :: Listener { }
208+ impl ClusterResource for listener :: v1alpha1 :: Listener { }
209209
210210impl ClusterResource for Job {
211211 fn pod_spec ( & self ) -> Option < & PodSpec > {
@@ -646,7 +646,7 @@ impl ClusterResources {
646646 self . delete_orphaned_resources_of_kind:: <ServiceAccount >( client) ,
647647 self . delete_orphaned_resources_of_kind:: <RoleBinding >( client) ,
648648 self . delete_orphaned_resources_of_kind:: <PodDisruptionBudget >( client) ,
649- self . delete_orphaned_resources_of_kind:: <listener_v1alpha1 :: Listener >( client) ,
649+ self . delete_orphaned_resources_of_kind:: <listener :: v1alpha1 :: Listener >( client) ,
650650 ) ?;
651651
652652 Ok ( ( ) )
0 commit comments