Class: HammerCLIKatello::DockerManifestCommand::ListCommand
- Inherits:
-
ListCommand
- Object
- HammerCLIForeman::ListCommand
- ListCommand
- HammerCLIKatello::DockerManifestCommand::ListCommand
- Includes:
- LifecycleEnvironmentNameMapping
- Defined in:
- lib/hammer_cli_katello/docker_manifest.rb
Instance Method Summary collapse
Methods included from LifecycleEnvironmentNameMapping
Methods inherited from ListCommand
Methods included from ResolverCommons
Instance Method Details
#extend_data(manifest) ⇒ Object
19 20 21 22 |
# File 'lib/hammer_cli_katello/docker_manifest.rb', line 19 def extend_data(manifest) manifest['_tags'] = manifest['tags'].map { |e| e["name"] }.join(", ") manifest end |