File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 2323 StoreInfo ,
2424 SupervisorRole ,
2525)
26+ from aiohasupervisor .models .os import (
27+ BootSlot ,
28+ BootSlotName ,
29+ DataDisk ,
30+ DataDiskList ,
31+ GreenInfo ,
32+ GreenOptions ,
33+ MigrateDataOptions ,
34+ OSInfo ,
35+ OSUpdate ,
36+ RaucState ,
37+ SetBootSlotOptions ,
38+ YellowInfo ,
39+ YellowOptions ,
40+ )
2641from aiohasupervisor .models .resolution import (
2742 Check ,
2843 CheckOptions ,
86101 "SuggestionType" ,
87102 "UnhealthyReason" ,
88103 "UnsupportedReason" ,
104+ "RaucState" ,
105+ "BootSlotName" ,
106+ "BootSlot" ,
107+ "OSInfo" ,
108+ "OSUpdate" ,
109+ "MigrateDataOptions" ,
110+ "DataDisk" ,
111+ "DataDiskList" ,
112+ "SetBootSlotOptions" ,
113+ "GreenInfo" ,
114+ "GreenOptions" ,
115+ "YellowInfo" ,
116+ "YellowOptions" ,
89117]
Original file line number Diff line number Diff line change 44from yarl import URL
55
66from aiohasupervisor import SupervisorClient
7- from aiohasupervisor .models . os import (
7+ from aiohasupervisor .models import (
88 BootSlotName ,
99 GreenOptions ,
1010 MigrateDataOptions ,
You can’t perform that action at this time.
0 commit comments