@@ -94,7 +94,7 @@ metadata:
94
94
categories : Application Runtime
95
95
certified : " true"
96
96
containerImage : icr.io/appcafe/open-liberty-operator:daily
97
- createdAt : " 2023-11-03T22:07:29Z "
97
+ createdAt : " 2023-11-08T12:43:58Z "
98
98
description : Deploy and manage containerized Liberty applications
99
99
olm.skipRange : ' >=0.8.0 <1.3.0'
100
100
operators.openshift.io/infrastructure-features : ' ["disconnected"]'
@@ -664,11 +664,11 @@ spec:
664
664
path : probes.liveness.successThreshold
665
665
- displayName : Termination Grace Period Seconds
666
666
path : probes.liveness.terminationGracePeriodSeconds
667
- - displayName : Http Get
667
+ - displayName : HTTP Get
668
668
path : probes.liveness.httpGet
669
669
- displayName : Host
670
670
path : probes.liveness.httpGet.host
671
- - displayName : Http Headers
671
+ - displayName : HTTP Headers
672
672
path : probes.liveness.httpGet.httpHeaders
673
673
- displayName : Path
674
674
path : probes.liveness.httpGet.path
@@ -692,11 +692,11 @@ spec:
692
692
path : probes.readiness.successThreshold
693
693
- displayName : Termination Grace Period Seconds
694
694
path : probes.readiness.terminationGracePeriodSeconds
695
- - displayName : Http Get
695
+ - displayName : HTTP Get
696
696
path : probes.readiness.httpGet
697
697
- displayName : Host
698
698
path : probes.readiness.httpGet.host
699
- - displayName : Http Headers
699
+ - displayName : HTTP Headers
700
700
path : probes.readiness.httpGet.httpHeaders
701
701
- displayName : Path
702
702
path : probes.readiness.httpGet.path
@@ -720,11 +720,11 @@ spec:
720
720
path : probes.startup.successThreshold
721
721
- displayName : Termination Grace Period Seconds
722
722
path : probes.startup.terminationGracePeriodSeconds
723
- - displayName : Http Get
723
+ - displayName : HTTP Get
724
724
path : probes.startup.httpGet
725
725
- displayName : Host
726
726
path : probes.startup.httpGet.host
727
- - displayName : Http Headers
727
+ - displayName : HTTP Headers
728
728
path : probes.startup.httpGet.httpHeaders
729
729
- displayName : Path
730
730
path : probes.startup.httpGet.path
@@ -745,12 +745,12 @@ spec:
745
745
- displayName : Partition
746
746
path : statefulSet.updateStrategy.rollingUpdate.partition
747
747
- displayName : Type
748
- path : statefulSet.updateStrategy.typekube
748
+ path : statefulSet.updateStrategy.type
749
749
- displayName : API Version
750
750
path : statefulSet.storage.volumeClaimTemplate.apiVersion
751
751
- displayName : Kind
752
752
path : statefulSet.storage.volumeClaimTemplate.kind
753
- - displayName : Metadate
753
+ - displayName : Metadata
754
754
path : statefulSet.storage.volumeClaimTemplate.metadata
755
755
- displayName : Spec
756
756
path : statefulSet.storage.volumeClaimTemplate.spec
0 commit comments