Skip to content

Commit f3cfcb5

Browse files
committed
Make Http HTTP in the UI
1 parent 2bc47e7 commit f3cfcb5

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

bundle/manifests/ibm-websphere-liberty.clusterserviceversion.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ metadata:
6262
capabilities: Auto Pilot
6363
categories: Application Runtime
6464
containerImage: icr.io/cpopen/websphere-liberty-operator:daily
65-
createdAt: "2023-11-02T15:05:35Z"
65+
createdAt: "2023-11-03T15:56:28Z"
6666
description: Deploy and manage containerized Liberty applications
6767
olm.skipRange: '>=1.0.0 <1.3.0'
6868
operators.openshift.io/infrastructure-features: '["disconnected"]'
@@ -659,11 +659,11 @@ spec:
659659
path: probes.liveness.successThreshold
660660
- displayName: Termination Grace Period Seconds
661661
path: probes.liveness.terminationGracePeriodSeconds
662-
- displayName: Http Get
662+
- displayName: HTTP Get
663663
path: probes.liveness.httpGet
664664
- displayName: Host
665665
path: probes.liveness.httpGet.host
666-
- displayName: Http Headers
666+
- displayName: HTTP Headers
667667
path: probes.liveness.httpGet.httpHeaders
668668
- displayName: Path
669669
path: probes.liveness.httpGet.path
@@ -687,11 +687,11 @@ spec:
687687
path: probes.readiness.successThreshold
688688
- displayName: Termination Grace Period Seconds
689689
path: probes.readiness.terminationGracePeriodSeconds
690-
- displayName: Http Get
690+
- displayName: HTTP Get
691691
path: probes.readiness.httpGet
692692
- displayName: Host
693693
path: probes.readiness.httpGet.host
694-
- displayName: Http Headers
694+
- displayName: HTTP Headers
695695
path: probes.readiness.httpGet.httpHeaders
696696
- displayName: Path
697697
path: probes.readiness.httpGet.path
@@ -715,11 +715,11 @@ spec:
715715
path: probes.startup.successThreshold
716716
- displayName: Termination Grace Period Seconds
717717
path: probes.startup.terminationGracePeriodSeconds
718-
- displayName: Http Get
718+
- displayName: HTTP Get
719719
path: probes.startup.httpGet
720720
- displayName: Host
721721
path: probes.startup.httpGet.host
722-
- displayName: Http Headers
722+
- displayName: HTTP Headers
723723
path: probes.startup.httpGet.httpHeaders
724724
- displayName: Path
725725
path: probes.startup.httpGet.path

config/manifests/displayNamePatch.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- op: add
2323
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
2424
value:
25-
displayName: Http Get
25+
displayName: HTTP Get
2626
path: probes.liveness.httpGet
2727
- op: add
2828
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
@@ -32,7 +32,7 @@
3232
- op: add
3333
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
3434
value:
35-
displayName: Http Headers
35+
displayName: HTTP Headers
3636
path: probes.liveness.httpGet.httpHeaders
3737
- op: add
3838
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
@@ -93,7 +93,7 @@
9393
- op: add
9494
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
9595
value:
96-
displayName: Http Get
96+
displayName: HTTP Get
9797
path: probes.readiness.httpGet
9898
- op: add
9999
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
@@ -103,7 +103,7 @@
103103
- op: add
104104
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
105105
value:
106-
displayName: Http Headers
106+
displayName: HTTP Headers
107107
path: probes.readiness.httpGet.httpHeaders
108108
- op: add
109109
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
@@ -164,7 +164,7 @@
164164
- op: add
165165
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
166166
value:
167-
displayName: Http Get
167+
displayName: HTTP Get
168168
path: probes.startup.httpGet
169169
- op: add
170170
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
@@ -174,7 +174,7 @@
174174
- op: add
175175
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-
176176
value:
177-
displayName: Http Headers
177+
displayName: HTTP Headers
178178
path: probes.startup.httpGet.httpHeaders
179179
- op: add
180180
path: /spec/customresourcedefinitions/owned/0/specDescriptors/-

0 commit comments

Comments
 (0)