-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Attila Mészáros <csviri@gmail.com>
- Loading branch information
Showing
12 changed files
with
463 additions
and
374 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +0,0 @@ | ||
package io.csviri.operator.resourceglue; | ||
|
||
import org.slf4j.Logger; | ||
import org.slf4j.LoggerFactory; | ||
|
||
import io.csviri.operator.resourceglue.reconciler.glue.GlueReconciler; | ||
import io.csviri.operator.resourceglue.reconciler.operator.GlueOperatorReconciler; | ||
import io.javaoperatorsdk.operator.Operator; | ||
|
||
public class Runner { | ||
|
||
private static final Logger log = LoggerFactory.getLogger(Runner.class); | ||
|
||
public static void main(String[] args) { | ||
Operator operator = new Operator(); | ||
operator.register(new GlueReconciler()); | ||
operator.register(new GlueOperatorReconciler()); | ||
operator.start(); | ||
log.info("resource-glue controller started."); | ||
} | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.