mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +00:00 
			
		
		
		
	api -> v1 error corrected in pkg/proxy/winkernel/proxier.go
This commit is contained in:
		| @@ -428,7 +428,7 @@ func Enum(p v1.Protocol) uint16 { | ||||
| 	if p == v1.ProtocolUDP { | ||||
| 		return 17 | ||||
| 	} | ||||
| 	if p == api.ProtocolSCTP { | ||||
| 	if p == v1.ProtocolSCTP { | ||||
| 		return 132 | ||||
| 	} | ||||
| 	return 0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user