Sha256: 83fc5b2235dcf0c978c77809ecbc9999a55e96c9e24f8aca559ad97c66d9cd64

Contents?: true

Size: 319 Bytes

Versions: 45

Compression:

Stored size: 319 Bytes

Contents

module Katello
  module Pulp
    class FileUnit < PulpContentUnit
      include LazyAccessor

      PULP_SELECT_FIELDS = %w(name checksum).freeze
      PULP_INDEXED_FIELDS = %w(name checksum _id).freeze
      CONTENT_TYPE = "iso".freeze

      lazy_accessor :pulp_facts, :initializer => :backend_data
    end
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
katello-3.11.2 app/services/katello/pulp/file_unit.rb
katello-3.10.2 app/services/katello/pulp/file_unit.rb
katello-3.10.1.1 app/services/katello/pulp/file_unit.rb
katello-3.10.1 app/services/katello/pulp/file_unit.rb
katello-3.11.1 app/services/katello/pulp/file_unit.rb
katello-3.11.0 app/services/katello/pulp/file_unit.rb
katello-3.11.0.rc2 app/services/katello/pulp/file_unit.rb
katello-3.11.0.rc1 app/services/katello/pulp/file_unit.rb
katello-3.10.0 app/services/katello/pulp/file_unit.rb
katello-3.10.0.rc1.1 app/services/katello/pulp/file_unit.rb
katello-3.9.1 app/services/katello/pulp/file_unit.rb
katello-3.10.0.rc1 app/services/katello/pulp/file_unit.rb
katello-3.9.0 app/services/katello/pulp/file_unit.rb
katello-3.8.1 app/services/katello/pulp/file_unit.rb
katello-3.9.0.rc2 app/services/katello/pulp/file_unit.rb
katello-3.9.0.rc1 app/services/katello/pulp/file_unit.rb
katello-3.7.1.1 app/services/katello/pulp/file_unit.rb
katello-3.7.1 app/services/katello/pulp/file_unit.rb
katello-3.8.0 app/services/katello/pulp/file_unit.rb
katello-3.8.0.rc3 app/services/katello/pulp/file_unit.rb