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.12.1 lib/awspec/helper/finder/ecr.rb
awspec-1.12.0 lib/awspec/helper/finder/ecr.rb
awspec-1.11.1 lib/awspec/helper/finder/ecr.rb
awspec-1.11.0 lib/awspec/helper/finder/ecr.rb
awspec-1.10.0 lib/awspec/helper/finder/ecr.rb
awspec-1.9.0 lib/awspec/helper/finder/ecr.rb
awspec-1.8.0 lib/awspec/helper/finder/ecr.rb
awspec-1.7.0 lib/awspec/helper/finder/ecr.rb
awspec-1.6.1 lib/awspec/helper/finder/ecr.rb
awspec-1.6.0 lib/awspec/helper/finder/ecr.rb
awspec-1.5.4 lib/awspec/helper/finder/ecr.rb
awspec-1.5.3 lib/awspec/helper/finder/ecr.rb
awspec-1.5.2 lib/awspec/helper/finder/ecr.rb
awspec-1.5.1 lib/awspec/helper/finder/ecr.rb
awspec-1.5.0 lib/awspec/helper/finder/ecr.rb
awspec-1.4.3 lib/awspec/helper/finder/ecr.rb
awspec-1.4.2 lib/awspec/helper/finder/ecr.rb
awspec-1.4.1 lib/awspec/helper/finder/ecr.rb
awspec-1.4.0 lib/awspec/helper/finder/ecr.rb
awspec-1.3.1 lib/awspec/helper/finder/ecr.rb