Skip to content

Commit

Permalink
Merge pull request #2191 from iamniting/project
Browse files Browse the repository at this point in the history
update PROJECT file
  • Loading branch information
openshift-merge-robot authored Sep 21, 2023
2 parents 396cd9f + ef7d036 commit 863d6f0
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL operators.operatorframework.io.bundle.package.v1=ocs-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.25.4
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v2
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

# Copy files to locations specified by labels.
COPY deploy/ocs-operator/manifests /manifests/
Expand Down
49 changes: 29 additions & 20 deletions PROJECT
Original file line number Diff line number Diff line change
@@ -1,42 +1,51 @@
domain: openshift.io
layout: go.kubebuilder.io/v2
layout:
- go.kubebuilder.io/v3
plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
projectName: ocs-operator
repo: github.com/red-hat-storage/ocs-operator
repo: github.com/red-hat-storage/ocs-operator/v4
resources:
-
controller: true
group: core
kind: Namespace
path: k8s.io/api/core/v1
version: v1
-
- api:
crdVersion: v1
namespaced: true
controller: true
domain: openshift.io
group: ocs
kind: OCSInitialization
path: github.com/red-hat-storage/ocs-operator/api/v1
kind: StorageCluster
path: github.com/red-hat-storage/ocs-operator/v4/api/v1
version: v1
-
- api:
crdVersion: v1
namespaced: true
controller: true
domain: openshift.io
group: ocs
kind: StorageCluster
path: github.com/red-hat-storage/ocs-operator/api/v1
kind: OCSInitialization
path: github.com/red-hat-storage/ocs-operator/v4/api/v1
version: v1
-
- api:
crdVersion: v1
namespaced: true
controller: true
domain: openshift.io
group: ocs
kind: StorageConsumer
path: github.com/red-hat-storage/ocs-operator/api/v1alpha1
path: github.com/red-hat-storage/ocs-operator/v4/api/v1alpha1
version: v1alpha1
-
- api:
crdVersion: v1
namespaced: true
controller: true
domain: openshift.io
group: ocs
kind: StorageClassRequest
path: github.com/red-hat-storage/ocs-operator/api/v1alpha1
path: github.com/red-hat-storage/ocs-operator/v4/api/v1alpha1
version: v1alpha1
- controller: true
group: core
kind: Namespace
path: k8s.io/api/core/v1
version: v1
version: "3"
plugins:
go.sdk.operatorframework.io/v2-alpha: {}
2 changes: 1 addition & 1 deletion deploy/csv-templates/ocs-operator.csv.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ metadata:
description: Red Hat OpenShift Container Storage provides hyperconverged storage
for applications within an OpenShift cluster.
operators.operatorframework.io/builder: operator-sdk-v1.25.4
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/red-hat-storage/ocs-operator
support: Red Hat
name: ocs-operator.v4.14.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.25.4
operators.operatorframework.io/internal-objects: '["ocsinitializations.ocs.openshift.io","storageclassrequests.ocs.openshift.io","storageconsumers.ocs.openshift.io","cephclusters.ceph.rook.io","cephobjectstores.ceph.rook.io","cephobjectstoreusers.ceph.rook.io","cephnfses.ceph.rook.io","cephclients.ceph.rook.io","cephfilesystems.ceph.rook.io","cephfilesystemmirrors.ceph.rook.io","cephrbdmirrors.ceph.rook.io","cephobjectrealms.ceph.rook.io","cephobjectzonegroups.ceph.rook.io","cephobjectzones.ceph.rook.io","cephbucketnotifications.ceph.rook.io","cephbuckettopics.ceph.rook.io","cephfilesystemsubvolumegroups.ceph.rook.io","cephblockpoolradosnamespaces.ceph.rook.io","cephcosidrivers.ceph.rook.io"]'
operators.operatorframework.io/operator-type: non-standalone
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/red-hat-storage/ocs-operator
support: Red Hat
labels:
Expand Down
2 changes: 1 addition & 1 deletion deploy/ocs-operator/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ annotations:
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.metrics.builder: operator-sdk-v1.25.4
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v2
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3

0 comments on commit 863d6f0

Please sign in to comment.