# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
FloatingIPBinding is the Schema for the floatingipbindings API +kubebuilder:printcolumn:name="FLOATING_IP",type=string,JSONPath=`.spec.floatingIP` +kubebuilder:printcolumn:name="ASSIGNED_DROPLET_ID",type=string,JSONPath=`.status.assignedDropletID` +kubebuilder:printcolumn:name="ASSIGNED_DROPLET_NAME",type=string,JSONPath=`.status.assignedDropletName` +kubebuilder:subresource:status.
FloatingIPBindingList contains a list of FloatingIPBinding.
FloatingIPBindingSpec defines the desired state of FloatingIPBinding.
FloatingIPBindingStatus defines the observed state of FloatingIPBinding.
# Type aliases
No description provided by the author