You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<version>{see https://search.maven.org/search?q=a:operator-framework-quarkus-extension for latest version}</version>
222
+
<groupId>io.quarkiverse.operatorsdk</groupId>
223
+
<artifactId>quarkus-operator-sdk</artifactId>
224
+
<version>{see https://search.maven.org/search?q=a:quarkus-operator-sdk for latest version}</version>
219
225
</dependency>
220
226
```
221
227
222
-
Create an Application, Quarkus will automatically create and inject a `KubernetesClient`, `Operator`, `ConfigurationService` and `ResourceController` instances that your application can use. Below, you can see the minimal code you need to write to get your operator and controllers up and running:
228
+
Create an Application, Quarkus will automatically create and inject a `KubernetesClient` (or `OpenShiftClient`), `Operator`, `ConfigurationService` and `ResourceController` instances that your application can use. Below, you can see the minimal code you need to write to get your operator and controllers up and running:
Copy file name to clipboardExpand all lines: operator-framework-quarkus-extension/deployment/src/main/java/io/javaoperatorsdk/quarkus/extension/deployment/QuarkusExtensionProcessor.java
0 commit comments