Skip to content

Commit

Permalink
Add aro_hcp v1alpha1 Cluster type
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrodshn committed Dec 2, 2024
1 parent 31c9ac7 commit 0197d86
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions model/aro_hcp/v1_alpha1/root_resource.model
Original file line number Diff line number Diff line change
@@ -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 clusters management service.
resource Root {
// Reference to the resource that manages the collection of clusters.
@ref(path = "/clusters_mgmt/v1/clusters")
locator Clusters {
target Clusters
}
}

0 comments on commit 0197d86

Please sign in to comment.