Skip to content

Commit 45f30d7

Browse files
Fixed typo
Signed-off-by: Patryk Strusiewicz-Surmacki <[email protected]>
1 parent d1a1559 commit 45f30d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ipamutil/reconciler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ type ProviderAdapter interface {
6969
type ClaimHandler interface {
7070
// FetchPool is called to fetch the pool referenced by the claim. The pool needs to be stored by the handler.
7171
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.
72+
// EnsureAddress is called to make sure that the IPAddress.Spec is correct and the address is allocated.
7373
EnsureAddress(ctx context.Context, address *ipamv1.IPAddress) (*ctrl.Result, error)
7474
// ReleaseAddress is called to release the ip address that was allocated for the claim.
7575
ReleaseAddress() (*ctrl.Result, error)

0 commit comments

Comments
 (0)