Skip to content

Commit 946035d

Browse files
Merge pull request #1532 from openstack-k8s-operators/openstack-dependency-bump/main
openstack-k8s-operators dependency bump branch: main
2 parents 74e9132 + 51313c5 commit 946035d

20 files changed

Lines changed: 111 additions & 87 deletions

apis/go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@ require (
77
github.com/go-playground/validator/v10 v10.25.0
88
github.com/onsi/ginkgo/v2 v2.20.1
99
github.com/onsi/gomega v1.34.1
10-
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250707152614-eb5dd1716cb6
11-
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20250707155120-48972800ef12
10+
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250710183634-6f26d6515a8d
11+
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20250710112253-b51ec9406f03
1212
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20250707140136-c9d572ea805a
13-
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20250707172456-1641fff80fcd
13+
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20250708125309-338389f548bc
1414
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20250707155403-737da02889b7
1515
github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20250707161605-e320c330a124
1616
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250707164913-ecb62273f7b5
1717
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20250707144322-3f38a429389f
18-
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20250707094050-0bfabceb9145
18+
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20250710093216-036af20ad8a5
1919
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250605082218-a58074898dd7
2020
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20250605082218-a58074898dd7
21-
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20250707153738-96d75464acc7
21+
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20250710135017-84053e6d7797
2222
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20250626110655-78effb029b49
23-
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20250707102218-c4b52b143e06
24-
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20250623103621-1c5567b12b75
25-
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20250707142919-6c1c39462875
23+
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20250710083539-ec59570d63b8
24+
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20250711120247-46fa2382e197
25+
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20250708124208-8429631624a7
2626
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20250707084520-c7b6c16e0408
27-
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20250707081746-704c7e422dc7
27+
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20250710053155-6120b5acf1d3
2828
github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20250707171111-ffcacac27d6e
2929
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20250707082032-7d602d482e23
30-
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20250707151723-6053161705ba
30+
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20250711160256-599b396b8cc4
3131
github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.71.0-rhobs1 // indirect
3232
github.com/rhobs/observability-operator v0.3.1 // indirect
3333
go.uber.org/multierr v1.11.0 // indirect

apis/go.sum

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
9494
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
9595
github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 h1:J1wuGhVxpsHykZBa6Beb1gQ96Ptej9AE/BvwCBiRj1E=
9696
github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094/go.mod h1:CxgbWAlvu2iQB0UmKTtRu1YfepRg1/vJ64n2DlIEVz4=
97-
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250707152614-eb5dd1716cb6 h1:OczoMI1z8ct+ahUcmJ5puc3ODlwMpQdilXj514Hf0ec=
98-
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250707152614-eb5dd1716cb6/go.mod h1:1bk7Kf+kfsg9J5YjM0htBhja4ZOmAT6LKIIDdiJS2IE=
99-
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20250707155120-48972800ef12 h1:VKCy9kAyD7jJMrJ6Hk+9Wp4mCc08OTtAkw6XY9xhrfY=
100-
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20250707155120-48972800ef12/go.mod h1:ewcalngkWk2DGrdl+0ssMot2rOXW2dEe9ZtvSsQhFkQ=
97+
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250710183634-6f26d6515a8d h1:0CnL+pEiLgnyAF/I8ALHg9GhC8W1HJBC8xF6I2ZSlQQ=
98+
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20250710183634-6f26d6515a8d/go.mod h1:1bk7Kf+kfsg9J5YjM0htBhja4ZOmAT6LKIIDdiJS2IE=
99+
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20250710112253-b51ec9406f03 h1:IMkY5fMGCw/vt3/zWqKdx3uDLzrZSvhn2pmC6EPLae4=
100+
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20250710112253-b51ec9406f03/go.mod h1:ewcalngkWk2DGrdl+0ssMot2rOXW2dEe9ZtvSsQhFkQ=
101101
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20250707140136-c9d572ea805a h1:KDgWKrD/Y5NrkDSr+sbxFWxis4O9dDWewzfSDEHyP0E=
102102
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20250707140136-c9d572ea805a/go.mod h1:ednOk4Z6XJv+biirPlUFas8CDROOZ3NgDQ8U7zF4owY=
103-
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20250707172456-1641fff80fcd h1:pv4+TbPMWuWTj3wYB9zb87purk9S46A5KGLpboDDSfs=
104-
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20250707172456-1641fff80fcd/go.mod h1:Uf/yzqO6d+P56DgG6ICD07W9b1UzNvU7KoPmoiiyklg=
103+
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20250708125309-338389f548bc h1:N1GNlAeyG2aE2aPWRK7u5ktF7urU0YVC/T11ciq1yoU=
104+
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20250708125309-338389f548bc/go.mod h1:Uf/yzqO6d+P56DgG6ICD07W9b1UzNvU7KoPmoiiyklg=
105105
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20250707155403-737da02889b7 h1:7kyQwia3xX90Ah/p1y0aZB1SiJy4yD3SVl2l/7CJ/pM=
106106
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20250707155403-737da02889b7/go.mod h1:V9lnzy7vDqRTcxpT0joCg8B9KbXlsZD+EdOB6Pk730s=
107107
github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20250707161605-e320c330a124 h1:yahXPsaGO7kWt9budmzqzk/6bDpA7b0OlhvXs1100S8=
@@ -110,36 +110,36 @@ github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250707164913-e
110110
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250707164913-ecb62273f7b5/go.mod h1:HMeEFVPJOatbQQc4XcpVrF6BpCEOEq9EPG9jSxcyQXw=
111111
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20250707144322-3f38a429389f h1:W9zaVzs58Pk7cX1mHV7ufe9DRweJB90G7sf5Tp0C3us=
112112
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20250707144322-3f38a429389f/go.mod h1:Ftt4i0UyXpaJkmqYYF0SK7nM9qtOv8Rh9BS5+7jLoCY=
113-
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20250707094050-0bfabceb9145 h1:4RyiT+I2No9b5jcmXiN31eBXYPb58VQ206ec4PYt5ds=
114-
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20250707094050-0bfabceb9145/go.mod h1:t+qjFsK2ywy9uCDRthI/SgvDWxtu9yyU1lPKfnHqEKI=
113+
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20250710093216-036af20ad8a5 h1:NifM8dfeScofoltf8a+6OB1oMKOqXOad1q6baGiBf8A=
114+
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20250710093216-036af20ad8a5/go.mod h1:t+qjFsK2ywy9uCDRthI/SgvDWxtu9yyU1lPKfnHqEKI=
115115
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250605082218-a58074898dd7 h1:bx5LfMQHLnYE3QvY8aRXHVfgTwDROnTqH96UL84a9Mw=
116116
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250605082218-a58074898dd7/go.mod h1:P+7F1wiwZUxOy4myYXFyc/uBtGATDFpk3yAllXe1Vzk=
117117
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20250605082218-a58074898dd7 h1:a5BH4CxZ3hmbUGXDBrPwfJqu1MP3gVGYSPxzNCzoyfo=
118118
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20250605082218-a58074898dd7/go.mod h1:nachFP0Yicw/e8ZlqZzvnBN6w9kjMcnqrhaDw36PGjw=
119119
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20250605082218-a58074898dd7 h1:HvSxF3vi/iKqyI4tQZHtIsCHziXzntPiRsDj7XNMRgY=
120120
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20250605082218-a58074898dd7/go.mod h1:U3LQ4Nz2+syTPfW66bSLv6OzefLpsqxWLdX9AFotRPA=
121-
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20250707153738-96d75464acc7 h1:rRxIn8nRUizL+aUc2A6HItPXNbCmpmzZkOs+k3XcJhw=
122-
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20250707153738-96d75464acc7/go.mod h1:wZ7mvFwEXR6aWXJ83NwiwS9CQk+/zEzrwBD8VRG9tVY=
121+
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20250710135017-84053e6d7797 h1:kyD3WUfdzF6K1yYpfPxCAJ46DYfPyPQeyqowQiTvfUo=
122+
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20250710135017-84053e6d7797/go.mod h1:wZ7mvFwEXR6aWXJ83NwiwS9CQk+/zEzrwBD8VRG9tVY=
123123
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20250626110655-78effb029b49 h1:GOxi2vz0r0HlPiGJrf9M/nKfPf2V6Aj3KK2/jj2AyPI=
124124
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20250626110655-78effb029b49/go.mod h1:FsXTlVNGH6gPBpsAJLJbO+jt1SS/gaMS0UJg5HbHOMM=
125-
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20250707102218-c4b52b143e06 h1:75Rs8QDFhnTp8AlpZZDwZkzj0QYgKmd2V4ITnmUAnbQ=
126-
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20250707102218-c4b52b143e06/go.mod h1:4AV3quND85T81Sm8Si5e+Fm4xyTS20E3nsv2CL3hKQM=
127-
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20250623103621-1c5567b12b75 h1:dxrbdjr4C2vAQz/13Zu7F0Yp95l49ig/6h5pVxtVShw=
128-
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20250623103621-1c5567b12b75/go.mod h1:eksCN/gyEqAvGCl89yXIpoc6i67MP4DzpoluzpLnDRs=
129-
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20250707142919-6c1c39462875 h1:0JQIX7wWtKtuSvfnvRJB4p51BFwoLoSRQV1M/h4RS5c=
130-
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20250707142919-6c1c39462875/go.mod h1:s5TIz9/lgrAuh1cbP+ZjQ13UAtxUwZPHiHV/k+zYtSo=
125+
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20250710083539-ec59570d63b8 h1:D2OIcaWUcdjtKjv6ZkPhNwK671zkeomAfO3Rlv4RZyo=
126+
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20250710083539-ec59570d63b8/go.mod h1:4AV3quND85T81Sm8Si5e+Fm4xyTS20E3nsv2CL3hKQM=
127+
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20250711120247-46fa2382e197 h1:XEfmUZmGjRVTqRebwy+jLogBKZW/Athr7F2km+oV/Fo=
128+
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20250711120247-46fa2382e197/go.mod h1:eksCN/gyEqAvGCl89yXIpoc6i67MP4DzpoluzpLnDRs=
129+
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20250708124208-8429631624a7 h1:N4kpKs5yE+d/f3GByi3ym8baBxVoKstdwlJuSEz9uAc=
130+
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20250708124208-8429631624a7/go.mod h1:s5TIz9/lgrAuh1cbP+ZjQ13UAtxUwZPHiHV/k+zYtSo=
131131
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20250707084520-c7b6c16e0408 h1:aO66/EjmFNO+VeaYEAkv0E8ANR2og1UZ/bHwq1TEDIk=
132132
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20250707084520-c7b6c16e0408/go.mod h1:IC6WKXLQF6W7sNwFCLBKK/rmPYufb6aLlbJk7UGuAfs=
133-
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20250707081746-704c7e422dc7 h1:oZ6PdFVh1hXXZKx6GRs8vPZCTMZZK883U++Rtgb4GUg=
134-
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20250707081746-704c7e422dc7/go.mod h1:OozMIeeEhqLGf2j4C01H1RD2/OSfx5W3y+g6/aAbnNE=
133+
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20250710053155-6120b5acf1d3 h1:QxPiEY+3gCQyFkgn/ppzYdx0SBnvNaec6XTH6dasTDw=
134+
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20250710053155-6120b5acf1d3/go.mod h1:3ia9H9BRjWOrMl4nvg42lf3A12YFnGoexO4vZpz6ZNA=
135135
github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20250707171111-ffcacac27d6e h1:JZsC2pxD6iiIDNHZPliPhFvXqjjxfkegUxMGh6PVOO8=
136136
github.com/openstack-k8s-operators/placement-operator/api v0.6.1-0.20250707171111-ffcacac27d6e/go.mod h1:YRYwaVB6rPNgBjWr36WTUst+3vfAQhStaTHBtx2p1QU=
137137
github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49 h1:/7SnnHfGCH/dwuZFNUx54zw4cnwv2w6hjONq16aoowM=
138138
github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49/go.mod h1:6Mq2N/KtNFW20L+PQC5qkeK8R8UGadmGBXL8HDY6lcg=
139139
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20250707082032-7d602d482e23 h1:FBWPG97JOPaA3FzZQ42IQWkicgJE8jqYZcFlByMB2lE=
140140
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20250707082032-7d602d482e23/go.mod h1:AWJZ0UOiQKNJMyAzDw3bRcRihRXe4z3lekofG5/BWds=
141-
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20250707151723-6053161705ba h1:8QJ8wFuVRB7xsocEUi+LVhJIYpuSkOeCeGOm8eNgpY4=
142-
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20250707151723-6053161705ba/go.mod h1:0jfQR21/yBCXVFMqnxEnsdtraV4I49cAr6qwe8wIe6E=
141+
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20250711160256-599b396b8cc4 h1:TJ0tI5E4S3HAlpVQMot2e0M+mcJqUSQakdEgX2AC6Xg=
142+
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20250711160256-599b396b8cc4/go.mod h1:0jfQR21/yBCXVFMqnxEnsdtraV4I49cAr6qwe8wIe6E=
143143
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
144144
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
145145
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

bindata/crds/cinder.openstack.org_cinderapis.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,9 @@ spec:
535535
- extraVol
536536
type: object
537537
type: array
538+
memcachedInstance:
539+
default: memcached
540+
type: string
538541
networkAttachments:
539542
items:
540543
type: string

bindata/crds/cinder.openstack.org_cinderbackups.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,9 @@ spec:
535535
- extraVol
536536
type: object
537537
type: array
538+
memcachedInstance:
539+
default: memcached
540+
type: string
538541
networkAttachments:
539542
items:
540543
type: string

bindata/crds/cinder.openstack.org_cinderschedulers.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,9 @@ spec:
535535
- extraVol
536536
type: object
537537
type: array
538+
memcachedInstance:
539+
default: memcached
540+
type: string
538541
networkAttachments:
539542
items:
540543
type: string

bindata/crds/cinder.openstack.org_cindervolumes.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,9 @@ spec:
535535
- extraVol
536536
type: object
537537
type: array
538+
memcachedInstance:
539+
default: memcached
540+
type: string
538541
networkAttachments:
539542
items:
540543
type: string

bindata/crds/manila.openstack.org_manilaapis.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,10 @@ spec:
11411141
- extraVol
11421142
type: object
11431143
type: array
1144+
memcachedInstance:
1145+
default: memcached
1146+
description: Memcached instance name.
1147+
type: string
11441148
networkAttachments:
11451149
description: NetworkAttachments is a list of NetworkAttachment resource
11461150
names to expose the services to the given network

bindata/crds/manila.openstack.org_manilaschedulers.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,10 @@ spec:
11411141
- extraVol
11421142
type: object
11431143
type: array
1144+
memcachedInstance:
1145+
default: memcached
1146+
description: Memcached instance name.
1147+
type: string
11441148
networkAttachments:
11451149
description: NetworkAttachments is a list of NetworkAttachment resource
11461150
names to expose the services to the given network

bindata/crds/manila.openstack.org_manilashares.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,10 @@ spec:
11411141
- extraVol
11421142
type: object
11431143
type: array
1144+
memcachedInstance:
1145+
default: memcached
1146+
description: Memcached instance name.
1147+
type: string
11441148
networkAttachments:
11451149
description: NetworkAttachments is a list of NetworkAttachment resource
11461150
names to expose the services to the given network

bindata/crds/nova.openstack.org_novaapis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ spec:
503503
ObservedGeneration - the most recent generation observed for this
504504
service. If the observed generation is less than the spec generation,
505505
then the controller has not processed the latest changes injected by
506-
the opentack-operator in the top-level CR (e.g. the ContainerImage)
506+
the openstack-operator in the top-level CR (e.g. the ContainerImage)
507507
format: int64
508508
type: integer
509509
readyCount:

0 commit comments

Comments
 (0)