dtk_crd_parser 0.0.128 → 0.0.129
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/crd_parser/component/attribute.rb +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 189d2d26d42fdd9b366408854bb50982f9ea16e917402e18d27b6a5bdaa5021f
|
4
|
+
data.tar.gz: bd444ef0fa7fd1f13e948f42e8392d572d718cd0ee4a1b4c484ae7f4dc04f06c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50b7204672eaddf7be877e69334b0160392d225306942bc13ac5b298e570de9dd581382e4c121089dc1d883e428bcca090cefe0ca6aa321e66932ba74a999ee7
|
7
|
+
data.tar.gz: 899cad3f5c377f7b4d89e88f7800abb9e6281800dbad7d05c4e0b88c52f5c2c147590546c3904fa748496d4f81ea21ebbe7c1ea7d75b8f3547fb84317647433c
|
@@ -10,7 +10,6 @@ module DTK::CrdParser
|
|
10
10
|
end
|
11
11
|
|
12
12
|
def self.create_from_kube(attribute_name, attribute_value, params)
|
13
|
-
Logger.new('/proc/1/fd/1').info "Attribute name: #{attribute_name}, value: #{attribute_value}"
|
14
13
|
Attribute.new(attribute_name, attribute_value, params)
|
15
14
|
end
|
16
15
|
|