File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
core/src/main/java/io/javaoperatorsdk/webhook/conversion Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 18
18
public class AsyncConversionController implements AsyncConversionRequestHandler {
19
19
20
20
private static final Logger log = LoggerFactory .getLogger (ConversionController .class );
21
-
21
+
22
22
@ SuppressWarnings ("rawtypes" )
23
23
private final Map <String , AsyncMapper > mappers = new HashMap <>();
24
24
Original file line number Diff line number Diff line change 13
13
* The target version of the resource this mapper supports. Example values: "v1","v1beta1". This
14
14
* is not the full API Version just the version suffix, for example only the "v1" of api version:
15
15
* "apiextensions.k8s.io/v1"
16
+ *
17
+ * @return version
16
18
**/
17
19
String value ();
18
20
Original file line number Diff line number Diff line change 7
7
<artifactId >admission-controller-framework-samples</artifactId >
8
8
<version >0.2.1-SNAPSHOT</version >
9
9
</parent >
10
- <groupId >webhook .sample</groupId >
10
+ <groupId >io.javaoperatorsdk.admissioncontroller .sample</groupId >
11
11
<artifactId >quarkus-sample</artifactId >
12
12
<name >Admission Controller Framework - Samples - Quarkus</name >
13
13
<properties >
Original file line number Diff line number Diff line change 8
8
<version >0.2.1-SNAPSHOT</version >
9
9
</parent >
10
10
11
- <groupId >webhook .sample</groupId >
11
+ <groupId >io.javaoperatorsdk.admissioncontroller .sample</groupId >
12
12
<artifactId >spring-boot-sample</artifactId >
13
13
<version >0.2.1-SNAPSHOT</version >
14
14
<name >Admission Controller Framework - Samples - Spring Boot</name >
You can’t perform that action at this time.
0 commit comments