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 2c6ff8a commit 3a1f3bcCopy full SHA for 3a1f3bc
api/v1beta1/types.go
@@ -159,8 +159,9 @@ type LoadBalancerSpec struct {
159
// Region contains the name of the HCloud location the load balancer is running.
160
Region Region `json:"region,omitempty"`
161
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'.
+ // UseIPv6Endpoint defines whether to use the LoadBalancer's IPv6 address as
+ // the cluster endpoint instead of IPv4. This is useful if nodes are provisioned
164
+ // without IPv4 address. Defaults to 'false'.
165
// +optional
166
// +kubebuilder:default=false
167
UseIPv6Endpoint bool `json:"useIPv6Endpoint,omitempty"`
0 commit comments