package
0.0.0-20240119073826-8077f9cdbd8e
Repository: https://github.com/inspur-data/ipamwrapper.git
Documentation: pkg.go.dev
# 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
No description provided by the author
IPAMEndpoint is the Schema for the ipamendpoints API.
IPAMEndpointList contains a list of IPAMEndpoint.
IPAMEndpointSpec defines the desired state of IPAMEndpoint.
IPAMEndpointStatus defines the observed state of IPAMEndpoint.
+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:printcolumn:JSONPath=".spec.ipVersion",description="ipVersion",name="IPVERSION",type=string +kubebuilder:printcolumn:JSONPath=".spec.cidr",description="cidr",name="CIDR",type=string +kubebuilder:printcolumn:JSONPath=".status.allocatedIPCount",description="allocatedIPCount",name="ALLOCATED",type=integer +kubebuilder:printcolumn:JSONPath=".status.totalIPCount",description="totalIPCount",name="TOTAL",type=integer IPPool is the Schema for the ippools API.
IPPoolList contains a list of IPPool.
IPPoolSpec defines the desired state of IPPool.
IPPoolStatus defines the observed state of IPPool.
No description provided by the author
No description provided by the author
# Type aliases
PoolIPAllocations is a map of IP allocation details indexed by IP address.