Skip to content

Commit

Permalink
OCM-10525 | Add new field WifTemplates to WifConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobGray committed Sep 10, 2024
1 parent 630f198 commit 825da78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/clusters_mgmt/v1/wif_config_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class WifConfig {
Gcp WifGcp
// The OCM organization that this wif_config resource belongs to.
Organization OrganizationLink
// Wif template(s) used to configure IAM resources
WifTemplates []String
}

struct WifGcp {
Expand Down
5 changes: 5 additions & 0 deletions model/clusters_mgmt/v1/wif_configs_resources.model
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ resource WifConfigs {
in out Body WifConfig
}

// Updates the wif_config resource.
method Update {
in out Body WifConfig
}

// Returns a reference to the service that manages an specific wif_config.
locator WifConfig {
target WifConfig
Expand Down

0 comments on commit 825da78

Please sign in to comment.