Skip to content

Commit

Permalink
OCM-9953 | feat: adjust cluster resources to be a [String]Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbranco committed Jul 30, 2024
1 parent c2b0165 commit de1565c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion model/clusters_mgmt/v1/resource_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ClusterResources {
// Cluster ID for the fetched resources
ClusterID String
// Returned map of cluster resources fetched.
Resources [String]String
Resources [String]Interface
// Date and time when the resources were fetched.
CreationTimestamp Date
}
2 changes: 1 addition & 1 deletion model/clusters_mgmt/v2alpha1/resource_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ClusterResources {
// Cluster ID for the fetched resources
ClusterID String
// Returned map of cluster resources fetched.
Resources [String]String
Resources [String]Interface
// Date and time when the resources were fetched.
CreationTimestamp Date
}

0 comments on commit de1565c

Please sign in to comment.