dtk_crd_parser 0.0.120 → 0.0.121
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_def.rb +1 -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: 00bb275ded58d2633fb06b2554d2d09bd7f2426f84562c3632b2756579b0bf30
|
4
|
+
data.tar.gz: 1ac13c7885607676ebc1e1f352584eb0730efca086cce91ffe295e8393da79cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 664b605dc2d5016899fdc9e96b60f0902426354ddc68ae405eea0fd614a97842609cfae7f99843a581c85c1fb327c8f3992bc7da9225a453a64849affb151d89
|
7
|
+
data.tar.gz: 475c9af3b19347f21a98d5c1a56387b3b9a3c6a21552f7a48a338da05d847a7d9e67c41376f5fe3b6a651cb6e5702d2b648696a8cf04e43071081e4b01692a90
|
@@ -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 = destructureActionComponent(component_def_name)
|
19
|
+
destructured_component = self.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])
|