From 3682389ff5af858cdc5e39178676bbdf20435028 Mon Sep 17 00:00:00 2001 From: Mohamed Chiheb Ben Jemaa Date: Thu, 21 Mar 2024 15:05:03 +0100 Subject: [PATCH] Update godoc --- api/v1alpha1/proxmoxcluster_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1alpha1/proxmoxcluster_types.go b/api/v1alpha1/proxmoxcluster_types.go index 6957c62b..62988d3a 100644 --- a/api/v1alpha1/proxmoxcluster_types.go +++ b/api/v1alpha1/proxmoxcluster_types.go @@ -68,7 +68,7 @@ type ProxmoxClusterSpec struct { DNSServers []string `json:"dnsServers"` } -// IPConfigSpec defines the desired state of IP Pool. +// IPConfigSpec contains information about available IP config. type IPConfigSpec struct { // Addresses is a list of IP addresses that can be assigned. This set of // addresses can be non-contiguous.