pulp-ansible-client 0.28.2__tar.gz → 0.28.3__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.
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/PKG-INFO +2 -2
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/README.md +1 -1
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulp_ansible_client.egg-info/PKG-INFO +2 -2
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/__init__.py +1 -1
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api_client.py +1 -1
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/configuration.py +1 -1
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_collection_version_response.py +7 -17
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_git_remote.py +57 -57
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_git_remote_response.py +47 -47
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_role.py +3 -3
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_role_response.py +7 -7
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/patchedansible_git_remote.py +57 -57
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pyproject.toml +1 -1
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/setup.py +1 -1
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_collection_version_response.py +4 -10
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginatedansible_collection_version_response_list.py +8 -20
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulp_ansible_client.egg-info/SOURCES.txt +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulp_ansible_client.egg-info/dependency_links.txt +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulp_ansible_client.egg-info/requires.txt +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulp_ansible_client.egg-info/top_level.txt +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/__init__.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/__init__.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/__init__.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/ansible_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/ansible_copy_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/api_plugin_ansible_search_collection_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/api_roles_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/collection_import_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/content_collection_deprecations_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/content_collection_marks_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/content_collection_signatures_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/content_collection_versions_api.py +60 -60
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/content_namespaces_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/content_roles_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/distributions_ansible_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_artifacts_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collection_versions_all_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collections_all_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collections_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_namespaces_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_artifacts_collections_v3_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_artifacts_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collection_versions_all_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collections_all_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collections_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_namespaces_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_tags_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/remotes_collection_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/remotes_git_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/remotes_role_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/repositories_ansible_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/repositories_ansible_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api/versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/exceptions.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/__init__.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_ansible_collection_deprecated.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_ansible_collection_deprecated_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_ansible_distribution.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_ansible_distribution_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_ansible_namespace_metadata.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_ansible_namespace_metadata_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_ansible_repository.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_ansible_repository_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_collection_remote.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_collection_remote_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_collection_remote_response_hidden_fields_inner.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_collection_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_collection_version_mark.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_collection_version_mark_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_collection_version_signature_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_repository_mark.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_repository_rebuild.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_repository_signature.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_repository_sync_url.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_role_remote.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/ansible_role_remote_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/artifact_ref_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/async_operation_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/client_configuration_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/collection_import_detail_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/collection_metadata_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/collection_namespace_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/collection_ref_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/collection_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/collection_summary_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/collection_summary_response_tags_inner.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/collection_version_copy_move.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/collection_version_docs_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/collection_version_list_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/collection_version_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/collection_version_search_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/collection_version_search_list_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/collection_version_signature_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/content_summary_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/copy.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/galaxy_role_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/galaxy_role_version_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/my_permissions_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/namespace_link.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/namespace_link_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/nested_role.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/nested_role_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/object_roles_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginated_collection_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginated_collection_response_list_links.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginated_collection_response_list_meta.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginated_collection_version_list_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginated_collection_version_search_list_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginated_galaxy_role_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginated_galaxy_role_version_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginated_repository_version_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginated_tag_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_collection_deprecated_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_distribution_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_namespace_metadata_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_repository_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_remote_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_mark_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_signature_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginatedansible_git_remote_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginatedansible_role_remote_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/paginatedansible_role_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/patched_collection.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/patchedansible_ansible_distribution.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/patchedansible_ansible_repository.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/patchedansible_collection_remote.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/patchedansible_role_remote.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/policy_enum.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/repair.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/repo_metadata_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/repository.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/repository_add_remove_content.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/repository_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/repository_version_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/set_label.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/set_label_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/tag_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/unpaginated_collection_version_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/unset_label.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/models/unset_label_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/py.typed +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/rest.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/setup.cfg +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_ansible_collection_deprecated.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_ansible_collection_deprecated_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_ansible_distribution.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_ansible_distribution_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_ansible_namespace_metadata.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_ansible_namespace_metadata_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_ansible_repository.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_ansible_repository_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_collection_remote.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_collection_remote_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_collection_remote_response_hidden_fields_inner.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_collection_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_collection_version_mark.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_collection_version_mark_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_collection_version_signature_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_copy_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_git_remote.py +19 -19
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_git_remote_response.py +19 -19
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_repository_mark.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_repository_rebuild.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_repository_signature.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_repository_sync_url.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_role.py +2 -2
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_role_remote.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_role_remote_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_ansible_role_response.py +4 -4
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_api_plugin_ansible_search_collection_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_api_roles_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_artifact_ref_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_async_operation_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_client_configuration_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_collection_import_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_collection_import_detail_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_collection_metadata_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_collection_namespace_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_collection_ref_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_collection_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_collection_summary_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_collection_summary_response_tags_inner.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_collection_version_copy_move.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_collection_version_docs_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_collection_version_list_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_collection_version_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_collection_version_search_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_collection_version_search_list_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_collection_version_signature_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_content_collection_deprecations_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_content_collection_marks_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_content_collection_signatures_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_content_collection_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_content_namespaces_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_content_roles_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_content_summary_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_copy.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_distributions_ansible_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_galaxy_role_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_galaxy_role_version_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_my_permissions_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_namespace_link.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_namespace_link_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_nested_role.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_nested_role_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_object_roles_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginated_collection_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginated_collection_response_list_links.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginated_collection_response_list_meta.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginated_collection_version_list_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginated_collection_version_search_list_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginated_galaxy_role_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginated_galaxy_role_version_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginated_repository_version_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginated_tag_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginatedansible_ansible_collection_deprecated_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginatedansible_ansible_distribution_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginatedansible_ansible_namespace_metadata_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginatedansible_ansible_repository_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginatedansible_collection_remote_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginatedansible_collection_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginatedansible_collection_version_mark_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginatedansible_collection_version_signature_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginatedansible_git_remote_response_list.py +36 -36
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginatedansible_role_remote_response_list.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_paginatedansible_role_response_list.py +8 -8
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_patched_collection.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_patchedansible_ansible_distribution.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_patchedansible_ansible_repository.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_patchedansible_collection_remote.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_patchedansible_git_remote.py +18 -18
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_patchedansible_role_remote.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_policy_enum.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_artifacts_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_collection_versions_all_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_collections_all_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_collections_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_collections_versions_docs_blob_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_namespaces_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_plugin_ansible_client_configuration_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_artifacts_collections_v3_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_artifacts_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_collection_versions_all_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_collections_all_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_collections_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_collections_versions_docs_blob_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_namespaces_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_pulp_ansible_tags_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_remotes_collection_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_remotes_git_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_remotes_role_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_repair.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_repo_metadata_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_repositories_ansible_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_repositories_ansible_versions_api.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_repository.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_repository_add_remove_content.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_repository_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_repository_version_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_set_label.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_set_label_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_tag_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_unpaginated_collection_version_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_unset_label.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_unset_label_response.py +0 -0
- {pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/test/test_versions_api.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulp_ansible-client
|
|
3
|
-
Version: 0.28.
|
|
3
|
+
Version: 0.28.3
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
24
24
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
25
|
|
|
26
26
|
- API version: v3
|
|
27
|
-
- Package version: 0.28.
|
|
27
|
+
- Package version: 0.28.3
|
|
28
28
|
- Generator version: 7.14.0
|
|
29
29
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
30
30
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -4,7 +4,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
6
|
- API version: v3
|
|
7
|
-
- Package version: 0.28.
|
|
7
|
+
- Package version: 0.28.3
|
|
8
8
|
- Generator version: 7.14.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
{pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulp_ansible_client.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulp_ansible-client
|
|
3
|
-
Version: 0.28.
|
|
3
|
+
Version: 0.28.3
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
24
24
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
25
|
|
|
26
26
|
- API version: v3
|
|
27
|
-
- Package version: 0.28.
|
|
27
|
+
- Package version: 0.28.3
|
|
28
28
|
- Generator version: 7.14.0
|
|
29
29
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
30
30
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
{pulp_ansible_client-0.28.2 → pulp_ansible_client-0.28.3}/pulpcore/client/pulp_ansible/api_client.py
RENAMED
|
@@ -91,7 +91,7 @@ class ApiClient:
|
|
|
91
91
|
self.default_headers[header_name] = header_value
|
|
92
92
|
self.cookie = cookie
|
|
93
93
|
# Set default User-Agent.
|
|
94
|
-
self.user_agent = 'OpenAPI-Generator/0.28.
|
|
94
|
+
self.user_agent = 'OpenAPI-Generator/0.28.3/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
def __enter__(self):
|
|
@@ -556,7 +556,7 @@ conf = pulpcore.client.pulp_ansible.Configuration(
|
|
|
556
556
|
"OS: {env}\n"\
|
|
557
557
|
"Python Version: {pyversion}\n"\
|
|
558
558
|
"Version of the API: v3\n"\
|
|
559
|
-
"SDK Package Version: 0.28.
|
|
559
|
+
"SDK Package Version: 0.28.3".\
|
|
560
560
|
format(env=sys.platform, pyversion=sys.version)
|
|
561
561
|
|
|
562
562
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -30,13 +30,13 @@ class AnsibleCollectionVersionResponse(BaseModel):
|
|
|
30
30
|
"""
|
|
31
31
|
A serializer for CollectionVersion Content.
|
|
32
32
|
""" # noqa: E501
|
|
33
|
-
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
34
33
|
pulp_href: Optional[StrictStr] = None
|
|
35
|
-
artifact: Optional[StrictStr] = Field(default=None, description="Artifact file representing the physical content")
|
|
36
|
-
vuln_report: Optional[StrictStr] = None
|
|
37
|
-
pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
|
|
38
34
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = Field(default=None, description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")
|
|
35
|
+
pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
|
|
39
36
|
pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
|
|
37
|
+
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
38
|
+
artifact: Optional[StrictStr] = Field(default=None, description="Artifact file representing the physical content")
|
|
39
|
+
vuln_report: Optional[StrictStr] = None
|
|
40
40
|
sha256: Optional[StrictStr] = Field(default=None, description="The SHA-256 checksum if available.")
|
|
41
41
|
md5: Optional[StrictStr] = Field(default=None, description="The MD5 checksum if available.")
|
|
42
42
|
sha1: Optional[StrictStr] = Field(default=None, description="The SHA-1 checksum if available.")
|
|
@@ -45,12 +45,8 @@ class AnsibleCollectionVersionResponse(BaseModel):
|
|
|
45
45
|
sha512: Optional[StrictStr] = Field(default=None, description="The SHA-512 checksum if available.")
|
|
46
46
|
id: Optional[StrictStr] = Field(default=None, description="A collection identifier.")
|
|
47
47
|
authors: Optional[List[Annotated[str, Field(strict=True, max_length=64)]]] = Field(default=None, description="A list of the CollectionVersion content's authors.")
|
|
48
|
-
contents: Optional[List[Any]] = Field(default=None, description="A JSON field with data about the contents.")
|
|
49
48
|
dependencies: Optional[Dict[str, Any]] = Field(default=None, description="A dict declaring Collections that this collection requires to be installed for it to be usable.")
|
|
50
49
|
description: Optional[StrictStr] = Field(default=None, description="A short summary description of the collection.")
|
|
51
|
-
docs_blob: Optional[Dict[str, Any]] = Field(default=None, description="A JSON field holding the various documentation blobs in the collection.")
|
|
52
|
-
manifest: Optional[Dict[str, Any]] = Field(default=None, description="A JSON field holding MANIFEST.json data.")
|
|
53
|
-
files: Optional[Dict[str, Any]] = Field(default=None, description="A JSON field holding FILES.json data.")
|
|
54
50
|
documentation: Optional[Annotated[str, Field(strict=True, max_length=2000)]] = Field(default=None, description="The URL to any online docs.")
|
|
55
51
|
homepage: Optional[Annotated[str, Field(strict=True, max_length=2000)]] = Field(default=None, description="The URL to the homepage of the collection/project.")
|
|
56
52
|
issues: Optional[Annotated[str, Field(strict=True, max_length=2000)]] = Field(default=None, description="The URL to the collection issue tracker.")
|
|
@@ -61,7 +57,7 @@ class AnsibleCollectionVersionResponse(BaseModel):
|
|
|
61
57
|
tags: Optional[List[CollectionSummaryResponseTagsInner]] = None
|
|
62
58
|
version: Optional[Annotated[str, Field(strict=True, max_length=128)]] = Field(default=None, description="The version of the collection.")
|
|
63
59
|
requires_ansible: Optional[StrictStr] = Field(default=None, description="The version of Ansible required to use the collection. Multiple versions can be separated with a comma.")
|
|
64
|
-
__properties: ClassVar[List[str]] = ["
|
|
60
|
+
__properties: ClassVar[List[str]] = ["pulp_href", "pulp_labels", "pulp_last_updated", "pulp_created", "prn", "artifact", "vuln_report", "sha256", "md5", "sha1", "sha224", "sha384", "sha512", "id", "authors", "dependencies", "description", "documentation", "homepage", "issues", "license", "name", "namespace", "origin_repository", "tags", "version", "requires_ansible"]
|
|
65
61
|
|
|
66
62
|
model_config = ConfigDict(
|
|
67
63
|
populate_by_name=True,
|
|
@@ -115,16 +111,13 @@ class AnsibleCollectionVersionResponse(BaseModel):
|
|
|
115
111
|
* OpenAPI `readOnly` fields are excluded.
|
|
116
112
|
* OpenAPI `readOnly` fields are excluded.
|
|
117
113
|
* OpenAPI `readOnly` fields are excluded.
|
|
118
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
119
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
120
|
-
* OpenAPI `readOnly` fields are excluded.
|
|
121
114
|
"""
|
|
122
115
|
excluded_fields: Set[str] = set([
|
|
123
|
-
"prn",
|
|
124
116
|
"pulp_href",
|
|
125
|
-
"vuln_report",
|
|
126
117
|
"pulp_last_updated",
|
|
127
118
|
"pulp_created",
|
|
119
|
+
"prn",
|
|
120
|
+
"vuln_report",
|
|
128
121
|
"sha256",
|
|
129
122
|
"md5",
|
|
130
123
|
"sha1",
|
|
@@ -134,9 +127,6 @@ class AnsibleCollectionVersionResponse(BaseModel):
|
|
|
134
127
|
"id",
|
|
135
128
|
"dependencies",
|
|
136
129
|
"description",
|
|
137
|
-
"docs_blob",
|
|
138
|
-
"manifest",
|
|
139
|
-
"files",
|
|
140
130
|
"documentation",
|
|
141
131
|
"homepage",
|
|
142
132
|
"issues",
|
|
@@ -28,29 +28,29 @@ class AnsibleGitRemote(BaseModel):
|
|
|
28
28
|
"""
|
|
29
29
|
A serializer for Git Collection Remotes.
|
|
30
30
|
""" # noqa: E501
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
tls_validation: Optional[StrictBool] = Field(default=None, description="If True, TLS peer validation must be performed.")
|
|
36
|
-
proxy_url: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The proxy URL. Format: scheme://host:port")
|
|
37
|
-
sock_connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
31
|
+
name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="A unique name for this remote.")
|
|
32
|
+
total_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
33
|
+
headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
|
|
34
|
+
max_retries: Optional[StrictInt] = Field(default=None, description="Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.")
|
|
38
35
|
client_key: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A PEM encoded private key used for authentication.")
|
|
39
|
-
|
|
40
|
-
|
|
36
|
+
ca_cert: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A PEM encoded CA certificate used to validate the server certificate presented by the remote server.")
|
|
37
|
+
sock_connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
38
|
+
tls_validation: Optional[StrictBool] = Field(default=None, description="If True, TLS peer validation must be performed.")
|
|
41
39
|
client_cert: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A PEM encoded client certificate used for authentication.")
|
|
42
|
-
|
|
43
|
-
headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
|
|
40
|
+
rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
|
|
44
41
|
url: Annotated[str, Field(min_length=1, strict=True)] = Field(description="The URL of an external content source.")
|
|
42
|
+
download_concurrency: Optional[StrictInt] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
|
|
45
43
|
username: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The username to be used for authentication when syncing.")
|
|
46
|
-
|
|
47
|
-
total_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
48
|
-
name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="A unique name for this remote.")
|
|
49
|
-
ca_cert: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A PEM encoded CA certificate used to validate the server certificate presented by the remote server.")
|
|
44
|
+
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
50
45
|
password: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed.")
|
|
46
|
+
proxy_username: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The username to authenticte to the proxy.")
|
|
47
|
+
sock_read_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
48
|
+
proxy_password: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed.")
|
|
49
|
+
connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
50
|
+
proxy_url: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The proxy URL. Format: scheme://host:port")
|
|
51
51
|
metadata_only: Optional[StrictBool] = Field(default=None, description="If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL.")
|
|
52
52
|
git_ref: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A git ref. e.g.: branch, tag, or commit sha.")
|
|
53
|
-
__properties: ClassVar[List[str]] = ["
|
|
53
|
+
__properties: ClassVar[List[str]] = ["name", "total_timeout", "headers", "max_retries", "client_key", "ca_cert", "sock_connect_timeout", "tls_validation", "client_cert", "rate_limit", "url", "download_concurrency", "username", "pulp_labels", "password", "proxy_username", "sock_read_timeout", "proxy_password", "connect_timeout", "proxy_url", "metadata_only", "git_ref"]
|
|
54
54
|
|
|
55
55
|
model_config = ConfigDict(
|
|
56
56
|
populate_by_name=True,
|
|
@@ -91,80 +91,80 @@ class AnsibleGitRemote(BaseModel):
|
|
|
91
91
|
exclude=excluded_fields,
|
|
92
92
|
exclude_none=True,
|
|
93
93
|
)
|
|
94
|
-
# set to None if
|
|
95
|
-
# and model_fields_set contains the field
|
|
96
|
-
if self.sock_read_timeout is None and "sock_read_timeout" in self.model_fields_set:
|
|
97
|
-
_dict['sock_read_timeout'] = None
|
|
98
|
-
|
|
99
|
-
# set to None if connect_timeout (nullable) is None
|
|
94
|
+
# set to None if total_timeout (nullable) is None
|
|
100
95
|
# and model_fields_set contains the field
|
|
101
|
-
if self.
|
|
102
|
-
_dict['
|
|
96
|
+
if self.total_timeout is None and "total_timeout" in self.model_fields_set:
|
|
97
|
+
_dict['total_timeout'] = None
|
|
103
98
|
|
|
104
|
-
# set to None if
|
|
99
|
+
# set to None if max_retries (nullable) is None
|
|
105
100
|
# and model_fields_set contains the field
|
|
106
|
-
if self.
|
|
107
|
-
_dict['
|
|
101
|
+
if self.max_retries is None and "max_retries" in self.model_fields_set:
|
|
102
|
+
_dict['max_retries'] = None
|
|
108
103
|
|
|
109
|
-
# set to None if
|
|
104
|
+
# set to None if client_key (nullable) is None
|
|
110
105
|
# and model_fields_set contains the field
|
|
111
|
-
if self.
|
|
112
|
-
_dict['
|
|
106
|
+
if self.client_key is None and "client_key" in self.model_fields_set:
|
|
107
|
+
_dict['client_key'] = None
|
|
113
108
|
|
|
114
|
-
# set to None if
|
|
109
|
+
# set to None if ca_cert (nullable) is None
|
|
115
110
|
# and model_fields_set contains the field
|
|
116
|
-
if self.
|
|
117
|
-
_dict['
|
|
111
|
+
if self.ca_cert is None and "ca_cert" in self.model_fields_set:
|
|
112
|
+
_dict['ca_cert'] = None
|
|
118
113
|
|
|
119
114
|
# set to None if sock_connect_timeout (nullable) is None
|
|
120
115
|
# and model_fields_set contains the field
|
|
121
116
|
if self.sock_connect_timeout is None and "sock_connect_timeout" in self.model_fields_set:
|
|
122
117
|
_dict['sock_connect_timeout'] = None
|
|
123
118
|
|
|
124
|
-
# set to None if
|
|
119
|
+
# set to None if client_cert (nullable) is None
|
|
125
120
|
# and model_fields_set contains the field
|
|
126
|
-
if self.
|
|
127
|
-
_dict['
|
|
121
|
+
if self.client_cert is None and "client_cert" in self.model_fields_set:
|
|
122
|
+
_dict['client_cert'] = None
|
|
123
|
+
|
|
124
|
+
# set to None if rate_limit (nullable) is None
|
|
125
|
+
# and model_fields_set contains the field
|
|
126
|
+
if self.rate_limit is None and "rate_limit" in self.model_fields_set:
|
|
127
|
+
_dict['rate_limit'] = None
|
|
128
128
|
|
|
129
129
|
# set to None if download_concurrency (nullable) is None
|
|
130
130
|
# and model_fields_set contains the field
|
|
131
131
|
if self.download_concurrency is None and "download_concurrency" in self.model_fields_set:
|
|
132
132
|
_dict['download_concurrency'] = None
|
|
133
133
|
|
|
134
|
-
# set to None if
|
|
134
|
+
# set to None if username (nullable) is None
|
|
135
135
|
# and model_fields_set contains the field
|
|
136
|
-
if self.
|
|
137
|
-
_dict['
|
|
136
|
+
if self.username is None and "username" in self.model_fields_set:
|
|
137
|
+
_dict['username'] = None
|
|
138
138
|
|
|
139
|
-
# set to None if
|
|
139
|
+
# set to None if password (nullable) is None
|
|
140
140
|
# and model_fields_set contains the field
|
|
141
|
-
if self.
|
|
142
|
-
_dict['
|
|
141
|
+
if self.password is None and "password" in self.model_fields_set:
|
|
142
|
+
_dict['password'] = None
|
|
143
143
|
|
|
144
|
-
# set to None if
|
|
144
|
+
# set to None if proxy_username (nullable) is None
|
|
145
145
|
# and model_fields_set contains the field
|
|
146
|
-
if self.
|
|
147
|
-
_dict['
|
|
146
|
+
if self.proxy_username is None and "proxy_username" in self.model_fields_set:
|
|
147
|
+
_dict['proxy_username'] = None
|
|
148
148
|
|
|
149
|
-
# set to None if
|
|
149
|
+
# set to None if sock_read_timeout (nullable) is None
|
|
150
150
|
# and model_fields_set contains the field
|
|
151
|
-
if self.
|
|
152
|
-
_dict['
|
|
151
|
+
if self.sock_read_timeout is None and "sock_read_timeout" in self.model_fields_set:
|
|
152
|
+
_dict['sock_read_timeout'] = None
|
|
153
153
|
|
|
154
|
-
# set to None if
|
|
154
|
+
# set to None if proxy_password (nullable) is None
|
|
155
155
|
# and model_fields_set contains the field
|
|
156
|
-
if self.
|
|
157
|
-
_dict['
|
|
156
|
+
if self.proxy_password is None and "proxy_password" in self.model_fields_set:
|
|
157
|
+
_dict['proxy_password'] = None
|
|
158
158
|
|
|
159
|
-
# set to None if
|
|
159
|
+
# set to None if connect_timeout (nullable) is None
|
|
160
160
|
# and model_fields_set contains the field
|
|
161
|
-
if self.
|
|
162
|
-
_dict['
|
|
161
|
+
if self.connect_timeout is None and "connect_timeout" in self.model_fields_set:
|
|
162
|
+
_dict['connect_timeout'] = None
|
|
163
163
|
|
|
164
|
-
# set to None if
|
|
164
|
+
# set to None if proxy_url (nullable) is None
|
|
165
165
|
# and model_fields_set contains the field
|
|
166
|
-
if self.
|
|
167
|
-
_dict['
|
|
166
|
+
if self.proxy_url is None and "proxy_url" in self.model_fields_set:
|
|
167
|
+
_dict['proxy_url'] = None
|
|
168
168
|
|
|
169
169
|
return _dict
|
|
170
170
|
|
|
@@ -30,29 +30,29 @@ class AnsibleGitRemoteResponse(BaseModel):
|
|
|
30
30
|
"""
|
|
31
31
|
A serializer for Git Collection Remotes.
|
|
32
32
|
""" # noqa: E501
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
proxy_url: Optional[StrictStr] = Field(default=None, description="The proxy URL. Format: scheme://host:port")
|
|
33
|
+
name: StrictStr = Field(description="A unique name for this remote.")
|
|
34
|
+
total_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
35
|
+
headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
|
|
36
|
+
max_retries: Optional[StrictInt] = Field(default=None, description="Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.")
|
|
37
|
+
ca_cert: Optional[StrictStr] = Field(default=None, description="A PEM encoded CA certificate used to validate the server certificate presented by the remote server.")
|
|
39
38
|
sock_connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
40
|
-
|
|
41
|
-
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
42
|
-
download_concurrency: Optional[StrictInt] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
|
|
39
|
+
tls_validation: Optional[StrictBool] = Field(default=None, description="If True, TLS peer validation must be performed.")
|
|
43
40
|
client_cert: Optional[StrictStr] = Field(default=None, description="A PEM encoded client certificate used for authentication.")
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
pulp_href: Optional[StrictStr] = None
|
|
41
|
+
hidden_fields: Optional[List[AnsibleCollectionRemoteResponseHiddenFieldsInner]] = Field(default=None, description="List of hidden (write only) fields")
|
|
42
|
+
rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
|
|
47
43
|
url: StrictStr = Field(description="The URL of an external content source.")
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
44
|
+
pulp_href: Optional[StrictStr] = None
|
|
45
|
+
download_concurrency: Optional[StrictInt] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
|
|
46
|
+
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
47
|
+
pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the most recent update of the remote.")
|
|
51
48
|
pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
|
|
52
|
-
|
|
49
|
+
sock_read_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
50
|
+
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
51
|
+
connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
52
|
+
proxy_url: Optional[StrictStr] = Field(default=None, description="The proxy URL. Format: scheme://host:port")
|
|
53
53
|
metadata_only: Optional[StrictBool] = Field(default=None, description="If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL.")
|
|
54
54
|
git_ref: Optional[StrictStr] = Field(default=None, description="A git ref. e.g.: branch, tag, or commit sha.")
|
|
55
|
-
__properties: ClassVar[List[str]] = ["
|
|
55
|
+
__properties: ClassVar[List[str]] = ["name", "total_timeout", "headers", "max_retries", "ca_cert", "sock_connect_timeout", "tls_validation", "client_cert", "hidden_fields", "rate_limit", "url", "pulp_href", "download_concurrency", "pulp_labels", "pulp_last_updated", "pulp_created", "sock_read_timeout", "prn", "connect_timeout", "proxy_url", "metadata_only", "git_ref"]
|
|
56
56
|
|
|
57
57
|
model_config = ConfigDict(
|
|
58
58
|
populate_by_name=True,
|
|
@@ -90,10 +90,10 @@ class AnsibleGitRemoteResponse(BaseModel):
|
|
|
90
90
|
* OpenAPI `readOnly` fields are excluded.
|
|
91
91
|
"""
|
|
92
92
|
excluded_fields: Set[str] = set([
|
|
93
|
-
"pulp_last_updated",
|
|
94
|
-
"prn",
|
|
95
93
|
"pulp_href",
|
|
94
|
+
"pulp_last_updated",
|
|
96
95
|
"pulp_created",
|
|
96
|
+
"prn",
|
|
97
97
|
])
|
|
98
98
|
|
|
99
99
|
_dict = self.model_dump(
|
|
@@ -108,55 +108,55 @@ class AnsibleGitRemoteResponse(BaseModel):
|
|
|
108
108
|
if _item_hidden_fields:
|
|
109
109
|
_items.append(_item_hidden_fields.to_dict())
|
|
110
110
|
_dict['hidden_fields'] = _items
|
|
111
|
-
# set to None if
|
|
112
|
-
# and model_fields_set contains the field
|
|
113
|
-
if self.sock_read_timeout is None and "sock_read_timeout" in self.model_fields_set:
|
|
114
|
-
_dict['sock_read_timeout'] = None
|
|
115
|
-
|
|
116
|
-
# set to None if connect_timeout (nullable) is None
|
|
111
|
+
# set to None if total_timeout (nullable) is None
|
|
117
112
|
# and model_fields_set contains the field
|
|
118
|
-
if self.
|
|
119
|
-
_dict['
|
|
113
|
+
if self.total_timeout is None and "total_timeout" in self.model_fields_set:
|
|
114
|
+
_dict['total_timeout'] = None
|
|
120
115
|
|
|
121
|
-
# set to None if
|
|
116
|
+
# set to None if max_retries (nullable) is None
|
|
122
117
|
# and model_fields_set contains the field
|
|
123
|
-
if self.
|
|
124
|
-
_dict['
|
|
118
|
+
if self.max_retries is None and "max_retries" in self.model_fields_set:
|
|
119
|
+
_dict['max_retries'] = None
|
|
125
120
|
|
|
126
|
-
# set to None if
|
|
121
|
+
# set to None if ca_cert (nullable) is None
|
|
127
122
|
# and model_fields_set contains the field
|
|
128
|
-
if self.
|
|
129
|
-
_dict['
|
|
123
|
+
if self.ca_cert is None and "ca_cert" in self.model_fields_set:
|
|
124
|
+
_dict['ca_cert'] = None
|
|
130
125
|
|
|
131
126
|
# set to None if sock_connect_timeout (nullable) is None
|
|
132
127
|
# and model_fields_set contains the field
|
|
133
128
|
if self.sock_connect_timeout is None and "sock_connect_timeout" in self.model_fields_set:
|
|
134
129
|
_dict['sock_connect_timeout'] = None
|
|
135
130
|
|
|
136
|
-
# set to None if download_concurrency (nullable) is None
|
|
137
|
-
# and model_fields_set contains the field
|
|
138
|
-
if self.download_concurrency is None and "download_concurrency" in self.model_fields_set:
|
|
139
|
-
_dict['download_concurrency'] = None
|
|
140
|
-
|
|
141
131
|
# set to None if client_cert (nullable) is None
|
|
142
132
|
# and model_fields_set contains the field
|
|
143
133
|
if self.client_cert is None and "client_cert" in self.model_fields_set:
|
|
144
134
|
_dict['client_cert'] = None
|
|
145
135
|
|
|
146
|
-
# set to None if
|
|
136
|
+
# set to None if rate_limit (nullable) is None
|
|
147
137
|
# and model_fields_set contains the field
|
|
148
|
-
if self.
|
|
149
|
-
_dict['
|
|
138
|
+
if self.rate_limit is None and "rate_limit" in self.model_fields_set:
|
|
139
|
+
_dict['rate_limit'] = None
|
|
150
140
|
|
|
151
|
-
# set to None if
|
|
141
|
+
# set to None if download_concurrency (nullable) is None
|
|
152
142
|
# and model_fields_set contains the field
|
|
153
|
-
if self.
|
|
154
|
-
_dict['
|
|
143
|
+
if self.download_concurrency is None and "download_concurrency" in self.model_fields_set:
|
|
144
|
+
_dict['download_concurrency'] = None
|
|
155
145
|
|
|
156
|
-
# set to None if
|
|
146
|
+
# set to None if sock_read_timeout (nullable) is None
|
|
157
147
|
# and model_fields_set contains the field
|
|
158
|
-
if self.
|
|
159
|
-
_dict['
|
|
148
|
+
if self.sock_read_timeout is None and "sock_read_timeout" in self.model_fields_set:
|
|
149
|
+
_dict['sock_read_timeout'] = None
|
|
150
|
+
|
|
151
|
+
# set to None if connect_timeout (nullable) is None
|
|
152
|
+
# and model_fields_set contains the field
|
|
153
|
+
if self.connect_timeout is None and "connect_timeout" in self.model_fields_set:
|
|
154
|
+
_dict['connect_timeout'] = None
|
|
155
|
+
|
|
156
|
+
# set to None if proxy_url (nullable) is None
|
|
157
|
+
# and model_fields_set contains the field
|
|
158
|
+
if self.proxy_url is None and "proxy_url" in self.model_fields_set:
|
|
159
|
+
_dict['proxy_url'] = None
|
|
160
160
|
|
|
161
161
|
return _dict
|
|
162
162
|
|
|
@@ -28,13 +28,13 @@ class AnsibleRole(BaseModel):
|
|
|
28
28
|
"""
|
|
29
29
|
A serializer for Role versions.
|
|
30
30
|
""" # noqa: E501
|
|
31
|
-
artifact: StrictStr = Field(description="Artifact file representing the physical content")
|
|
32
|
-
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = Field(default=None, description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")
|
|
33
31
|
repository: Optional[StrictStr] = Field(default=None, description="A URI of a repository the new content unit should be associated with.")
|
|
32
|
+
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = Field(default=None, description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")
|
|
33
|
+
artifact: StrictStr = Field(description="Artifact file representing the physical content")
|
|
34
34
|
version: Annotated[str, Field(min_length=1, strict=True)]
|
|
35
35
|
name: Annotated[str, Field(min_length=1, strict=True)]
|
|
36
36
|
namespace: Annotated[str, Field(min_length=1, strict=True)]
|
|
37
|
-
__properties: ClassVar[List[str]] = ["
|
|
37
|
+
__properties: ClassVar[List[str]] = ["repository", "pulp_labels", "artifact", "version", "name", "namespace"]
|
|
38
38
|
|
|
39
39
|
model_config = ConfigDict(
|
|
40
40
|
populate_by_name=True,
|
|
@@ -28,17 +28,17 @@ class AnsibleRoleResponse(BaseModel):
|
|
|
28
28
|
"""
|
|
29
29
|
A serializer for Role versions.
|
|
30
30
|
""" # noqa: E501
|
|
31
|
-
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
32
31
|
pulp_href: Optional[StrictStr] = None
|
|
33
|
-
artifact: StrictStr = Field(description="Artifact file representing the physical content")
|
|
34
|
-
vuln_report: Optional[StrictStr] = None
|
|
35
|
-
pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
|
|
36
32
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = Field(default=None, description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")
|
|
33
|
+
pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
|
|
37
34
|
pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
|
|
35
|
+
prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
|
|
36
|
+
artifact: StrictStr = Field(description="Artifact file representing the physical content")
|
|
37
|
+
vuln_report: Optional[StrictStr] = None
|
|
38
38
|
version: StrictStr
|
|
39
39
|
name: StrictStr
|
|
40
40
|
namespace: StrictStr
|
|
41
|
-
__properties: ClassVar[List[str]] = ["
|
|
41
|
+
__properties: ClassVar[List[str]] = ["pulp_href", "pulp_labels", "pulp_last_updated", "pulp_created", "prn", "artifact", "vuln_report", "version", "name", "namespace"]
|
|
42
42
|
|
|
43
43
|
model_config = ConfigDict(
|
|
44
44
|
populate_by_name=True,
|
|
@@ -77,11 +77,11 @@ class AnsibleRoleResponse(BaseModel):
|
|
|
77
77
|
* OpenAPI `readOnly` fields are excluded.
|
|
78
78
|
"""
|
|
79
79
|
excluded_fields: Set[str] = set([
|
|
80
|
-
"prn",
|
|
81
80
|
"pulp_href",
|
|
82
|
-
"vuln_report",
|
|
83
81
|
"pulp_last_updated",
|
|
84
82
|
"pulp_created",
|
|
83
|
+
"prn",
|
|
84
|
+
"vuln_report",
|
|
85
85
|
])
|
|
86
86
|
|
|
87
87
|
_dict = self.model_dump(
|