murano/meta/io.murano.applications/manifest.yaml

40 lines
1.6 KiB
YAML

# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
Format: 1.3
Type: Library
FullName: io.murano.applications
Name: Application Development Library
Description: |
Library of base class to develop scalable Applications with MuranoPL
Author: Mirantis, Inc.
Classes:
io.murano.applications.ReplicaProvider: replication.yaml
io.murano.applications.ReplicationGroup: replication.yaml
io.murano.applications.BaseTemplateReplicaProvider: replication.yaml
io.murano.applications.TemplateReplicaProvider: replication.yaml
io.murano.applications.CloneReplicaProvider: replication.yaml
io.murano.applications.Event: events.yaml
io.murano.applications.tests.TestReplication: tests/TestReplication.yaml
io.murano.applications.tests.TestCloneReplicaProvider: tests/TestCloneReplicaProvider.yaml
io.murano.applications.tests.TestTemplateReplicaProvider: tests/TestTemplateReplicaProvider.yaml
io.murano.applications.tests.ReplicationTarget: tests/TestTemplateReplicaProvider.yaml
io.murano.applications.tests.NestedReplicationTarget: tests/TestTemplateReplicaProvider.yaml
io.murano.applications.tests.TestEvents: tests/TestEvents.yaml