We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9027b2e commit 5379370Copy full SHA for 5379370
api/v1beta2/network_types.go
@@ -352,7 +352,8 @@ type NetworkSpec struct {
352
// +optional
353
AdditionalControlPlaneIngressRules []IngressRule `json:"additionalControlPlaneIngressRules,omitempty"`
354
355
- // NodePortIngressRuleCidrBlocks is an optional set of CIDR blocks to allow traffic to nodes NodePort services.
+ // 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.
357
358
NodePortIngressRuleCidrBlocks []string `json:"nodePortIngressRuleCidrBlocks,omitempty"`
359
}
0 commit comments