We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a1559 commit 45f30d7Copy full SHA for 45f30d7
pkg/ipamutil/reconciler.go
@@ -69,7 +69,7 @@ type ProviderAdapter interface {
69
type ClaimHandler interface {
70
// FetchPool is called to fetch the pool referenced by the claim. The pool needs to be stored by the handler.
71
FetchPool(ctx context.Context) (client.Object, *ctrl.Result, error)
72
- // EnsureAddress is called to make sure that the IPAddress.Spec is correct and address is allocated.
+ // EnsureAddress is called to make sure that the IPAddress.Spec is correct and the address is allocated.
73
EnsureAddress(ctx context.Context, address *ipamv1.IPAddress) (*ctrl.Result, error)
74
// ReleaseAddress is called to release the ip address that was allocated for the claim.
75
ReleaseAddress() (*ctrl.Result, error)
0 commit comments