Skip to content

Commit

Permalink
add openshift image resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Erez Freiberger committed Jun 13, 2017
1 parent 2131f97 commit 498f6fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ module ManageIQ::Providers::Kubernetes::ContainerManager::EntitiesMapping
'build_config' => 'ContainerBuild',
'build' => 'ContainerBuildPod',
'template' => 'ContainerTemplate',
'image' => 'ContainerImage'
'image' => 'ContainerImage',
'openshift_image' => 'OpenshiftContainerImage'
}.freeze

def resource_by_entity(entity)
Expand Down

0 comments on commit 498f6fe

Please sign in to comment.