Skip to content

Commit 393a370

Browse files
committed
comment on PreAllocatedFloatingIPs
1 parent b7b2b88 commit 393a370

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/v1alpha1/openstackfloatingippool_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ const (
5252

5353
// OpenStackFloatingIPPoolSpec defines the desired state of OpenStackFloatingIPPool.
5454
type OpenStackFloatingIPPoolSpec struct {
55+
// PreAllocatedFloatingIPs is a list of preallocated floating ips existing in openstack that should be used by this pool
56+
// preallocated floating ips are used before allocating new ones and are not deleted when the pool is deleted
5557
PreAllocatedFloatingIPs []string `json:"preAllocatedFloatingIPs,omitempty"`
5658

5759
// IdentityRef is a reference to a identity to be used when reconciling this pool.

0 commit comments

Comments
 (0)