Sha256: ed28aa6de3467956cb7f25db74d4d08467cd3ce47cc33e280f258e1a99787560

Contents?: true

Size: 207 Bytes

Versions: 10

Compression:

Stored size: 207 Bytes

Contents

module KubesGoogle
  module Helpers
    extend Memoist
    include Services

    def google_secret(name, options={})
      fetcher = Secrets::Fetcher.new(options)
      fetcher.fetch(name)
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
kubes_google-0.3.8 lib/kubes_google/helpers.rb
kubes_google-0.3.7 lib/kubes_google/helpers.rb
kubes_google-0.3.6 lib/kubes_google/helpers.rb
kubes_google-0.3.5 lib/kubes_google/helpers.rb
kubes_google-0.3.4 lib/kubes_google/helpers.rb
kubes_google-0.3.3 lib/kubes_google/helpers.rb
kubes_google-0.3.2 lib/kubes_google/helpers.rb
kubes_google-0.3.1 lib/kubes_google/helpers.rb
kubes_google-0.3.0 lib/kubes_google/helpers.rb
kubes_google-0.2.0 lib/kubes_google/helpers.rb