You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator-framework-spring-boot-starter-test/src/main/java/io/javaoperatorsdk/operator/springboot/starter/test/EnableMockOperator.java
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,14 @@
10
10
@PropertyMapping("io.javaoperatorsdk.test")
11
11
public @interface EnableMockOperator {
12
12
13
-
/**
14
-
* Define a list of files that contain CustomResourceDefinitions for the tested operator.
15
-
* If the file to be loaded is shall be loaded from the classpath prefix it with 'classpath', otherwise provide a path relative to the work directory.
16
-
* @return List of files
17
-
*/
18
-
@PropertyMapping("crd-paths")
19
-
String[] crdPaths() default {};
13
+
/**
14
+
* Define a list of files that contain CustomResourceDefinitions for the tested operator. If the
15
+
* file to be loaded is shall be loaded from the classpath prefix it with 'classpath', otherwise
Copy file name to clipboardExpand all lines: operator-framework-spring-boot-starter-test/src/main/java/io/javaoperatorsdk/operator/springboot/starter/test/TestConfiguration.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,11 @@ public KubernetesMockServer k8sMockServer() {
Copy file name to clipboardExpand all lines: operator-framework-spring-boot-starter-test/src/main/java/io/javaoperatorsdk/operator/springboot/starter/test/TestConfigurationProperties.java
Copy file name to clipboardExpand all lines: operator-framework-spring-boot-starter-test/src/test/java/io/javaoperatorsdk/operator/springboot/starter/test/EnableMockOperatorTests.java
0 commit comments