Update Controller.java

This commit is contained in:
Michael N. Lipp 2023-08-13 08:52:45 +02:00 committed by GitHub
parent cf37d5e4c7
commit 7088f88788
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,8 @@ import org.jgrapes.core.events.Start;
public class Controller extends Component { public class Controller extends Component {
/** /**
* Instantiates a new manager. * 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).
* *
* @throws IOException Signals that an I/O exception has occurred. * @throws IOException Signals that an I/O exception has occurred.
*/ */