class Kbt::VolumeMounts
Attributes
command[R]
env[R]
image[R]
name[R]
template[R]
Public Class Methods
new(args = {})
click to toggle source
# File lib/kbt/volume_mounts.rb, line 4 def initialize(args = {}) @template = args.fetch(:template) end
Public Instance Methods
to_h()
click to toggle source
# File lib/kbt/volume_mounts.rb, line 8 def to_h template.value end