28 lines
1.1 KiB
YAML
28 lines
1.1 KiB
YAML
#
|
|
# Copyright (c) 2019-2021 Red Hat, Inc.
|
|
# This program and the accompanying materials are made
|
|
# available under the terms of the Eclipse Public License 2.0
|
|
# which is available at https://www.eclipse.org/legal/epl-2.0/
|
|
#
|
|
# SPDX-License-Identifier: EPL-2.0
|
|
#
|
|
# Contributors:
|
|
# Red Hat, Inc. - initial API and implementation
|
|
#
|
|
|
|
annotations:
|
|
# Core bundle annotations.
|
|
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
|
|
operators.operatorframework.io.bundle.manifests.v1: manifests/
|
|
operators.operatorframework.io.bundle.metadata.v1: metadata/
|
|
operators.operatorframework.io.bundle.package.v1: eclipse-che-preview-openshift
|
|
operators.operatorframework.io.bundle.channels.v1: stable
|
|
operators.operatorframework.io.bundle.channel.default.v1: stable
|
|
operators.operatorframework.io.metrics.builder: operator-sdk-v1.6.1+git
|
|
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
|
|
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
|
|
|
|
# Annotations for testing.
|
|
operators.operatorframework.io.test.mediatype.v1: scorecard+v1
|
|
operators.operatorframework.io.test.config.v1: tests/scorecard/
|