Update Controller.java
This commit is contained in:
parent
7088f88788
commit
d1a802c20a
1 changed files with 3 additions and 5 deletions
|
|
@ -28,15 +28,13 @@ import org.jgrapes.core.annotation.Handler;
|
||||||
import org.jgrapes.core.events.Start;
|
import org.jgrapes.core.events.Start;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The application class.
|
* Implements a controller as defined in the
|
||||||
|
* [Operator Whitepaper](https://github.com/cncf/tag-app-delivery/blob/eece8f7307f2970f46f100f51932db106db46968/operator-wg/whitepaper/Operator-WhitePaper_v1-0.md#operator-components-in-kubernetes).
|
||||||
*/
|
*/
|
||||||
public class Controller extends Component {
|
public class Controller extends Component {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implements a controller as defined in the
|
* Creates a new instance.
|
||||||
* [Operator Whitepaper](https://github.com/cncf/tag-app-delivery/blob/eece8f7307f2970f46f100f51932db106db46968/operator-wg/whitepaper/Operator-WhitePaper_v1-0.md#operator-components-in-kubernetes).
|
|
||||||
*
|
|
||||||
* @throws IOException Signals that an I/O exception has occurred.
|
|
||||||
*/
|
*/
|
||||||
public Controller(Channel componentChannel) {
|
public Controller(Channel componentChannel) {
|
||||||
super(componentChannel);
|
super(componentChannel);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue