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
24
25
26
|
# File 'app/models/katello/docker_manifest_list.rb', line 24
def self.default_sort
order(:schema_version)
end
|
Instance Method Details
#manifest_type ⇒ Object
28
29
30
|
# File 'app/models/katello/docker_manifest_list.rb', line 28
def manifest_type
"list"
end
|