File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ spec:
116116 Annotations is an unstructured key value map stored with a resource that may be
117117 set by external tools to store and retrieve arbitrary metadata. They are not
118118 queryable and should be preserved when modifying objects.
119- More info: http ://kubernetes.io/docs/user-guide /annotations
119+ More info: https ://kubernetes.io/docs/concepts/overview/working-with-objects /annotations/
120120 type : object
121121 labels :
122122 additionalProperties :
@@ -125,7 +125,7 @@ spec:
125125 Map of string keys and values that can be used to organize and categorize
126126 (scope and select) objects. May match selectors of replication controllers
127127 and services.
128- More info: http ://kubernetes.io/docs/user-guide /labels
128+ More info: https ://kubernetes.io/docs/concepts/overview/working-with-objects /labels/
129129 type : object
130130 type : object
131131 spec :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/go-logr/logr v1.4.3
77 github.com/onsi/ginkgo/v2 v2.20.1
88 github.com/onsi/gomega v1.34.1
9- github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250730071847-837b07f8d72f
9+ github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250916144944-295824b4a7ce
1010 github.com/rabbitmq/cluster-operator/v2 v2.9.0
1111 golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
1212 k8s.io/api v0.29.15
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
7676github.com/onsi/gomega v1.34.1 /go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY =
7777github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 h1:J1wuGhVxpsHykZBa6Beb1gQ96Ptej9AE/BvwCBiRj1E =
7878github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 /go.mod h1:CxgbWAlvu2iQB0UmKTtRu1YfepRg1/vJ64n2DlIEVz4 =
79- github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250730071847-837b07f8d72f h1:DW8aNjEtDFrWiZ6vWuOXwdRB4eBD0n+bA9foQkOEx6U =
80- github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250730071847-837b07f8d72f /go.mod h1:P+7F1wiwZUxOy4myYXFyc/uBtGATDFpk3yAllXe1Vzk =
79+ github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250916144944-295824b4a7ce h1:OH2da0ZrtRcRV+EU8G/P6IlYRIVjSOlq2iutGTNgzbQ =
80+ github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250916144944-295824b4a7ce /go.mod h1:Z+rmtn3qhuPZfx2EDVmloUh2MkYbvDMgcpJneRYerS0 =
8181github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
8282github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
8383github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ spec:
116116 Annotations is an unstructured key value map stored with a resource that may be
117117 set by external tools to store and retrieve arbitrary metadata. They are not
118118 queryable and should be preserved when modifying objects.
119- More info: http ://kubernetes.io/docs/user-guide /annotations
119+ More info: https ://kubernetes.io/docs/concepts/overview/working-with-objects /annotations/
120120 type : object
121121 labels :
122122 additionalProperties :
@@ -125,7 +125,7 @@ spec:
125125 Map of string keys and values that can be used to organize and categorize
126126 (scope and select) objects. May match selectors of replication controllers
127127 and services.
128- More info: http ://kubernetes.io/docs/user-guide /labels
128+ More info: https ://kubernetes.io/docs/concepts/overview/working-with-objects /labels/
129129 type : object
130130 type : object
131131 spec :
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ require (
1111 github.com/onsi/gomega v1.34.1
1212 github.com/openshift/api v3.9.0+incompatible
1313 github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250319162810-463dd75a4cc4
14- github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250730071847-837b07f8d72f
15- github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20250730071847-837b07f8d72f
14+ github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250916144944-295824b4a7ce
15+ github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20250916144944-295824b4a7ce
1616 github.com/rabbitmq/cluster-operator/v2 v2.9.0
1717 go.uber.org/zap v1.27.0
1818 golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
Original file line number Diff line number Diff line change @@ -91,10 +91,10 @@ github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
9191github.com/onsi/gomega v1.34.1 /go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY =
9292github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 h1:J1wuGhVxpsHykZBa6Beb1gQ96Ptej9AE/BvwCBiRj1E =
9393github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 /go.mod h1:CxgbWAlvu2iQB0UmKTtRu1YfepRg1/vJ64n2DlIEVz4 =
94- github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250730071847-837b07f8d72f h1:DW8aNjEtDFrWiZ6vWuOXwdRB4eBD0n+bA9foQkOEx6U =
95- github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250730071847-837b07f8d72f /go.mod h1:P+7F1wiwZUxOy4myYXFyc/uBtGATDFpk3yAllXe1Vzk =
96- github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20250730071847-837b07f8d72f h1:r4WiIm2JdcSY7RTWsv008d45bwQl3qTfjd4B2k2fpL0 =
97- github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20250730071847-837b07f8d72f /go.mod h1:L3t8ty8BYur+yQC4EbxolVOU85A62oxODM5rMApOwfc =
94+ github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250916144944-295824b4a7ce h1:OH2da0ZrtRcRV+EU8G/P6IlYRIVjSOlq2iutGTNgzbQ =
95+ github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250916144944-295824b4a7ce /go.mod h1:Z+rmtn3qhuPZfx2EDVmloUh2MkYbvDMgcpJneRYerS0 =
96+ github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20250916144944-295824b4a7ce h1:RpQAmpFCIBI65OqEsZTW18CXCXfTY/pA8OzScrVKPYo =
97+ github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20250916144944-295824b4a7ce /go.mod h1:L3t8ty8BYur+yQC4EbxolVOU85A62oxODM5rMApOwfc =
9898github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20250717122149-12f70b7f3d8d h1:0KCWljk2IEJ+aWNK+RiGpIdu51KPXrYA5RfyUcV4Mb4 =
9999github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20250717122149-12f70b7f3d8d /go.mod h1:6Mq2N/KtNFW20L+PQC5qkeK8R8UGadmGBXL8HDY6lcg =
100100github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
You can’t perform that action at this time.
0 commit comments