Skip to content

Commit

Permalink
Subclass ContainerImage under Azure ContainerManager
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Apr 28, 2022
1 parent 8dc038d commit 435351e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/models/manageiq/providers/azure/container_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
class ManageIQ::Providers::Azure::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::Azure::ContainerManager::ContainerImage < ManageIQ::Providers::Kubernetes::ContainerManager::ContainerImage
end

0 comments on commit 435351e

Please sign in to comment.