crc-pulp-python-client 20260908.1__tar.gz → 20260909.1__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-20260908.1 → crc_pulp_python_client-20260909.1}/PKG-INFO +188 -188
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/README.md +4 -4
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/crc_pulp_python_client.egg-info/PKG-INFO +188 -188
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/__init__.py +1 -1
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/configuration.py +3 -3
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pyproject.toml +1 -1
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/setup.py +1 -1
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/crc_pulp_python_client.egg-info/requires.txt +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/__init__.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/__init__.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/__init__.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/api_rss_packages_xml_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/api_rss_project_releases_xml_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/api_rss_updates_xml_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/api_unyank_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/api_yank_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/content_yanks_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api_client.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/api_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/__init__.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/paginatedpython_package_yank_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/paginatedpython_python_blocklist_entry_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/python_package_yank_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/python_python_blocklist_entry.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/python_python_blocklist_entry_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/set_label.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/models/yank.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/py.typed +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/pulpcore/client/pulp_python/rest.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/setup.cfg +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_api_integrity_provenance_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_api_legacy_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_api_pypi_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_api_rss_packages_xml_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_api_rss_project_releases_xml_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_api_rss_updates_xml_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_api_simple_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_api_unyank_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_api_yank_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_async_operation_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_content_packages_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_content_provenance_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_content_summary_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_content_yanks_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_distributions_pypi_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_exclude_platforms_enum.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_filetype_enum.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_metadata_version_enum.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_my_permissions_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_nested_role.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_nested_role_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_object_roles_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_package_metadata_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_package_types_enum.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_package_upload_task_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_paginated_repository_version_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_paginatedpython_package_yank_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_paginatedpython_python_blocklist_entry_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_paginatedpython_python_remote_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_paginatedpython_python_repository_response_list.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_patchedpython_python_distribution.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_patchedpython_python_remote.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_patchedpython_python_repository.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_policy_enum.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_protocol_version_enum.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_publications_pypi_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_pypi_metadata_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_python_package_provenance_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_python_package_yank_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_python_python_blocklist_entry.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_python_python_blocklist_entry_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_python_python_distribution.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_python_python_distribution_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_python_python_package_content_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_python_python_publication.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_python_python_publication_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_python_python_remote.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_python_python_remote_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_python_python_repository.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_python_python_repository_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_remote_network_config.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_remote_network_config_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_remotes_python_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_repair.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_repositories_python_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_repositories_python_blocklist_entries_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_repositories_python_versions_api.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_repository_add_remove_content.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_repository_sync_url.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_repository_version_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_set_label.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_set_label_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_summary_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_unset_label.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/test/test_unset_label_response.py +0 -0
- {crc_pulp_python_client-20260908.1 → crc_pulp_python_client-20260909.1}/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: 20260909.1
|
|
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-w5oupd.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-w5oupd.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-w5oupd.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-w5oupd.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-w5oupd.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-w5oupd.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-w5oupd.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-w5oupd.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-w5oupd.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.ApiRssPackagesXmlApi
|
|
347
347
|
|
|
348
|
-
All URIs are relative to *https://env-ephemeral-
|
|
348
|
+
All URIs are relative to *https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
349
349
|
|
|
350
350
|
Method | HTTP request | Description
|
|
351
351
|
------------- | ------------- | -------------
|
|
@@ -369,10 +369,10 @@ import pulpcore.client.pulp_python
|
|
|
369
369
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
370
370
|
from pprint import pprint
|
|
371
371
|
|
|
372
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
372
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
373
373
|
# See configuration.py for a list of all supported configuration parameters.
|
|
374
374
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
375
|
-
host = "https://env-ephemeral-
|
|
375
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
376
376
|
)
|
|
377
377
|
|
|
378
378
|
# The client must configure the authentication and authorization parameters
|
|
@@ -445,7 +445,7 @@ void (empty response body)
|
|
|
445
445
|
|
|
446
446
|
# pulpcore.client.pulp_python.ApiRssProjectReleasesXmlApi
|
|
447
447
|
|
|
448
|
-
All URIs are relative to *https://env-ephemeral-
|
|
448
|
+
All URIs are relative to *https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
449
449
|
|
|
450
450
|
Method | HTTP request | Description
|
|
451
451
|
------------- | ------------- | -------------
|
|
@@ -469,10 +469,10 @@ import pulpcore.client.pulp_python
|
|
|
469
469
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
470
470
|
from pprint import pprint
|
|
471
471
|
|
|
472
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
472
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
473
473
|
# See configuration.py for a list of all supported configuration parameters.
|
|
474
474
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
475
|
-
host = "https://env-ephemeral-
|
|
475
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
476
476
|
)
|
|
477
477
|
|
|
478
478
|
# The client must configure the authentication and authorization parameters
|
|
@@ -547,7 +547,7 @@ void (empty response body)
|
|
|
547
547
|
|
|
548
548
|
# pulpcore.client.pulp_python.ApiRssUpdatesXmlApi
|
|
549
549
|
|
|
550
|
-
All URIs are relative to *https://env-ephemeral-
|
|
550
|
+
All URIs are relative to *https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
551
551
|
|
|
552
552
|
Method | HTTP request | Description
|
|
553
553
|
------------- | ------------- | -------------
|
|
@@ -571,10 +571,10 @@ import pulpcore.client.pulp_python
|
|
|
571
571
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
572
572
|
from pprint import pprint
|
|
573
573
|
|
|
574
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
574
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
575
575
|
# See configuration.py for a list of all supported configuration parameters.
|
|
576
576
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
577
|
-
host = "https://env-ephemeral-
|
|
577
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
578
578
|
)
|
|
579
579
|
|
|
580
580
|
# The client must configure the authentication and authorization parameters
|
|
@@ -647,7 +647,7 @@ void (empty response body)
|
|
|
647
647
|
|
|
648
648
|
# pulpcore.client.pulp_python.ApiSimpleApi
|
|
649
649
|
|
|
650
|
-
All URIs are relative to *https://env-ephemeral-
|
|
650
|
+
All URIs are relative to *https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
651
651
|
|
|
652
652
|
Method | HTTP request | Description
|
|
653
653
|
------------- | ------------- | -------------
|
|
@@ -674,10 +674,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
|
|
|
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-w5oupd.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-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
681
681
|
)
|
|
682
682
|
|
|
683
683
|
# The client must configure the authentication and authorization parameters
|
|
@@ -777,10 +777,10 @@ import pulpcore.client.pulp_python
|
|
|
777
777
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
778
778
|
from pprint import pprint
|
|
779
779
|
|
|
780
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
780
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
781
781
|
# See configuration.py for a list of all supported configuration parameters.
|
|
782
782
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
783
|
-
host = "https://env-ephemeral-
|
|
783
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
784
784
|
)
|
|
785
785
|
|
|
786
786
|
# The client must configure the authentication and authorization parameters
|
|
@@ -872,10 +872,10 @@ import pulpcore.client.pulp_python
|
|
|
872
872
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
873
873
|
from pprint import pprint
|
|
874
874
|
|
|
875
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
875
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
876
876
|
# See configuration.py for a list of all supported configuration parameters.
|
|
877
877
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
878
|
-
host = "https://env-ephemeral-
|
|
878
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
879
879
|
)
|
|
880
880
|
|
|
881
881
|
# The client must configure the authentication and authorization parameters
|
|
@@ -950,7 +950,7 @@ void (empty response body)
|
|
|
950
950
|
|
|
951
951
|
# pulpcore.client.pulp_python.ApiUnyankApi
|
|
952
952
|
|
|
953
|
-
All URIs are relative to *https://env-ephemeral-
|
|
953
|
+
All URIs are relative to *https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
954
954
|
|
|
955
955
|
Method | HTTP request | Description
|
|
956
956
|
------------- | ------------- | -------------
|
|
@@ -976,10 +976,10 @@ from pulpcore.client.pulp_python.models.yank import Yank
|
|
|
976
976
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
977
977
|
from pprint import pprint
|
|
978
978
|
|
|
979
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
979
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
980
980
|
# See configuration.py for a list of all supported configuration parameters.
|
|
981
981
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
982
|
-
host = "https://env-ephemeral-
|
|
982
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
983
983
|
)
|
|
984
984
|
|
|
985
985
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1052,7 +1052,7 @@ Name | Type | Description | Notes
|
|
|
1052
1052
|
|
|
1053
1053
|
# pulpcore.client.pulp_python.ApiYankApi
|
|
1054
1054
|
|
|
1055
|
-
All URIs are relative to *https://env-ephemeral-
|
|
1055
|
+
All URIs are relative to *https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
1056
1056
|
|
|
1057
1057
|
Method | HTTP request | Description
|
|
1058
1058
|
------------- | ------------- | -------------
|
|
@@ -1078,10 +1078,10 @@ from pulpcore.client.pulp_python.models.yank import Yank
|
|
|
1078
1078
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1079
1079
|
from pprint import pprint
|
|
1080
1080
|
|
|
1081
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1081
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1082
1082
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1083
1083
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1084
|
-
host = "https://env-ephemeral-
|
|
1084
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1085
1085
|
)
|
|
1086
1086
|
|
|
1087
1087
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1184,7 +1184,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
|
|
|
1184
1184
|
|
|
1185
1185
|
# pulpcore.client.pulp_python.ContentPackagesApi
|
|
1186
1186
|
|
|
1187
|
-
All URIs are relative to *https://env-ephemeral-
|
|
1187
|
+
All URIs are relative to *https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
1188
1188
|
|
|
1189
1189
|
Method | HTTP request | Description
|
|
1190
1190
|
------------- | ------------- | -------------
|
|
@@ -1214,10 +1214,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
1214
1214
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1215
1215
|
from pprint import pprint
|
|
1216
1216
|
|
|
1217
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1217
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1218
1218
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1219
1219
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1220
|
-
host = "https://env-ephemeral-
|
|
1220
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1221
1221
|
)
|
|
1222
1222
|
|
|
1223
1223
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1376,10 +1376,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_r
|
|
|
1376
1376
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1377
1377
|
from pprint import pprint
|
|
1378
1378
|
|
|
1379
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1379
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1380
1380
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1381
1381
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1382
|
-
host = "https://env-ephemeral-
|
|
1382
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1383
1383
|
)
|
|
1384
1384
|
|
|
1385
1385
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1540,10 +1540,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
|
|
|
1540
1540
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1541
1541
|
from pprint import pprint
|
|
1542
1542
|
|
|
1543
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1543
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1544
1544
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1545
1545
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1546
|
-
host = "https://env-ephemeral-
|
|
1546
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1547
1547
|
)
|
|
1548
1548
|
|
|
1549
1549
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1633,10 +1633,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
1633
1633
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1634
1634
|
from pprint import pprint
|
|
1635
1635
|
|
|
1636
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1636
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1637
1637
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1638
1638
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1639
|
-
host = "https://env-ephemeral-
|
|
1639
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1640
1640
|
)
|
|
1641
1641
|
|
|
1642
1642
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1724,10 +1724,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
1724
1724
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1725
1725
|
from pprint import pprint
|
|
1726
1726
|
|
|
1727
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1727
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1728
1728
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1729
1729
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1730
|
-
host = "https://env-ephemeral-
|
|
1730
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1731
1731
|
)
|
|
1732
1732
|
|
|
1733
1733
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1814,10 +1814,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
|
|
|
1814
1814
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1815
1815
|
from pprint import pprint
|
|
1816
1816
|
|
|
1817
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1817
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1818
1818
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1819
1819
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1820
|
-
host = "https://env-ephemeral-
|
|
1820
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1821
1821
|
)
|
|
1822
1822
|
|
|
1823
1823
|
# The client must configure the authentication and authorization parameters
|
|
@@ -1956,7 +1956,7 @@ Name | Type | Description | Notes
|
|
|
1956
1956
|
|
|
1957
1957
|
# pulpcore.client.pulp_python.ContentProvenanceApi
|
|
1958
1958
|
|
|
1959
|
-
All URIs are relative to *https://env-ephemeral-
|
|
1959
|
+
All URIs are relative to *https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
1960
1960
|
|
|
1961
1961
|
Method | HTTP request | Description
|
|
1962
1962
|
------------- | ------------- | -------------
|
|
@@ -1985,10 +1985,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
1985
1985
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
1986
1986
|
from pprint import pprint
|
|
1987
1987
|
|
|
1988
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
1988
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
1989
1989
|
# See configuration.py for a list of all supported configuration parameters.
|
|
1990
1990
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
1991
|
-
host = "https://env-ephemeral-
|
|
1991
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
1992
1992
|
)
|
|
1993
1993
|
|
|
1994
1994
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2091,10 +2091,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_respo
|
|
|
2091
2091
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2092
2092
|
from pprint import pprint
|
|
2093
2093
|
|
|
2094
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2094
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2095
2095
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2096
2096
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2097
|
-
host = "https://env-ephemeral-
|
|
2097
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2098
2098
|
)
|
|
2099
2099
|
|
|
2100
2100
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2215,10 +2215,10 @@ from pulpcore.client.pulp_python.models.python_package_provenance_response impor
|
|
|
2215
2215
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2216
2216
|
from pprint import pprint
|
|
2217
2217
|
|
|
2218
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2218
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2219
2219
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2220
2220
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2221
|
-
host = "https://env-ephemeral-
|
|
2221
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2222
2222
|
)
|
|
2223
2223
|
|
|
2224
2224
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2308,10 +2308,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
2308
2308
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2309
2309
|
from pprint import pprint
|
|
2310
2310
|
|
|
2311
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2311
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2312
2312
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2313
2313
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2314
|
-
host = "https://env-ephemeral-
|
|
2314
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2315
2315
|
)
|
|
2316
2316
|
|
|
2317
2317
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2399,10 +2399,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
2399
2399
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2400
2400
|
from pprint import pprint
|
|
2401
2401
|
|
|
2402
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2402
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2403
2403
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2404
2404
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2405
|
-
host = "https://env-ephemeral-
|
|
2405
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2406
2406
|
)
|
|
2407
2407
|
|
|
2408
2408
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2505,7 +2505,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
|
|
|
2505
2505
|
|
|
2506
2506
|
# pulpcore.client.pulp_python.ContentYanksApi
|
|
2507
2507
|
|
|
2508
|
-
All URIs are relative to *https://env-ephemeral-
|
|
2508
|
+
All URIs are relative to *https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
2509
2509
|
|
|
2510
2510
|
Method | HTTP request | Description
|
|
2511
2511
|
------------- | ------------- | -------------
|
|
@@ -2533,10 +2533,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_yank_response_li
|
|
|
2533
2533
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2534
2534
|
from pprint import pprint
|
|
2535
2535
|
|
|
2536
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2536
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2537
2537
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2538
2538
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2539
|
-
host = "https://env-ephemeral-
|
|
2539
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2540
2540
|
)
|
|
2541
2541
|
|
|
2542
2542
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2649,10 +2649,10 @@ from pulpcore.client.pulp_python.models.python_package_yank_response import Pyth
|
|
|
2649
2649
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2650
2650
|
from pprint import pprint
|
|
2651
2651
|
|
|
2652
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2652
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2653
2653
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2654
2654
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2655
|
-
host = "https://env-ephemeral-
|
|
2655
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2656
2656
|
)
|
|
2657
2657
|
|
|
2658
2658
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2742,10 +2742,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
2742
2742
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2743
2743
|
from pprint import pprint
|
|
2744
2744
|
|
|
2745
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2745
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2746
2746
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2747
2747
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2748
|
-
host = "https://env-ephemeral-
|
|
2748
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2749
2749
|
)
|
|
2750
2750
|
|
|
2751
2751
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2833,10 +2833,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
2833
2833
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2834
2834
|
from pprint import pprint
|
|
2835
2835
|
|
|
2836
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2836
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2837
2837
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2838
2838
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2839
|
-
host = "https://env-ephemeral-
|
|
2839
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2840
2840
|
)
|
|
2841
2841
|
|
|
2842
2842
|
# The client must configure the authentication and authorization parameters
|
|
@@ -2907,7 +2907,7 @@ Name | Type | Description | Notes
|
|
|
2907
2907
|
|
|
2908
2908
|
# pulpcore.client.pulp_python.DistributionsPypiApi
|
|
2909
2909
|
|
|
2910
|
-
All URIs are relative to *https://env-ephemeral-
|
|
2910
|
+
All URIs are relative to *https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
2911
2911
|
|
|
2912
2912
|
Method | HTTP request | Description
|
|
2913
2913
|
------------- | ------------- | -------------
|
|
@@ -2944,10 +2944,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
2944
2944
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
2945
2945
|
from pprint import pprint
|
|
2946
2946
|
|
|
2947
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
2947
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
2948
2948
|
# See configuration.py for a list of all supported configuration parameters.
|
|
2949
2949
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
2950
|
-
host = "https://env-ephemeral-
|
|
2950
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
2951
2951
|
)
|
|
2952
2952
|
|
|
2953
2953
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3035,10 +3035,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution import Python
|
|
|
3035
3035
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3036
3036
|
from pprint import pprint
|
|
3037
3037
|
|
|
3038
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3038
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3039
3039
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3040
3040
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3041
|
-
host = "https://env-ephemeral-
|
|
3041
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3042
3042
|
)
|
|
3043
3043
|
|
|
3044
3044
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3125,10 +3125,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
3125
3125
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3126
3126
|
from pprint import pprint
|
|
3127
3127
|
|
|
3128
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3128
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3129
3129
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3130
3130
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3131
|
-
host = "https://env-ephemeral-
|
|
3131
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3132
3132
|
)
|
|
3133
3133
|
|
|
3134
3134
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3213,10 +3213,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_resp
|
|
|
3213
3213
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3214
3214
|
from pprint import pprint
|
|
3215
3215
|
|
|
3216
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3216
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3217
3217
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3218
3218
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3219
|
-
host = "https://env-ephemeral-
|
|
3219
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3220
3220
|
)
|
|
3221
3221
|
|
|
3222
3222
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3355,10 +3355,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
|
|
|
3355
3355
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3356
3356
|
from pprint import pprint
|
|
3357
3357
|
|
|
3358
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3358
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3359
3359
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3360
3360
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3361
|
-
host = "https://env-ephemeral-
|
|
3361
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3362
3362
|
)
|
|
3363
3363
|
|
|
3364
3364
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3447,10 +3447,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
|
|
|
3447
3447
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3448
3448
|
from pprint import pprint
|
|
3449
3449
|
|
|
3450
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3450
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3451
3451
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3452
3452
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3453
|
-
host = "https://env-ephemeral-
|
|
3453
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3454
3454
|
)
|
|
3455
3455
|
|
|
3456
3456
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3540,10 +3540,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
|
|
|
3540
3540
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3541
3541
|
from pprint import pprint
|
|
3542
3542
|
|
|
3543
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3543
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3544
3544
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3545
3545
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3546
|
-
host = "https://env-ephemeral-
|
|
3546
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3547
3547
|
)
|
|
3548
3548
|
|
|
3549
3549
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3631,10 +3631,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
|
|
|
3631
3631
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3632
3632
|
from pprint import pprint
|
|
3633
3633
|
|
|
3634
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3634
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3635
3635
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3636
3636
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3637
|
-
host = "https://env-ephemeral-
|
|
3637
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3638
3638
|
)
|
|
3639
3639
|
|
|
3640
3640
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3724,10 +3724,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
3724
3724
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3725
3725
|
from pprint import pprint
|
|
3726
3726
|
|
|
3727
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3727
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3728
3728
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3729
3729
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3730
|
-
host = "https://env-ephemeral-
|
|
3730
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3731
3731
|
)
|
|
3732
3732
|
|
|
3733
3733
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3815,10 +3815,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
3815
3815
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3816
3816
|
from pprint import pprint
|
|
3817
3817
|
|
|
3818
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3818
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3819
3819
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3820
3820
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3821
|
-
host = "https://env-ephemeral-
|
|
3821
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3822
3822
|
)
|
|
3823
3823
|
|
|
3824
3824
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3906,10 +3906,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
3906
3906
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3907
3907
|
from pprint import pprint
|
|
3908
3908
|
|
|
3909
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
3909
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
3910
3910
|
# See configuration.py for a list of all supported configuration parameters.
|
|
3911
3911
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
3912
|
-
host = "https://env-ephemeral-
|
|
3912
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
3913
3913
|
)
|
|
3914
3914
|
|
|
3915
3915
|
# The client must configure the authentication and authorization parameters
|
|
@@ -3997,10 +3997,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
|
|
|
3997
3997
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
3998
3998
|
from pprint import pprint
|
|
3999
3999
|
|
|
4000
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4000
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4001
4001
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4002
4002
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
4003
|
-
host = "https://env-ephemeral-
|
|
4003
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4004
4004
|
)
|
|
4005
4005
|
|
|
4006
4006
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4789,7 +4789,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
|
|
|
4789
4789
|
|
|
4790
4790
|
# pulpcore.client.pulp_python.PublicationsPypiApi
|
|
4791
4791
|
|
|
4792
|
-
All URIs are relative to *https://env-ephemeral-
|
|
4792
|
+
All URIs are relative to *https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
4793
4793
|
|
|
4794
4794
|
Method | HTTP request | Description
|
|
4795
4795
|
------------- | ------------- | -------------
|
|
@@ -4822,10 +4822,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
4822
4822
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
4823
4823
|
from pprint import pprint
|
|
4824
4824
|
|
|
4825
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4825
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4826
4826
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4827
4827
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
4828
|
-
host = "https://env-ephemeral-
|
|
4828
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4829
4829
|
)
|
|
4830
4830
|
|
|
4831
4831
|
# The client must configure the authentication and authorization parameters
|
|
@@ -4913,10 +4913,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
|
|
|
4913
4913
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
4914
4914
|
from pprint import pprint
|
|
4915
4915
|
|
|
4916
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
4916
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
4917
4917
|
# See configuration.py for a list of all supported configuration parameters.
|
|
4918
4918
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
4919
|
-
host = "https://env-ephemeral-
|
|
4919
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
4920
4920
|
)
|
|
4921
4921
|
|
|
4922
4922
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5002,10 +5002,10 @@ import pulpcore.client.pulp_python
|
|
|
5002
5002
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5003
5003
|
from pprint import pprint
|
|
5004
5004
|
|
|
5005
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5005
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5006
5006
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5007
5007
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5008
|
-
host = "https://env-ephemeral-
|
|
5008
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5009
5009
|
)
|
|
5010
5010
|
|
|
5011
5011
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5088,10 +5088,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
|
|
|
5088
5088
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5089
5089
|
from pprint import pprint
|
|
5090
5090
|
|
|
5091
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5091
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5092
5092
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5093
5093
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5094
|
-
host = "https://env-ephemeral-
|
|
5094
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5095
5095
|
)
|
|
5096
5096
|
|
|
5097
5097
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5218,10 +5218,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
|
|
|
5218
5218
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5219
5219
|
from pprint import pprint
|
|
5220
5220
|
|
|
5221
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5221
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5222
5222
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5223
5223
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5224
|
-
host = "https://env-ephemeral-
|
|
5224
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5225
5225
|
)
|
|
5226
5226
|
|
|
5227
5227
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5310,10 +5310,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
|
|
|
5310
5310
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5311
5311
|
from pprint import pprint
|
|
5312
5312
|
|
|
5313
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5313
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5314
5314
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5315
5315
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5316
|
-
host = "https://env-ephemeral-
|
|
5316
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5317
5317
|
)
|
|
5318
5318
|
|
|
5319
5319
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5402,10 +5402,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
|
|
|
5402
5402
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5403
5403
|
from pprint import pprint
|
|
5404
5404
|
|
|
5405
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5405
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5406
5406
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5407
5407
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5408
|
-
host = "https://env-ephemeral-
|
|
5408
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5409
5409
|
)
|
|
5410
5410
|
|
|
5411
5411
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5495,10 +5495,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
5495
5495
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5496
5496
|
from pprint import pprint
|
|
5497
5497
|
|
|
5498
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5498
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5499
5499
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5500
5500
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5501
|
-
host = "https://env-ephemeral-
|
|
5501
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5502
5502
|
)
|
|
5503
5503
|
|
|
5504
5504
|
# The client must configure the authentication and authorization parameters
|
|
@@ -5569,7 +5569,7 @@ Name | Type | Description | Notes
|
|
|
5569
5569
|
|
|
5570
5570
|
# pulpcore.client.pulp_python.PypiMetadataApi
|
|
5571
5571
|
|
|
5572
|
-
All URIs are relative to *https://env-ephemeral-
|
|
5572
|
+
All URIs are relative to *https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
5573
5573
|
|
|
5574
5574
|
Method | HTTP request | Description
|
|
5575
5575
|
------------- | ------------- | -------------
|
|
@@ -5594,10 +5594,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
|
|
|
5594
5594
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
5595
5595
|
from pprint import pprint
|
|
5596
5596
|
|
|
5597
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
5597
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
5598
5598
|
# See configuration.py for a list of all supported configuration parameters.
|
|
5599
5599
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
5600
|
-
host = "https://env-ephemeral-
|
|
5600
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
5601
5601
|
)
|
|
5602
5602
|
|
|
5603
5603
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6357,7 +6357,7 @@ remote_network_config_response_from_dict = RemoteNetworkConfigResponse.from_dict
|
|
|
6357
6357
|
|
|
6358
6358
|
# pulpcore.client.pulp_python.RemotesPythonApi
|
|
6359
6359
|
|
|
6360
|
-
All URIs are relative to *https://env-ephemeral-
|
|
6360
|
+
All URIs are relative to *https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
6361
6361
|
|
|
6362
6362
|
Method | HTTP request | Description
|
|
6363
6363
|
------------- | ------------- | -------------
|
|
@@ -6395,10 +6395,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
6395
6395
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6396
6396
|
from pprint import pprint
|
|
6397
6397
|
|
|
6398
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6398
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6399
6399
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6400
6400
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6401
|
-
host = "https://env-ephemeral-
|
|
6401
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6402
6402
|
)
|
|
6403
6403
|
|
|
6404
6404
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6486,10 +6486,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
|
|
|
6486
6486
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6487
6487
|
from pprint import pprint
|
|
6488
6488
|
|
|
6489
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6489
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6490
6490
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6491
6491
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6492
|
-
host = "https://env-ephemeral-
|
|
6492
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6493
6493
|
)
|
|
6494
6494
|
|
|
6495
6495
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6576,10 +6576,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
6576
6576
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6577
6577
|
from pprint import pprint
|
|
6578
6578
|
|
|
6579
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6579
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6580
6580
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6581
6581
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6582
|
-
host = "https://env-ephemeral-
|
|
6582
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6583
6583
|
)
|
|
6584
6584
|
|
|
6585
6585
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6664,10 +6664,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
|
|
|
6664
6664
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6665
6665
|
from pprint import pprint
|
|
6666
6666
|
|
|
6667
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6667
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6668
6668
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6669
6669
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6670
|
-
host = "https://env-ephemeral-
|
|
6670
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6671
6671
|
)
|
|
6672
6672
|
|
|
6673
6673
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6758,10 +6758,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
|
|
|
6758
6758
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6759
6759
|
from pprint import pprint
|
|
6760
6760
|
|
|
6761
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6761
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6762
6762
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6763
6763
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6764
|
-
host = "https://env-ephemeral-
|
|
6764
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6765
6765
|
)
|
|
6766
6766
|
|
|
6767
6767
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6898,10 +6898,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
|
|
|
6898
6898
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6899
6899
|
from pprint import pprint
|
|
6900
6900
|
|
|
6901
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6901
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6902
6902
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6903
6903
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6904
|
-
host = "https://env-ephemeral-
|
|
6904
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6905
6905
|
)
|
|
6906
6906
|
|
|
6907
6907
|
# The client must configure the authentication and authorization parameters
|
|
@@ -6990,10 +6990,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
|
|
|
6990
6990
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
6991
6991
|
from pprint import pprint
|
|
6992
6992
|
|
|
6993
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
6993
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
6994
6994
|
# See configuration.py for a list of all supported configuration parameters.
|
|
6995
6995
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
6996
|
-
host = "https://env-ephemeral-
|
|
6996
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
6997
6997
|
)
|
|
6998
6998
|
|
|
6999
6999
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7083,10 +7083,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
|
|
|
7083
7083
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7084
7084
|
from pprint import pprint
|
|
7085
7085
|
|
|
7086
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7086
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7087
7087
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7088
7088
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7089
|
-
host = "https://env-ephemeral-
|
|
7089
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7090
7090
|
)
|
|
7091
7091
|
|
|
7092
7092
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7174,10 +7174,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
|
|
|
7174
7174
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7175
7175
|
from pprint import pprint
|
|
7176
7176
|
|
|
7177
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7177
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7178
7178
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7179
7179
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7180
|
-
host = "https://env-ephemeral-
|
|
7180
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7181
7181
|
)
|
|
7182
7182
|
|
|
7183
7183
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7267,10 +7267,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
7267
7267
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7268
7268
|
from pprint import pprint
|
|
7269
7269
|
|
|
7270
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7270
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7271
7271
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7272
7272
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7273
|
-
host = "https://env-ephemeral-
|
|
7273
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7274
7274
|
)
|
|
7275
7275
|
|
|
7276
7276
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7358,10 +7358,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
7358
7358
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7359
7359
|
from pprint import pprint
|
|
7360
7360
|
|
|
7361
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7361
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7362
7362
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7363
7363
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7364
|
-
host = "https://env-ephemeral-
|
|
7364
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7365
7365
|
)
|
|
7366
7366
|
|
|
7367
7367
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7449,10 +7449,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
7449
7449
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7450
7450
|
from pprint import pprint
|
|
7451
7451
|
|
|
7452
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7452
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7453
7453
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7454
7454
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7455
|
-
host = "https://env-ephemeral-
|
|
7455
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7456
7456
|
)
|
|
7457
7457
|
|
|
7458
7458
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7540,10 +7540,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
|
|
|
7540
7540
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7541
7541
|
from pprint import pprint
|
|
7542
7542
|
|
|
7543
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7543
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7544
7544
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7545
7545
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7546
|
-
host = "https://env-ephemeral-
|
|
7546
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7547
7547
|
)
|
|
7548
7548
|
|
|
7549
7549
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7644,7 +7644,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
|
|
|
7644
7644
|
|
|
7645
7645
|
# pulpcore.client.pulp_python.RepositoriesPythonApi
|
|
7646
7646
|
|
|
7647
|
-
All URIs are relative to *https://env-ephemeral-
|
|
7647
|
+
All URIs are relative to *https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
7648
7648
|
|
|
7649
7649
|
Method | HTTP request | Description
|
|
7650
7650
|
------------- | ------------- | -------------
|
|
@@ -7684,10 +7684,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
7684
7684
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7685
7685
|
from pprint import pprint
|
|
7686
7686
|
|
|
7687
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7687
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7688
7688
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7689
7689
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7690
|
-
host = "https://env-ephemeral-
|
|
7690
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7691
7691
|
)
|
|
7692
7692
|
|
|
7693
7693
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7775,10 +7775,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
|
|
|
7775
7775
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7776
7776
|
from pprint import pprint
|
|
7777
7777
|
|
|
7778
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7778
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7779
7779
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7780
7780
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7781
|
-
host = "https://env-ephemeral-
|
|
7781
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7782
7782
|
)
|
|
7783
7783
|
|
|
7784
7784
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7865,10 +7865,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
7865
7865
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7866
7866
|
from pprint import pprint
|
|
7867
7867
|
|
|
7868
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7868
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7869
7869
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7870
7870
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7871
|
-
host = "https://env-ephemeral-
|
|
7871
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7872
7872
|
)
|
|
7873
7873
|
|
|
7874
7874
|
# The client must configure the authentication and authorization parameters
|
|
@@ -7953,10 +7953,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
|
|
|
7953
7953
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
7954
7954
|
from pprint import pprint
|
|
7955
7955
|
|
|
7956
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
7956
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
7957
7957
|
# See configuration.py for a list of all supported configuration parameters.
|
|
7958
7958
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
7959
|
-
host = "https://env-ephemeral-
|
|
7959
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
7960
7960
|
)
|
|
7961
7961
|
|
|
7962
7962
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8117,10 +8117,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
|
|
|
8117
8117
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8118
8118
|
from pprint import pprint
|
|
8119
8119
|
|
|
8120
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8120
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8121
8121
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8122
8122
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8123
|
-
host = "https://env-ephemeral-
|
|
8123
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8124
8124
|
)
|
|
8125
8125
|
|
|
8126
8126
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8210,10 +8210,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
|
|
|
8210
8210
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8211
8211
|
from pprint import pprint
|
|
8212
8212
|
|
|
8213
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8213
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8214
8214
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8215
8215
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8216
|
-
host = "https://env-ephemeral-
|
|
8216
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8217
8217
|
)
|
|
8218
8218
|
|
|
8219
8219
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8300,10 +8300,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
|
|
|
8300
8300
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8301
8301
|
from pprint import pprint
|
|
8302
8302
|
|
|
8303
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8303
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8304
8304
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8305
8305
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8306
|
-
host = "https://env-ephemeral-
|
|
8306
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8307
8307
|
)
|
|
8308
8308
|
|
|
8309
8309
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8393,10 +8393,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
|
|
|
8393
8393
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8394
8394
|
from pprint import pprint
|
|
8395
8395
|
|
|
8396
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8396
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8397
8397
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8398
8398
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8399
|
-
host = "https://env-ephemeral-
|
|
8399
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8400
8400
|
)
|
|
8401
8401
|
|
|
8402
8402
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8484,10 +8484,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
|
|
|
8484
8484
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8485
8485
|
from pprint import pprint
|
|
8486
8486
|
|
|
8487
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8487
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8488
8488
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8489
8489
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8490
|
-
host = "https://env-ephemeral-
|
|
8490
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8491
8491
|
)
|
|
8492
8492
|
|
|
8493
8493
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8577,10 +8577,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
|
|
|
8577
8577
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8578
8578
|
from pprint import pprint
|
|
8579
8579
|
|
|
8580
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8580
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8581
8581
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8582
8582
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8583
|
-
host = "https://env-ephemeral-
|
|
8583
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8584
8584
|
)
|
|
8585
8585
|
|
|
8586
8586
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8667,10 +8667,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
8667
8667
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8668
8668
|
from pprint import pprint
|
|
8669
8669
|
|
|
8670
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8670
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8671
8671
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8672
8672
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8673
|
-
host = "https://env-ephemeral-
|
|
8673
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8674
8674
|
)
|
|
8675
8675
|
|
|
8676
8676
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8756,10 +8756,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
|
|
|
8756
8756
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8757
8757
|
from pprint import pprint
|
|
8758
8758
|
|
|
8759
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8759
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8760
8760
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8761
8761
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8762
|
-
host = "https://env-ephemeral-
|
|
8762
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8763
8763
|
)
|
|
8764
8764
|
|
|
8765
8765
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8847,10 +8847,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
|
|
|
8847
8847
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8848
8848
|
from pprint import pprint
|
|
8849
8849
|
|
|
8850
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8850
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8851
8851
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8852
8852
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8853
|
-
host = "https://env-ephemeral-
|
|
8853
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8854
8854
|
)
|
|
8855
8855
|
|
|
8856
8856
|
# The client must configure the authentication and authorization parameters
|
|
@@ -8938,10 +8938,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
|
|
|
8938
8938
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
8939
8939
|
from pprint import pprint
|
|
8940
8940
|
|
|
8941
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
8941
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
8942
8942
|
# See configuration.py for a list of all supported configuration parameters.
|
|
8943
8943
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
8944
|
-
host = "https://env-ephemeral-
|
|
8944
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
8945
8945
|
)
|
|
8946
8946
|
|
|
8947
8947
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9029,10 +9029,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
|
|
|
9029
9029
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9030
9030
|
from pprint import pprint
|
|
9031
9031
|
|
|
9032
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9032
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9033
9033
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9034
9034
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9035
|
-
host = "https://env-ephemeral-
|
|
9035
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9036
9036
|
)
|
|
9037
9037
|
|
|
9038
9038
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9104,7 +9104,7 @@ Name | Type | Description | Notes
|
|
|
9104
9104
|
|
|
9105
9105
|
# pulpcore.client.pulp_python.RepositoriesPythonBlocklistEntriesApi
|
|
9106
9106
|
|
|
9107
|
-
All URIs are relative to *https://env-ephemeral-
|
|
9107
|
+
All URIs are relative to *https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
9108
9108
|
|
|
9109
9109
|
Method | HTTP request | Description
|
|
9110
9110
|
------------- | ------------- | -------------
|
|
@@ -9133,10 +9133,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
|
|
|
9133
9133
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9134
9134
|
from pprint import pprint
|
|
9135
9135
|
|
|
9136
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9136
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9137
9137
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9138
9138
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9139
|
-
host = "https://env-ephemeral-
|
|
9139
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9140
9140
|
)
|
|
9141
9141
|
|
|
9142
9142
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9222,10 +9222,10 @@ import pulpcore.client.pulp_python
|
|
|
9222
9222
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9223
9223
|
from pprint import pprint
|
|
9224
9224
|
|
|
9225
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9225
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9226
9226
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9227
9227
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9228
|
-
host = "https://env-ephemeral-
|
|
9228
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9229
9229
|
)
|
|
9230
9230
|
|
|
9231
9231
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9308,10 +9308,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_blocklist_entry_r
|
|
|
9308
9308
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9309
9309
|
from pprint import pprint
|
|
9310
9310
|
|
|
9311
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9311
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9312
9312
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9313
9313
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9314
|
-
host = "https://env-ephemeral-
|
|
9314
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9315
9315
|
)
|
|
9316
9316
|
|
|
9317
9317
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9422,10 +9422,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
|
|
|
9422
9422
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9423
9423
|
from pprint import pprint
|
|
9424
9424
|
|
|
9425
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9425
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9426
9426
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9427
9427
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9428
|
-
host = "https://env-ephemeral-
|
|
9428
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9429
9429
|
)
|
|
9430
9430
|
|
|
9431
9431
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9498,7 +9498,7 @@ Name | Type | Description | Notes
|
|
|
9498
9498
|
|
|
9499
9499
|
# pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
|
|
9500
9500
|
|
|
9501
|
-
All URIs are relative to *https://env-ephemeral-
|
|
9501
|
+
All URIs are relative to *https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
9502
9502
|
|
|
9503
9503
|
Method | HTTP request | Description
|
|
9504
9504
|
------------- | ------------- | -------------
|
|
@@ -9527,10 +9527,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
9527
9527
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9528
9528
|
from pprint import pprint
|
|
9529
9529
|
|
|
9530
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9530
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9531
9531
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9532
9532
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9533
|
-
host = "https://env-ephemeral-
|
|
9533
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9534
9534
|
)
|
|
9535
9535
|
|
|
9536
9536
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9615,10 +9615,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
|
|
|
9615
9615
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9616
9616
|
from pprint import pprint
|
|
9617
9617
|
|
|
9618
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9618
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9619
9619
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9620
9620
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9621
|
-
host = "https://env-ephemeral-
|
|
9621
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9622
9622
|
)
|
|
9623
9623
|
|
|
9624
9624
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9749,10 +9749,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
|
|
|
9749
9749
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9750
9750
|
from pprint import pprint
|
|
9751
9751
|
|
|
9752
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9752
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9753
9753
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9754
9754
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9755
|
-
host = "https://env-ephemeral-
|
|
9755
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9756
9756
|
)
|
|
9757
9757
|
|
|
9758
9758
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9842,10 +9842,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
|
|
|
9842
9842
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9843
9843
|
from pprint import pprint
|
|
9844
9844
|
|
|
9845
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9845
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9846
9846
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9847
9847
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9848
|
-
host = "https://env-ephemeral-
|
|
9848
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9849
9849
|
)
|
|
9850
9850
|
|
|
9851
9851
|
# The client must configure the authentication and authorization parameters
|
|
@@ -9931,10 +9931,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
|
|
|
9931
9931
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
9932
9932
|
from pprint import pprint
|
|
9933
9933
|
|
|
9934
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
9934
|
+
# Defining the host is optional and defaults to https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
9935
9935
|
# See configuration.py for a list of all supported configuration parameters.
|
|
9936
9936
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
9937
|
-
host = "https://env-ephemeral-
|
|
9937
|
+
host = "https://env-ephemeral-w5oupd.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
9938
9938
|
)
|
|
9939
9939
|
|
|
9940
9940
|
# The client must configure the authentication and authorization parameters
|