Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ require (
github.com/go-playground/validator/v10 v10.30.3
github.com/onsi/ginkgo/v2 v2.32.0
github.com/onsi/gomega v1.42.1
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260810111433-1e154f0d531a
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260810111115-eacc8014f217
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260808151439-cc79804c9365
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260810111117-f8b13a41a488
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260810111432-64b231fe1698
github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260810111431-d81f9f14a460
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260810103819-d7df699e8aa6
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260808151134-24d5ad4c112f
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260810111432-6927b8e4fa3f
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260810100427-d0249ca0cf26
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260810100427-d0249ca0cf26
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260810111116-9833c22593de
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260808151439-6972c7e5d3b5
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260810111116-917106d4616a
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260808151744-b3775364c752
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260808151133-82a7a50a1529
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260808151133-6c712dd689f1
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260806101626-af8d24ac578b
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260808090406-69a27807f42a
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260810115223-6f72fb9e6155
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260813083420-74bde2d44622
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260813080121-50c6dc9787ad
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260813151746-e3f317a599d9
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260813080121-5c9c202ce819
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260814072338-85b28a1e2293
github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260813080757-aebcb2795c92
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260811190835-054aa14112d8
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260811232801-39845d6991d2
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260813151745-0d7ef88e4045
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260813160234-fdcb3ee3699d
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260813160234-fdcb3ee3699d
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260813080124-eee6b8cf373b
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260813083726-eee3e1c5aa5c
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260813062848-f6cdc92d1129
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260814001024-80a63d2d555f
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260813151745-da99393d3f17
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260813151746-390b333caa3d
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260813122635-0afe6be1577b
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260813080123-ef65fa0b4909
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260813064120-95f8cb07a4a7
github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260810142218-4d2e4f853116
github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.77.1-rhobs1 // indirect
github.com/rhobs/observability-operator v1.0.0 // indirect
Expand Down
80 changes: 40 additions & 40 deletions api/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -134,48 +134,48 @@ github.com/onsi/gomega v1.42.1 h1:iN1rCUX+44NZ1Dc97MPoeFYbFR0vh8zxoxMFwKdyZ6I=
github.com/onsi/gomega v1.42.1/go.mod h1:REff/hsDsodHoKlWsP2mAPhu1+5/6hVYNf9rIEBpeSg=
github.com/openshift/api v0.0.0-20260710141509-36dec0bfafe4 h1:YVY7Mb0AdJBbNgC/Zz9R/ZwhixOmZNA8P+6ZPaDW/0M=
github.com/openshift/api v0.0.0-20260710141509-36dec0bfafe4/go.mod h1:SPLf21TYPipzCO67BURkCfK6dcIIxx0oNRVWaOyRcXM=
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260810111433-1e154f0d531a h1:XQuud3VAuK5l9SkmXeHaXJiGXlQ1elP/nZ6WAN2QqAI=
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260810111433-1e154f0d531a/go.mod h1:PqRv01t7GyPPIYZqo86sUG5ULlW5KvW+de6AZmFR/hQ=
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260810111115-eacc8014f217 h1:pYxNw2vYuUKQtHYt7ntG1nXla9bzP3bVbvz+9ybHV68=
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260810111115-eacc8014f217/go.mod h1:45VJDn4pijVq2P0en2zfOnzA2jgRy178hup+rS0VNe4=
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260808151439-cc79804c9365 h1:++Rk2xu2rFzWDSJ+kKM2O3d08jp2ZPOFVdGYLXe0Pbs=
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260808151439-cc79804c9365/go.mod h1:apgkSl7eIapoB0F1wW0P2DIN682iAxqfYwyA112Okr0=
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260810111117-f8b13a41a488 h1:P4Txnq7qB7NfmIQ5Ju9eoQwSgScU+0m0aP8iPV/acb8=
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260810111117-f8b13a41a488/go.mod h1:SIj1UABSP37Soj3muSnh5r7+7QRcQoRKxXQ519ylxIA=
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260810111432-64b231fe1698 h1:FBHZPCg2kQ+bLLKVmMzz6/ZK0nJXuf1FbhWHrC9Phk8=
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260810111432-64b231fe1698/go.mod h1:doFYlunxopzCf+qZY2dfbSyOlounyRYwOgIRUVlu7go=
github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260810111431-d81f9f14a460 h1:fEUgMYDIfZkicujDOwbx1C9+V3Q8ipWMOYuHDGv/kvM=
github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260810111431-d81f9f14a460/go.mod h1:WnO2UjhfgxIXWmS/KD2XxeDOJqzVW01x3lYml07KII4=
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260810103819-d7df699e8aa6 h1:OGFovA6gjR6/NMvqHDD7pCnOgKYECJw6wmcuE6hm3Ug=
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260810103819-d7df699e8aa6/go.mod h1:nPqCNb6LtP2HIkAoOrM4Jr4BMdNnuY0puKx6v6fwOhI=
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260808151134-24d5ad4c112f h1:mv+B8EBdqTiPi7mwCPpLc49m2ZVo3nFWXGaDryi7ZNA=
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260808151134-24d5ad4c112f/go.mod h1:Ge+fQIcL/iMnYiMQJsD9nWdrUFo5lSpO1Tz2n2uBgCI=
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260810111432-6927b8e4fa3f h1:N2yiP+rb0D70qy2Ap85TOoZqFKbNJ2Mr2FqynPv5HFc=
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260810111432-6927b8e4fa3f/go.mod h1:eSJVec0eCTSudlsQ5+bNMHmn9aI1af2zNwMGStuzNOw=
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260810100427-d0249ca0cf26 h1:2tpMBjTO56sLCHGKNPjhsRCsc/fdqFAYrZY0Nh6q5BA=
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260810100427-d0249ca0cf26/go.mod h1:LY+Q6ms3A6E8DAKCpmvQaUxO5O2CKYm0XMcmTZ6PCcM=
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260813083420-74bde2d44622 h1:6wc1aC2GNpmQyVdcco2lJtoDma9kDmYQ+W4GGhgivLo=
github.com/openstack-k8s-operators/barbican-operator/api v0.6.1-0.20260813083420-74bde2d44622/go.mod h1:PqRv01t7GyPPIYZqo86sUG5ULlW5KvW+de6AZmFR/hQ=
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260813080121-50c6dc9787ad h1:dWn0rcRxvrDViwLitUDmU5xzryuEqiCOpThZysmfeSk=
github.com/openstack-k8s-operators/cinder-operator/api v0.6.1-0.20260813080121-50c6dc9787ad/go.mod h1:45VJDn4pijVq2P0en2zfOnzA2jgRy178hup+rS0VNe4=
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260813151746-e3f317a599d9 h1:A3zhr5R3ME7dd1pBNlyTfIf9qu5fPaLesC0u9BTGBLo=
github.com/openstack-k8s-operators/designate-operator/api v0.6.1-0.20260813151746-e3f317a599d9/go.mod h1:apgkSl7eIapoB0F1wW0P2DIN682iAxqfYwyA112Okr0=
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260813080121-5c9c202ce819 h1:yTEfVx4DioiBrPbQ9UT+tgXL7+v5hOM9ML7slPtivpM=
github.com/openstack-k8s-operators/glance-operator/api v0.6.1-0.20260813080121-5c9c202ce819/go.mod h1:SIj1UABSP37Soj3muSnh5r7+7QRcQoRKxXQ519ylxIA=
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260814072338-85b28a1e2293 h1:bK6/RDEA2pHhA9G9Y5bjn8OBchLN5inv9yr59JYZdSw=
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20260814072338-85b28a1e2293/go.mod h1:doFYlunxopzCf+qZY2dfbSyOlounyRYwOgIRUVlu7go=
github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260813080757-aebcb2795c92 h1:By6WX/s+58wxwRTEUrgS/ec+z+19CwGzEGUhgy/P/rA=
github.com/openstack-k8s-operators/horizon-operator/api v0.6.1-0.20260813080757-aebcb2795c92/go.mod h1:WnO2UjhfgxIXWmS/KD2XxeDOJqzVW01x3lYml07KII4=
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260811190835-054aa14112d8 h1:V+M1QXCXaYlrgMl863bjZWpCA0grSuePt2QjZ5QX6G0=
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260811190835-054aa14112d8/go.mod h1:nPqCNb6LtP2HIkAoOrM4Jr4BMdNnuY0puKx6v6fwOhI=
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260811232801-39845d6991d2 h1:Ocf1YtuGjU3CYx6qLM4igzEwW5Jbgmh1QNQ17unhoi8=
github.com/openstack-k8s-operators/ironic-operator/api v0.6.1-0.20260811232801-39845d6991d2/go.mod h1:Ge+fQIcL/iMnYiMQJsD9nWdrUFo5lSpO1Tz2n2uBgCI=
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260813151745-0d7ef88e4045 h1:WeWvFRHMGvLi3bYdXeOqEXt5RVAzvSyEMQgdAGlixPo=
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20260813151745-0d7ef88e4045/go.mod h1:eSJVec0eCTSudlsQ5+bNMHmn9aI1af2zNwMGStuzNOw=
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260813160234-fdcb3ee3699d h1:+DIuFNo6jIF0/9bHYz3C6OnnMQIe3C5bbFv2bAJLLo8=
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260813160234-fdcb3ee3699d/go.mod h1:LY+Q6ms3A6E8DAKCpmvQaUxO5O2CKYm0XMcmTZ6PCcM=
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260806140515-16161b7b6b53 h1:0T92TYAzi40pa0G7N0/IukeA4caLLYMcKmpfEp3PKj4=
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20260806140515-16161b7b6b53/go.mod h1:Q5wcK4PnlDJ55H+M38CFNLzL53OHYiwq81mR/gKtJXs=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260810100427-d0249ca0cf26 h1:P4XLda5I4oKbT4d/n+Fypv+sgs1sCRnBknEXFtJ00I4=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260810100427-d0249ca0cf26/go.mod h1:fJ9CCRKpo8mQODfv4UDJ3tjUTbyCznYslXQwCkDaGg0=
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260810111116-9833c22593de h1:jtL9VmHGdztTo5HLMsUm8vuxq9gJ4rY3Ac4/8DBvi0E=
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260810111116-9833c22593de/go.mod h1:sx9qmuz1cLppa+pq8D7yeslfzGkc5VTO3WxCKxKrA5Y=
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260808151439-6972c7e5d3b5 h1:Y1RhyqARh2UAXj50vgXNb+HhLwVMYt0tgqVSWFd5X38=
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260808151439-6972c7e5d3b5/go.mod h1:6T332Zk4/uC+ac27ZzQ7oslcePpk0PTcrFtoRohPxjg=
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260810111116-917106d4616a h1:lvqFb11m4GbBx9ler9RvHBiGP7BhMluyMu6lbZBhFyk=
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260810111116-917106d4616a/go.mod h1:46gODLOYWPp+9qHBxdqhG6NGD4OA/+AK5tuxKXj7Vpo=
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260808151744-b3775364c752 h1:IDk8e3T1XNTNhnsHcLlJqh1pPbV8wydY+87/zvfCw4U=
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260808151744-b3775364c752/go.mod h1:/xrb6NvHRgj38XXz5RJjtqsrLBEgkaZ+6WTPpL5X3Rw=
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260808151133-82a7a50a1529 h1:rMzK0h6jhhIO/lMBbi6KFzJb+al5RLG9xMXxIqvY4aw=
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260808151133-82a7a50a1529/go.mod h1:Q7md3M+Z+TXbcu/NGSAzj2/bvS+iHVrnpaTqOS6sxOk=
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260808151133-6c712dd689f1 h1:Zai0iOPythrrJsgWrdEGPSfofHdqEJcinkN6B2Vd/Jo=
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260808151133-6c712dd689f1/go.mod h1:SaeG0dRz2oF6rkKl5lb1GXbbQ5oFUpJMlq+O2YvOhbE=
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260806101626-af8d24ac578b h1:F2VJiWumzHrI2+BuqbJJUo8/+5za+hJxLR14/Z7PCsU=
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260806101626-af8d24ac578b/go.mod h1:Xly5JV+07vXpJh5O6SB3j/5Lp+JJ1NdOr5bp/5GKWao=
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260808090406-69a27807f42a h1:yDb+Ub3t2F34tWPsR1dAKVjh/PxIyW386sAk2RTrlUo=
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260808090406-69a27807f42a/go.mod h1:lyr6PYwrSkmcL+s+wcL4iQdnbwOyHinLfmN0mQdHfQs=
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260810115223-6f72fb9e6155 h1:RhuKDVrgtZDs6R2GN4mO/kZqwJLQf9+eHRqW2VYWyGs=
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260810115223-6f72fb9e6155/go.mod h1:63zjpPjZ61h5IpNZ+Ga4GkLZ5C/hgCo3j3GDZ4xWZOw=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260813160234-fdcb3ee3699d h1:/FKQGhZ7sE0yXfK1hjmLGhDU18t5Ew3Ex3iUh8ZR81Y=
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20260813160234-fdcb3ee3699d/go.mod h1:fJ9CCRKpo8mQODfv4UDJ3tjUTbyCznYslXQwCkDaGg0=
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260813080124-eee6b8cf373b h1:uCucSl5Z5VCR4GS/DyM4jWAOCHhfU9PWpfE+gx4q3ns=
github.com/openstack-k8s-operators/manila-operator/api v0.6.1-0.20260813080124-eee6b8cf373b/go.mod h1:sx9qmuz1cLppa+pq8D7yeslfzGkc5VTO3WxCKxKrA5Y=
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260813083726-eee3e1c5aa5c h1:N7KthVNlHdLJ6FZwpYsdsOdomm8eX6IXprWFqW3e7mc=
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20260813083726-eee3e1c5aa5c/go.mod h1:6T332Zk4/uC+ac27ZzQ7oslcePpk0PTcrFtoRohPxjg=
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260813062848-f6cdc92d1129 h1:SDfuoAGulYnMLnTlWxMdNG9+WWnss2+AXsICDR3wI6Y=
github.com/openstack-k8s-operators/neutron-operator/api v0.6.1-0.20260813062848-f6cdc92d1129/go.mod h1:46gODLOYWPp+9qHBxdqhG6NGD4OA/+AK5tuxKXj7Vpo=
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260814001024-80a63d2d555f h1:p71R2Iji6NPJHlJ9S0DeVqo58n+9GFgojheYIP/fYS4=
github.com/openstack-k8s-operators/nova-operator/api v0.6.1-0.20260814001024-80a63d2d555f/go.mod h1:/xrb6NvHRgj38XXz5RJjtqsrLBEgkaZ+6WTPpL5X3Rw=
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260813151745-da99393d3f17 h1:aub7Of/bNv2KWks4B/drF+1G8OGgsYiJ7loG0jgYBfw=
github.com/openstack-k8s-operators/octavia-operator/api v0.6.1-0.20260813151745-da99393d3f17/go.mod h1:Q7md3M+Z+TXbcu/NGSAzj2/bvS+iHVrnpaTqOS6sxOk=
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260813151746-390b333caa3d h1:cciGPkslWMrIjT/CZJkCj2S/9bdVaCLJ36LJn0K2G/s=
github.com/openstack-k8s-operators/openstack-baremetal-operator/api v0.6.1-0.20260813151746-390b333caa3d/go.mod h1:SaeG0dRz2oF6rkKl5lb1GXbbQ5oFUpJMlq+O2YvOhbE=
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260813122635-0afe6be1577b h1:03cDPJDsoNHOH32vNrECxAMI4QMjTd+HoaA31C4SGyk=
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20260813122635-0afe6be1577b/go.mod h1:Xly5JV+07vXpJh5O6SB3j/5Lp+JJ1NdOr5bp/5GKWao=
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260813080123-ef65fa0b4909 h1:Faps9W/6vurOWXT5eWM2JxuCB+a27xGYWJpW3kIzzw8=
github.com/openstack-k8s-operators/swift-operator/api v0.6.1-0.20260813080123-ef65fa0b4909/go.mod h1:lyr6PYwrSkmcL+s+wcL4iQdnbwOyHinLfmN0mQdHfQs=
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260813064120-95f8cb07a4a7 h1:9cx2dss8amhWdBtDQcMLY8wzBupK3WWj55yLlPO5M9Y=
github.com/openstack-k8s-operators/telemetry-operator/api v0.6.1-0.20260813064120-95f8cb07a4a7/go.mod h1:63zjpPjZ61h5IpNZ+Ga4GkLZ5C/hgCo3j3GDZ4xWZOw=
github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260810142218-4d2e4f853116 h1:RtfYkMT4q71stXAmFrPx+TmnvRR7Z9rVsQByNVtiQkA=
github.com/openstack-k8s-operators/watcher-operator/api v0.6.1-0.20260810142218-4d2e4f853116/go.mod h1:MmcWDtrUvcUq/4Kyy+uV52HgGJg9EvkpJHln/8yZhgE=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down
36 changes: 0 additions & 36 deletions bindata/crds/test.openstack.org_horizontests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -855,35 +855,16 @@ spec:
- extraVol
type: object
type: array
flavorName:
default: m1.tiny
description: FlavorName is the name of the OpenStack flavor to create
for Horizon tests.
type: string
horizonRepoBranch:
default: master
description: HorizonRepoBranch is the branch of the Horizon repository
to checkout.
type: string
horizonTestDir:
default: /var/lib/horizontest
description: HorizonTestDir is the directory path for Horizon tests.
type: string
imageUrl:
default: http://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img
description: ImageUrl is the URL to download the Cirros image.
format: uri
type: string
kubeconfigSecretName:
description: |-
Name of a secret that contains a kubeconfig. The kubeconfig is mounted under /var/lib/horizontest/.kube/config
in the test pod.
type: string
logsDirectoryName:
default: horizon
description: LogsDirectoryName is the name of the directory to store
test logs.
type: string
nodeSelector:
additionalProperties:
type: string
Expand All @@ -905,12 +886,6 @@ spec:
default: false
description: Parallel
type: boolean
password:
default: horizontest
description: Password is the password for the user running the Horizon
tests.
maxLength: 253
type: string
privileged:
default: false
description: |-
Expand All @@ -922,11 +897,6 @@ spec:
needed for certain test-operator functionalities to work properly (e.g.:
extraRPMs in Tempest CR, or a certain set of tobiko tests).
type: boolean
projectName:
default: horizontest
description: ProjectName is the name of the OpenStack project for
Horizon tests.
type: string
projectNameXpath:
description: |-
ProjectNameXpath is the xpath to select project name
Expand Down Expand Up @@ -1057,12 +1027,6 @@ spec:
type: string
type: object
type: array
user:
default: horizontest
description: User is the username under which the Horizon tests will
run.
maxLength: 253
type: string
required:
- authUrl
- dashboardUrl
Expand Down
Loading