Sha256: bb8a124f18de5dabc6ff0857ca800e8ed310f3969a1513725fdaace604e91762
Contents?: true
Size: 806 Bytes
Versions: 8
Compression:
Stored size: 806 Bytes
Contents
object @resource attributes :id, :name attributes :repository_id child :schema1_manifest => :manifest_schema1 do attributes :pulp_id => :id attributes :schema_version, :digest, :manifest_type end child :schema2_manifest => :manifest_schema2 do attributes :pulp_id => :id attributes :schema_version, :digest, :manifest_type end child :docker_manifest => :manifest do attributes :pulp_id => :id attributes :schema_version, :digest, :manifest_type end child :repositories => :repositories do attributes :id, :name, :full_path end node :upstream_name do |item| item.upstream_name end child :product => :product do attributes :id, :name end child :environment => :environment do attributes :id, :name end child :content_view_version do attributes :id, :name, :content_view_id end
Version data entries
8 entries across 8 versions & 1 rubygems