Skip to content

Commit 61954fa

Browse files
committed
fixup! refactor: Fix comment as per review
1 parent dc8c731 commit 61954fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1alpha1/clusterconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ const (
340340
// KubeProxyModeIPTables indicates that kube-proxy should be installed in iptables
341341
// mode.
342342
KubeProxyModeIPTables KubeProxyMode = "iptables"
343-
// KubeProxyModeNFTables indicates that kube-proxy should be installed in iptables
343+
// KubeProxyModeNFTables indicates that kube-proxy should be installed in nftables
344344
// mode.
345345
KubeProxyModeNFTables KubeProxyMode = "nftables"
346346
)

0 commit comments

Comments
 (0)