Skip to content

Commit

Permalink
update doc of UseIPv6Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
JochemTSR committed Mar 25, 2024
1 parent 2c6ff8a commit 3a1f3bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/v1beta1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,9 @@ type LoadBalancerSpec struct {
// Region contains the name of the HCloud location the load balancer is running.
Region Region `json:"region,omitempty"`

// Whether to use the LoadBalancer's IPv6 address as the cluster endpoint instead of IPv4.
// 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
// without IPv4 address. Defaults to 'false'.
// +optional
// +kubebuilder:default=false
UseIPv6Endpoint bool `json:"useIPv6Endpoint,omitempty"`
Expand Down

0 comments on commit 3a1f3bc

Please sign in to comment.