Skip to content

Commit

Permalink
Add test operator into the openstack-operator-index
Browse files Browse the repository at this point in the history
This patch adds the test-operator into the openstack-operator-index.
Up until now the test-operator had its own index called
test-operator-index [1].

[1] https://quay.io/repository/openstack-k8s-operators/test-operator-index
  • Loading branch information
lpiwowar committed Apr 29, 2024
1 parent ae5a142 commit 7533c12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ require (
github.com/openstack-k8s-operators/placement-operator/api v0.3.1-0.20240425062216-cb62011778f8
github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240426160419-ea245fb92ee7
github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240424141942-1b2235ef06e0
github.com/openstack-k8s-operators/test-operator/api v0.0.0-20240425083108-038639a6a905
github.com/operator-framework/api v0.20.0
github.com/rabbitmq/cluster-operator/v2 v2.6.0
go.uber.org/zap v1.27.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240426160419-ea
github.com/openstack-k8s-operators/swift-operator/api v0.3.1-0.20240426160419-ea245fb92ee7/go.mod h1:P3Q5R8iCTBYvsKjbJs3rQ9Wtn84Q6nB+V+IJ7nXQmlg=
github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240424141942-1b2235ef06e0 h1:JYhEGK0Ws/dx5DAZdDEV7h91xogbph4iYiabDvLeHrg=
github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240424141942-1b2235ef06e0/go.mod h1:1asmluTUD+GgvHFRj9OJa7HirILqvuI4CRWLolRxJa4=
github.com/openstack-k8s-operators/test-operator/api v0.0.0-20240425083108-038639a6a905 h1:4c1fJGWFKwloFniPUj/o9yO/eFk5OZt+hYe5VaBKF5g=
github.com/openstack-k8s-operators/test-operator/api v0.0.0-20240425083108-038639a6a905/go.mod h1:UgqzIVmPod3EOAwoaiB4nXSpyOO5NI2GJKAwjLi+VzU=
github.com/operator-framework/api v0.20.0 h1:A2YCRhr+6s0k3pRJacnwjh1Ue8BqjIGuQ2jvPg9XCB4=
github.com/operator-framework/api v0.20.0/go.mod h1:rXPOhrQ6mMeXqCmpDgt1ALoar9ZlHL+Iy5qut9R99a4=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ import (
placementv1 "github.com/openstack-k8s-operators/placement-operator/api/v1beta1"
swiftv1 "github.com/openstack-k8s-operators/swift-operator/api/v1beta1"
telemetryv1 "github.com/openstack-k8s-operators/telemetry-operator/api/v1beta1"
_ "github.com/openstack-k8s-operators/test-operator/api/v1beta1"
rabbitmqclusterv2 "github.com/rabbitmq/cluster-operator/v2/api/v1beta1"
"sigs.k8s.io/controller-runtime/pkg/client/config"

Expand Down

0 comments on commit 7533c12

Please sign in to comment.