File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,28 @@ mod boundimage;
8
8
pub mod cli;
9
9
pub ( crate ) mod deploy;
10
10
pub ( crate ) mod generator;
11
+ mod glyph;
11
12
mod image;
13
+ mod imgstorage;
12
14
pub ( crate ) mod journal;
15
+ mod k8sapitypes;
13
16
pub ( crate ) mod kargs;
14
17
mod lints;
15
18
mod lsm;
16
19
pub ( crate ) mod metadata;
20
+ mod podman;
21
+ mod progress_jsonl;
17
22
mod reboot;
18
23
mod reexec;
24
+ pub mod spec;
19
25
mod status;
20
26
mod store;
21
27
mod task;
22
28
mod utils;
23
29
30
+ #[ cfg( feature = "docgen" ) ]
31
+ mod docgen;
32
+
24
33
#[ cfg( feature = "install" ) ]
25
34
mod blockdev;
26
35
#[ cfg( feature = "install" ) ]
@@ -29,16 +38,7 @@ mod bootloader;
29
38
mod containerenv;
30
39
#[ cfg( feature = "install" ) ]
31
40
mod install;
32
- mod k8sapitypes;
33
41
#[ cfg( feature = "install" ) ]
34
42
mod kernel;
35
43
#[ cfg( feature = "install" ) ]
36
44
pub ( crate ) mod mount;
37
- mod podman;
38
- pub mod spec;
39
-
40
- #[ cfg( feature = "docgen" ) ]
41
- mod docgen;
42
- mod glyph;
43
- mod imgstorage;
44
- mod progress_jsonl;
You can’t perform that action at this time.
0 commit comments