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 b7b2b88 commit 393a370Copy full SHA for 393a370
api/v1alpha1/openstackfloatingippool_types.go
@@ -52,6 +52,8 @@ const (
52
53
// OpenStackFloatingIPPoolSpec defines the desired state of OpenStackFloatingIPPool.
54
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
57
PreAllocatedFloatingIPs []string `json:"preAllocatedFloatingIPs,omitempty"`
58
59
// IdentityRef is a reference to a identity to be used when reconciling this pool.
0 commit comments