Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update PROJECT file #2191

Merged
merged 2 commits into from
Sep 21, 2023
Merged
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
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
malayparida2000 marked this conversation as resolved.
Show resolved Hide resolved
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
malayparida2000 marked this conversation as resolved.
Show resolved Hide resolved
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