Class ControllersSupplier
- java.lang.Object
-
- io.quarkiverse.operatorsdk.runtime.devconsole.ControllersSupplier
-
- All Implemented Interfaces:
Supplier<Collection<ControllerInfo>>
public class ControllersSupplier extends Object implements Supplier<Collection<ControllerInfo>>
-
-
Constructor Summary
Constructors Constructor Description ControllersSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<ControllerInfo>get()
-
-
-
Method Detail
-
get
public Collection<ControllerInfo> get()
- Specified by:
getin interfaceSupplier<Collection<ControllerInfo>>
-
-