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
Copy file name to clipboardExpand all lines: extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/ApplyOpenshiftRouteConfigurator.java
Copy file name to clipboardExpand all lines: extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesConfig.java
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -262,15 +262,6 @@ public enum DeploymentResourceKind {
262
262
@ConfigItem
263
263
ResourcesConfigresources;
264
264
265
-
/**
266
-
* If true, a Kubernetes Ingress will be created
267
-
*
268
-
* @deprecated Use the {@code quarkus.kubernetes.ingress.expose} instead
Copy file name to clipboardExpand all lines: extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/OpenshiftConfig.java
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -300,15 +300,6 @@ public static enum DeploymentResourceKind {
300
300
@ConfigItem
301
301
Optional<String> containerName;
302
302
303
-
/**
304
-
* If true, an Openshift Route will be created
305
-
*
306
-
* @deprecated Use the {@code quarkus.openshift.route.exposition} instead
Copy file name to clipboardExpand all lines: extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/OpenshiftProcessor.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ public List<ConfiguratorBuildItem> createConfigurators(ApplicationInfoBuildItem
0 commit comments