Class: Katello::DockerManifestList
Constant Summary
collapse
- CONTENT_TYPE =
"docker_manifest_list".freeze
Class Method Summary
collapse
Instance Method Summary
collapse
#backend_data, #library_repositories, #remove_from_repository
Methods inherited from Model
#destroy!
Class Method Details
.default_sort ⇒ Object
16
17
18
|
# File 'app/models/katello/docker_manifest_list.rb', line 16
def self.default_sort
order(:schema_version)
end
|
Instance Method Details
#manifest_type ⇒ Object
20
21
22
|
# File 'app/models/katello/docker_manifest_list.rb', line 20
def manifest_type
"list"
end
|