Sha256: 0328fbdba369de89136f8e1556d5e3af4d86c0b2dc4948ad970fd392a2a6dae1

Contents?: true

Size: 1.25 KB

Versions: 8

Compression:

Stored size: 1.25 KB

Contents

require "pulpcore_client"

module Katello
  module Pulp3
    module Api
      class Yum < Core
        def self.remote_uln_class
          PulpRpmClient::RpmUlnRemote
        end

        def self.rpm_package_group_class
          PulpRpmClient::RpmPackageGroup
        end

        def self.copy_class
          PulpRpmClient::Copy
        end

        def self.add_remove_content_class
          PulpRpmClient::RepositoryAddRemoveContent
        end

        def remotes_uln_api
          PulpRpmClient::RemotesUlnApi.new(api_client)
        end

        def copy_api
          PulpRpmClient::RpmCopyApi.new(api_client)
        end

        def content_package_groups_api
          PulpRpmClient::ContentPackagegroupsApi.new(api_client)
        end

        def content_package_environments_api
          PulpRpmClient::ContentPackageenvironmentsApi.new(api_client)
        end

        def content_modulemd_defaults_api
          PulpRpmClient::ContentModulemdDefaultsApi.new(api_client)
        end

        def content_repo_metadata_files_api
          PulpRpmClient::ContentRepoMetadataFilesApi.new(api_client)
        end

        def content_distribution_trees_api
          PulpRpmClient::ContentDistributionTreesApi.new(api_client)
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
katello-4.4.2.2 app/services/katello/pulp3/api/yum.rb
katello-4.4.2.1 app/services/katello/pulp3/api/yum.rb
katello-4.4.2 app/services/katello/pulp3/api/yum.rb
katello-4.4.1 app/services/katello/pulp3/api/yum.rb
katello-4.4.0.2 app/services/katello/pulp3/api/yum.rb
katello-4.4.0.1 app/services/katello/pulp3/api/yum.rb
katello-4.4.0 app/services/katello/pulp3/api/yum.rb
katello-4.4.0.rc2 app/services/katello/pulp3/api/yum.rb