pulp_rpm_client 3.11.1 → 3.11.2
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 +19 -20
- data/docs/ContentAdvisoriesApi.md +30 -30
- data/docs/ContentDistributionTreesApi.md +8 -8
- data/docs/ContentModulemdDefaultsApi.md +18 -18
- data/docs/ContentModulemdsApi.md +18 -18
- data/docs/ContentPackagecategoriesApi.md +8 -8
- data/docs/ContentPackageenvironmentsApi.md +8 -8
- data/docs/ContentPackagegroupsApi.md +8 -8
- data/docs/ContentPackagelangpacksApi.md +8 -8
- data/docs/ContentPackagesApi.md +50 -50
- data/docs/ContentRepoMetadataFilesApi.md +8 -8
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +3 -3
- data/docs/DistributionsRpmApi.md +14 -22
- data/docs/{PaginatedrpmUpdateRecordResponseList.md → InlineResponse200.md} +4 -4
- data/docs/{PaginatedrpmDistributionTreeResponseList.md → InlineResponse2001.md} +4 -4
- data/docs/{PaginatedrpmRpmDistributionResponseList.md → InlineResponse20010.md} +4 -4
- data/docs/{PaginatedrpmRpmPublicationResponseList.md → InlineResponse20011.md} +4 -4
- data/docs/{PaginatedrpmRpmRemoteResponseList.md → InlineResponse20012.md} +4 -4
- data/docs/{PaginatedrpmRpmRepositoryResponseList.md → InlineResponse20013.md} +4 -4
- data/docs/{PaginatedRepositoryVersionResponseList.md → InlineResponse20014.md} +4 -4
- data/docs/{PaginatedrpmModulemdDefaultsResponseList.md → InlineResponse2002.md} +4 -4
- data/docs/{PaginatedrpmModulemdResponseList.md → InlineResponse2003.md} +4 -4
- data/docs/{PaginatedrpmPackageCategoryResponseList.md → InlineResponse2004.md} +4 -4
- data/docs/{PaginatedrpmPackageEnvironmentResponseList.md → InlineResponse2005.md} +4 -4
- data/docs/{PaginatedrpmPackageGroupResponseList.md → InlineResponse2006.md} +4 -4
- data/docs/{PaginatedrpmPackageLangpacksResponseList.md → InlineResponse2007.md} +4 -4
- data/docs/{PaginatedrpmPackageResponseList.md → InlineResponse2008.md} +4 -4
- data/docs/{PaginatedrpmRepoMetadataFileResponseList.md → InlineResponse2009.md} +4 -4
- data/docs/PatchedrpmRpmDistribution.md +0 -2
- data/docs/PatchedrpmRpmRemote.md +1 -19
- data/docs/PatchedrpmRpmRepository.md +1 -3
- data/docs/PublicationsRpmApi.md +16 -16
- data/docs/RemotesRpmApi.md +18 -26
- data/docs/RepositoriesRpmApi.md +6 -14
- data/docs/RepositoriesRpmVersionsApi.md +32 -32
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RpmRepositorySyncURL.md +1 -1
- data/docs/RpmRpmDistribution.md +0 -2
- data/docs/RpmRpmDistributionResponse.md +0 -2
- data/docs/RpmRpmRemote.md +1 -19
- data/docs/RpmRpmRemoteResponse.md +7 -15
- data/docs/RpmRpmRepository.md +1 -3
- data/docs/RpmRpmRepositoryResponse.md +0 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +36 -36
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +10 -10
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +22 -22
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +22 -22
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +10 -10
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +10 -10
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +10 -10
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +10 -10
- data/lib/pulp_rpm_client/api/content_packages_api.rb +60 -60
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +10 -10
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +18 -30
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +19 -19
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +22 -34
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +9 -21
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +38 -38
- data/lib/pulp_rpm_client/api/rpm_copy_api.rb +1 -1
- data/lib/pulp_rpm_client/api_client.rb +12 -8
- data/lib/pulp_rpm_client/api_error.rb +1 -1
- data/lib/pulp_rpm_client/configuration.rb +8 -1
- data/lib/pulp_rpm_client/models/addon_response.rb +1 -1
- data/lib/pulp_rpm_client/models/artifact_response.rb +1 -1
- data/lib/pulp_rpm_client/models/async_operation_response.rb +1 -1
- data/lib/pulp_rpm_client/models/checksum_response.rb +1 -1
- data/lib/pulp_rpm_client/models/content_summary.rb +7 -13
- data/lib/pulp_rpm_client/models/content_summary_response.rb +7 -13
- data/lib/pulp_rpm_client/models/copy.rb +1 -1
- data/lib/pulp_rpm_client/models/image_response.rb +1 -1
- data/lib/pulp_rpm_client/models/{paginatedrpm_update_record_response_list.rb → inline_response200.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_distribution_tree_response_list.rb → inline_response2001.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_rpm_distribution_response_list.rb → inline_response20010.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_rpm_publication_response_list.rb → inline_response20011.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_rpm_remote_response_list.rb → inline_response20012.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_rpm_repository_response_list.rb → inline_response20013.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginated_repository_version_response_list.rb → inline_response20014.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_modulemd_defaults_response_list.rb → inline_response2002.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_modulemd_response_list.rb → inline_response2003.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_package_category_response_list.rb → inline_response2004.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_package_environment_response_list.rb → inline_response2005.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_package_group_response_list.rb → inline_response2006.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_package_langpacks_response_list.rb → inline_response2007.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_package_response_list.rb → inline_response2008.rb} +4 -4
- data/lib/pulp_rpm_client/models/{paginatedrpm_repo_metadata_file_response_list.rb → inline_response2009.rb} +4 -4
- data/lib/pulp_rpm_client/models/metadata_checksum_type_enum.rb +1 -1
- data/lib/pulp_rpm_client/models/package_checksum_type_enum.rb +1 -1
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +2 -11
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +3 -161
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +2 -11
- data/lib/pulp_rpm_client/models/policy_enum.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +3 -3
- data/lib/pulp_rpm_client/models/repository_version.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_version_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_distribution_tree_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +2 -11
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +2 -11
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +3 -161
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +33 -136
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +2 -11
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +2 -11
- data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_record.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +1 -1
- data/lib/pulp_rpm_client/models/variant_response.rb +1 -1
- data/lib/pulp_rpm_client/version.rb +2 -2
- data/lib/pulp_rpm_client.rb +16 -17
- data/pulp_rpm_client.gemspec +1 -1
- data/spec/api/content_advisories_api_spec.rb +16 -16
- data/spec/api/content_distribution_trees_api_spec.rb +5 -5
- data/spec/api/content_modulemd_defaults_api_spec.rb +10 -10
- data/spec/api/content_modulemds_api_spec.rb +10 -10
- data/spec/api/content_packagecategories_api_spec.rb +5 -5
- data/spec/api/content_packageenvironments_api_spec.rb +5 -5
- data/spec/api/content_packagegroups_api_spec.rb +5 -5
- data/spec/api/content_packagelangpacks_api_spec.rb +5 -5
- data/spec/api/content_packages_api_spec.rb +26 -26
- data/spec/api/content_repo_metadata_files_api_spec.rb +5 -5
- data/spec/api/distributions_rpm_api_spec.rb +8 -12
- data/spec/api/publications_rpm_api_spec.rb +9 -9
- data/spec/api/remotes_rpm_api_spec.rb +10 -14
- data/spec/api/repositories_rpm_api_spec.rb +4 -8
- data/spec/api/repositories_rpm_versions_api_spec.rb +18 -18
- data/spec/api/rpm_copy_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/addon_response_spec.rb +1 -1
- data/spec/models/artifact_response_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/checksum_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/image_response_spec.rb +1 -1
- data/spec/models/{paginatedrpm_package_response_list_spec.rb → inline_response20010_spec.rb} +7 -7
- data/spec/models/{paginatedrpm_modulemd_response_list_spec.rb → inline_response20011_spec.rb} +7 -7
- data/spec/models/{paginatedrpm_rpm_remote_response_list_spec.rb → inline_response20012_spec.rb} +7 -7
- data/spec/models/{paginatedrpm_package_group_response_list_spec.rb → inline_response20013_spec.rb} +7 -7
- data/spec/models/inline_response20014_spec.rb +59 -0
- data/spec/models/inline_response2001_spec.rb +59 -0
- 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/metadata_checksum_type_enum_spec.rb +1 -1
- data/spec/models/package_checksum_type_enum_spec.rb +1 -1
- data/spec/models/patchedrpm_rpm_distribution_spec.rb +1 -7
- data/spec/models/patchedrpm_rpm_remote_spec.rb +1 -55
- data/spec/models/patchedrpm_rpm_repository_spec.rb +1 -7
- data/spec/models/policy_enum_spec.rb +1 -1
- data/spec/models/repository_add_remove_content_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/rpm_distribution_tree_response_spec.rb +1 -1
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +1 -1
- data/spec/models/rpm_modulemd_defaults_spec.rb +1 -1
- data/spec/models/rpm_modulemd_response_spec.rb +1 -1
- data/spec/models/rpm_modulemd_spec.rb +1 -1
- data/spec/models/rpm_package_category_response_spec.rb +1 -1
- data/spec/models/rpm_package_environment_response_spec.rb +1 -1
- data/spec/models/rpm_package_group_response_spec.rb +1 -1
- data/spec/models/rpm_package_langpacks_response_spec.rb +1 -1
- data/spec/models/rpm_package_response_spec.rb +1 -1
- data/spec/models/rpm_package_spec.rb +1 -1
- data/spec/models/rpm_repo_metadata_file_response_spec.rb +1 -1
- data/spec/models/rpm_repository_sync_url_spec.rb +1 -1
- data/spec/models/rpm_rpm_distribution_response_spec.rb +1 -7
- data/spec/models/rpm_rpm_distribution_spec.rb +1 -7
- data/spec/models/rpm_rpm_publication_response_spec.rb +1 -1
- data/spec/models/rpm_rpm_publication_spec.rb +1 -1
- data/spec/models/rpm_rpm_remote_response_spec.rb +9 -33
- data/spec/models/rpm_rpm_remote_spec.rb +1 -55
- data/spec/models/rpm_rpm_repository_response_spec.rb +1 -7
- data/spec/models/rpm_rpm_repository_spec.rb +1 -7
- data/spec/models/rpm_update_collection_response_spec.rb +1 -1
- data/spec/models/rpm_update_collection_spec.rb +1 -1
- data/spec/models/rpm_update_record_response_spec.rb +1 -1
- data/spec/models/rpm_update_record_spec.rb +1 -1
- data/spec/models/variant_response_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +104 -108
- data/docs/SkipTypesEnum.md +0 -16
- data/lib/pulp_rpm_client/models/skip_types_enum.rb +0 -35
- data/spec/models/paginated_repository_version_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_distribution_tree_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_package_category_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_package_environment_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_package_langpacks_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_rpm_publication_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_rpm_repository_response_list_spec.rb +0 -59
- data/spec/models/paginatedrpm_update_record_response_list_spec.rb +0 -59
- data/spec/models/skip_types_enum_spec.rb +0 -35
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::InlineResponse2002
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpRpmClient::InlineResponse2002.new(count: 123,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::InlineResponse2003
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpRpmClient::InlineResponse2003.new(count: 123,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::InlineResponse2004
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpRpmClient::InlineResponse2004.new(count: 123,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::InlineResponse2005
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpRpmClient::InlineResponse2005.new(count: 123,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::InlineResponse2006
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpRpmClient::InlineResponse2006.new(count: 123,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::InlineResponse2007
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpRpmClient::InlineResponse2007.new(count: 123,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::InlineResponse2008
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpRpmClient::InlineResponse2008.new(count: 123,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpRpmClient::
|
1
|
+
# PulpRpmClient::InlineResponse2009
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpRpmClient'
|
16
16
|
|
17
|
-
instance = PulpRpmClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpRpmClient::InlineResponse2009.new(count: 123,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -6,7 +6,6 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
|
-
**pulp_labels** | [**Object**](.md) | | [optional]
|
10
9
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
11
10
|
**publication** | **String** | Publication to be served | [optional]
|
12
11
|
|
@@ -17,7 +16,6 @@ require 'PulpRpmClient'
|
|
17
16
|
|
18
17
|
instance = PulpRpmClient::PatchedrpmRpmDistribution.new(base_path: null,
|
19
18
|
content_guard: null,
|
20
|
-
pulp_labels: null,
|
21
19
|
name: null,
|
22
20
|
publication: null)
|
23
21
|
```
|
data/docs/PatchedrpmRpmRemote.md
CHANGED
@@ -10,20 +10,11 @@ Name | Type | Description | Notes
|
|
10
10
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
11
11
|
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
12
12
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
13
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
14
|
-
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
15
|
-
**proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
|
13
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
|
16
14
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
17
15
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
18
|
-
**pulp_labels** | [**Object**](.md) | | [optional]
|
19
16
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
20
17
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [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
|
-
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
26
|
-
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
27
18
|
**sles_auth_token** | **String** | Authentication token for SLES repositories. | [optional]
|
28
19
|
|
29
20
|
## Code Sample
|
@@ -38,19 +29,10 @@ instance = PulpRpmClient::PatchedrpmRpmRemote.new(name: null,
|
|
38
29
|
client_key: null,
|
39
30
|
tls_validation: null,
|
40
31
|
proxy_url: null,
|
41
|
-
proxy_username: null,
|
42
|
-
proxy_password: null,
|
43
32
|
username: null,
|
44
33
|
password: null,
|
45
|
-
pulp_labels: null,
|
46
34
|
download_concurrency: null,
|
47
35
|
policy: null,
|
48
|
-
total_timeout: null,
|
49
|
-
connect_timeout: null,
|
50
|
-
sock_connect_timeout: null,
|
51
|
-
sock_read_timeout: null,
|
52
|
-
headers: null,
|
53
|
-
rate_limit: null,
|
54
36
|
sles_auth_token: null)
|
55
37
|
```
|
56
38
|
|
@@ -4,7 +4,6 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_labels** | [**Object**](.md) | | [optional]
|
8
7
|
**name** | **String** | A unique name for this repository. | [optional]
|
9
8
|
**description** | **String** | An optional description. | [optional]
|
10
9
|
**remote** | **String** | | [optional]
|
@@ -16,8 +15,7 @@ Name | Type | Description | Notes
|
|
16
15
|
```ruby
|
17
16
|
require 'PulpRpmClient'
|
18
17
|
|
19
|
-
instance = PulpRpmClient::PatchedrpmRpmRepository.new(
|
20
|
-
name: null,
|
18
|
+
instance = PulpRpmClient::PatchedrpmRpmRepository.new(name: null,
|
21
19
|
description: null,
|
22
20
|
remote: null,
|
23
21
|
metadata_signing_service: null,
|
data/docs/PublicationsRpmApi.md
CHANGED
@@ -118,7 +118,7 @@ nil (empty response body)
|
|
118
118
|
|
119
119
|
## list
|
120
120
|
|
121
|
-
>
|
121
|
+
> InlineResponse20011 list(opts)
|
122
122
|
|
123
123
|
List rpm publications
|
124
124
|
|
@@ -141,13 +141,13 @@ opts = {
|
|
141
141
|
limit: 56, # Integer | Number of results to return per page.
|
142
142
|
offset: 56, # Integer | The initial index from which to return the results.
|
143
143
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
144
|
-
pulp_created:
|
145
|
-
pulp_created__gt:
|
146
|
-
pulp_created__gte:
|
147
|
-
pulp_created__lt:
|
148
|
-
pulp_created__lte:
|
149
|
-
pulp_created__range:
|
150
|
-
repository_version: 'repository_version_example', # String |
|
144
|
+
pulp_created: 'pulp_created_example', # String | pulp_created
|
145
|
+
pulp_created__gt: 'pulp_created__gt_example', # String | pulp_created__gt
|
146
|
+
pulp_created__gte: 'pulp_created__gte_example', # String | pulp_created__gte
|
147
|
+
pulp_created__lt: 'pulp_created__lt_example', # String | pulp_created__lt
|
148
|
+
pulp_created__lte: 'pulp_created__lte_example', # String | pulp_created__lte
|
149
|
+
pulp_created__range: 'pulp_created__range_example', # String | pulp_created__range
|
150
|
+
repository_version: 'repository_version_example', # String | repository_version
|
151
151
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
152
152
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
153
153
|
}
|
@@ -169,19 +169,19 @@ Name | Type | Description | Notes
|
|
169
169
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
170
170
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
171
171
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
172
|
-
**pulp_created** | **
|
173
|
-
**pulp_created__gt** | **
|
174
|
-
**pulp_created__gte** | **
|
175
|
-
**pulp_created__lt** | **
|
176
|
-
**pulp_created__lte** | **
|
177
|
-
**pulp_created__range** |
|
178
|
-
**repository_version** |
|
172
|
+
**pulp_created** | **String**| pulp_created | [optional]
|
173
|
+
**pulp_created__gt** | **String**| pulp_created__gt | [optional]
|
174
|
+
**pulp_created__gte** | **String**| pulp_created__gte | [optional]
|
175
|
+
**pulp_created__lt** | **String**| pulp_created__lt | [optional]
|
176
|
+
**pulp_created__lte** | **String**| pulp_created__lte | [optional]
|
177
|
+
**pulp_created__range** | **String**| pulp_created__range | [optional]
|
178
|
+
**repository_version** | **String**| repository_version | [optional]
|
179
179
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
180
180
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
181
181
|
|
182
182
|
### Return type
|
183
183
|
|
184
|
-
[**
|
184
|
+
[**InlineResponse20011**](InlineResponse20011.md)
|
185
185
|
|
186
186
|
### Authorization
|
187
187
|
|
data/docs/RemotesRpmApi.md
CHANGED
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
|
|
121
121
|
|
122
122
|
## list
|
123
123
|
|
124
|
-
>
|
124
|
+
> InlineResponse20012 list(opts)
|
125
125
|
|
126
126
|
List rpm remotes
|
127
127
|
|
@@ -142,20 +142,16 @@ end
|
|
142
142
|
api_instance = PulpRpmClient::RemotesRpmApi.new
|
143
143
|
opts = {
|
144
144
|
limit: 56, # Integer | Number of results to return per page.
|
145
|
-
name: 'name_example', # String |
|
146
|
-
|
147
|
-
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
148
|
-
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
149
|
-
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
145
|
+
name: 'name_example', # String | name
|
146
|
+
name__in: 'name__in_example', # String | name__in
|
150
147
|
offset: 56, # Integer | The initial index from which to return the results.
|
151
148
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
|
149
|
+
pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
|
150
|
+
pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
|
151
|
+
pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
|
152
|
+
pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
|
153
|
+
pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
|
154
|
+
pulp_last_updated__range: 'pulp_last_updated__range_example', # String | pulp_last_updated__range
|
159
155
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
160
156
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
161
157
|
}
|
@@ -175,26 +171,22 @@ end
|
|
175
171
|
Name | Type | Description | Notes
|
176
172
|
------------- | ------------- | ------------- | -------------
|
177
173
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
178
|
-
**name** | **String**|
|
179
|
-
**
|
180
|
-
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
181
|
-
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
182
|
-
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
174
|
+
**name** | **String**| name | [optional]
|
175
|
+
**name__in** | **String**| name__in | [optional]
|
183
176
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
184
177
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
185
|
-
**
|
186
|
-
**
|
187
|
-
**
|
188
|
-
**
|
189
|
-
**
|
190
|
-
**
|
191
|
-
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
178
|
+
**pulp_last_updated** | **String**| pulp_last_updated | [optional]
|
179
|
+
**pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
|
180
|
+
**pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
|
181
|
+
**pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
|
182
|
+
**pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
|
183
|
+
**pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
|
192
184
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
193
185
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
194
186
|
|
195
187
|
### Return type
|
196
188
|
|
197
|
-
[**
|
189
|
+
[**InlineResponse20012**](InlineResponse20012.md)
|
198
190
|
|
199
191
|
### Authorization
|
200
192
|
|
data/docs/RepositoriesRpmApi.md
CHANGED
@@ -123,7 +123,7 @@ Name | Type | Description | Notes
|
|
123
123
|
|
124
124
|
## list
|
125
125
|
|
126
|
-
>
|
126
|
+
> InlineResponse20013 list(opts)
|
127
127
|
|
128
128
|
List rpm repositorys
|
129
129
|
|
@@ -144,14 +144,10 @@ end
|
|
144
144
|
api_instance = PulpRpmClient::RepositoriesRpmApi.new
|
145
145
|
opts = {
|
146
146
|
limit: 56, # Integer | Number of results to return per page.
|
147
|
-
name: 'name_example', # String |
|
148
|
-
|
149
|
-
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
150
|
-
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
151
|
-
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
147
|
+
name: 'name_example', # String | name
|
148
|
+
name__in: 'name__in_example', # String | name__in
|
152
149
|
offset: 56, # Integer | The initial index from which to return the results.
|
153
150
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
154
|
-
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
155
151
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
156
152
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
157
153
|
}
|
@@ -171,20 +167,16 @@ end
|
|
171
167
|
Name | Type | Description | Notes
|
172
168
|
------------- | ------------- | ------------- | -------------
|
173
169
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
174
|
-
**name** | **String**|
|
175
|
-
**
|
176
|
-
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
177
|
-
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
178
|
-
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
170
|
+
**name** | **String**| name | [optional]
|
171
|
+
**name__in** | **String**| name__in | [optional]
|
179
172
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
180
173
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
181
|
-
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
182
174
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
183
175
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
184
176
|
|
185
177
|
### Return type
|
186
178
|
|
187
|
-
[**
|
179
|
+
[**InlineResponse20013**](InlineResponse20013.md)
|
188
180
|
|
189
181
|
### Authorization
|
190
182
|
|
@@ -17,7 +17,7 @@ Method | HTTP request | Description
|
|
17
17
|
|
18
18
|
Delete a repository version
|
19
19
|
|
20
|
-
Trigger an asynchronous task to delete a
|
20
|
+
Trigger an asynchronous task to delete a repositroy version.
|
21
21
|
|
22
22
|
### Example
|
23
23
|
|
@@ -66,7 +66,7 @@ Name | Type | Description | Notes
|
|
66
66
|
|
67
67
|
## list
|
68
68
|
|
69
|
-
>
|
69
|
+
> InlineResponse20014 list(rpm_rpm_repository_href, opts)
|
70
70
|
|
71
71
|
List repository versions
|
72
72
|
|
@@ -87,23 +87,23 @@ end
|
|
87
87
|
api_instance = PulpRpmClient::RepositoriesRpmVersionsApi.new
|
88
88
|
rpm_rpm_repository_href = 'rpm_rpm_repository_href_example' # String |
|
89
89
|
opts = {
|
90
|
-
content: 'content_example', # String |
|
91
|
-
content__in: 'content__in_example', # String |
|
90
|
+
content: 'content_example', # String | content
|
91
|
+
content__in: 'content__in_example', # String | content__in
|
92
92
|
limit: 56, # Integer | Number of results to return per page.
|
93
|
-
number:
|
94
|
-
number__gt:
|
95
|
-
number__gte:
|
96
|
-
number__lt:
|
97
|
-
number__lte:
|
98
|
-
number__range:
|
93
|
+
number: 'number_example', # String | number
|
94
|
+
number__gt: 'number__gt_example', # String | number__gt
|
95
|
+
number__gte: 'number__gte_example', # String | number__gte
|
96
|
+
number__lt: 'number__lt_example', # String | number__lt
|
97
|
+
number__lte: 'number__lte_example', # String | number__lte
|
98
|
+
number__range: 'number__range_example', # String | number__range
|
99
99
|
offset: 56, # Integer | The initial index from which to return the results.
|
100
100
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
101
|
-
pulp_created:
|
102
|
-
pulp_created__gt:
|
103
|
-
pulp_created__gte:
|
104
|
-
pulp_created__lt:
|
105
|
-
pulp_created__lte:
|
106
|
-
pulp_created__range:
|
101
|
+
pulp_created: 'pulp_created_example', # String | pulp_created
|
102
|
+
pulp_created__gt: 'pulp_created__gt_example', # String | pulp_created__gt
|
103
|
+
pulp_created__gte: 'pulp_created__gte_example', # String | pulp_created__gte
|
104
|
+
pulp_created__lt: 'pulp_created__lt_example', # String | pulp_created__lt
|
105
|
+
pulp_created__lte: 'pulp_created__lte_example', # String | pulp_created__lte
|
106
|
+
pulp_created__range: 'pulp_created__range_example', # String | pulp_created__range
|
107
107
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
108
108
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
109
109
|
}
|
@@ -123,29 +123,29 @@ end
|
|
123
123
|
Name | Type | Description | Notes
|
124
124
|
------------- | ------------- | ------------- | -------------
|
125
125
|
**rpm_rpm_repository_href** | **String**| |
|
126
|
-
**content** | **String**|
|
127
|
-
**content__in** | **String**|
|
126
|
+
**content** | **String**| content | [optional]
|
127
|
+
**content__in** | **String**| content__in | [optional]
|
128
128
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
129
|
-
**number** | **
|
130
|
-
**number__gt** | **
|
131
|
-
**number__gte** | **
|
132
|
-
**number__lt** | **
|
133
|
-
**number__lte** | **
|
134
|
-
**number__range** |
|
129
|
+
**number** | **String**| number | [optional]
|
130
|
+
**number__gt** | **String**| number__gt | [optional]
|
131
|
+
**number__gte** | **String**| number__gte | [optional]
|
132
|
+
**number__lt** | **String**| number__lt | [optional]
|
133
|
+
**number__lte** | **String**| number__lte | [optional]
|
134
|
+
**number__range** | **String**| number__range | [optional]
|
135
135
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
136
136
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
137
|
-
**pulp_created** | **
|
138
|
-
**pulp_created__gt** | **
|
139
|
-
**pulp_created__gte** | **
|
140
|
-
**pulp_created__lt** | **
|
141
|
-
**pulp_created__lte** | **
|
142
|
-
**pulp_created__range** |
|
137
|
+
**pulp_created** | **String**| pulp_created | [optional]
|
138
|
+
**pulp_created__gt** | **String**| pulp_created__gt | [optional]
|
139
|
+
**pulp_created__gte** | **String**| pulp_created__gte | [optional]
|
140
|
+
**pulp_created__lt** | **String**| pulp_created__lt | [optional]
|
141
|
+
**pulp_created__lte** | **String**| pulp_created__lte | [optional]
|
142
|
+
**pulp_created__range** | **String**| pulp_created__range | [optional]
|
143
143
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
144
144
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
145
145
|
|
146
146
|
### Return type
|
147
147
|
|
148
|
-
[**
|
148
|
+
[**InlineResponse20014**](InlineResponse20014.md)
|
149
149
|
|
150
150
|
### Authorization
|
151
151
|
|
@@ -222,7 +222,7 @@ Name | Type | Description | Notes
|
|
222
222
|
|
223
223
|
|
224
224
|
|
225
|
-
Trigger an asynchronous task to repair a
|
225
|
+
Trigger an asynchronous task to repair a repositroy version.
|
226
226
|
|
227
227
|
### Example
|
228
228
|
|