dtk_crd_parser 0.0.22 → 0.0.23

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/crd_parser/component.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 66a89a7d7064c4fd9290c346285e484af64814fd857fd9f61f2288820b7bd0f9
4
- data.tar.gz: 9336684bb6236c5f6cbfa737601e28c6021bb8150f0b0410fb0a80a3792557e9
3
+ metadata.gz: 9fd752de0c179287773c6096f4cf771eda2d6b6ddcdc41489e44e8c039852576
4
+ data.tar.gz: 5c322b20904b4ec6b5bfc4db684efd7be384982018051575e7bf5c831a8d3608
5
5
  SHA512:
6
- metadata.gz: debd9bf08a13b19e11934efb90342b15d480d054e2e079a9fa90cf4cd8d5cf0950bfb6bfb9dd5b87ff1c6ed05caa3b16b5305a3e30c8e2c7b7c5c1f41046f6ba
7
- data.tar.gz: a863871fd63871b10bfa57f42d52753bc8a829dd92dfdf30424108db4a42ef53a63431174c79bb2ce79da0ed7ba073fed85fc69e8857f133847109f5f100899c
6
+ metadata.gz: 493934f54bb889e46a4ed6a6b198b8cb9acba2fc91fd6448787c027127414b3e0d6d4a37a0fa1380c7cd4db7269acde4168302dddae2cbebe5e7c7c256a59d78
7
+ data.tar.gz: 35da808c078b7018780672f04fdf3ad0d6754d23359edee21d55130d6a59125b5e10f4e30d867e5712e66ef7ca55f3f9c89a46c8ebc66f8e3c7bbc9fa1bde32e
@@ -14,9 +14,9 @@ module DTK::CrdParser
14
14
  component_def = ComponentDef.create_from_kube(client, component_instance_obj, component_name)
15
15
  component_attributes = getComponentAttributes(component_name, component_instance_obj[:spec][:components])
16
16
  Logger.new('/proc/1/fd/1').info "COMPONENT ATTRIBUTES"
17
- Logger.new('/proc/1/fd/1').info component_attributes.methods-Object.methods
17
+ Logger.new('/proc/1/fd/1').info component_attributes.to_hash
18
18
  attributes = []
19
- component_attributes.each do |attribute_name, attribute_value|
19
+ component_attributes.to_hash.each do |attribute_name, attribute_value|
20
20
  Logger.new('/proc/1/fd/1').info "ATTRIBUTE"
21
21
  Logger.new('/proc/1/fd/1').info attribute_name
22
22
  attributes.push Attribute.create_from_kube(attribute_name, attribute_value)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dtk_crd_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - DTK