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 5b72c49
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 216 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

// Manages a specific wif_template.
resource WifTemplate {
// Retrieves the details of the wif_template.
method Get {
out Body WifTemplate
// 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
}
}
22 changes: 0 additions & 22 deletions model/clusters_mgmt/v1/wif_template_type.model

This file was deleted.

73 changes: 0 additions & 73 deletions model/clusters_mgmt/v1/wif_templates_resource.model

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

// Manages a specific wif_template.
resource WifTemplate {
// Retrieves the details of the wif_template.
method Get {
out Body WifTemplate
// 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
}
}
22 changes: 0 additions & 22 deletions model/clusters_mgmt/v2alpha1/wif_template_type.model

This file was deleted.

73 changes: 0 additions & 73 deletions model/clusters_mgmt/v2alpha1/wif_templates_resource.model

This file was deleted.

0 comments on commit 5b72c49

Please sign in to comment.