Sha256: 5f2731308a6f90b92848de44203a9ff3dcc817eb5d8f08d0915c6442634704c5
Contents?: true
Size: 305 Bytes
Versions: 45
Compression:
Stored size: 305 Bytes
Contents
class Kubes::Kubectl class Dispatcher def initialize(name, options={}) @name, @options = name.to_s, options end def run if Kubes.kustomize? Kubes::Kubectl.run(@name, @options) else Kubes::Kubectl::Batch.new(@name, @options).run end end end end
Version data entries
45 entries across 45 versions & 1 rubygems