dtk_crd_parser 0.0.121 → 0.0.122

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00bb275ded58d2633fb06b2554d2d09bd7f2426f84562c3632b2756579b0bf30
4
- data.tar.gz: 1ac13c7885607676ebc1e1f352584eb0730efca086cce91ffe295e8393da79cf
3
+ metadata.gz: 5b4278d81533d47cf65101b4cc5cad981c69f86c7bdde35ec39eb0b1842f4f0c
4
+ data.tar.gz: a43573b0beb9d8257b7b36655a074298209edbfd4e93da301a5a44374a536ece
5
5
  SHA512:
6
- metadata.gz: 664b605dc2d5016899fdc9e96b60f0902426354ddc68ae405eea0fd614a97842609cfae7f99843a581c85c1fb327c8f3992bc7da9225a453a64849affb151d89
7
- data.tar.gz: 475c9af3b19347f21a98d5c1a56387b3b9a3c6a21552f7a48a338da05d847a7d9e67c41376f5fe3b6a651cb6e5702d2b648696a8cf04e43071081e4b01692a90
6
+ metadata.gz: cd17e3fc19d5ccd4f772f42c692f75cbe3cf7a691235e12eb1bbb315931c46173d20c89492cd1632d2d64c98e20e37d7c75fed5fb96de75c017df57664facc33
7
+ data.tar.gz: d84a00119b311cae023ebfe9c6cb288a5bae7d7567897b64ee0b6cd4c7bb5c2b62ffc3a267cf45ac511f134945be802adba0811ecc36eb5b6e498451ec010a8b
@@ -19,7 +19,7 @@ module DTK::CrdParser
19
19
  component_instance_obj = client.get_component(component_instance[:name], component_instance[:namespace])
20
20
  component_def = ComponentDef.create_from_kube(client, component_instance_obj, component_name)
21
21
  component_attributes = getComponentAttributes(component_name, component_instance_obj[:spec][:components])
22
- name_value = self.destructureActionComponent(component_name)[:attributeName]
22
+ name_value = BaseClass.destructureActionComponent(component_name)[:attributeName]
23
23
  Logger.new('/proc/1/fd/1').info "Name value: #{name_value}"
24
24
  attributes = []
25
25
  attributes.push(Attribute.create_from_kube("name", name_value))
@@ -16,7 +16,7 @@ module DTK::CrdParser
16
16
  end
17
17
 
18
18
  def self.create_from_kube(client, component_instance, component_def_name)
19
- destructured_component = self.destructureActionComponent(component_def_name)
19
+ destructured_component = BaseClass.destructureActionComponent(component_def_name)
20
20
  module_ref = resolveModuleReference(component_instance[:references][:module_refs], component_def_name, destructured_component[:moduleName])
21
21
 
22
22
  componentDef = client.get_componentdef("#{destructured_component[:moduleName]}-#{destructured_component[:componentName]}", module_ref[:namespace])
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.121
4
+ version: 0.0.122
5
5
  platform: ruby
6
6
  authors:
7
7
  - DTK