Skip to content

Commit

Permalink
Update hetznercluster_types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayanta66 authored Feb 29, 2024
1 parent 441bca6 commit eb9e19f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/v1beta1/hetznercluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ const (

// HetznerClusterSpec defines the desired state of HetznerCluster.
type HetznerClusterSpec struct {
// HCloudNetworkSpec defines details about the Private Network for Hetzner Cloud. If left empty, no private Network is configured.
// HCloudNetworkSpec defines details about the private Network for Hetzner Cloud. If left empty, no private Network is configured.
// +optional
HCloudNetwork HCloudNetworkSpec `json:"hcloudNetwork"`

// ControlPlaneRegion consists of a list of HCloud Regions (fsn, nbg, hel). Because HCloud Networks
// have a very low latency we could assume in some use cases that a region is behaving like a zone
// have a very low latency we could assume in some use cases that a region is behaving like a zone.
// https://kubernetes.io/docs/reference/labels-annotations-taints/#topologykubernetesiozone
ControlPlaneRegions []Region `json:"controlPlaneRegions"`

Expand All @@ -48,7 +48,7 @@ type HetznerClusterSpec struct {
// +optional
ControlPlaneEndpoint *clusterv1.APIEndpoint `json:"controlPlaneEndpoint,omitempty"`

// ControlPlaneLoadBalancer is an optional configuration for customizing control plane behavior. The naming convention is from the upstream cluster-api project.
// ControlPlaneLoadBalancer is an optional configuration for customizing control plane behavior. The naming convention is from the upstream Cluster API project.
ControlPlaneLoadBalancer LoadBalancerSpec `json:"controlPlaneLoadBalancer,omitempty"`

// +optional
Expand Down

0 comments on commit eb9e19f

Please sign in to comment.