File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
crd/multitenancy/api/v1alpha1 Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -66,16 +66,12 @@ const (
6666type MTPNCStatus string
6767
6868const (
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
8177type InterfaceInfo struct {
You can’t perform that action at this time.
0 commit comments