Sha256: 6f0e807d4d225f36905d822cfcbbbffcb5cb8546681d39212b95048391c37030
Contents?: true
Size: 297 Bytes
Versions: 33
Compression:
Stored size: 297 Bytes
Contents
module Kubes::Hooks module Concern # options example: {:name=>"apply", :file=>".kubes/output/web/service.yaml"} def run_hooks(file, options={}, &block) hooks = Kubes::Hooks::Builder.new(file, options) hooks.build # build hooks hooks.run_hooks(&block) end end end
Version data entries
33 entries across 33 versions & 1 rubygems