Skip to content

Commit b063935

Browse files
committed
update mtpnc status
1 parent c5186ff commit b063935

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

crd/multitenancy/api/v1alpha1/multitenantpodnetworkconfig.go

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,12 @@ const (
6666
type MTPNCStatus string
6767

6868
const (
69-
MTPNCStatusReady MTPNCStatus = "Ready"
70-
MTPNCStatusInternalError MTPNCStatus = "InternalError"
71-
MTPNCStatusPodNotFound MTPNCStatus = "PodNotFound"
72-
MTPNCStatusPodFailed MTPNCStatus = "PodFailed"
73-
MTPNCStatusNodeNameMissing MTPNCStatus = "NodeNameMissing"
74-
MTPNCStatusNodeUnreachable MTPNCStatus = "NodeUnreachable"
75-
MTPNCStatusPNINotFound MTPNCStatus = "PNINotFound"
76-
MTPNCStatusPNINotReady MTPNCStatus = "PNINotReady"
77-
MTPNCStatusCreateNCFailed MTPNCStatus = "CreateNCFailed"
78-
MTPNCStatusGetReservationFailed MTPNCStatus = "GetReservationSetFailed"
69+
MTPNCStatusReady MTPNCStatus = "Ready"
70+
MTPNCStatusPending MTPNCStatus = "Pending"
71+
MTPNCStatusInternalError MTPNCStatus = "InternalError"
72+
MTPNCStatusNodeCapacityExceeded MTPNCStatus = "NodeCapacityExceeded"
73+
MTPNCStatusSubnetExhaustionError MTPNCStatus = "SubnetExhaustionError"
74+
MTPNCStatusNodeLinkedToAnotherMTPNC MTPNCStatus = "NodeLinkedToAnotherMTPNC"
7975
)
8076

8177
type InterfaceInfo struct {

0 commit comments

Comments
 (0)