mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Add external services v2 support.
This commit is contained in:
@@ -54,8 +54,9 @@ const (
|
||||
type Chain string
|
||||
|
||||
const (
|
||||
ChainPrerouting Chain = "PREROUTING"
|
||||
ChainOutput Chain = "OUTPUT"
|
||||
ChainPostrouting Chain = "POSTROUTING"
|
||||
ChainPrerouting Chain = "PREROUTING"
|
||||
ChainOutput Chain = "OUTPUT"
|
||||
)
|
||||
|
||||
// runner implements Interface in terms of exec("iptables").
|
||||
|
Reference in New Issue
Block a user