Class: Kerbi::State::NamespaceMixer

Inherits:
Mixer
  • Object
show all
Defined in:
lib/state/mixers.rb

Instance Attribute Summary

Attributes inherited from Mixer

#namespace, #output, #patch_stack, #release_name, #values

Instance Method Summary collapse

Methods inherited from Mixer

compute_own_values_subtree, compute_values_subtree, #dicts, #dir, #file, #helm_chart, #initialize, locate_self, #mixer, #patched_with, #push, pwd, resolve_file_name, #run, values_root

Methods included from Mixins::Mixer

#b64dec, #b64enc, #b64enc_file, #embed, #embed_array, #http_descriptor_to_url

Constructor Details

This class inherits a constructor from Kerbi::Mixer

Instance Method Details

#mixObject



16
17
18
19
20
# File 'lib/state/mixers.rb', line 16

def mix
  patched_with file("metadata") do
    push file("resources", only: [{kind: "Namespace"}])
  end
end