We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c125815 commit 7ddb56bCopy full SHA for 7ddb56b
crd/multitenancy/api/v1alpha1/multitenantpodnetworkconfig.go
@@ -83,8 +83,7 @@ const (
83
MTPNCStatusNodeCapacityExceeded MTPNCStatus = "NodeCapacityExceeded"
84
// MTPNCStatusIPsExhausted indicates no IP addresses are available for allocation
85
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.
+ // MTPNCStatusDeleting indicates MTPNC is being deleted, status may not be set at the same time as deletionTimestamp.
88
MTPNCStatusDeleting MTPNCStatus = "Deleting"
89
)
90
0 commit comments