File tree 1 file changed +12
-4
lines changed
operator-framework/src/test/java/io/javaoperatorsdk/operator
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
package io .javaoperatorsdk .operator ;
2
2
3
+ import io .javaoperatorsdk .operator .junit .LocallyRunOperatorExtension ;
4
+ import io .javaoperatorsdk .operator .sample .externalstate .ExternalStateReconciler ;
5
+ import org .junit .jupiter .api .Test ;
6
+ import org .junit .jupiter .api .extension .RegisterExtension ;
7
+
3
8
class ExternalStateIT {
4
9
5
- // @RegisterExtension
6
- // LocallyRunOperatorExtension operator =
7
- // LocallyRunOperatorExtension.builder().withReconciler(ExternalStateReconciler.class)
8
- // .build();
10
+ @ RegisterExtension
11
+ LocallyRunOperatorExtension operator =
12
+ LocallyRunOperatorExtension .builder ().withReconciler (ExternalStateReconciler .class )
13
+ .build ();
9
14
15
+ @ Test
16
+ public void reconcilesResourceWithPersistentState () {
10
17
18
+ }
11
19
12
20
}
You can’t perform that action at this time.
0 commit comments