Sha256: 9092304443a8ff7d83e6ea1f0a796f8f6e7741980956b53384b046f20476c72d

Contents?: true

Size: 274 Bytes

Versions: 127

Compression:

Stored size: 274 Bytes

Contents

module Awspec::Helper
  module Finder
    module Ecr
      def find_ecr_repository(repository_name)
        res = ecr_client.describe_repositories(repository_names: [repository_name])
        res.repositories.first if res.repositories.count == 1
      end
    end
  end
end

Version data entries

127 entries across 127 versions & 4 rubygems

Version Path
awspec-1.3.0 lib/awspec/helper/finder/ecr.rb
awspec-1.2.0 lib/awspec/helper/finder/ecr.rb
awspec-1.1.0 lib/awspec/helper/finder/ecr.rb
awspec-1.0.0 lib/awspec/helper/finder/ecr.rb
awspec-1.0.0.rc lib/awspec/helper/finder/ecr.rb
awspec-0.88.2 lib/awspec/helper/finder/ecr.rb
awspec-0.88.1 lib/awspec/helper/finder/ecr.rb
awspec-0.88.0 lib/awspec/helper/finder/ecr.rb
awspec-0.87.1 lib/awspec/helper/finder/ecr.rb
awspec-0.87.0 lib/awspec/helper/finder/ecr.rb
awspec-0.86.0 lib/awspec/helper/finder/ecr.rb
cmonson_2ndwatch_awspec-0.85.4 lib/awspec/helper/finder/ecr.rb
awspec-0.85.3 lib/awspec/helper/finder/ecr.rb
cmonson_2ndwatch_awspec-0.85.3 lib/awspec/helper/finder/ecr.rb
awspec-0.85.2 lib/awspec/helper/finder/ecr.rb
awspec-0.85.1 lib/awspec/helper/finder/ecr.rb
awspec-0.85.0 lib/awspec/helper/finder/ecr.rb
awspec-0.84.1 lib/awspec/helper/finder/ecr.rb
awspec-0.84.0 lib/awspec/helper/finder/ecr.rb
awspec-0.83.0 lib/awspec/helper/finder/ecr.rb