dtk_crd_parser 0.0.133 → 0.0.134

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/crd_parser/component.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91599d1d0d409bd6d0caa65df69e3c7c090ef037
4
- data.tar.gz: ed1394a1accf577206a99edbd204c161401ffd52
3
+ metadata.gz: a48bcb0b80c1e7fa9e7923aaccfa75884ae89206
4
+ data.tar.gz: d4accb780709445fa42af52f65e029452ac7a258
5
5
  SHA512:
6
- metadata.gz: 725ff1733fdc05dc42ff282d4ad6e26c7cf95709a6185f62ec8dd725369caabf48991375f95f3fe106d2442ea0ffb0b30e296314f6607043693b47857ae33433
7
- data.tar.gz: 26eb8dabc9fbe68ab65ba9f6d9ea0cba6ad5e661850f6490e1c6eeb77081129b748fad2c19db675fc030c44287bc7120d3d3fc8f75b3bcb47a7fd41285e3cea7
6
+ metadata.gz: 3aab10b065a09bb89b93d7c5e05e47b149bf6e1ba5fcc7b9a443965cd8b38329ccb5602b6904298d179ca5ffcde22e7c3dcf07bb61eef3b20a4df7cb273e8ce6
7
+ data.tar.gz: af2cfc96de0686126efbb1a859a78f76e3e5119f796a8fb17136c24164aac41528fd55d23c9c20d819cb92a3d4617038e9808c915471828d2674bc1ddbddb3eb
@@ -21,7 +21,7 @@ module DTK::CrdParser
21
21
  component_instance_obj = client.get_component(component_instance[:name], component_instance[:namespace])
22
22
  component_def = ComponentDef.create_from_kube(client, component_instance_obj, component_name)
23
23
  component_attributes = getComponentAttributes(component_name, component_instance_obj[:spec][:components])
24
- Logger.new('/proc/1/fd/1').Info("DEBUGGING: #{component_name}, #{component_attributes}")
24
+ Logger.new('/proc/1/fd/1').info("DEBUGGING: #{component_name}, #{component_attributes}")
25
25
  attributes = []
26
26
  if component_attributes
27
27
  component_attributes.to_hash.each do |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.133
4
+ version: 0.0.134
5
5
  platform: ruby
6
6
  authors:
7
7
  - DTK