Skip to content

Commit 7ddb56b

Browse files
Addressing PR comments
1 parent c125815 commit 7ddb56b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crd/multitenancy/api/v1alpha1/multitenantpodnetworkconfig.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ const (
8383
MTPNCStatusNodeCapacityExceeded MTPNCStatus = "NodeCapacityExceeded"
8484
// MTPNCStatusIPsExhausted indicates no IP addresses are available for allocation
8585
MTPNCStatusIPsExhausted MTPNCStatus = "IPsExhausted"
86-
// MTPNCStatusDeleting indicates MTPNC is being deleted. DNC-RC sets this status during the finalizer removal process.
87-
// Note: Do not take a programmatic dependency on this status as the status update may fail for various reasons.
86+
// MTPNCStatusDeleting indicates MTPNC is being deleted, status may not be set at the same time as deletionTimestamp.
8887
MTPNCStatusDeleting MTPNCStatus = "Deleting"
8988
)
9089

0 commit comments

Comments
 (0)