File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
crates/stackable-operator/src/crd/authentication Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ mod v1alpha1_impl;
8
8
9
9
#[ versioned( version( name = "v1alpha1" ) ) ]
10
10
pub mod versioned {
11
- mod v1alpha1 {
11
+ pub mod v1alpha1 {
12
12
// Re-export the v1alpha1-specific error type from the private impl module.
13
13
pub use v1alpha1_impl:: Error ;
14
14
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ mod v1alpha1_impl;
12
12
13
13
#[ versioned( version( name = "v1alpha1" ) ) ]
14
14
pub mod versioned {
15
- mod v1alpha1 {
15
+ pub mod v1alpha1 {
16
16
// Re-export the v1alpha1-specific error type from the private impl module.
17
17
pub use v1alpha1_impl:: Error ;
18
18
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const DEFAULT_WELLKNOWN_OIDC_CONFIG_PATH: &str = "/.well-known/openid-configurat
19
19
20
20
#[ versioned( version( name = "v1alpha1" ) ) ]
21
21
pub mod versioned {
22
- mod v1alpha1 {
22
+ pub mod v1alpha1 {
23
23
// Re-export the v1alpha1-specific error type from the private impl module.
24
24
pub use v1alpha1_impl:: Error ;
25
25
}
You can’t perform that action at this time.
0 commit comments