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
@@ -261,15 +261,6 @@ public enum DeploymentResourceKind {
261
261
@ConfigItem
262
262
ResourcesConfigresources;
263
263
264
-
/**
265
-
* If true, a Kubernetes Ingress will be created
266
-
*
267
-
* @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
@@ -299,15 +299,6 @@ public static enum DeploymentResourceKind {
299
299
@ConfigItem
300
300
Optional<String> containerName;
301
301
302
-
/**
303
-
* If true, an Openshift Route will be created
304
-
*
305
-
* @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