File tree Expand file tree Collapse file tree 2 files changed +1
-22
lines changed
operator-framework/src/test
java/com/github/containersolutions/operator
resources/com/github/containersolutions/operator Expand file tree Collapse file tree 2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public void configMapGetsCreatedForTestCustomResource() throws Exception {
67
67
}
68
68
69
69
@ Test
70
- public void eventIsSkippedIfNoGenerationChangedOnMetadataOnlyUpdate () {
70
+ public void eventIsSkippedChangedOnMetadataOnlyUpdate () {
71
71
fail ("TODO" );
72
72
}
73
73
Original file line number Diff line number Diff line change 12
12
kind : CustomService
13
13
shortNames :
14
14
- cs
15
-
16
-
17
- # apiVersion: apiextensions.k8s.io/v1
18
- # kind: CustomResourceDefinition
19
- # metadata:
20
- # name: customservices.sample.javaoperatorsdk
21
- # spec:
22
- # group: sample.javaoperatorsdk
23
- # versions:
24
- # - name: v1
25
- # served: true
26
- # storage: true
27
- # subresources:
28
- # status: {}
29
- # scope: Namespaced
30
- # names:
31
- # plural: customservices
32
- # singular: customservice
33
- # kind: CustomService
34
- # shortNames:
35
- # - cs
You can’t perform that action at this time.
0 commit comments