Skip to content

Commit

Permalink
Update wif_configs path and remove wif_templates path
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobGray committed Jul 29, 2024
1 parent 7c366f5 commit 43b65f9
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 16 deletions.
23 changes: 23 additions & 0 deletions model/clusters_mgmt/v1/gcp_resource.model
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
Copyright (c) 2024 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.
*/

// Manages the collection of gcp endpoints.
resource GCP {
// Reference to the resource that manages wif_configs
locator WifConfigs {
target WifConfigs
}
}
11 changes: 3 additions & 8 deletions model/clusters_mgmt/v1/root_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,8 @@ resource Root {
target StorageQuotaValues
}

// Reference to the resource that manages wif_configs
locator WifConfigs {
target WifConfigs
}

// Reference to the resource that manages wif_templates
locator WifTemplates {
target WifTemplate
// Reference to the resource that manages the collection of gcp endpoints.
locator GCP {
target GCP
}
}
23 changes: 23 additions & 0 deletions model/clusters_mgmt/v2alpha1/gcp_resource.model
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
Copyright (c) 2024 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.
*/

// Manages the collection of gcp endpoints.
resource GCP {
// Reference to the resource that manages wif_configs
locator WifConfigs {
target WifConfigs
}
}
11 changes: 3 additions & 8 deletions model/clusters_mgmt/v2alpha1/root_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,8 @@ resource Root {
target StorageQuotaValues
}

// Reference to the resource that manages wif_configs
locator WifConfigs {
target WifConfigs
}

// Reference to the resource that manages wif_templates
locator WifTemplates {
target WifTemplate
// Reference to the resource that manages the collection of gcp endpoints.
locator GCP {
target GCP
}
}

0 comments on commit 43b65f9

Please sign in to comment.