metatron 0.8.4 → 0.8.5
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/metatron/templates/service.rb +4 -2
- data/lib/metatron/version.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: faef618cfa67ca9e218271e74b7135b8f89f805d46a1627ccba653d52db2d3fb
|
|
4
|
+
data.tar.gz: b58df597d9eba50af527ebb329f5f6eb385df66cf833b36abe93b0a9847c3189
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bf5cb244595713806bfe38687d4c1e7e33d577828abdd57e00b42663b22712b5065108a2f70f39ae32e9774bb3079f1b6eceb10ba3eb344c6771ffa0dd75e52
|
|
7
|
+
data.tar.gz: 15c269a28b63efaa267450b850ba3edf59ee709e28c5d6f64588f4026b557d28113d90d152caf7b0b8e55ac4bfa19c5f707e276fe021dd3749524bf681499614
|
data/Gemfile.lock
CHANGED
|
@@ -31,8 +31,10 @@ module Metatron
|
|
|
31
31
|
]
|
|
32
32
|
end
|
|
33
33
|
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
# rubocop:disable Naming/MethodName
|
|
35
|
+
def publishNotReadyAddresses = publish_not_ready_addresses
|
|
36
|
+
def clusterIP = cluster_ip
|
|
37
|
+
# rubocop:enable Naming/MethodName
|
|
36
38
|
|
|
37
39
|
def formatted_ports
|
|
38
40
|
ports&.any? ? { ports: } : {}
|
data/lib/metatron/version.rb
CHANGED