Skip to content

Commit 5379370

Browse files
krasoffskiAndiDog
andauthored
Update api/v1beta2/network_types.go
Co-authored-by: Andreas Sommer <[email protected]>
1 parent 9027b2e commit 5379370

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/v1beta2/network_types.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,8 @@ type NetworkSpec struct {
352352
// +optional
353353
AdditionalControlPlaneIngressRules []IngressRule `json:"additionalControlPlaneIngressRules,omitempty"`
354354

355-
// NodePortIngressRuleCidrBlocks is an optional set of CIDR blocks to allow traffic to nodes NodePort services.
355+
// NodePortIngressRuleCidrBlocks is an optional set of CIDR blocks to allow traffic to nodes' NodePort services.
356+
// If none are specified here, all IPs are allowed to connect.
356357
// +optional
357358
NodePortIngressRuleCidrBlocks []string `json:"nodePortIngressRuleCidrBlocks,omitempty"`
358359
}

0 commit comments

Comments
 (0)