File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
crd/multitenancy/api/v1alpha1 Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ const (
6666type MTPNCStatus string
6767
6868const (
69- MTPNCStatusReady MTPNCStatus = "Ready"
70- MTPNCStatusPending MTPNCStatus = "Pending"
71- MTPNCStatusInternalError MTPNCStatus = "InternalError"
72- MTPNCStatusNodeCapacityExceeded MTPNCStatus = "NodeCapacityExceeded"
73- MTPNCStatusSubnetExhaustionError MTPNCStatus = "SubnetExhaustionError"
74- MTPNCStatusNodeLinkedToAnotherMTPNC MTPNCStatus = "NodeLinkedToAnotherMTPNC"
69+ MTPNCStatusReady MTPNCStatus = "Ready"
70+ MTPNCStatusPending MTPNCStatus = "Pending"
71+ MTPNCStatusInternalError MTPNCStatus = "InternalError"
72+ MTPNCStatusNodeCapacityExceeded MTPNCStatus = "NodeCapacityExceeded"
73+ MTPNCStatusSubnetExhaustionError MTPNCStatus = "SubnetExhaustionError"
74+ MTPNCStatusNodeLinkedToAnotherMTPNC MTPNCStatus = "NodeLinkedToAnotherMTPNC"
7575)
7676
7777type InterfaceInfo struct {
You can’t perform that action at this time.
0 commit comments