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-0.82.3 lib/awspec/helper/finder/ecr.rb
awspec-0.82.2 lib/awspec/helper/finder/ecr.rb
awspec-0.82.1 lib/awspec/helper/finder/ecr.rb
awspec-0.82.0 lib/awspec/helper/finder/ecr.rb
awspec-0.81.1 lib/awspec/helper/finder/ecr.rb
awspec-0.81.0 lib/awspec/helper/finder/ecr.rb
awspec-0.80.1 lib/awspec/helper/finder/ecr.rb
awspec-0.80.0 lib/awspec/helper/finder/ecr.rb
awspec-0.79.2 lib/awspec/helper/finder/ecr.rb
awspec-0.79.1 lib/awspec/helper/finder/ecr.rb
awspec-0.79.0 lib/awspec/helper/finder/ecr.rb
awspec-0.78.1 lib/awspec/helper/finder/ecr.rb
awspec-0.77.1 lib/awspec/helper/finder/ecr.rb
awspec-0.77.0 lib/awspec/helper/finder/ecr.rb
awspec-0.76.1 lib/awspec/helper/finder/ecr.rb
awspec-0.76.0 lib/awspec/helper/finder/ecr.rb
awspec-0.75.2 lib/awspec/helper/finder/ecr.rb
awspec-0.75.1 lib/awspec/helper/finder/ecr.rb
awspec-0.75.0 lib/awspec/helper/finder/ecr.rb
awspec-0.74.1 lib/awspec/helper/finder/ecr.rb