@@ -45,7 +45,7 @@ func (m *ResourcesMutator) Handle(ctx context.Context, req admission.Request) ad
45
45
return m .MutatePodOnCreate (ctx , req )
46
46
case handler .AppsV1DeploymentKind :
47
47
return m .MutateDeploymentOnCreate (ctx , req )
48
- case handler .V1ServiceKind , handler .V1beta1IngressKind , handler .V1RouteKind , handler .V1JobKind ,
48
+ case handler .V1ServiceKind , handler .V1IngressKind , handler .V1RouteKind , handler .V1JobKind ,
49
49
handler .V1alpha1ComponentKind , handler .V1alpha1DevWorkspaceRoutingKind :
50
50
51
51
return m .HandleRestrictedAccessCreate (ctx , req )
@@ -62,7 +62,7 @@ func (m *ResourcesMutator) Handle(ctx context.Context, req admission.Request) ad
62
62
return m .MutatePodOnUpdate (ctx , req )
63
63
case handler .AppsV1DeploymentKind :
64
64
return m .MutateDeploymentOnUpdate (ctx , req )
65
- case handler .V1ServiceKind , handler .V1beta1IngressKind , handler .V1RouteKind , handler .V1JobKind ,
65
+ case handler .V1ServiceKind , handler .V1IngressKind , handler .V1RouteKind , handler .V1JobKind ,
66
66
handler .V1alpha1ComponentKind , handler .V1alpha1DevWorkspaceRoutingKind :
67
67
68
68
return m .HandleRestrictedAccessUpdate (ctx , req )
0 commit comments