pulp_container_client 2.26.1 → 2.26.3

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.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContainerContainerDistribution.md +4 -4
  4. data/docs/ContainerContainerDistributionResponse.md +12 -12
  5. data/docs/ContainerContainerPullThroughDistribution.md +4 -4
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +12 -12
  7. data/docs/ContainerContainerPushRepository.md +4 -4
  8. data/docs/ContainerContainerPushRepositoryResponse.md +14 -14
  9. data/docs/DistributionsContainerApi.md +10 -10
  10. data/docs/DistributionsPullThroughApi.md +10 -10
  11. data/docs/PatchedcontainerContainerDistribution.md +4 -4
  12. data/docs/PatchedcontainerContainerPullThroughDistribution.md +4 -4
  13. data/docs/PatchedcontainerContainerPushRepository.md +4 -4
  14. data/docs/RemotesContainerApi.md +10 -10
  15. data/docs/RemotesPullThroughApi.md +10 -10
  16. data/docs/RepositoriesContainerApi.md +10 -10
  17. data/docs/RepositoriesContainerPushApi.md +10 -10
  18. data/lib/pulp_container_client/api/distributions_container_api.rb +10 -10
  19. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +10 -10
  20. data/lib/pulp_container_client/api/remotes_container_api.rb +10 -10
  21. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +10 -10
  22. data/lib/pulp_container_client/api/repositories_container_api.rb +10 -10
  23. data/lib/pulp_container_client/api/repositories_container_push_api.rb +10 -10
  24. data/lib/pulp_container_client/models/container_container_distribution.rb +20 -20
  25. data/lib/pulp_container_client/models/container_container_distribution_response.rb +53 -53
  26. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +20 -20
  27. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +53 -53
  28. data/lib/pulp_container_client/models/container_container_push_repository.rb +21 -21
  29. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +58 -58
  30. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +20 -20
  31. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +20 -20
  32. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +19 -19
  33. data/lib/pulp_container_client/version.rb +1 -1
  34. data/spec/api/distributions_container_api_spec.rb +4 -4
  35. data/spec/api/distributions_pull_through_api_spec.rb +4 -4
  36. data/spec/api/remotes_container_api_spec.rb +4 -4
  37. data/spec/api/remotes_pull_through_api_spec.rb +4 -4
  38. data/spec/api/repositories_container_api_spec.rb +4 -4
  39. data/spec/api/repositories_container_push_api_spec.rb +4 -4
  40. data/spec/models/container_container_distribution_response_spec.rb +9 -9
  41. data/spec/models/container_container_distribution_spec.rb +6 -6
  42. data/spec/models/container_container_pull_through_distribution_response_spec.rb +9 -9
  43. data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
  44. data/spec/models/container_container_push_repository_response_spec.rb +10 -10
  45. data/spec/models/container_container_push_repository_spec.rb +3 -3
  46. data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
  47. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
  48. data/spec/models/patchedcontainer_container_push_repository_spec.rb +3 -3
  49. metadata +58 -58
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c59b1ba7d1dfc4d9ecafec8cd79edb8515563920c1e928ad8069dfbcee62c4c
4
- data.tar.gz: 8e63074c219fe78d13469f064f6a088bfe562aa2b69658160f6f38e612451b71
3
+ metadata.gz: 100c8bf816ef8ac1d9abee6b97a2bc9c8a31c07d5b2ccfacbe3bcdd58ff1dd82
4
+ data.tar.gz: ca90da2a70eb2d0bb50118886076bc572fd079fecdaefee0d8db3aa46cf883e2
5
5
  SHA512:
6
- metadata.gz: 5e5dd4081dc42d78220a5c57beef33c9c74e5f171f506a3ace5ca0cac3af02dde2c95d2ab9942fd1b068a1445489362a28451ca3f252a0054ae9394b3c60cd77
7
- data.tar.gz: 5ee312475537eba5675b8d557fcd13ec131c3ab860f3406c86e43c7d9a80746f63b9afed4b7be4e4d60ad182a97f7c8f944ef17bebc0700abed6e9c55000debe
6
+ metadata.gz: cd400590a49481d62ed231a54c915257be01b32b22378930f4a3f26273e9c5fafc30f2464092e66ed5705568700e79b128f3bc9542b9a7f003e74c5429cd8055
7
+ data.tar.gz: 20dc3a5065f9d240e427f604627fbf308e699355bdb30a9991ee5df00624b1eda34825b54018a094eaa9301168d5956b06ed6df5fbd27e8e30789449099b46ab
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: 2.26.1
10
+ - Package version: 2.26.3
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulp_container_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_container_client-2.26.1.gem
28
+ gem install ./pulp_container_client-2.26.3.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_container_client-2.26.1.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_container_client-2.26.3.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulp_container_client', '~> 2.26.1'
37
+ gem 'pulp_container_client', '~> 2.26.3'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
8
7
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
8
+ | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
9
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
9
10
  | **pulp_labels** | **Hash<String, String>** | | [optional] |
10
11
  | **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\") | |
11
12
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
12
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
13
13
  | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
14
14
  | **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional] |
15
15
  | **description** | **String** | An optional description. | [optional] |
@@ -20,12 +20,12 @@
20
20
  require 'pulp_container_client'
21
21
 
22
22
  instance = PulpContainerClient::ContainerContainerDistribution.new(
23
- name: null,
24
23
  repository: null,
24
+ name: null,
25
+ hidden: null,
25
26
  pulp_labels: null,
26
27
  base_path: null,
27
28
  content_guard: null,
28
- hidden: null,
29
29
  repository_version: null,
30
30
  private: null,
31
31
  description: null
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
8
- | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
9
- | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
10
7
  | **pulp_last_updated** | **Time** | 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. | [optional][readonly] |
11
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
8
+ | **pulp_href** | **String** | | [optional][readonly] |
9
+ | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
12
10
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
11
+ | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
12
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
13
13
  | **pulp_labels** | **Hash<String, String>** | | [optional] |
14
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
14
15
  | **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\") | |
15
- | **pulp_href** | **String** | | [optional][readonly] |
16
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
16
17
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
17
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
18
18
  | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
19
19
  | **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional][readonly] |
20
20
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional][readonly] |
@@ -28,17 +28,17 @@
28
28
  require 'pulp_container_client'
29
29
 
30
30
  instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
31
- pulp_created: null,
32
- name: null,
33
- no_content_change_since: null,
34
31
  pulp_last_updated: null,
35
- prn: null,
32
+ pulp_href: null,
33
+ no_content_change_since: null,
36
34
  repository: null,
35
+ name: null,
36
+ hidden: null,
37
37
  pulp_labels: null,
38
+ pulp_created: null,
38
39
  base_path: null,
39
- pulp_href: null,
40
+ prn: null,
40
41
  content_guard: null,
41
- hidden: null,
42
42
  repository_version: null,
43
43
  registry_path: null,
44
44
  remote: null,
@@ -4,12 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
8
7
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
8
+ | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
9
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
9
10
  | **pulp_labels** | **Hash<String, String>** | | [optional] |
10
11
  | **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\") | |
11
12
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
12
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
13
13
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
14
14
  | **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
15
15
  | **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional] |
@@ -21,12 +21,12 @@
21
21
  require 'pulp_container_client'
22
22
 
23
23
  instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
24
- name: null,
25
24
  repository: null,
25
+ name: null,
26
+ hidden: null,
26
27
  pulp_labels: null,
27
28
  base_path: null,
28
29
  content_guard: null,
29
- hidden: null,
30
30
  remote: null,
31
31
  distributions: null,
32
32
  private: null,
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
8
- | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
9
- | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
10
7
  | **pulp_last_updated** | **Time** | 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. | [optional][readonly] |
11
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
8
+ | **pulp_href** | **String** | | [optional][readonly] |
9
+ | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
12
10
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
11
+ | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
12
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
13
13
  | **pulp_labels** | **Hash<String, String>** | | [optional] |
14
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
14
15
  | **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\") | |
15
- | **pulp_href** | **String** | | [optional][readonly] |
16
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
16
17
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
17
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
18
18
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | |
19
19
  | **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] |
20
20
  | **namespace** | **String** | Namespace this distribution belongs to. | [optional][readonly] |
@@ -27,17 +27,17 @@
27
27
  require 'pulp_container_client'
28
28
 
29
29
  instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(
30
- pulp_created: null,
31
- name: null,
32
- no_content_change_since: null,
33
30
  pulp_last_updated: null,
34
- prn: null,
31
+ pulp_href: null,
32
+ no_content_change_since: null,
35
33
  repository: null,
34
+ name: null,
35
+ hidden: null,
36
36
  pulp_labels: null,
37
+ pulp_created: null,
37
38
  base_path: null,
38
- pulp_href: null,
39
+ prn: null,
39
40
  content_guard: null,
40
- hidden: null,
41
41
  remote: null,
42
42
  distributions: null,
43
43
  namespace: null,
@@ -5,10 +5,10 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **description** | **String** | An optional description. | [optional] |
8
+ | **name** | **String** | A unique name for this repository. | |
8
9
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
9
- | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
10
10
  | **pulp_labels** | **Hash<String, String>** | | [optional] |
11
- | **name** | **String** | A unique name for this repository. | |
11
+ | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
12
12
 
13
13
  ## Example
14
14
 
@@ -17,10 +17,10 @@ require 'pulp_container_client'
17
17
 
18
18
  instance = PulpContainerClient::ContainerContainerPushRepository.new(
19
19
  description: null,
20
+ name: null,
20
21
  retain_repo_versions: null,
21
- manifest_signing_service: null,
22
22
  pulp_labels: null,
23
- name: null
23
+ manifest_signing_service: null
24
24
  )
25
25
  ```
26
26
 
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
7
+ | **pulp_last_updated** | **Time** | 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. | [optional][readonly] |
8
+ | **pulp_href** | **String** | | [optional][readonly] |
8
9
  | **description** | **String** | An optional description. | [optional] |
10
+ | **latest_version_href** | **String** | | [optional][readonly] |
11
+ | **name** | **String** | A unique name for this repository. | |
9
12
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
10
- | **pulp_last_updated** | **Time** | 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. | [optional][readonly] |
11
- | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
12
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
13
13
  | **pulp_labels** | **Hash<String, String>** | | [optional] |
14
- | **pulp_href** | **String** | | [optional][readonly] |
14
+ | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
15
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
15
16
  | **versions_href** | **String** | | [optional][readonly] |
16
- | **name** | **String** | A unique name for this repository. | |
17
- | **latest_version_href** | **String** | | [optional][readonly] |
17
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
18
18
 
19
19
  ## Example
20
20
 
@@ -22,17 +22,17 @@
22
22
  require 'pulp_container_client'
23
23
 
24
24
  instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
25
- pulp_created: null,
25
+ pulp_last_updated: null,
26
+ pulp_href: null,
26
27
  description: null,
28
+ latest_version_href: null,
29
+ name: null,
27
30
  retain_repo_versions: null,
28
- pulp_last_updated: null,
29
- manifest_signing_service: null,
30
- prn: null,
31
31
  pulp_labels: null,
32
- pulp_href: null,
32
+ manifest_signing_service: null,
33
+ pulp_created: null,
33
34
  versions_href: null,
34
- name: null,
35
- latest_version_href: null
35
+ prn: null
36
36
  )
37
37
  ```
38
38
 
@@ -528,11 +528,11 @@ end
528
528
 
529
529
  ## partial_update
530
530
 
531
- > <AsyncOperationResponse> partial_update(container_container_distribution_href, patchedcontainer_container_distribution, opts)
531
+ > <ContainerContainerDistributionResponse> partial_update(container_container_distribution_href, patchedcontainer_container_distribution, opts)
532
532
 
533
533
  Update a container distribution
534
534
 
535
- Trigger an asynchronous partial update task
535
+ Update the entity partially and trigger an asynchronous task if necessary
536
536
 
537
537
  ### Examples
538
538
 
@@ -566,7 +566,7 @@ end
566
566
 
567
567
  This returns an Array which contains the response data, status code and headers.
568
568
 
569
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(container_container_distribution_href, patchedcontainer_container_distribution, opts)
569
+ > <Array(<ContainerContainerDistributionResponse>, Integer, Hash)> partial_update_with_http_info(container_container_distribution_href, patchedcontainer_container_distribution, opts)
570
570
 
571
571
  ```ruby
572
572
  begin
@@ -574,7 +574,7 @@ begin
574
574
  data, status_code, headers = api_instance.partial_update_with_http_info(container_container_distribution_href, patchedcontainer_container_distribution, opts)
575
575
  p status_code # => 2xx
576
576
  p headers # => { ... }
577
- p data # => <AsyncOperationResponse>
577
+ p data # => <ContainerContainerDistributionResponse>
578
578
  rescue PulpContainerClient::ApiError => e
579
579
  puts "Error when calling DistributionsContainerApi->partial_update_with_http_info: #{e}"
580
580
  end
@@ -590,7 +590,7 @@ end
590
590
 
591
591
  ### Return type
592
592
 
593
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
593
+ [**ContainerContainerDistributionResponse**](ContainerContainerDistributionResponse.md)
594
594
 
595
595
  ### Authorization
596
596
 
@@ -910,11 +910,11 @@ end
910
910
 
911
911
  ## update
912
912
 
913
- > <AsyncOperationResponse> update(container_container_distribution_href, container_container_distribution, opts)
913
+ > <ContainerContainerDistributionResponse> update(container_container_distribution_href, container_container_distribution, opts)
914
914
 
915
915
  Update a container distribution
916
916
 
917
- Trigger an asynchronous update task
917
+ Update the entity and trigger an asynchronous task if necessary
918
918
 
919
919
  ### Examples
920
920
 
@@ -948,7 +948,7 @@ end
948
948
 
949
949
  This returns an Array which contains the response data, status code and headers.
950
950
 
951
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(container_container_distribution_href, container_container_distribution, opts)
951
+ > <Array(<ContainerContainerDistributionResponse>, Integer, Hash)> update_with_http_info(container_container_distribution_href, container_container_distribution, opts)
952
952
 
953
953
  ```ruby
954
954
  begin
@@ -956,7 +956,7 @@ begin
956
956
  data, status_code, headers = api_instance.update_with_http_info(container_container_distribution_href, container_container_distribution, opts)
957
957
  p status_code # => 2xx
958
958
  p headers # => { ... }
959
- p data # => <AsyncOperationResponse>
959
+ p data # => <ContainerContainerDistributionResponse>
960
960
  rescue PulpContainerClient::ApiError => e
961
961
  puts "Error when calling DistributionsContainerApi->update_with_http_info: #{e}"
962
962
  end
@@ -972,7 +972,7 @@ end
972
972
 
973
973
  ### Return type
974
974
 
975
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
975
+ [**ContainerContainerDistributionResponse**](ContainerContainerDistributionResponse.md)
976
976
 
977
977
  ### Authorization
978
978
 
@@ -526,11 +526,11 @@ end
526
526
 
527
527
  ## partial_update
528
528
 
529
- > <AsyncOperationResponse> partial_update(container_container_pull_through_distribution_href, patchedcontainer_container_pull_through_distribution, opts)
529
+ > <ContainerContainerPullThroughDistributionResponse> partial_update(container_container_pull_through_distribution_href, patchedcontainer_container_pull_through_distribution, opts)
530
530
 
531
531
  Update a container pull through distribution
532
532
 
533
- Trigger an asynchronous partial update task
533
+ Update the entity partially and trigger an asynchronous task if necessary
534
534
 
535
535
  ### Examples
536
536
 
@@ -564,7 +564,7 @@ end
564
564
 
565
565
  This returns an Array which contains the response data, status code and headers.
566
566
 
567
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(container_container_pull_through_distribution_href, patchedcontainer_container_pull_through_distribution, opts)
567
+ > <Array(<ContainerContainerPullThroughDistributionResponse>, Integer, Hash)> partial_update_with_http_info(container_container_pull_through_distribution_href, patchedcontainer_container_pull_through_distribution, opts)
568
568
 
569
569
  ```ruby
570
570
  begin
@@ -572,7 +572,7 @@ begin
572
572
  data, status_code, headers = api_instance.partial_update_with_http_info(container_container_pull_through_distribution_href, patchedcontainer_container_pull_through_distribution, opts)
573
573
  p status_code # => 2xx
574
574
  p headers # => { ... }
575
- p data # => <AsyncOperationResponse>
575
+ p data # => <ContainerContainerPullThroughDistributionResponse>
576
576
  rescue PulpContainerClient::ApiError => e
577
577
  puts "Error when calling DistributionsPullThroughApi->partial_update_with_http_info: #{e}"
578
578
  end
@@ -588,7 +588,7 @@ end
588
588
 
589
589
  ### Return type
590
590
 
591
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
591
+ [**ContainerContainerPullThroughDistributionResponse**](ContainerContainerPullThroughDistributionResponse.md)
592
592
 
593
593
  ### Authorization
594
594
 
@@ -908,11 +908,11 @@ end
908
908
 
909
909
  ## update
910
910
 
911
- > <AsyncOperationResponse> update(container_container_pull_through_distribution_href, container_container_pull_through_distribution, opts)
911
+ > <ContainerContainerPullThroughDistributionResponse> update(container_container_pull_through_distribution_href, container_container_pull_through_distribution, opts)
912
912
 
913
913
  Update a container pull through distribution
914
914
 
915
- Trigger an asynchronous update task
915
+ Update the entity and trigger an asynchronous task if necessary
916
916
 
917
917
  ### Examples
918
918
 
@@ -946,7 +946,7 @@ end
946
946
 
947
947
  This returns an Array which contains the response data, status code and headers.
948
948
 
949
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(container_container_pull_through_distribution_href, container_container_pull_through_distribution, opts)
949
+ > <Array(<ContainerContainerPullThroughDistributionResponse>, Integer, Hash)> update_with_http_info(container_container_pull_through_distribution_href, container_container_pull_through_distribution, opts)
950
950
 
951
951
  ```ruby
952
952
  begin
@@ -954,7 +954,7 @@ begin
954
954
  data, status_code, headers = api_instance.update_with_http_info(container_container_pull_through_distribution_href, container_container_pull_through_distribution, opts)
955
955
  p status_code # => 2xx
956
956
  p headers # => { ... }
957
- p data # => <AsyncOperationResponse>
957
+ p data # => <ContainerContainerPullThroughDistributionResponse>
958
958
  rescue PulpContainerClient::ApiError => e
959
959
  puts "Error when calling DistributionsPullThroughApi->update_with_http_info: #{e}"
960
960
  end
@@ -970,7 +970,7 @@ end
970
970
 
971
971
  ### Return type
972
972
 
973
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
973
+ [**ContainerContainerPullThroughDistributionResponse**](ContainerContainerPullThroughDistributionResponse.md)
974
974
 
975
975
  ### Authorization
976
976
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional] |
8
7
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
8
+ | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional] |
9
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
9
10
  | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
10
11
  | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | [optional] |
11
12
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
12
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
13
13
  | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
14
14
  | **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional] |
15
15
  | **description** | **String** | An optional description. | [optional] |
@@ -20,12 +20,12 @@
20
20
  require 'pulp_container_client'
21
21
 
22
22
  instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
23
- name: null,
24
23
  repository: null,
24
+ name: null,
25
+ hidden: null,
25
26
  pulp_labels: null,
26
27
  base_path: null,
27
28
  content_guard: null,
28
- hidden: null,
29
29
  repository_version: null,
30
30
  private: null,
31
31
  description: null
@@ -4,12 +4,12 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional] |
8
7
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
8
+ | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional] |
9
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
9
10
  | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
10
11
  | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | [optional] |
11
12
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
12
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
13
13
  | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] |
14
14
  | **distributions** | **Array&lt;String&gt;** | Distributions created after pulling content through cache | [optional] |
15
15
  | **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional] |
@@ -21,12 +21,12 @@
21
21
  require 'pulp_container_client'
22
22
 
23
23
  instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(
24
- name: null,
25
24
  repository: null,
25
+ name: null,
26
+ hidden: null,
26
27
  pulp_labels: null,
27
28
  base_path: null,
28
29
  content_guard: null,
29
- hidden: null,
30
30
  remote: null,
31
31
  distributions: null,
32
32
  private: null,
@@ -5,10 +5,10 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **description** | **String** | An optional description. | [optional] |
8
+ | **name** | **String** | A unique name for this repository. | [optional] |
8
9
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
9
- | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
10
10
  | **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional] |
11
- | **name** | **String** | A unique name for this repository. | [optional] |
11
+ | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
12
12
 
13
13
  ## Example
14
14
 
@@ -17,10 +17,10 @@ require 'pulp_container_client'
17
17
 
18
18
  instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(
19
19
  description: null,
20
+ name: null,
20
21
  retain_repo_versions: null,
21
- manifest_signing_service: null,
22
22
  pulp_labels: null,
23
- name: null
23
+ manifest_signing_service: null
24
24
  )
25
25
  ```
26
26
 
@@ -524,11 +524,11 @@ end
524
524
 
525
525
  ## partial_update
526
526
 
527
- > <AsyncOperationResponse> partial_update(container_container_remote_href, patchedcontainer_container_remote, opts)
527
+ > <ContainerContainerRemoteResponse> partial_update(container_container_remote_href, patchedcontainer_container_remote, opts)
528
528
 
529
529
  Update a container remote
530
530
 
531
- Trigger an asynchronous partial update task
531
+ Update the entity partially and trigger an asynchronous task if necessary
532
532
 
533
533
  ### Examples
534
534
 
@@ -562,7 +562,7 @@ end
562
562
 
563
563
  This returns an Array which contains the response data, status code and headers.
564
564
 
565
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote, opts)
565
+ > <Array(<ContainerContainerRemoteResponse>, Integer, Hash)> partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote, opts)
566
566
 
567
567
  ```ruby
568
568
  begin
@@ -570,7 +570,7 @@ begin
570
570
  data, status_code, headers = api_instance.partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote, opts)
571
571
  p status_code # => 2xx
572
572
  p headers # => { ... }
573
- p data # => <AsyncOperationResponse>
573
+ p data # => <ContainerContainerRemoteResponse>
574
574
  rescue PulpContainerClient::ApiError => e
575
575
  puts "Error when calling RemotesContainerApi->partial_update_with_http_info: #{e}"
576
576
  end
@@ -586,7 +586,7 @@ end
586
586
 
587
587
  ### Return type
588
588
 
589
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
589
+ [**ContainerContainerRemoteResponse**](ContainerContainerRemoteResponse.md)
590
590
 
591
591
  ### Authorization
592
592
 
@@ -906,11 +906,11 @@ end
906
906
 
907
907
  ## update
908
908
 
909
- > <AsyncOperationResponse> update(container_container_remote_href, container_container_remote, opts)
909
+ > <ContainerContainerRemoteResponse> update(container_container_remote_href, container_container_remote, opts)
910
910
 
911
911
  Update a container remote
912
912
 
913
- Trigger an asynchronous update task
913
+ Update the entity and trigger an asynchronous task if necessary
914
914
 
915
915
  ### Examples
916
916
 
@@ -944,7 +944,7 @@ end
944
944
 
945
945
  This returns an Array which contains the response data, status code and headers.
946
946
 
947
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(container_container_remote_href, container_container_remote, opts)
947
+ > <Array(<ContainerContainerRemoteResponse>, Integer, Hash)> update_with_http_info(container_container_remote_href, container_container_remote, opts)
948
948
 
949
949
  ```ruby
950
950
  begin
@@ -952,7 +952,7 @@ begin
952
952
  data, status_code, headers = api_instance.update_with_http_info(container_container_remote_href, container_container_remote, opts)
953
953
  p status_code # => 2xx
954
954
  p headers # => { ... }
955
- p data # => <AsyncOperationResponse>
955
+ p data # => <ContainerContainerRemoteResponse>
956
956
  rescue PulpContainerClient::ApiError => e
957
957
  puts "Error when calling RemotesContainerApi->update_with_http_info: #{e}"
958
958
  end
@@ -968,7 +968,7 @@ end
968
968
 
969
969
  ### Return type
970
970
 
971
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
971
+ [**ContainerContainerRemoteResponse**](ContainerContainerRemoteResponse.md)
972
972
 
973
973
  ### Authorization
974
974