Skip to content

Commit 65fae21

Browse files
committed
remove unused constants
1 parent 9ad3ffa commit 65fae21

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

internal/controllers/ipaddressclaim.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ import (
4444
pooltypes "sigs.k8s.io/cluster-api-ipam-provider-in-cluster/pkg/types"
4545
)
4646

47-
const (
48-
// ReleaseAddressFinalizer is used to release an IP address before cleaning up the claim.
49-
ReleaseAddressFinalizer = "ipam.cluster.x-k8s.io/ReleaseAddress"
50-
51-
// ProtectAddressFinalizer is used to prevent deletion of an IPAddress object while its claim is not deleted.
52-
ProtectAddressFinalizer = "ipam.cluster.x-k8s.io/ProtectAddress"
53-
)
54-
5547
type genericInClusterPool interface {
5648
client.Object
5749
PoolSpec() *v1alpha2.InClusterIPPoolSpec

0 commit comments

Comments
 (0)