kube_cluster 0.9.2 → 0.10.0

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: d5e65a20c48045695bd8ad8cbf3d6155ce91bc70114e690a857e177fc5cf80ea
4
- data.tar.gz: b85d541cbdbd2cd2c94dedd73aba981ef4a7d8459a0665c9a026a37163a3a50d
3
+ metadata.gz: 32be3af77f3bccfbae533150de67954f7830f00c06f0be3c1b67b14a14dc5df0
4
+ data.tar.gz: c55c32cbe6d5d613e818e15af4c88edb29a4fc5509a6713b3eb1c8889de025a6
5
5
  SHA512:
6
- metadata.gz: 171115e1a12579e22ca8b488ccf2d30f3c02fb8f068d43b7b97e01a11dd4698b2010bab9f526c099446885e09353e12afe84c30b278305a00ca160679fb67a0a
7
- data.tar.gz: e96944f59f2a9d186f87868725f2d0f5ee30a79809e9779c2703d9e303589d573e723773d449e343e1aef23e1baf854cb9e9a2178d3d2d24237bfe01ceee4d64
6
+ metadata.gz: 910bfcff299cc94a90793078aae2d758c1efac25d82d9bec8c1627a399b01d3cff913c531dfa0de65a24e493364abaf1df2539d9c07841e67fec6bb657ce848a
7
+ data.tar.gz: 4cac04a6d8915fabbd978dd74f9a69631510b2981653de2ab18c262dd5d0bc7e0bb7dc5ac352f3d9b8ea4945f31091c904db111654240a159976aaecd7408618
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kube_cluster (0.9.2)
4
+ kube_cluster (0.10.0)
5
5
  activesupport (~> 8.0)
6
6
  kube_kubectl (~> 2.0)
7
7
  kube_schema (~> 1.5)
@@ -13,6 +13,7 @@ module Kube
13
13
  port:,
14
14
  namespace: 'default',
15
15
  env: {},
16
+ command: nil,
16
17
  security_context: nil,
17
18
  pod_security_context: nil,
18
19
  volume_mounts: {},
@@ -50,6 +51,7 @@ module Kube
50
51
  ports: [{ name: 'http', containerPort: port, protocol: 'TCP' }],
51
52
  env: processed_env
52
53
  }
54
+ container[:command] = command if command
53
55
  container[:securityContext] = security_context if security_context
54
56
  container[:volumeMounts] = processed_volumes[:volume_mounts] unless processed_volumes[:volume_mounts].empty?
55
57
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Kube
4
4
  module Cluster
5
- VERSION = "0.9.2"
5
+ VERSION = "0.10.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kube_cluster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan K