pulp_ansible_client 0.5.9 → 0.5.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +21 -21
- data/docs/AnsibleCollectionRemote.md +0 -8
- data/docs/AnsibleCollectionRemoteResponse.md +0 -8
- data/docs/AnsibleCollectionVersionResponse.md +2 -2
- data/docs/AnsibleCollectionsApi.md +2 -2
- data/docs/AnsibleRoleRemote.md +1 -9
- data/docs/AnsibleRoleRemoteResponse.md +1 -9
- data/docs/AnsibleRoleResponse.md +2 -2
- data/docs/ApiCollectionsApi.md +2 -2
- data/docs/ApiRolesApi.md +2 -2
- data/docs/ContentCollectionVersionsApi.md +2 -2
- data/docs/ContentRolesApi.md +2 -2
- data/docs/DistributionsAnsibleApi.md +2 -2
- data/docs/{PaginatedansibleCollectionResponseList.md → InlineResponse200.md} +4 -4
- data/docs/{PaginatedansibleCollectionVersionResponseList.md → InlineResponse2001.md} +4 -4
- data/docs/{PaginatedGalaxyRoleVersionResponseList.md → InlineResponse20010.md} +4 -4
- data/docs/{PaginatedGalaxyCollectionResponseList.md → InlineResponse20011.md} +4 -4
- data/docs/{PaginatedGalaxyCollectionVersionResponseList.md → InlineResponse20012.md} +4 -4
- data/docs/InlineResponse20013.md +21 -0
- data/docs/{PaginatedCollectionResponseListLinks.md → InlineResponse20013Links.md} +2 -2
- data/docs/{PaginatedCollectionResponseListMeta.md → InlineResponse20013Meta.md} +2 -2
- data/docs/InlineResponse20014.md +21 -0
- data/docs/{PaginatedansibleRoleResponseList.md → InlineResponse2002.md} +4 -4
- data/docs/{PaginatedansibleAnsibleDistributionResponseList.md → InlineResponse2003.md} +4 -4
- data/docs/{PaginatedTagResponseList.md → InlineResponse2004.md} +4 -4
- data/docs/{PaginatedansibleCollectionRemoteResponseList.md → InlineResponse2005.md} +4 -4
- data/docs/{PaginatedansibleRoleRemoteResponseList.md → InlineResponse2006.md} +4 -4
- data/docs/{PaginatedansibleAnsibleRepositoryResponseList.md → InlineResponse2007.md} +4 -4
- data/docs/{PaginatedRepositoryVersionResponseList.md → InlineResponse2008.md} +4 -4
- data/docs/{PaginatedGalaxyRoleResponseList.md → InlineResponse2009.md} +4 -4
- data/docs/PatchedansibleCollectionRemote.md +0 -8
- data/docs/PatchedansibleRoleRemote.md +1 -9
- data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +2 -2
- data/docs/PulpAnsibleGalaxyApiV3VersionsApi.md +2 -2
- data/docs/PulpAnsibleTagsApi.md +2 -2
- data/docs/RemotesCollectionApi.md +2 -2
- data/docs/RemotesRoleApi.md +2 -2
- data/docs/RepositoriesAnsibleApi.md +2 -2
- data/docs/RepositoriesAnsibleVersionsApi.md +4 -4
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/VersionsApi.md +4 -4
- data/lib/pulp_ansible_client/api/ansible_collections_api.rb +4 -4
- data/lib/pulp_ansible_client/api/ansible_copy_api.rb +1 -1
- data/lib/pulp_ansible_client/api/api_collections_api.rb +4 -4
- data/lib/pulp_ansible_client/api/api_roles_api.rb +4 -4
- data/lib/pulp_ansible_client/api/collection_import_api.rb +1 -1
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +4 -4
- data/lib/pulp_ansible_client/api/content_roles_api.rb +4 -4
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +4 -4
- data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +1 -1
- data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +1 -1
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +4 -4
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v2_versions_api.rb +1 -1
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_api.rb +1 -1
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api.rb +1 -1
- data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_versions_api.rb +4 -4
- data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +4 -4
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +4 -4
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +4 -4
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +4 -4
- data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +8 -8
- data/lib/pulp_ansible_client/api/versions_api.rb +7 -7
- data/lib/pulp_ansible_client/api_client.rb +12 -8
- data/lib/pulp_ansible_client/api_error.rb +1 -1
- data/lib/pulp_ansible_client/configuration.rb +8 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +2 -106
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +2 -106
- data/lib/pulp_ansible_client/models/ansible_collection_response.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +12 -12
- data/lib/pulp_ansible_client/models/ansible_role.rb +1 -1
- data/lib/pulp_ansible_client/models/ansible_role_remote.rb +5 -109
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +5 -109
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +12 -12
- data/lib/pulp_ansible_client/models/ansible_tag_response.rb +1 -1
- data/lib/pulp_ansible_client/models/artifact_ref_response.rb +1 -1
- data/lib/pulp_ansible_client/models/async_operation_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_metadata_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_namespace_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_one_shot.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_ref_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
- data/lib/pulp_ansible_client/models/collection_version_response.rb +1 -1
- data/lib/pulp_ansible_client/models/content_summary.rb +1 -1
- data/lib/pulp_ansible_client/models/content_summary_response.rb +1 -1
- data/lib/pulp_ansible_client/models/copy.rb +1 -1
- data/lib/pulp_ansible_client/models/galaxy_collection.rb +1 -1
- data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +1 -1
- data/lib/pulp_ansible_client/models/galaxy_collection_version_response.rb +1 -1
- data/lib/pulp_ansible_client/models/galaxy_role_response.rb +1 -1
- data/lib/pulp_ansible_client/models/galaxy_role_version_response.rb +1 -1
- data/lib/pulp_ansible_client/models/{paginatedansible_collection_response_list.rb → inline_response200.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginatedansible_collection_version_response_list.rb → inline_response2001.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_galaxy_role_version_response_list.rb → inline_response20010.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_response_list.rb → inline_response20011.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_version_response_list.rb → inline_response20012.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_collection_response_list.rb → inline_response20013.rb} +6 -6
- data/lib/pulp_ansible_client/models/{paginated_collection_response_list_links.rb → inline_response20013_links.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_collection_response_list_meta.rb → inline_response20013_meta.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_collection_version_response_list.rb → inline_response20014.rb} +6 -6
- data/lib/pulp_ansible_client/models/{paginatedansible_role_response_list.rb → inline_response2002.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginatedansible_ansible_distribution_response_list.rb → inline_response2003.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_tag_response_list.rb → inline_response2004.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginatedansible_collection_remote_response_list.rb → inline_response2005.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginatedansible_role_remote_response_list.rb → inline_response2006.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginatedansible_ansible_repository_response_list.rb → inline_response2007.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_repository_version_response_list.rb → inline_response2008.rb} +4 -4
- data/lib/pulp_ansible_client/models/{paginated_galaxy_role_response_list.rb → inline_response2009.rb} +4 -4
- data/lib/pulp_ansible_client/models/patched_collection.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +1 -1
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +2 -106
- data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +5 -109
- data/lib/pulp_ansible_client/models/policy_enum.rb +1 -1
- data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +3 -3
- data/lib/pulp_ansible_client/models/repository_sync_url.rb +1 -1
- data/lib/pulp_ansible_client/models/repository_version.rb +1 -1
- data/lib/pulp_ansible_client/models/repository_version_response.rb +1 -1
- data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
- data/lib/pulp_ansible_client/version.rb +2 -2
- data/lib/pulp_ansible_client.rb +18 -18
- data/pulp_ansible_client.gemspec +1 -1
- data/spec/api/ansible_collections_api_spec.rb +2 -2
- data/spec/api/ansible_copy_api_spec.rb +1 -1
- data/spec/api/api_collections_api_spec.rb +2 -2
- data/spec/api/api_roles_api_spec.rb +2 -2
- data/spec/api/collection_import_api_spec.rb +1 -1
- data/spec/api/content_collection_versions_api_spec.rb +2 -2
- data/spec/api/content_roles_api_spec.rb +2 -2
- data/spec/api/distributions_ansible_api_spec.rb +2 -2
- data/spec/api/galaxy_detail_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_api_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_galaxy_api_v2_versions_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api_spec.rb +1 -1
- data/spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb +2 -2
- data/spec/api/pulp_ansible_tags_api_spec.rb +2 -2
- data/spec/api/remotes_collection_api_spec.rb +2 -2
- data/spec/api/remotes_role_api_spec.rb +2 -2
- data/spec/api/repositories_ansible_api_spec.rb +2 -2
- data/spec/api/repositories_ansible_versions_api_spec.rb +4 -4
- data/spec/api/versions_api_spec.rb +3 -3
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/ansible_ansible_distribution_response_spec.rb +1 -1
- data/spec/models/ansible_ansible_distribution_spec.rb +1 -1
- data/spec/models/ansible_ansible_repository_response_spec.rb +1 -1
- data/spec/models/ansible_ansible_repository_spec.rb +1 -1
- data/spec/models/ansible_collection_remote_response_spec.rb +1 -25
- data/spec/models/ansible_collection_remote_spec.rb +1 -25
- data/spec/models/ansible_collection_response_spec.rb +1 -1
- data/spec/models/ansible_collection_version_response_spec.rb +3 -3
- data/spec/models/ansible_collection_version_spec.rb +1 -1
- data/spec/models/ansible_role_remote_response_spec.rb +1 -25
- data/spec/models/ansible_role_remote_spec.rb +1 -25
- data/spec/models/ansible_role_response_spec.rb +3 -3
- data/spec/models/ansible_role_spec.rb +1 -1
- data/spec/models/ansible_tag_response_spec.rb +1 -1
- data/spec/models/artifact_ref_response_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/collection_import_detail_response_spec.rb +1 -1
- data/spec/models/collection_metadata_response_spec.rb +1 -1
- data/spec/models/collection_namespace_response_spec.rb +1 -1
- data/spec/models/collection_one_shot_spec.rb +1 -1
- data/spec/models/collection_ref_response_spec.rb +1 -1
- data/spec/models/collection_response_spec.rb +1 -1
- data/spec/models/collection_version_docs_response_spec.rb +1 -1
- data/spec/models/collection_version_response_spec.rb +1 -1
- data/spec/models/content_summary_response_spec.rb +1 -1
- data/spec/models/content_summary_spec.rb +1 -1
- data/spec/models/copy_spec.rb +1 -1
- data/spec/models/galaxy_collection_response_spec.rb +1 -1
- data/spec/models/galaxy_collection_spec.rb +1 -1
- data/spec/models/galaxy_collection_version_response_spec.rb +1 -1
- data/spec/models/galaxy_role_response_spec.rb +1 -1
- data/spec/models/galaxy_role_version_response_spec.rb +1 -1
- data/spec/models/{paginated_tag_response_list_spec.rb → inline_response20010_spec.rb} +7 -7
- data/spec/models/{paginated_galaxy_role_response_list_spec.rb → inline_response20011_spec.rb} +7 -7
- data/spec/models/{paginatedansible_role_response_list_spec.rb → inline_response20012_spec.rb} +7 -7
- data/spec/models/{paginated_collection_response_list_links_spec.rb → inline_response20013_links_spec.rb} +7 -7
- data/spec/models/{paginated_collection_response_list_meta_spec.rb → inline_response20013_meta_spec.rb} +7 -7
- data/spec/models/{paginated_collection_response_list_spec.rb → inline_response20013_spec.rb} +7 -7
- data/spec/models/{paginated_collection_version_response_list_spec.rb → inline_response20014_spec.rb} +7 -7
- data/spec/models/{paginated_galaxy_collection_response_list_spec.rb → inline_response2001_spec.rb} +7 -7
- data/spec/models/inline_response2002_spec.rb +59 -0
- data/spec/models/inline_response2003_spec.rb +59 -0
- data/spec/models/inline_response2004_spec.rb +59 -0
- data/spec/models/inline_response2005_spec.rb +59 -0
- data/spec/models/inline_response2006_spec.rb +59 -0
- data/spec/models/inline_response2007_spec.rb +59 -0
- data/spec/models/inline_response2008_spec.rb +59 -0
- data/spec/models/inline_response2009_spec.rb +59 -0
- data/spec/models/inline_response200_spec.rb +59 -0
- data/spec/models/patched_collection_spec.rb +1 -1
- data/spec/models/patchedansible_ansible_distribution_spec.rb +1 -1
- data/spec/models/patchedansible_ansible_repository_spec.rb +1 -1
- data/spec/models/patchedansible_collection_remote_spec.rb +1 -25
- data/spec/models/patchedansible_role_remote_spec.rb +1 -25
- data/spec/models/policy_enum_spec.rb +1 -1
- data/spec/models/repository_add_remove_content_spec.rb +1 -1
- data/spec/models/repository_sync_url_spec.rb +1 -1
- data/spec/models/repository_version_response_spec.rb +1 -1
- data/spec/models/repository_version_spec.rb +1 -1
- data/spec/models/tag_response_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +117 -117
- data/docs/PaginatedCollectionResponseList.md +0 -21
- data/docs/PaginatedCollectionVersionResponseList.md +0 -21
- data/spec/models/paginated_galaxy_collection_version_response_list_spec.rb +0 -59
- data/spec/models/paginated_galaxy_role_version_response_list_spec.rb +0 -59
- data/spec/models/paginated_repository_version_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_ansible_distribution_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_ansible_repository_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_collection_remote_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_collection_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_collection_version_response_list_spec.rb +0 -59
- data/spec/models/paginatedansible_role_remote_response_list_spec.rb +0 -59
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3bcad6a0b191fc1391ec05ac791489038e2793e699ac035f301105bdfcaf842
|
4
|
+
data.tar.gz: c3da1cddde705dcc822f314b1e29ab6bc78e69b8884e919ea2a4dd5d44cf7df3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4eb98dddfb1e7f855984342ee89308f55a15cb9715d10a50ffe9e3a5d2cef13cf3130d91b9345d1c840fd74e8c060835755f19f04542e5057935e3a5999dae18
|
7
|
+
data.tar.gz: 7236563f16537c71a5b3c15351e3f16c30eb375972806cd7e52baaed7aec64519986e725b18cf9632a920e1c69e66a903b6d1b6e7163f4d0102732501eaf50a6
|
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 0.5.
|
10
|
+
- Package version: 0.5.10
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_ansible_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_ansible_client-0.5.
|
27
|
+
gem install ./pulp_ansible_client-0.5.10.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.5.
|
30
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.5.10.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_ansible_client', '~> 0.5.
|
36
|
+
gem 'pulp_ansible_client', '~> 0.5.10'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -183,23 +183,23 @@ Class | Method | HTTP request | Description
|
|
183
183
|
- [PulpAnsibleClient::GalaxyCollectionVersionResponse](docs/GalaxyCollectionVersionResponse.md)
|
184
184
|
- [PulpAnsibleClient::GalaxyRoleResponse](docs/GalaxyRoleResponse.md)
|
185
185
|
- [PulpAnsibleClient::GalaxyRoleVersionResponse](docs/GalaxyRoleVersionResponse.md)
|
186
|
-
- [PulpAnsibleClient::
|
187
|
-
- [PulpAnsibleClient::
|
188
|
-
- [PulpAnsibleClient::
|
189
|
-
- [PulpAnsibleClient::
|
190
|
-
- [PulpAnsibleClient::
|
191
|
-
- [PulpAnsibleClient::
|
192
|
-
- [PulpAnsibleClient::
|
193
|
-
- [PulpAnsibleClient::
|
194
|
-
- [PulpAnsibleClient::
|
195
|
-
- [PulpAnsibleClient::
|
196
|
-
- [PulpAnsibleClient::
|
197
|
-
- [PulpAnsibleClient::
|
198
|
-
- [PulpAnsibleClient::
|
199
|
-
- [PulpAnsibleClient::
|
200
|
-
- [PulpAnsibleClient::
|
201
|
-
- [PulpAnsibleClient::
|
202
|
-
- [PulpAnsibleClient::
|
186
|
+
- [PulpAnsibleClient::InlineResponse200](docs/InlineResponse200.md)
|
187
|
+
- [PulpAnsibleClient::InlineResponse2001](docs/InlineResponse2001.md)
|
188
|
+
- [PulpAnsibleClient::InlineResponse20010](docs/InlineResponse20010.md)
|
189
|
+
- [PulpAnsibleClient::InlineResponse20011](docs/InlineResponse20011.md)
|
190
|
+
- [PulpAnsibleClient::InlineResponse20012](docs/InlineResponse20012.md)
|
191
|
+
- [PulpAnsibleClient::InlineResponse20013](docs/InlineResponse20013.md)
|
192
|
+
- [PulpAnsibleClient::InlineResponse20013Links](docs/InlineResponse20013Links.md)
|
193
|
+
- [PulpAnsibleClient::InlineResponse20013Meta](docs/InlineResponse20013Meta.md)
|
194
|
+
- [PulpAnsibleClient::InlineResponse20014](docs/InlineResponse20014.md)
|
195
|
+
- [PulpAnsibleClient::InlineResponse2002](docs/InlineResponse2002.md)
|
196
|
+
- [PulpAnsibleClient::InlineResponse2003](docs/InlineResponse2003.md)
|
197
|
+
- [PulpAnsibleClient::InlineResponse2004](docs/InlineResponse2004.md)
|
198
|
+
- [PulpAnsibleClient::InlineResponse2005](docs/InlineResponse2005.md)
|
199
|
+
- [PulpAnsibleClient::InlineResponse2006](docs/InlineResponse2006.md)
|
200
|
+
- [PulpAnsibleClient::InlineResponse2007](docs/InlineResponse2007.md)
|
201
|
+
- [PulpAnsibleClient::InlineResponse2008](docs/InlineResponse2008.md)
|
202
|
+
- [PulpAnsibleClient::InlineResponse2009](docs/InlineResponse2009.md)
|
203
203
|
- [PulpAnsibleClient::PatchedCollection](docs/PatchedCollection.md)
|
204
204
|
- [PulpAnsibleClient::PatchedansibleAnsibleDistribution](docs/PatchedansibleAnsibleDistribution.md)
|
205
205
|
- [PulpAnsibleClient::PatchedansibleAnsibleRepository](docs/PatchedansibleAnsibleRepository.md)
|
@@ -15,10 +15,6 @@ Name | Type | Description | Notes
|
|
15
15
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
16
16
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
17
17
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
|
18
|
-
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
|
19
|
-
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
20
|
-
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
21
|
-
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
22
18
|
**requirements_file** | **String** | The string version of Collection requirements yaml. | [optional]
|
23
19
|
**auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional]
|
24
20
|
**token** | **String** | The token key to use for authentication. See https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#configuring-the-ansible-galaxy-clientfor more details | [optional]
|
@@ -39,10 +35,6 @@ instance = PulpAnsibleClient::AnsibleCollectionRemote.new(name: null,
|
|
39
35
|
password: null,
|
40
36
|
download_concurrency: null,
|
41
37
|
policy: null,
|
42
|
-
total_timeout: null,
|
43
|
-
connect_timeout: null,
|
44
|
-
sock_connect_timeout: null,
|
45
|
-
sock_read_timeout: null,
|
46
38
|
requirements_file: null,
|
47
39
|
auth_url: null,
|
48
40
|
token: null)
|
@@ -18,10 +18,6 @@ Name | Type | Description | Notes
|
|
18
18
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
20
20
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
|
21
|
-
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
|
22
|
-
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
23
|
-
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
24
|
-
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
25
21
|
**requirements_file** | **String** | The string version of Collection requirements yaml. | [optional]
|
26
22
|
**auth_url** | **String** | The URL to receive a session token from, e.g. used with Automation Hub. | [optional]
|
27
23
|
**token** | **String** | The token key to use for authentication. See https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#configuring-the-ansible-galaxy-clientfor more details | [optional]
|
@@ -45,10 +41,6 @@ instance = PulpAnsibleClient::AnsibleCollectionRemoteResponse.new(pulp_href: nul
|
|
45
41
|
pulp_last_updated: null,
|
46
42
|
download_concurrency: null,
|
47
43
|
policy: null,
|
48
|
-
total_timeout: null,
|
49
|
-
connect_timeout: null,
|
50
|
-
sock_connect_timeout: null,
|
51
|
-
sock_read_timeout: null,
|
52
44
|
requirements_file: null,
|
53
45
|
auth_url: null,
|
54
46
|
token: null)
|
@@ -5,8 +5,8 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**artifact** | **String** | Artifact file representing the physical content |
|
9
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**artifact** | **String** | Artifact file representing the physical content |
|
10
10
|
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
11
11
|
**sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
|
12
12
|
**sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
|
@@ -35,8 +35,8 @@ Name | Type | Description | Notes
|
|
35
35
|
require 'PulpAnsibleClient'
|
36
36
|
|
37
37
|
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_href: null,
|
38
|
-
artifact: null,
|
39
38
|
pulp_created: null,
|
39
|
+
artifact: null,
|
40
40
|
md5: null,
|
41
41
|
sha1: null,
|
42
42
|
sha224: null,
|
@@ -11,7 +11,7 @@ Method | HTTP request | Description
|
|
11
11
|
|
12
12
|
## list
|
13
13
|
|
14
|
-
>
|
14
|
+
> InlineResponse200 list(opts)
|
15
15
|
|
16
16
|
List collections
|
17
17
|
|
@@ -64,7 +64,7 @@ Name | Type | Description | Notes
|
|
64
64
|
|
65
65
|
### Return type
|
66
66
|
|
67
|
-
[**
|
67
|
+
[**InlineResponse200**](InlineResponse200.md)
|
68
68
|
|
69
69
|
### Authorization
|
70
70
|
|
data/docs/AnsibleRoleRemote.md
CHANGED
@@ -15,10 +15,6 @@ Name | Type | Description | Notes
|
|
15
15
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
16
16
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
17
17
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
|
18
|
-
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
|
19
|
-
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
20
|
-
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
21
|
-
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
22
18
|
|
23
19
|
## Code Sample
|
24
20
|
|
@@ -35,11 +31,7 @@ instance = PulpAnsibleClient::AnsibleRoleRemote.new(name: null,
|
|
35
31
|
username: null,
|
36
32
|
password: null,
|
37
33
|
download_concurrency: null,
|
38
|
-
policy: null
|
39
|
-
total_timeout: null,
|
40
|
-
connect_timeout: null,
|
41
|
-
sock_connect_timeout: null,
|
42
|
-
sock_read_timeout: null)
|
34
|
+
policy: null)
|
43
35
|
```
|
44
36
|
|
45
37
|
|
@@ -18,10 +18,6 @@ Name | Type | Description | Notes
|
|
18
18
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
20
20
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. | [optional]
|
21
|
-
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
|
22
|
-
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
23
|
-
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
24
|
-
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
25
21
|
|
26
22
|
## Code Sample
|
27
23
|
|
@@ -41,11 +37,7 @@ instance = PulpAnsibleClient::AnsibleRoleRemoteResponse.new(pulp_href: null,
|
|
41
37
|
password: null,
|
42
38
|
pulp_last_updated: null,
|
43
39
|
download_concurrency: null,
|
44
|
-
policy: null
|
45
|
-
total_timeout: null,
|
46
|
-
connect_timeout: null,
|
47
|
-
sock_connect_timeout: null,
|
48
|
-
sock_read_timeout: null)
|
40
|
+
policy: null)
|
49
41
|
```
|
50
42
|
|
51
43
|
|
data/docs/AnsibleRoleResponse.md
CHANGED
@@ -5,8 +5,8 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**artifact** | **String** | Artifact file representing the physical content |
|
9
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**artifact** | **String** | Artifact file representing the physical content |
|
10
10
|
**version** | **String** | |
|
11
11
|
**name** | **String** | |
|
12
12
|
**namespace** | **String** | |
|
@@ -17,8 +17,8 @@ Name | Type | Description | Notes
|
|
17
17
|
require 'PulpAnsibleClient'
|
18
18
|
|
19
19
|
instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_href: null,
|
20
|
-
artifact: null,
|
21
20
|
pulp_created: null,
|
21
|
+
artifact: null,
|
22
22
|
version: null,
|
23
23
|
name: null,
|
24
24
|
namespace: null)
|
data/docs/ApiCollectionsApi.md
CHANGED
@@ -11,7 +11,7 @@ Method | HTTP request | Description
|
|
11
11
|
|
12
12
|
## get
|
13
13
|
|
14
|
-
>
|
14
|
+
> InlineResponse20011 get(ansible_collection_href, opts)
|
15
15
|
|
16
16
|
|
17
17
|
|
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
|
|
51
51
|
|
52
52
|
### Return type
|
53
53
|
|
54
|
-
[**
|
54
|
+
[**InlineResponse20011**](InlineResponse20011.md)
|
55
55
|
|
56
56
|
### Authorization
|
57
57
|
|
data/docs/ApiRolesApi.md
CHANGED
@@ -10,7 +10,7 @@ Method | HTTP request | Description
|
|
10
10
|
|
11
11
|
## get
|
12
12
|
|
13
|
-
>
|
13
|
+
> InlineResponse2009 get(ansible_role_href, opts)
|
14
14
|
|
15
15
|
|
16
16
|
|
@@ -52,7 +52,7 @@ Name | Type | Description | Notes
|
|
52
52
|
|
53
53
|
### Return type
|
54
54
|
|
55
|
-
[**
|
55
|
+
[**InlineResponse2009**](InlineResponse2009.md)
|
56
56
|
|
57
57
|
### Authorization
|
58
58
|
|
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
|
|
65
65
|
|
66
66
|
## list
|
67
67
|
|
68
|
-
>
|
68
|
+
> InlineResponse2001 list(opts)
|
69
69
|
|
70
70
|
List collection versions
|
71
71
|
|
@@ -132,7 +132,7 @@ Name | Type | Description | Notes
|
|
132
132
|
|
133
133
|
### Return type
|
134
134
|
|
135
|
-
[**
|
135
|
+
[**InlineResponse2001**](InlineResponse2001.md)
|
136
136
|
|
137
137
|
### Authorization
|
138
138
|
|
data/docs/ContentRolesApi.md
CHANGED
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
|
|
65
65
|
|
66
66
|
## list
|
67
67
|
|
68
|
-
>
|
68
|
+
> InlineResponse2002 list(opts)
|
69
69
|
|
70
70
|
List roles
|
71
71
|
|
@@ -126,7 +126,7 @@ Name | Type | Description | Notes
|
|
126
126
|
|
127
127
|
### Return type
|
128
128
|
|
129
|
-
[**
|
129
|
+
[**InlineResponse2002**](InlineResponse2002.md)
|
130
130
|
|
131
131
|
### Authorization
|
132
132
|
|
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
|
|
121
121
|
|
122
122
|
## list
|
123
123
|
|
124
|
-
>
|
124
|
+
> InlineResponse2003 list(opts)
|
125
125
|
|
126
126
|
List ansible distributions
|
127
127
|
|
@@ -182,7 +182,7 @@ Name | Type | Description | Notes
|
|
182
182
|
|
183
183
|
### Return type
|
184
184
|
|
185
|
-
[**
|
185
|
+
[**InlineResponse2003**](InlineResponse2003.md)
|
186
186
|
|
187
187
|
### Authorization
|
188
188
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpAnsibleClient::
|
1
|
+
# PulpAnsibleClient::InlineResponse200
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpAnsibleClient'
|
16
16
|
|
17
|
-
instance = PulpAnsibleClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpAnsibleClient::InlineResponse200.new(count: 123,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpAnsibleClient::
|
1
|
+
# PulpAnsibleClient::InlineResponse2001
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpAnsibleClient'
|
16
16
|
|
17
|
-
instance = PulpAnsibleClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpAnsibleClient::InlineResponse2001.new(count: 123,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpAnsibleClient::
|
1
|
+
# PulpAnsibleClient::InlineResponse20010
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpAnsibleClient'
|
16
16
|
|
17
|
-
instance = PulpAnsibleClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpAnsibleClient::InlineResponse20010.new(count: 123,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpAnsibleClient::
|
1
|
+
# PulpAnsibleClient::InlineResponse20011
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpAnsibleClient'
|
16
16
|
|
17
|
-
instance = PulpAnsibleClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpAnsibleClient::InlineResponse20011.new(count: 123,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpAnsibleClient::
|
1
|
+
# PulpAnsibleClient::InlineResponse20012
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpAnsibleClient'
|
16
16
|
|
17
|
-
instance = PulpAnsibleClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpAnsibleClient::InlineResponse20012.new(count: 123,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# PulpAnsibleClient::InlineResponse20013
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**meta** | [**InlineResponse20013Meta**](InlineResponse20013Meta.md) | | [optional]
|
8
|
+
**links** | [**InlineResponse20013Links**](InlineResponse20013Links.md) | | [optional]
|
9
|
+
**data** | [**Array<CollectionResponse>**](CollectionResponse.md) | | [optional]
|
10
|
+
|
11
|
+
## Code Sample
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'PulpAnsibleClient'
|
15
|
+
|
16
|
+
instance = PulpAnsibleClient::InlineResponse20013.new(meta: null,
|
17
|
+
links: null,
|
18
|
+
data: null)
|
19
|
+
```
|
20
|
+
|
21
|
+
|