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.21.0 lib/awspec/helper/finder/ecr.rb
awspec-1.20.0 lib/awspec/helper/finder/ecr.rb
awspec-1.19.2 lib/awspec/helper/finder/ecr.rb
awspec-1.19.1 lib/awspec/helper/finder/ecr.rb
awspec-1.19.0 lib/awspec/helper/finder/ecr.rb
cthiesfork-awspec-1.2.4 lib/awspec/helper/finder/ecr.rb
awspec-api_gateway_extended-1.2.4 lib/awspec/helper/finder/ecr.rb
awspec-api_gateway_extended-1.2.3 lib/awspec/helper/finder/ecr.rb
awspec-1.18.6 lib/awspec/helper/finder/ecr.rb
cthiesfork-awspec-1.2.2 lib/awspec/helper/finder/ecr.rb
cthiesfork-awspec-1.2.1 lib/awspec/helper/finder/ecr.rb
awspec-1.18.5 lib/awspec/helper/finder/ecr.rb
cthiesfork-awspec-1.2.0 lib/awspec/helper/finder/ecr.rb
cthiesfork-awspec-1.1.0 lib/awspec/helper/finder/ecr.rb
cthiesfork-awspec-1.0.0 lib/awspec/helper/finder/ecr.rb
awspec-1.18.4 lib/awspec/helper/finder/ecr.rb
awspec-1.18.3 lib/awspec/helper/finder/ecr.rb
awspec-1.18.2 lib/awspec/helper/finder/ecr.rb
awspec-1.18.1 lib/awspec/helper/finder/ecr.rb
awspec-1.18.0 lib/awspec/helper/finder/ecr.rb