dtk_crd_parser 0.0.60 → 0.0.61

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c645b8770299f40d55b9b1724d40297edb2c03591dc02ca0aea687ed0bdf1ec
4
- data.tar.gz: ae1913f3cd01a8d636cca644d76f90b21f237fcee0b508c007ce65fb77d1036e
3
+ metadata.gz: c1b26174b637da6bde75001473888cd8ffa989c1b06f1df9df74fa431da2fd46
4
+ data.tar.gz: 9bc9181ac8431fdf3bc836e78255b6fb0f44f1af4a06df8bc89845f11ee10b93
5
5
  SHA512:
6
- metadata.gz: e1cc02ac4622376411ac7656b4a3d7c39ff43ed9ba29e10d479d4a174ea546c81120faf07ec44d0f97677a1ae5e9dc8a15d8e50344b40b15843b461dc8cfb914
7
- data.tar.gz: 594b68beecf908348c9815c21cc6c7402c4451fa0c6a96375d615ded18bc1062f384e5b8dc87e3741b41d343f1a2f9737be53f4676a26b73ece2c361b550dfb0
6
+ metadata.gz: 6fbe9b9dcdafaf89596cf62176874c70fe9593ece6fd80fc6e2505a1b215d4db110b1221631968eebe58679ce5457cc70de3634e0034120d46f8dcf6f3b95c45
7
+ data.tar.gz: eefdeff1485ab13d829c6cbf8a24a34bc1cd15af452979875fe88bc0979080cc648929f0c22459d72a38324657e8188da3b8f2194cae7f7c1a5b8dea9a96882a
@@ -14,8 +14,6 @@ module DTK::CrdParser
14
14
  component_obj = Component.create_from_kube(client, component_instance, component_name)
15
15
  actions = component_obj.component_def.executable_actions
16
16
  executable_actions = Hash.new
17
- Logger.new('/proc/1/fd/1').info "HASH"
18
- Logger.new('/proc/1/fd/1').info actions.to_hash
19
17
  actions.to_hash.each do |name, action|
20
18
  params = {
21
19
  name: name.to_s,
@@ -32,9 +32,6 @@ module DTK::CrdParser
32
32
  else
33
33
  componentDefAction = componentDefSpec[:actions]
34
34
  end
35
-
36
- Logger.new('/proc/1/fd/1').info 'ACTIONS!!!'
37
- Logger.new('/proc/1/fd/1').info componentDefAction.to_hash
38
35
  componentDefAttributes = []
39
36
 
40
37
  (componentDefSpec[:attributes] || []).each do |attribute|
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.60
4
+ version: 0.0.61
5
5
  platform: ruby
6
6
  authors:
7
7
  - DTK