Skip to content

Commit 3a1f3bc

Browse files
committed
update doc of UseIPv6Endpoint
1 parent 2c6ff8a commit 3a1f3bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

api/v1beta1/types.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,9 @@ type LoadBalancerSpec struct {
159159
// Region contains the name of the HCloud location the load balancer is running.
160160
Region Region `json:"region,omitempty"`
161161

162-
// Whether to use the LoadBalancer's IPv6 address as the cluster endpoint instead of IPv4.
163-
// Useful if nodes are provisioned without IPv4 address. Defaults to 'false'.
162+
// UseIPv6Endpoint defines whether to use the LoadBalancer's IPv6 address as
163+
// the cluster endpoint instead of IPv4. This is useful if nodes are provisioned
164+
// without IPv4 address. Defaults to 'false'.
164165
// +optional
165166
// +kubebuilder:default=false
166167
UseIPv6Endpoint bool `json:"useIPv6Endpoint,omitempty"`

0 commit comments

Comments
 (0)