crc-pulp-python-client 20260901.2__tar.gz → 20260902.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/PKG-INFO +179 -179
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/README.md +4 -4
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/crc_pulp_python_client.egg-info/PKG-INFO +179 -179
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/__init__.py +1 -1
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/configuration.py +3 -3
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pyproject.toml +1 -1
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/setup.py +1 -1
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/crc_pulp_python_client.egg-info/requires.txt +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/__init__.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/__init__.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/__init__.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/api_unyank_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/api_yank_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/content_yanks_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api_client.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/api_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/exceptions.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/__init__.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/paginatedpython_package_yank_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/paginatedpython_python_blocklist_entry_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/python_package_yank_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/python_python_blocklist_entry.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/python_python_blocklist_entry_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/repair.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/set_label.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/models/yank.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/py.typed +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/pulpcore/client/pulp_python/rest.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/setup.cfg +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_api_integrity_provenance_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_api_legacy_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_api_pypi_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_api_simple_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_api_unyank_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_api_yank_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_async_operation_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_content_packages_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_content_provenance_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_content_summary_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_content_yanks_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_distributions_pypi_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_exclude_platforms_enum.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_filetype_enum.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_metadata_version_enum.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_my_permissions_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_nested_role.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_nested_role_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_object_roles_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_package_metadata_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_package_types_enum.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_package_upload_task_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_paginated_repository_version_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_paginatedpython_package_yank_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_paginatedpython_python_blocklist_entry_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_paginatedpython_python_publication_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_paginatedpython_python_remote_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_paginatedpython_python_repository_response_list.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_patchedpython_python_distribution.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_patchedpython_python_remote.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_patchedpython_python_repository.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_policy_enum.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_protocol_version_enum.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_publications_pypi_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_pypi_metadata_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_python_package_provenance_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_python_package_yank_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_python_python_blocklist_entry.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_python_python_blocklist_entry_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_python_python_distribution.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_python_python_distribution_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_python_python_package_content_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_python_python_publication.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_python_python_publication_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_python_python_remote.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_python_python_remote_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_python_python_repository.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_python_python_repository_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_remote_network_config.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_remote_network_config_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_remotes_python_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_repair.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_repositories_python_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_repositories_python_blocklist_entries_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_repositories_python_versions_api.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_repository_add_remove_content.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_repository_sync_url.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_repository_version_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_set_label.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_set_label_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_summary_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_unset_label.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_unset_label_response.py +0 -0
- {crc_pulp_python_client-20260901.2 → crc_pulp_python_client-20260902.2}/test/test_yank.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crc-pulp_python-client
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20260902.2
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
@@ -23,7 +23,7 @@ Dynamic: summary
|
|
|
23
23
|
|
|
24
24
|
# pulpcore.client.pulp_python.ApiIntegrityProvenanceApi
|
|
25
25
|
|
|
26
|
-
All URIs are relative to *https://env-ephemeral-
|
|
26
|
+
All URIs are relative to *https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
27
27
|
|
|
28
28
|
Method | HTTP request | Description
|
|
29
29
|
------------- | ------------- | -------------
|
|
@@ -47,10 +47,10 @@ import pulpcore.client.pulp_python
|
|
|
47
47
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
48
48
|
from pprint import pprint
|
|
49
49
|
|
|
50
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
50
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
51
51
|
# See configuration.py for a list of all supported configuration parameters.
|
|
52
52
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
53
|
-
host = "https://env-ephemeral-
|
|
53
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
54
54
|
)
|
|
55
55
|
|
|
56
56
|
# The client must configure the authentication and authorization parameters
|
|
@@ -129,7 +129,7 @@ void (empty response body)
|
|
|
129
129
|
|
|
130
130
|
# pulpcore.client.pulp_python.ApiLegacyApi
|
|
131
131
|
|
|
132
|
-
All URIs are relative to *https://env-ephemeral-
|
|
132
|
+
All URIs are relative to *https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
133
133
|
|
|
134
134
|
Method | HTTP request | Description
|
|
135
135
|
------------- | ------------- | -------------
|
|
@@ -154,10 +154,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
|
|
|
154
154
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
155
155
|
from pprint import pprint
|
|
156
156
|
|
|
157
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
157
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
158
158
|
# See configuration.py for a list of all supported configuration parameters.
|
|
159
159
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
160
|
-
host = "https://env-ephemeral-
|
|
160
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
161
161
|
)
|
|
162
162
|
|
|
163
163
|
# The client must configure the authentication and authorization parameters
|
|
@@ -242,7 +242,7 @@ Name | Type | Description | Notes
|
|
|
242
242
|
|
|
243
243
|
# pulpcore.client.pulp_python.ApiPypiApi
|
|
244
244
|
|
|
245
|
-
All URIs are relative to *https://env-ephemeral-
|
|
245
|
+
All URIs are relative to *https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
246
246
|
|
|
247
247
|
Method | HTTP request | Description
|
|
248
248
|
------------- | ------------- | -------------
|
|
@@ -267,10 +267,10 @@ from pulpcore.client.pulp_python.models.summary_response import SummaryResponse
|
|
|
267
267
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
268
268
|
from pprint import pprint
|
|
269
269
|
|
|
270
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
270
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
271
271
|
# See configuration.py for a list of all supported configuration parameters.
|
|
272
272
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
273
|
-
host = "https://env-ephemeral-
|
|
273
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
274
274
|
)
|
|
275
275
|
|
|
276
276
|
# The client must configure the authentication and authorization parameters
|
|
@@ -345,7 +345,7 @@ Name | Type | Description | Notes
|
|
|
345
345
|
|
|
346
346
|
# pulpcore.client.pulp_python.ApiSimpleApi
|
|
347
347
|
|
|
348
|
-
All URIs are relative to *https://env-ephemeral-
|
|
348
|
+
All URIs are relative to *https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
349
349
|
|
|
350
350
|
Method | HTTP request | Description
|
|
351
351
|
------------- | ------------- | -------------
|
|
@@ -372,10 +372,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
|
|
|
372
372
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
373
373
|
from pprint import pprint
|
|
374
374
|
|
|
375
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
375
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
376
376
|
# See configuration.py for a list of all supported configuration parameters.
|
|
377
377
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
378
|
-
host = "https://env-ephemeral-
|
|
378
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
379
379
|
)
|
|
380
380
|
|
|
381
381
|
# The client must configure the authentication and authorization parameters
|
|
@@ -475,10 +475,10 @@ import pulpcore.client.pulp_python
|
|
|
475
475
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
476
476
|
from pprint import pprint
|
|
477
477
|
|
|
478
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
478
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
479
479
|
# See configuration.py for a list of all supported configuration parameters.
|
|
480
480
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
481
|
-
host = "https://env-ephemeral-
|
|
481
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
482
482
|
)
|
|
483
483
|
|
|
484
484
|
# The client must configure the authentication and authorization parameters
|
|
@@ -570,10 +570,10 @@ import pulpcore.client.pulp_python
|
|
|
570
570
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
571
571
|
from pprint import pprint
|
|
572
572
|
|
|
573
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
573
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
574
574
|
# See configuration.py for a list of all supported configuration parameters.
|
|
575
575
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
576
|
-
host = "https://env-ephemeral-
|
|
576
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
577
577
|
)
|
|
578
578
|
|
|
579
579
|
# The client must configure the authentication and authorization parameters
|
|
@@ -648,7 +648,7 @@ void (empty response body)
|
|
|
648
648
|
|
|
649
649
|
# pulpcore.client.pulp_python.ApiUnyankApi
|
|
650
650
|
|
|
651
|
-
All URIs are relative to *https://env-ephemeral-
|
|
651
|
+
All URIs are relative to *https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
652
652
|
|
|
653
653
|
Method | HTTP request | Description
|
|
654
654
|
------------- | ------------- | -------------
|
|
@@ -674,10 +674,10 @@ from pulpcore.client.pulp_python.models.yank import Yank
|
|
|
674
674
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
675
675
|
from pprint import pprint
|
|
676
676
|
|
|
677
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
677
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
678
678
|
# See configuration.py for a list of all supported configuration parameters.
|
|
679
679
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
680
|
-
host = "https://env-ephemeral-
|
|
680
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
681
681
|
)
|
|
682
682
|
|
|
683
683
|
# The client must configure the authentication and authorization parameters
|
|
@@ -750,7 +750,7 @@ Name | Type | Description | Notes
|
|
|
750
750
|
|
|
751
751
|
# pulpcore.client.pulp_python.ApiYankApi
|
|
752
752
|
|
|
753
|
-
All URIs are relative to *https://env-ephemeral-
|
|
753
|
+
All URIs are relative to *https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
754
754
|
|
|
755
755
|
Method | HTTP request | Description
|
|
756
756
|
------------- | ------------- | -------------
|
|
@@ -776,10 +776,10 @@ from pulpcore.client.pulp_python.models.yank import Yank
|
|
|
776
776
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
777
777
|
from pprint import pprint
|
|
778
778
|
|
|
779
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
779
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
780
780
|
# See configuration.py for a list of all supported configuration parameters.
|
|
781
781
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
782
|
-
host = "https://env-ephemeral-
|
|
782
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
783
783
|
)
|
|
784
784
|
|
|
785
785
|
# The client must configure the authentication and authorization parameters
|
|
@@ -882,7 +882,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
|
|
|
882
882
|
|
|
883
883
|
# pulpcore.client.pulp_python.ContentPackagesApi
|
|
884
884
|
|
|
885
|
-
All URIs are relative to *https://env-ephemeral-
|
|
885
|
+
All URIs are relative to *https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
886
886
|
|
|
887
887
|
Method | HTTP request | Description
|
|
888
888
|
------------- | ------------- | -------------
|
|
@@ -912,10 +912,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
912
912
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
913
913
|
from pprint import pprint
|
|
914
914
|
|
|
915
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
915
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
916
916
|
# See configuration.py for a list of all supported configuration parameters.
|
|
917
917
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
918
|
-
host = "https://env-ephemeral-
|
|
918
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
919
919
|
)
|
|
920
920
|
|
|
921
921
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1074,10 +1074,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_r
|
|
|
1074
1074
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1075
1075
|
from pprint import pprint
|
|
1076
1076
|
|
|
1077
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1077
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1078
1078
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1079
1079
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1080
|
-
host = "https://env-ephemeral-
|
|
1080
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1081
1081
|
)
|
|
1082
1082
|
|
|
1083
1083
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1238,10 +1238,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
|
|
|
1238
1238
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1239
1239
|
from pprint import pprint
|
|
1240
1240
|
|
|
1241
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1241
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1242
1242
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1243
1243
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1244
|
-
host = "https://env-ephemeral-
|
|
1244
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1245
1245
|
)
|
|
1246
1246
|
|
|
1247
1247
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1331,10 +1331,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
1331
1331
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1332
1332
|
from pprint import pprint
|
|
1333
1333
|
|
|
1334
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1334
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1335
1335
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1336
1336
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1337
|
-
host = "https://env-ephemeral-
|
|
1337
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1338
1338
|
)
|
|
1339
1339
|
|
|
1340
1340
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1422,10 +1422,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
1422
1422
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1423
1423
|
from pprint import pprint
|
|
1424
1424
|
|
|
1425
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1425
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1426
1426
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1427
1427
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1428
|
-
host = "https://env-ephemeral-
|
|
1428
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1429
1429
|
)
|
|
1430
1430
|
|
|
1431
1431
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1512,10 +1512,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
|
|
|
1512
1512
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1513
1513
|
from pprint import pprint
|
|
1514
1514
|
|
|
1515
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1515
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1516
1516
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1517
1517
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1518
|
-
host = "https://env-ephemeral-
|
|
1518
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1519
1519
|
)
|
|
1520
1520
|
|
|
1521
1521
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1654,7 +1654,7 @@ Name | Type | Description | Notes
|
|
|
1654
1654
|
|
|
1655
1655
|
# pulpcore.client.pulp_python.ContentProvenanceApi
|
|
1656
1656
|
|
|
1657
|
-
All URIs are relative to *https://env-ephemeral-
|
|
1657
|
+
All URIs are relative to *https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
1658
1658
|
|
|
1659
1659
|
Method | HTTP request | Description
|
|
1660
1660
|
------------- | ------------- | -------------
|
|
@@ -1683,10 +1683,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
1683
1683
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1684
1684
|
from pprint import pprint
|
|
1685
1685
|
|
|
1686
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1686
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1687
1687
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1688
1688
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1689
|
-
host = "https://env-ephemeral-
|
|
1689
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1690
1690
|
)
|
|
1691
1691
|
|
|
1692
1692
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1789,10 +1789,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_respo
|
|
|
1789
1789
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1790
1790
|
from pprint import pprint
|
|
1791
1791
|
|
|
1792
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1792
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1793
1793
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1794
1794
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1795
|
-
host = "https://env-ephemeral-
|
|
1795
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1796
1796
|
)
|
|
1797
1797
|
|
|
1798
1798
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1913,10 +1913,10 @@ from pulpcore.client.pulp_python.models.python_package_provenance_response impor
|
|
|
1913
1913
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1914
1914
|
from pprint import pprint
|
|
1915
1915
|
|
|
1916
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1916
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1917
1917
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1918
1918
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1919
|
-
host = "https://env-ephemeral-
|
|
1919
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1920
1920
|
)
|
|
1921
1921
|
|
|
1922
1922
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2006,10 +2006,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
2006
2006
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2007
2007
|
from pprint import pprint
|
|
2008
2008
|
|
|
2009
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2009
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2010
2010
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2011
2011
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2012
|
-
host = "https://env-ephemeral-
|
|
2012
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2013
2013
|
)
|
|
2014
2014
|
|
|
2015
2015
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2097,10 +2097,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
2097
2097
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2098
2098
|
from pprint import pprint
|
|
2099
2099
|
|
|
2100
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2100
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2101
2101
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2102
2102
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2103
|
-
host = "https://env-ephemeral-
|
|
2103
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2104
2104
|
)
|
|
2105
2105
|
|
|
2106
2106
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2203,7 +2203,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
|
|
|
2203
2203
|
|
|
2204
2204
|
# pulpcore.client.pulp_python.ContentYanksApi
|
|
2205
2205
|
|
|
2206
|
-
All URIs are relative to *https://env-ephemeral-
|
|
2206
|
+
All URIs are relative to *https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
2207
2207
|
|
|
2208
2208
|
Method | HTTP request | Description
|
|
2209
2209
|
------------- | ------------- | -------------
|
|
@@ -2231,10 +2231,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_yank_response_li
|
|
|
2231
2231
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2232
2232
|
from pprint import pprint
|
|
2233
2233
|
|
|
2234
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2234
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2235
2235
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2236
2236
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2237
|
-
host = "https://env-ephemeral-
|
|
2237
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2238
2238
|
)
|
|
2239
2239
|
|
|
2240
2240
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2347,10 +2347,10 @@ from pulpcore.client.pulp_python.models.python_package_yank_response import Pyth
|
|
|
2347
2347
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2348
2348
|
from pprint import pprint
|
|
2349
2349
|
|
|
2350
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2350
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2351
2351
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2352
2352
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2353
|
-
host = "https://env-ephemeral-
|
|
2353
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2354
2354
|
)
|
|
2355
2355
|
|
|
2356
2356
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2440,10 +2440,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
2440
2440
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2441
2441
|
from pprint import pprint
|
|
2442
2442
|
|
|
2443
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2443
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2444
2444
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2445
2445
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2446
|
-
host = "https://env-ephemeral-
|
|
2446
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2447
2447
|
)
|
|
2448
2448
|
|
|
2449
2449
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2531,10 +2531,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
2531
2531
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2532
2532
|
from pprint import pprint
|
|
2533
2533
|
|
|
2534
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2534
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2535
2535
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2536
2536
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2537
|
-
host = "https://env-ephemeral-
|
|
2537
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2538
2538
|
)
|
|
2539
2539
|
|
|
2540
2540
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2605,7 +2605,7 @@ Name | Type | Description | Notes
|
|
|
2605
2605
|
|
|
2606
2606
|
# pulpcore.client.pulp_python.DistributionsPypiApi
|
|
2607
2607
|
|
|
2608
|
-
All URIs are relative to *https://env-ephemeral-
|
|
2608
|
+
All URIs are relative to *https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
2609
2609
|
|
|
2610
2610
|
Method | HTTP request | Description
|
|
2611
2611
|
------------- | ------------- | -------------
|
|
@@ -2642,10 +2642,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
2642
2642
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2643
2643
|
from pprint import pprint
|
|
2644
2644
|
|
|
2645
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2645
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2646
2646
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2647
2647
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2648
|
-
host = "https://env-ephemeral-
|
|
2648
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2649
2649
|
)
|
|
2650
2650
|
|
|
2651
2651
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2733,10 +2733,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution import Python
|
|
|
2733
2733
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2734
2734
|
from pprint import pprint
|
|
2735
2735
|
|
|
2736
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2736
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2737
2737
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2738
2738
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2739
|
-
host = "https://env-ephemeral-
|
|
2739
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2740
2740
|
)
|
|
2741
2741
|
|
|
2742
2742
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2823,10 +2823,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
2823
2823
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2824
2824
|
from pprint import pprint
|
|
2825
2825
|
|
|
2826
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2826
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2827
2827
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2828
2828
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2829
|
-
host = "https://env-ephemeral-
|
|
2829
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2830
2830
|
)
|
|
2831
2831
|
|
|
2832
2832
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2911,10 +2911,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_resp
|
|
|
2911
2911
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2912
2912
|
from pprint import pprint
|
|
2913
2913
|
|
|
2914
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2914
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2915
2915
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2916
2916
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2917
|
-
host = "https://env-ephemeral-
|
|
2917
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2918
2918
|
)
|
|
2919
2919
|
|
|
2920
2920
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3053,10 +3053,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
|
|
|
3053
3053
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3054
3054
|
from pprint import pprint
|
|
3055
3055
|
|
|
3056
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3056
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3057
3057
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3058
3058
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3059
|
-
host = "https://env-ephemeral-
|
|
3059
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3060
3060
|
)
|
|
3061
3061
|
|
|
3062
3062
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3145,10 +3145,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
|
|
|
3145
3145
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3146
3146
|
from pprint import pprint
|
|
3147
3147
|
|
|
3148
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3148
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3149
3149
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3150
3150
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3151
|
-
host = "https://env-ephemeral-
|
|
3151
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3152
3152
|
)
|
|
3153
3153
|
|
|
3154
3154
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3238,10 +3238,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
|
|
|
3238
3238
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3239
3239
|
from pprint import pprint
|
|
3240
3240
|
|
|
3241
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3241
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3242
3242
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3243
3243
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3244
|
-
host = "https://env-ephemeral-
|
|
3244
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3245
3245
|
)
|
|
3246
3246
|
|
|
3247
3247
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3329,10 +3329,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
|
|
|
3329
3329
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3330
3330
|
from pprint import pprint
|
|
3331
3331
|
|
|
3332
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3332
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3333
3333
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3334
3334
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3335
|
-
host = "https://env-ephemeral-
|
|
3335
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3336
3336
|
)
|
|
3337
3337
|
|
|
3338
3338
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3422,10 +3422,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
3422
3422
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3423
3423
|
from pprint import pprint
|
|
3424
3424
|
|
|
3425
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3425
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3426
3426
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3427
3427
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3428
|
-
host = "https://env-ephemeral-
|
|
3428
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3429
3429
|
)
|
|
3430
3430
|
|
|
3431
3431
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3513,10 +3513,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
3513
3513
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3514
3514
|
from pprint import pprint
|
|
3515
3515
|
|
|
3516
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3516
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3517
3517
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3518
3518
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3519
|
-
host = "https://env-ephemeral-
|
|
3519
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3520
3520
|
)
|
|
3521
3521
|
|
|
3522
3522
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3604,10 +3604,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
3604
3604
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3605
3605
|
from pprint import pprint
|
|
3606
3606
|
|
|
3607
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3607
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3608
3608
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3609
3609
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3610
|
-
host = "https://env-ephemeral-
|
|
3610
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3611
3611
|
)
|
|
3612
3612
|
|
|
3613
3613
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3695,10 +3695,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
|
|
|
3695
3695
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3696
3696
|
from pprint import pprint
|
|
3697
3697
|
|
|
3698
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3698
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3699
3699
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3700
3700
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3701
|
-
host = "https://env-ephemeral-
|
|
3701
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3702
3702
|
)
|
|
3703
3703
|
|
|
3704
3704
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4487,7 +4487,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
|
|
|
4487
4487
|
|
|
4488
4488
|
# pulpcore.client.pulp_python.PublicationsPypiApi
|
|
4489
4489
|
|
|
4490
|
-
All URIs are relative to *https://env-ephemeral-
|
|
4490
|
+
All URIs are relative to *https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
4491
4491
|
|
|
4492
4492
|
Method | HTTP request | Description
|
|
4493
4493
|
------------- | ------------- | -------------
|
|
@@ -4520,10 +4520,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
4520
4520
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
4521
4521
|
from pprint import pprint
|
|
4522
4522
|
|
|
4523
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4523
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4524
4524
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4525
4525
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
4526
|
-
host = "https://env-ephemeral-
|
|
4526
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4527
4527
|
)
|
|
4528
4528
|
|
|
4529
4529
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4611,10 +4611,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
|
|
|
4611
4611
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
4612
4612
|
from pprint import pprint
|
|
4613
4613
|
|
|
4614
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4614
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4615
4615
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4616
4616
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
4617
|
-
host = "https://env-ephemeral-
|
|
4617
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4618
4618
|
)
|
|
4619
4619
|
|
|
4620
4620
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4700,10 +4700,10 @@ import pulpcore.client.pulp_python
|
|
|
4700
4700
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
4701
4701
|
from pprint import pprint
|
|
4702
4702
|
|
|
4703
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4703
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4704
4704
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4705
4705
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
4706
|
-
host = "https://env-ephemeral-
|
|
4706
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4707
4707
|
)
|
|
4708
4708
|
|
|
4709
4709
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4786,10 +4786,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
|
|
|
4786
4786
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
4787
4787
|
from pprint import pprint
|
|
4788
4788
|
|
|
4789
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4789
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4790
4790
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4791
4791
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
4792
|
-
host = "https://env-ephemeral-
|
|
4792
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4793
4793
|
)
|
|
4794
4794
|
|
|
4795
4795
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4916,10 +4916,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
|
|
|
4916
4916
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
4917
4917
|
from pprint import pprint
|
|
4918
4918
|
|
|
4919
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4919
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4920
4920
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4921
4921
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
4922
|
-
host = "https://env-ephemeral-
|
|
4922
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4923
4923
|
)
|
|
4924
4924
|
|
|
4925
4925
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5008,10 +5008,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
|
|
|
5008
5008
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5009
5009
|
from pprint import pprint
|
|
5010
5010
|
|
|
5011
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5011
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5012
5012
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5013
5013
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5014
|
-
host = "https://env-ephemeral-
|
|
5014
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5015
5015
|
)
|
|
5016
5016
|
|
|
5017
5017
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5100,10 +5100,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
|
|
|
5100
5100
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5101
5101
|
from pprint import pprint
|
|
5102
5102
|
|
|
5103
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5103
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5104
5104
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5105
5105
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5106
|
-
host = "https://env-ephemeral-
|
|
5106
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5107
5107
|
)
|
|
5108
5108
|
|
|
5109
5109
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5193,10 +5193,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
5193
5193
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5194
5194
|
from pprint import pprint
|
|
5195
5195
|
|
|
5196
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5196
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5197
5197
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5198
5198
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5199
|
-
host = "https://env-ephemeral-
|
|
5199
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5200
5200
|
)
|
|
5201
5201
|
|
|
5202
5202
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5267,7 +5267,7 @@ Name | Type | Description | Notes
|
|
|
5267
5267
|
|
|
5268
5268
|
# pulpcore.client.pulp_python.PypiMetadataApi
|
|
5269
5269
|
|
|
5270
|
-
All URIs are relative to *https://env-ephemeral-
|
|
5270
|
+
All URIs are relative to *https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
5271
5271
|
|
|
5272
5272
|
Method | HTTP request | Description
|
|
5273
5273
|
------------- | ------------- | -------------
|
|
@@ -5292,10 +5292,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
|
|
|
5292
5292
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5293
5293
|
from pprint import pprint
|
|
5294
5294
|
|
|
5295
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5295
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5296
5296
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5297
5297
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5298
|
-
host = "https://env-ephemeral-
|
|
5298
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5299
5299
|
)
|
|
5300
5300
|
|
|
5301
5301
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6055,7 +6055,7 @@ remote_network_config_response_from_dict = RemoteNetworkConfigResponse.from_dict
|
|
|
6055
6055
|
|
|
6056
6056
|
# pulpcore.client.pulp_python.RemotesPythonApi
|
|
6057
6057
|
|
|
6058
|
-
All URIs are relative to *https://env-ephemeral-
|
|
6058
|
+
All URIs are relative to *https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
6059
6059
|
|
|
6060
6060
|
Method | HTTP request | Description
|
|
6061
6061
|
------------- | ------------- | -------------
|
|
@@ -6093,10 +6093,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
6093
6093
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6094
6094
|
from pprint import pprint
|
|
6095
6095
|
|
|
6096
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6096
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6097
6097
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6098
6098
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6099
|
-
host = "https://env-ephemeral-
|
|
6099
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6100
6100
|
)
|
|
6101
6101
|
|
|
6102
6102
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6184,10 +6184,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
|
|
|
6184
6184
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6185
6185
|
from pprint import pprint
|
|
6186
6186
|
|
|
6187
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6187
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6188
6188
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6189
6189
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6190
|
-
host = "https://env-ephemeral-
|
|
6190
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6191
6191
|
)
|
|
6192
6192
|
|
|
6193
6193
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6274,10 +6274,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
6274
6274
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6275
6275
|
from pprint import pprint
|
|
6276
6276
|
|
|
6277
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6277
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6278
6278
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6279
6279
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6280
|
-
host = "https://env-ephemeral-
|
|
6280
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6281
6281
|
)
|
|
6282
6282
|
|
|
6283
6283
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6362,10 +6362,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
|
|
|
6362
6362
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6363
6363
|
from pprint import pprint
|
|
6364
6364
|
|
|
6365
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6365
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6366
6366
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6367
6367
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6368
|
-
host = "https://env-ephemeral-
|
|
6368
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6369
6369
|
)
|
|
6370
6370
|
|
|
6371
6371
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6456,10 +6456,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
|
|
|
6456
6456
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6457
6457
|
from pprint import pprint
|
|
6458
6458
|
|
|
6459
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6459
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6460
6460
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6461
6461
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6462
|
-
host = "https://env-ephemeral-
|
|
6462
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6463
6463
|
)
|
|
6464
6464
|
|
|
6465
6465
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6596,10 +6596,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
|
|
|
6596
6596
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6597
6597
|
from pprint import pprint
|
|
6598
6598
|
|
|
6599
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6599
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6600
6600
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6601
6601
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6602
|
-
host = "https://env-ephemeral-
|
|
6602
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6603
6603
|
)
|
|
6604
6604
|
|
|
6605
6605
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6688,10 +6688,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
|
|
|
6688
6688
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6689
6689
|
from pprint import pprint
|
|
6690
6690
|
|
|
6691
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6691
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6692
6692
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6693
6693
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6694
|
-
host = "https://env-ephemeral-
|
|
6694
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6695
6695
|
)
|
|
6696
6696
|
|
|
6697
6697
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6781,10 +6781,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
|
|
|
6781
6781
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6782
6782
|
from pprint import pprint
|
|
6783
6783
|
|
|
6784
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6784
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6785
6785
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6786
6786
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6787
|
-
host = "https://env-ephemeral-
|
|
6787
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6788
6788
|
)
|
|
6789
6789
|
|
|
6790
6790
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6872,10 +6872,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
|
|
|
6872
6872
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6873
6873
|
from pprint import pprint
|
|
6874
6874
|
|
|
6875
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6875
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6876
6876
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6877
6877
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6878
|
-
host = "https://env-ephemeral-
|
|
6878
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6879
6879
|
)
|
|
6880
6880
|
|
|
6881
6881
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6965,10 +6965,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
6965
6965
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6966
6966
|
from pprint import pprint
|
|
6967
6967
|
|
|
6968
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6968
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6969
6969
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6970
6970
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6971
|
-
host = "https://env-ephemeral-
|
|
6971
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6972
6972
|
)
|
|
6973
6973
|
|
|
6974
6974
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7056,10 +7056,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
7056
7056
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7057
7057
|
from pprint import pprint
|
|
7058
7058
|
|
|
7059
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7059
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7060
7060
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7061
7061
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7062
|
-
host = "https://env-ephemeral-
|
|
7062
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7063
7063
|
)
|
|
7064
7064
|
|
|
7065
7065
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7147,10 +7147,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
7147
7147
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7148
7148
|
from pprint import pprint
|
|
7149
7149
|
|
|
7150
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7150
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7151
7151
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7152
7152
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7153
|
-
host = "https://env-ephemeral-
|
|
7153
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7154
7154
|
)
|
|
7155
7155
|
|
|
7156
7156
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7238,10 +7238,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
|
|
|
7238
7238
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7239
7239
|
from pprint import pprint
|
|
7240
7240
|
|
|
7241
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7241
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7242
7242
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7243
7243
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7244
|
-
host = "https://env-ephemeral-
|
|
7244
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7245
7245
|
)
|
|
7246
7246
|
|
|
7247
7247
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7342,7 +7342,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
|
|
|
7342
7342
|
|
|
7343
7343
|
# pulpcore.client.pulp_python.RepositoriesPythonApi
|
|
7344
7344
|
|
|
7345
|
-
All URIs are relative to *https://env-ephemeral-
|
|
7345
|
+
All URIs are relative to *https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
7346
7346
|
|
|
7347
7347
|
Method | HTTP request | Description
|
|
7348
7348
|
------------- | ------------- | -------------
|
|
@@ -7382,10 +7382,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
7382
7382
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7383
7383
|
from pprint import pprint
|
|
7384
7384
|
|
|
7385
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7385
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7386
7386
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7387
7387
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7388
|
-
host = "https://env-ephemeral-
|
|
7388
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7389
7389
|
)
|
|
7390
7390
|
|
|
7391
7391
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7473,10 +7473,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
|
|
|
7473
7473
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7474
7474
|
from pprint import pprint
|
|
7475
7475
|
|
|
7476
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7476
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7477
7477
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7478
7478
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7479
|
-
host = "https://env-ephemeral-
|
|
7479
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7480
7480
|
)
|
|
7481
7481
|
|
|
7482
7482
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7563,10 +7563,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
7563
7563
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7564
7564
|
from pprint import pprint
|
|
7565
7565
|
|
|
7566
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7566
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7567
7567
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7568
7568
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7569
|
-
host = "https://env-ephemeral-
|
|
7569
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7570
7570
|
)
|
|
7571
7571
|
|
|
7572
7572
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7651,10 +7651,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
|
|
|
7651
7651
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7652
7652
|
from pprint import pprint
|
|
7653
7653
|
|
|
7654
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7654
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7655
7655
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7656
7656
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7657
|
-
host = "https://env-ephemeral-
|
|
7657
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7658
7658
|
)
|
|
7659
7659
|
|
|
7660
7660
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7815,10 +7815,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
|
|
|
7815
7815
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7816
7816
|
from pprint import pprint
|
|
7817
7817
|
|
|
7818
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7818
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7819
7819
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7820
7820
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7821
|
-
host = "https://env-ephemeral-
|
|
7821
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7822
7822
|
)
|
|
7823
7823
|
|
|
7824
7824
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7908,10 +7908,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
|
|
|
7908
7908
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7909
7909
|
from pprint import pprint
|
|
7910
7910
|
|
|
7911
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7911
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7912
7912
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7913
7913
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7914
|
-
host = "https://env-ephemeral-
|
|
7914
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7915
7915
|
)
|
|
7916
7916
|
|
|
7917
7917
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7998,10 +7998,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
|
|
|
7998
7998
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7999
7999
|
from pprint import pprint
|
|
8000
8000
|
|
|
8001
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8001
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8002
8002
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8003
8003
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8004
|
-
host = "https://env-ephemeral-
|
|
8004
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8005
8005
|
)
|
|
8006
8006
|
|
|
8007
8007
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8091,10 +8091,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
|
|
|
8091
8091
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8092
8092
|
from pprint import pprint
|
|
8093
8093
|
|
|
8094
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8094
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8095
8095
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8096
8096
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8097
|
-
host = "https://env-ephemeral-
|
|
8097
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8098
8098
|
)
|
|
8099
8099
|
|
|
8100
8100
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8182,10 +8182,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
|
|
|
8182
8182
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8183
8183
|
from pprint import pprint
|
|
8184
8184
|
|
|
8185
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8185
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8186
8186
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8187
8187
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8188
|
-
host = "https://env-ephemeral-
|
|
8188
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8189
8189
|
)
|
|
8190
8190
|
|
|
8191
8191
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8275,10 +8275,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
8275
8275
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8276
8276
|
from pprint import pprint
|
|
8277
8277
|
|
|
8278
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8278
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8279
8279
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8280
8280
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8281
|
-
host = "https://env-ephemeral-
|
|
8281
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8282
8282
|
)
|
|
8283
8283
|
|
|
8284
8284
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8365,10 +8365,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
8365
8365
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8366
8366
|
from pprint import pprint
|
|
8367
8367
|
|
|
8368
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8368
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8369
8369
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8370
8370
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8371
|
-
host = "https://env-ephemeral-
|
|
8371
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8372
8372
|
)
|
|
8373
8373
|
|
|
8374
8374
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8454,10 +8454,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
8454
8454
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8455
8455
|
from pprint import pprint
|
|
8456
8456
|
|
|
8457
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8457
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8458
8458
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8459
8459
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8460
|
-
host = "https://env-ephemeral-
|
|
8460
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8461
8461
|
)
|
|
8462
8462
|
|
|
8463
8463
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8545,10 +8545,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
|
|
|
8545
8545
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8546
8546
|
from pprint import pprint
|
|
8547
8547
|
|
|
8548
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8548
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8549
8549
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8550
8550
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8551
|
-
host = "https://env-ephemeral-
|
|
8551
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8552
8552
|
)
|
|
8553
8553
|
|
|
8554
8554
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8636,10 +8636,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
8636
8636
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8637
8637
|
from pprint import pprint
|
|
8638
8638
|
|
|
8639
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8639
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8640
8640
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8641
8641
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8642
|
-
host = "https://env-ephemeral-
|
|
8642
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8643
8643
|
)
|
|
8644
8644
|
|
|
8645
8645
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8727,10 +8727,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
|
|
|
8727
8727
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8728
8728
|
from pprint import pprint
|
|
8729
8729
|
|
|
8730
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8730
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8731
8731
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8732
8732
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8733
|
-
host = "https://env-ephemeral-
|
|
8733
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8734
8734
|
)
|
|
8735
8735
|
|
|
8736
8736
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8802,7 +8802,7 @@ Name | Type | Description | Notes
|
|
|
8802
8802
|
|
|
8803
8803
|
# pulpcore.client.pulp_python.RepositoriesPythonBlocklistEntriesApi
|
|
8804
8804
|
|
|
8805
|
-
All URIs are relative to *https://env-ephemeral-
|
|
8805
|
+
All URIs are relative to *https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
8806
8806
|
|
|
8807
8807
|
Method | HTTP request | Description
|
|
8808
8808
|
------------- | ------------- | -------------
|
|
@@ -8831,10 +8831,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
|
|
|
8831
8831
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8832
8832
|
from pprint import pprint
|
|
8833
8833
|
|
|
8834
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8834
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8835
8835
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8836
8836
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8837
|
-
host = "https://env-ephemeral-
|
|
8837
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8838
8838
|
)
|
|
8839
8839
|
|
|
8840
8840
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8920,10 +8920,10 @@ import pulpcore.client.pulp_python
|
|
|
8920
8920
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8921
8921
|
from pprint import pprint
|
|
8922
8922
|
|
|
8923
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8923
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8924
8924
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8925
8925
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8926
|
-
host = "https://env-ephemeral-
|
|
8926
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8927
8927
|
)
|
|
8928
8928
|
|
|
8929
8929
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9006,10 +9006,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_blocklist_entry_r
|
|
|
9006
9006
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9007
9007
|
from pprint import pprint
|
|
9008
9008
|
|
|
9009
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9009
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9010
9010
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9011
9011
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9012
|
-
host = "https://env-ephemeral-
|
|
9012
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9013
9013
|
)
|
|
9014
9014
|
|
|
9015
9015
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9120,10 +9120,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
|
|
|
9120
9120
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9121
9121
|
from pprint import pprint
|
|
9122
9122
|
|
|
9123
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9123
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9124
9124
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9125
9125
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9126
|
-
host = "https://env-ephemeral-
|
|
9126
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9127
9127
|
)
|
|
9128
9128
|
|
|
9129
9129
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9196,7 +9196,7 @@ Name | Type | Description | Notes
|
|
|
9196
9196
|
|
|
9197
9197
|
# pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
|
|
9198
9198
|
|
|
9199
|
-
All URIs are relative to *https://env-ephemeral-
|
|
9199
|
+
All URIs are relative to *https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
9200
9200
|
|
|
9201
9201
|
Method | HTTP request | Description
|
|
9202
9202
|
------------- | ------------- | -------------
|
|
@@ -9225,10 +9225,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
9225
9225
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9226
9226
|
from pprint import pprint
|
|
9227
9227
|
|
|
9228
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9228
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9229
9229
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9230
9230
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9231
|
-
host = "https://env-ephemeral-
|
|
9231
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9232
9232
|
)
|
|
9233
9233
|
|
|
9234
9234
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9313,10 +9313,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
|
|
|
9313
9313
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9314
9314
|
from pprint import pprint
|
|
9315
9315
|
|
|
9316
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9316
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9317
9317
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9318
9318
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9319
|
-
host = "https://env-ephemeral-
|
|
9319
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9320
9320
|
)
|
|
9321
9321
|
|
|
9322
9322
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9447,10 +9447,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
|
|
|
9447
9447
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9448
9448
|
from pprint import pprint
|
|
9449
9449
|
|
|
9450
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9450
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9451
9451
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9452
9452
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9453
|
-
host = "https://env-ephemeral-
|
|
9453
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9454
9454
|
)
|
|
9455
9455
|
|
|
9456
9456
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9540,10 +9540,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
|
|
|
9540
9540
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9541
9541
|
from pprint import pprint
|
|
9542
9542
|
|
|
9543
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9543
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9544
9544
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9545
9545
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9546
|
-
host = "https://env-ephemeral-
|
|
9546
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9547
9547
|
)
|
|
9548
9548
|
|
|
9549
9549
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9629,10 +9629,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
9629
9629
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9630
9630
|
from pprint import pprint
|
|
9631
9631
|
|
|
9632
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9632
|
+
# Defining the host is optional and defaults to https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9633
9633
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9634
9634
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9635
|
-
host = "https://env-ephemeral-
|
|
9635
|
+
host = "https://env-ephemeral-o97rbv.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9636
9636
|
)
|
|
9637
9637
|
|
|
9638
9638
|
# The client must configure the authentication and authorization parameters
|