Skip to content

Commit b60e880

Browse files
committed
fixes
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 28d389c commit b60e880

File tree

1 file changed

+2
-0
lines changed
  • src/main/java/io/csviri/operator/glue/customresource/operator

1 file changed

+2
-0
lines changed

src/main/java/io/csviri/operator/glue/customresource/operator/Parent.java

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ public class Parent {
66
private String kind;
77
private String labelSelector;
88

9+
public Parent() {}
10+
911
public Parent(String apiVersion, String kind) {
1012
this.apiVersion = apiVersion;
1113
this.kind = kind;

0 commit comments

Comments
 (0)