Class: Katello::ContentViewRepository

Inherits:
Model
  • Object
show all
Defined in:
app/models/katello/content_view_repository.rb

Constant Summary collapse

ALLOWED_REPOSITORY_TYPES =
[Repository::YUM_TYPE,
 Repository::DOCKER_TYPE,
 Repository::OSTREE_TYPE,
 Repository::FILE_TYPE,
 Repository::DEB_TYPE,
 Repository::ANSIBLE_COLLECTION_TYPE,
 Katello::RepositoryTypeManager.generic_repository_types(false).keys.flatten
].flatten.freeze
ALLOWED_IMPORT_REPOSITORY_TYPES =
Repository::EXPORTABLE_TYPES

Method Summary

Methods inherited from Model

#destroy!