File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
pkg/cloudprovider/providers/oci Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,6 @@ const (
201
201
// ServiceAnnotationNetworkLoadBalancerNodeFilter is a service annotation to select specific nodes as your backend in the NLB
202
202
// based on label selector.
203
203
ServiceAnnotationNetworkLoadBalancerNodeFilter = "oci-network-load-balancer.oraclecloud.com/node-label-selector"
204
-
205
- ServiceAnnotationNetworkLoadBalancerMixedProtocol = "oci-network-load-balancer.oraclecloud.com/node-label-selector"
206
204
)
207
205
208
206
// certificateData is a structure containing the data about a K8S secret required
@@ -837,7 +835,6 @@ func getListenersNetworkLoadBalancer(svc *v1.Service) (map[string]client.Generic
837
835
if ! protocolMap [protocol ] {
838
836
return nil , fmt .Errorf ("invalid backend protocol %q requested for network load balancer listener" , protocol )
839
837
}
840
-
841
838
port := int (servicePort .Port )
842
839
listenerName := ""
843
840
backendSetName := ""
You can’t perform that action at this time.
0 commit comments