From 4448acb9e1bfba5fefee1013f38aad6476473787 Mon Sep 17 00:00:00 2001 From: Nimrod Shneor Date: Thu, 28 Nov 2024 13:30:30 +0200 Subject: [PATCH] Add aro_hcp v1alpha1 Root resource --- model/aro_hcp/v1_alpha1/root_resource.model | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 model/aro_hcp/v1_alpha1/root_resource.model diff --git a/model/aro_hcp/v1_alpha1/root_resource.model b/model/aro_hcp/v1_alpha1/root_resource.model new file mode 100644 index 00000000..d1362c84 --- /dev/null +++ b/model/aro_hcp/v1_alpha1/root_resource.model @@ -0,0 +1,24 @@ +/* +Copyright (c) 2019 Red Hat, Inc. + +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. +*/ + +// Root of the tree of resources of the aro_hcp service. +resource Root { + // Reference to the resource that manages the collection of clusters. + @ref(path = "/clusters_mgmt/v1/clusters") + locator Clusters { + target Clusters + } +}