Skip to content

Commit

Permalink
Subclass ContainerImages under OracleCloud provider
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Apr 28, 2022
1 parent 6ed9312 commit f57ef0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
class ManageIQ::Providers::OracleCloud::ContainerManager < ManageIQ::Providers::Kubernetes::ContainerManager
require_nested :Container
require_nested :ContainerGroup
require_nested :ContainerImage
require_nested :ContainerNode
require_nested :ContainerTemplate
require_nested :EventCatcher
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ManageIQ::Providers::Kubernetes::ContainerManager::ContainerImage.include(ActsAsStiLeafClass)

class ManageIQ::Providers::OracleCloud::ContainerManager::ContainerImage < ManageIQ::Providers::Kubernetes::ContainerManager::ContainerImage
end

0 comments on commit f57ef0f

Please sign in to comment.