Module: PulpOstreeClient

Defined in:
lib/pulp_ostree_client/version.rb,
lib/pulp_ostree_client.rb,
lib/pulp_ostree_client/api_error.rb,
lib/pulp_ostree_client/api_client.rb,
lib/pulp_ostree_client/configuration.rb,
lib/pulp_ostree_client/models/repair.rb,
lib/pulp_ostree_client/models/set_label.rb,
lib/pulp_ostree_client/models/nested_role.rb,
lib/pulp_ostree_client/models/policy_enum.rb,
lib/pulp_ostree_client/models/unset_label.rb,
lib/pulp_ostree_client/api/content_refs_api.rb,
lib/pulp_ostree_client/api/remotes_ostree_api.rb,
lib/pulp_ostree_client/api/content_commits_api.rb,
lib/pulp_ostree_client/api/content_configs_api.rb,
lib/pulp_ostree_client/api/content_content_api.rb,
lib/pulp_ostree_client/api/content_objects_api.rb,
lib/pulp_ostree_client/models/ostree_import_all.rb,
lib/pulp_ostree_client/api/content_summaries_api.rb,
lib/pulp_ostree_client/models/set_label_response.rb,
lib/pulp_ostree_client/models/repository_sync_url.rb,
lib/pulp_ostree_client/api/repositories_ostree_api.rb,
lib/pulp_ostree_client/models/nested_role_response.rb,
lib/pulp_ostree_client/models/ostree_ostree_remote.rb,
lib/pulp_ostree_client/models/unset_label_response.rb,
lib/pulp_ostree_client/api/distributions_ostree_api.rb,
lib/pulp_ostree_client/models/object_roles_response.rb,
lib/pulp_ostree_client/models/ostree_ostree_content.rb,
lib/pulp_ostree_client/models/my_permissions_response.rb,
lib/pulp_ostree_client/models/async_operation_response.rb,
lib/pulp_ostree_client/models/content_summary_response.rb,
lib/pulp_ostree_client/models/ostree_ostree_repository.rb,
lib/pulp_ostree_client/models/ostree_ostree_distribution.rb,
lib/pulp_ostree_client/models/ostree_ostree_ref_response.rb,
lib/pulp_ostree_client/models/patchedostree_ostree_remote.rb,
lib/pulp_ostree_client/models/repository_version_response.rb,
lib/pulp_ostree_client/models/ostree_import_commits_to_ref.rb,
lib/pulp_ostree_client/api/repositories_ostree_versions_api.rb,
lib/pulp_ostree_client/models/ostree_ostree_commit_response.rb,
lib/pulp_ostree_client/models/ostree_ostree_config_response.rb,
lib/pulp_ostree_client/models/ostree_ostree_object_response.rb,
lib/pulp_ostree_client/models/ostree_ostree_remote_response.rb,
lib/pulp_ostree_client/models/repository_add_remove_content.rb,
lib/pulp_ostree_client/models/ostree_ostree_content_response.rb,
lib/pulp_ostree_client/models/ostree_ostree_summary_response.rb,
lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb,
lib/pulp_ostree_client/models/ostree_ostree_repository_response.rb,
lib/pulp_ostree_client/models/patchedostree_ostree_distribution.rb,
lib/pulp_ostree_client/models/ostree_ostree_distribution_response.rb,
lib/pulp_ostree_client/models/paginatedostree_ostree_ref_response_list.rb,
lib/pulp_ostree_client/models/paginated_repository_version_response_list.rb,
lib/pulp_ostree_client/models/ostree_ostree_remote_response_hidden_fields.rb,
lib/pulp_ostree_client/models/paginatedostree_ostree_commit_response_list.rb,
lib/pulp_ostree_client/models/paginatedostree_ostree_config_response_list.rb,
lib/pulp_ostree_client/models/paginatedostree_ostree_object_response_list.rb,
lib/pulp_ostree_client/models/paginatedostree_ostree_remote_response_list.rb,
lib/pulp_ostree_client/models/paginatedostree_ostree_content_response_list.rb,
lib/pulp_ostree_client/models/paginatedostree_ostree_summary_response_list.rb,
lib/pulp_ostree_client/models/paginatedostree_ostree_repository_response_list.rb,
lib/pulp_ostree_client/models/paginatedostree_ostree_distribution_response_list.rb

Overview

#Pulp 3 API

#Fetch, Upload, Organize, and Distribute Software Packages

The version of the OpenAPI document: v3 Contact: [email protected] Generated by: openapi-generator.tech OpenAPI Generator version: 4.3.1

Defined Under Namespace

Classes: ApiClient, ApiError, AsyncOperationResponse, Configuration, ContentCommitsApi, ContentConfigsApi, ContentContentApi, ContentObjectsApi, ContentRefsApi, ContentSummariesApi, ContentSummaryResponse, DistributionsOstreeApi, MyPermissionsResponse, NestedRole, NestedRoleResponse, ObjectRolesResponse, OstreeImportAll, OstreeImportCommitsToRef, OstreeOstreeCommitResponse, OstreeOstreeConfigResponse, OstreeOstreeContent, OstreeOstreeContentResponse, OstreeOstreeDistribution, OstreeOstreeDistributionResponse, OstreeOstreeObjectResponse, OstreeOstreeRefResponse, OstreeOstreeRemote, OstreeOstreeRemoteResponse, OstreeOstreeRemoteResponseHiddenFields, OstreeOstreeRepository, OstreeOstreeRepositoryResponse, OstreeOstreeSummaryResponse, PaginatedRepositoryVersionResponseList, PaginatedostreeOstreeCommitResponseList, PaginatedostreeOstreeConfigResponseList, PaginatedostreeOstreeContentResponseList, PaginatedostreeOstreeDistributionResponseList, PaginatedostreeOstreeObjectResponseList, PaginatedostreeOstreeRefResponseList, PaginatedostreeOstreeRemoteResponseList, PaginatedostreeOstreeRepositoryResponseList, PaginatedostreeOstreeSummaryResponseList, PatchedostreeOstreeDistribution, PatchedostreeOstreeRemote, PatchedostreeOstreeRepository, PolicyEnum, RemotesOstreeApi, Repair, RepositoriesOstreeApi, RepositoriesOstreeVersionsApi, RepositoryAddRemoveContent, RepositorySyncURL, RepositoryVersionResponse, SetLabel, SetLabelResponse, UnsetLabel, UnsetLabelResponse

Constant Summary collapse

VERSION =
'2.3.0'

Class Method Summary collapse

Class Method Details

.configureObject

Customize default settings for the SDK using block.

PulpOstreeClient.configure do |config|
  config.username = "xxx"
  config.password = "xxx"
end

If no block given, return the default Configuration object.



85
86
87
88
89
90
91
# File 'lib/pulp_ostree_client.rb', line 85

def configure
  if block_given?
    yield(Configuration.default)
  else
    Configuration.default
  end
end