# Functions

Resource takes an unqualified resource and returns a Group qualified GroupResource.

# Constants

No description provided by the author
OpenStackFloatingIPPoolIP.
GroupName is the group name use in this package.
MaxIPsReachedReason is set when the maximum number of floating IPs has been reached.
OpenStackFloatingIPPoolFinalizer allows ReconcileOpenStackFloatingIPPool to clean up resources associated with OpenStackFloatingIPPool before removing it from the apiserver.
No description provided by the author
OpenstackFloatingIPPoolReadyCondition reports on the current status of the floating ip pool.
OpenStackServerFinalizer allows ReconcileOpenStackServer to clean up resources associated with OpenStackServer before removing it from the apiserver.
ReclaimDelete is the reclaim policy for floating ips.
ReclaimRetain is the reclaim policy for floating ips.
UnableToFindFloatingIPNetworkReason is used when the floating ip network is not found.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
SchemeGroupVersion is group version used to register these objects.

# Structs

OpenStackFloatingIPPool is the Schema for the openstackfloatingippools API.
OpenStackFloatingIPPoolList contains a list of OpenStackFloatingIPPool.
OpenStackFloatingIPPoolSpec defines the desired state of OpenStackFloatingIPPool.
OpenStackFloatingIPPoolStatus defines the observed state of OpenStackFloatingIPPool.
OpenStackServer is the Schema for the openstackservers API.
OpenStackServerList contains a list of OpenStackServer.
OpenStackServerSpec defines the desired state of OpenStackServer.
OpenStackServerStatus defines the observed state of OpenStackServer.
ResolvedServerSpec contains resolved references to resources required by the server.
ServerResources contains references to OpenStack resources created for the server.

# Type aliases

ReclaimPolicy is a string type alias to represent reclaim policies for floating ips.
No description provided by the author