pulp_container_client 2.26.6 → 2.27.1

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/ContainerContainerPullThroughRemote.md +6 -6
  8. data/docs/ContainerContainerPullThroughRemoteResponse.md +8 -8
  9. data/docs/ContainerContainerPushRepository.md +5 -5
  10. data/docs/ContainerContainerPushRepositoryResponse.md +11 -11
  11. data/docs/ContainerContainerRemote.md +6 -6
  12. data/docs/ContainerContainerRemoteResponse.md +8 -8
  13. data/docs/PatchedcontainerContainerDistribution.md +4 -4
  14. data/docs/PatchedcontainerContainerPullThroughDistribution.md +4 -4
  15. data/docs/PatchedcontainerContainerPullThroughRemote.md +6 -6
  16. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  17. data/docs/PatchedcontainerContainerRemote.md +6 -6
  18. data/lib/pulp_container_client/models/container_container_distribution.rb +22 -22
  19. data/lib/pulp_container_client/models/container_container_distribution_response.rb +59 -59
  20. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +22 -22
  21. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +59 -59
  22. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +32 -32
  23. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +44 -44
  24. data/lib/pulp_container_client/models/container_container_push_repository.rb +42 -42
  25. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +55 -55
  26. data/lib/pulp_container_client/models/container_container_remote.rb +33 -33
  27. data/lib/pulp_container_client/models/container_container_remote_response.rb +45 -45
  28. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +20 -20
  29. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +20 -20
  30. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +32 -32
  31. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +42 -42
  32. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +33 -33
  33. data/lib/pulp_container_client/version.rb +1 -1
  34. data/spec/models/container_container_distribution_response_spec.rb +10 -10
  35. data/spec/models/container_container_distribution_spec.rb +4 -4
  36. data/spec/models/container_container_pull_through_distribution_response_spec.rb +10 -10
  37. data/spec/models/container_container_pull_through_distribution_spec.rb +4 -4
  38. data/spec/models/container_container_pull_through_remote_response_spec.rb +10 -10
  39. data/spec/models/container_container_pull_through_remote_spec.rb +17 -17
  40. data/spec/models/container_container_push_repository_response_spec.rb +10 -10
  41. data/spec/models/container_container_push_repository_spec.rb +4 -4
  42. data/spec/models/container_container_remote_response_spec.rb +10 -10
  43. data/spec/models/container_container_remote_spec.rb +17 -17
  44. data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
  45. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +4 -4
  46. data/spec/models/patchedcontainer_container_pull_through_remote_spec.rb +17 -17
  47. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  48. data/spec/models/patchedcontainer_container_remote_spec.rb +17 -17
  49. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b76cc476d600a640e7eeca202af18ef053445f4aa4733eca657094214b797d1a
4
- data.tar.gz: ac83076cc86405a7f3b40d3e7d459971efd9a3fd81f015c1735e014594d3efe8
3
+ metadata.gz: 394df54bb134405933b89d50293c4a0842554fb1cc45a10bc9a51be822e89652
4
+ data.tar.gz: e18cabc63e9ceb9fb9739bba1f8214cd003f4308d3aa46e637683b29c2db5edc
5
5
  SHA512:
6
- metadata.gz: c969cce223216b851c178e7596db679a6eb251953fcdc51caaf2210e7a51d57c31d013e405afb2ac048f63c1fffd18dbb2c22f83dabe1f5a87d6e764f4d71e10
7
- data.tar.gz: cc289568437df5d5490401d50ae966e09a51f6ef4b551bed05a3fde62b2b24c9ec07bc450a3468c730d149790afc5fc1cee7594ea852b25456fc848aeb0a5172
6
+ metadata.gz: 0b6cbdf007d8bcb23c215b5e64e43c2c71daf49608731d356a43d26a3f25948947981b90c733767030a31ef1484a3cd04161480afd00feac80bd358b68385fc6
7
+ data.tar.gz: 0f07083823e7e1af23358a23cae55e0133f054f88e16e6c415ef520eb618cf920865a23c0bd2e4fba7cbb3560e20160abcc8731abc0f43f934bd2300c0010c90
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.6
10
+ - Package version: 2.27.1
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.6.gem
28
+ gem install ./pulp_container_client-2.27.1.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_container_client-2.26.6.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_container_client-2.27.1.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.6'
37
+ gem 'pulp_container_client', '~> 2.27.1'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -6,10 +6,10 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
8
8
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
9
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
10
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
11
9
  | **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\") | |
12
10
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
11
+ | **pulp_labels** | **Hash<String, String>** | | [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] |
@@ -22,10 +22,10 @@ require 'pulp_container_client'
22
22
  instance = PulpContainerClient::ContainerContainerDistribution.new(
23
23
  name: null,
24
24
  content_guard: null,
25
- pulp_labels: null,
26
- hidden: null,
27
25
  base_path: null,
28
26
  repository: null,
27
+ pulp_labels: 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
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
8
- | **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] |
9
7
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
10
- | **pulp_href** | **String** | | [optional][readonly] |
11
8
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
12
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
13
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] |
14
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
15
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
16
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\") | |
17
12
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
13
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
14
+ | **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] |
15
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
16
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
17
+ | **pulp_href** | **String** | | [optional][readonly] |
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
- prn: null,
32
- pulp_last_updated: null,
33
31
  name: null,
34
- pulp_href: null,
35
32
  content_guard: null,
36
- pulp_labels: null,
37
33
  no_content_change_since: null,
38
- hidden: null,
39
- pulp_created: null,
34
+ prn: null,
40
35
  base_path: null,
41
36
  repository: null,
37
+ pulp_labels: null,
38
+ pulp_last_updated: null,
39
+ pulp_created: null,
40
+ hidden: null,
41
+ pulp_href: null,
42
42
  repository_version: null,
43
43
  registry_path: null,
44
44
  remote: null,
@@ -6,10 +6,10 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
8
8
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
9
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
10
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
11
9
  | **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\") | |
12
10
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
11
+ | **pulp_labels** | **Hash<String, String>** | | [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] |
@@ -23,10 +23,10 @@ require 'pulp_container_client'
23
23
  instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(
24
24
  name: null,
25
25
  content_guard: null,
26
- pulp_labels: null,
27
- hidden: null,
28
26
  base_path: null,
29
27
  repository: null,
28
+ pulp_labels: 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
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
8
- | **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] |
9
7
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
10
- | **pulp_href** | **String** | | [optional][readonly] |
11
8
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
12
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
13
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] |
14
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
15
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
16
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\") | |
17
12
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
13
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
14
+ | **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] |
15
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
16
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
17
+ | **pulp_href** | **String** | | [optional][readonly] |
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
- prn: null,
31
- pulp_last_updated: null,
32
30
  name: null,
33
- pulp_href: null,
34
31
  content_guard: null,
35
- pulp_labels: null,
36
32
  no_content_change_since: null,
37
- hidden: null,
38
- pulp_created: null,
33
+ prn: null,
39
34
  base_path: null,
40
35
  repository: null,
36
+ pulp_labels: null,
37
+ pulp_last_updated: null,
38
+ pulp_created: null,
39
+ hidden: null,
40
+ pulp_href: null,
41
41
  remote: null,
42
42
  distributions: null,
43
43
  namespace: null,
@@ -6,6 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | A unique name for this remote. | |
8
8
  | **url** | **String** | The URL of an external content source. | |
9
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
10
+ | **policy** | [**Policy7e0Enum**](Policy7e0Enum.md) | | [optional] |
9
11
  | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
10
12
  | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
11
13
  | **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
@@ -15,15 +17,13 @@
15
17
  | **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
16
18
  | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
17
19
  | **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
18
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
19
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
20
20
  | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
21
- | **policy** | [**Policy7e0Enum**](Policy7e0Enum.md) | | [optional] |
22
21
  | **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
23
22
  | **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
24
23
  | **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
25
24
  | **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
26
25
  | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
26
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
27
27
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
28
28
  | **includes** | **Array<String>** | A list of remotes to include during pull-through caching. Wildcards *, ? are recognized. 'includes' is evaluated before 'excludes'. | [optional] |
29
29
  | **excludes** | **Array<String>** | A list of remotes to exclude during pull-through caching. Wildcards *, ? are recognized. 'excludes' is evaluated after 'includes'. | [optional] |
@@ -36,6 +36,8 @@ require 'pulp_container_client'
36
36
  instance = PulpContainerClient::ContainerContainerPullThroughRemote.new(
37
37
  name: null,
38
38
  url: null,
39
+ pulp_labels: null,
40
+ policy: null,
39
41
  ca_cert: null,
40
42
  client_cert: null,
41
43
  client_key: null,
@@ -45,15 +47,13 @@ instance = PulpContainerClient::ContainerContainerPullThroughRemote.new(
45
47
  proxy_password: null,
46
48
  username: null,
47
49
  password: null,
48
- pulp_labels: null,
49
- download_concurrency: null,
50
50
  max_retries: null,
51
- policy: null,
52
51
  total_timeout: null,
53
52
  connect_timeout: null,
54
53
  sock_connect_timeout: null,
55
54
  sock_read_timeout: null,
56
55
  headers: null,
56
+ download_concurrency: null,
57
57
  rate_limit: null,
58
58
  includes: null,
59
59
  excludes: null
@@ -10,21 +10,21 @@
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
11
11
  | **name** | **String** | A unique name for this remote. | |
12
12
  | **url** | **String** | The URL of an external content source. | |
13
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
14
+ | **policy** | [**Policy7e0Enum**](Policy7e0Enum.md) | | [optional] |
15
+ | **hidden_fields** | [**Array<ContainerContainerPullThroughRemoteResponseHiddenFieldsInner>**](ContainerContainerPullThroughRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
13
16
  | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
14
17
  | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
15
18
  | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
16
19
  | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
17
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
18
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
19
20
  | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
20
- | **policy** | [**Policy7e0Enum**](Policy7e0Enum.md) | | [optional] |
21
21
  | **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
22
22
  | **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
23
23
  | **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
24
24
  | **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
25
25
  | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
26
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
26
27
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array<ContainerContainerPullThroughRemoteResponseHiddenFieldsInner>**](ContainerContainerPullThroughRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
28
28
  | **includes** | **Array<String>** | A list of remotes to include during pull-through caching. Wildcards *, ? are recognized. 'includes' is evaluated before 'excludes'. | [optional] |
29
29
  | **excludes** | **Array<String>** | A list of remotes to exclude during pull-through caching. Wildcards *, ? are recognized. 'excludes' is evaluated after 'includes'. | [optional] |
30
30
 
@@ -40,21 +40,21 @@ instance = PulpContainerClient::ContainerContainerPullThroughRemoteResponse.new(
40
40
  pulp_last_updated: null,
41
41
  name: null,
42
42
  url: null,
43
+ pulp_labels: null,
44
+ policy: null,
45
+ hidden_fields: null,
43
46
  ca_cert: null,
44
47
  client_cert: null,
45
48
  tls_validation: null,
46
49
  proxy_url: null,
47
- pulp_labels: null,
48
- download_concurrency: null,
49
50
  max_retries: null,
50
- policy: null,
51
51
  total_timeout: null,
52
52
  connect_timeout: null,
53
53
  sock_connect_timeout: null,
54
54
  sock_read_timeout: null,
55
55
  headers: null,
56
+ download_concurrency: null,
56
57
  rate_limit: null,
57
- hidden_fields: null,
58
58
  includes: null,
59
59
  excludes: null
60
60
  )
@@ -4,11 +4,11 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **description** | **String** | An optional description. | [optional] |
8
7
  | **name** | **String** | A unique name for this repository. | |
8
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
9
9
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
10
+ | **description** | **String** | An optional description. | [optional] |
10
11
  | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
11
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
12
12
 
13
13
  ## Example
14
14
 
@@ -16,11 +16,11 @@
16
16
  require 'pulp_container_client'
17
17
 
18
18
  instance = PulpContainerClient::ContainerContainerPushRepository.new(
19
- description: null,
20
19
  name: null,
20
+ pulp_labels: null,
21
21
  retain_repo_versions: null,
22
- manifest_signing_service: null,
23
- pulp_labels: null
22
+ description: null,
23
+ manifest_signing_service: null
24
24
  )
25
25
  ```
26
26
 
@@ -5,16 +5,16 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **versions_href** | **String** | | [optional][readonly] |
8
+ | **name** | **String** | A unique name for this repository. | |
8
9
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
10
+ | **latest_version_href** | **String** | | [optional][readonly] |
11
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
12
+ | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
9
13
  | **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] |
10
14
  | **description** | **String** | An optional description. | [optional] |
11
- | **name** | **String** | A unique name for this repository. | |
15
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
12
16
  | **pulp_href** | **String** | | [optional][readonly] |
13
- | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
14
- | **latest_version_href** | **String** | | [optional][readonly] |
15
17
  | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
16
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
17
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
18
18
 
19
19
  ## Example
20
20
 
@@ -23,16 +23,16 @@ require 'pulp_container_client'
23
23
 
24
24
  instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
25
25
  versions_href: null,
26
+ name: null,
26
27
  prn: null,
28
+ latest_version_href: null,
29
+ pulp_labels: null,
30
+ retain_repo_versions: null,
27
31
  pulp_last_updated: null,
28
32
  description: null,
29
- name: null,
33
+ pulp_created: null,
30
34
  pulp_href: null,
31
- retain_repo_versions: null,
32
- latest_version_href: null,
33
- manifest_signing_service: null,
34
- pulp_labels: null,
35
- pulp_created: null
35
+ manifest_signing_service: null
36
36
  )
37
37
  ```
38
38
 
@@ -6,6 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | A unique name for this remote. | |
8
8
  | **url** | **String** | The URL of an external content source. | |
9
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
10
+ | **policy** | [**Policy692Enum**](Policy692Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional] |
9
11
  | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
10
12
  | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
11
13
  | **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
@@ -15,15 +17,13 @@
15
17
  | **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
16
18
  | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
17
19
  | **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
18
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
19
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
20
20
  | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
21
- | **policy** | [**Policy692Enum**](Policy692Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional] |
22
21
  | **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
23
22
  | **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
24
23
  | **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
25
24
  | **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
26
25
  | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
26
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
27
27
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
28
28
  | **upstream_name** | **String** | Name of the upstream repository | |
29
29
  | **include_tags** | **Array<String>** | A list of tags to include during sync. Wildcards *, ? are recognized. 'include_tags' is evaluated before 'exclude_tags'. | [optional] |
@@ -38,6 +38,8 @@ require 'pulp_container_client'
38
38
  instance = PulpContainerClient::ContainerContainerRemote.new(
39
39
  name: null,
40
40
  url: null,
41
+ pulp_labels: null,
42
+ policy: null,
41
43
  ca_cert: null,
42
44
  client_cert: null,
43
45
  client_key: null,
@@ -47,15 +49,13 @@ instance = PulpContainerClient::ContainerContainerRemote.new(
47
49
  proxy_password: null,
48
50
  username: null,
49
51
  password: null,
50
- pulp_labels: null,
51
- download_concurrency: null,
52
52
  max_retries: null,
53
- policy: null,
54
53
  total_timeout: null,
55
54
  connect_timeout: null,
56
55
  sock_connect_timeout: null,
57
56
  sock_read_timeout: null,
58
57
  headers: null,
58
+ download_concurrency: null,
59
59
  rate_limit: null,
60
60
  upstream_name: null,
61
61
  include_tags: null,
@@ -10,21 +10,21 @@
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
11
11
  | **name** | **String** | A unique name for this remote. | |
12
12
  | **url** | **String** | The URL of an external content source. | |
13
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
14
+ | **policy** | [**Policy692Enum**](Policy692Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional] |
15
+ | **hidden_fields** | [**Array<ContainerContainerPullThroughRemoteResponseHiddenFieldsInner>**](ContainerContainerPullThroughRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
13
16
  | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
14
17
  | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
15
18
  | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
16
19
  | **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
17
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
18
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
19
20
  | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
20
- | **policy** | [**Policy692Enum**](Policy692Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional] |
21
21
  | **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
22
22
  | **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
23
23
  | **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
24
24
  | **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
25
25
  | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
26
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
26
27
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array<ContainerContainerPullThroughRemoteResponseHiddenFieldsInner>**](ContainerContainerPullThroughRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
28
28
  | **upstream_name** | **String** | Name of the upstream repository | |
29
29
  | **include_tags** | **Array<String>** | A list of tags to include during sync. Wildcards *, ? are recognized. 'include_tags' is evaluated before 'exclude_tags'. | [optional] |
30
30
  | **exclude_tags** | **Array<String>** | A list of tags to exclude during sync. Wildcards *, ? are recognized. 'exclude_tags' is evaluated after 'include_tags'. | [optional] |
@@ -42,21 +42,21 @@ instance = PulpContainerClient::ContainerContainerRemoteResponse.new(
42
42
  pulp_last_updated: null,
43
43
  name: null,
44
44
  url: null,
45
+ pulp_labels: null,
46
+ policy: null,
47
+ hidden_fields: null,
45
48
  ca_cert: null,
46
49
  client_cert: null,
47
50
  tls_validation: null,
48
51
  proxy_url: null,
49
- pulp_labels: null,
50
- download_concurrency: null,
51
52
  max_retries: null,
52
- policy: null,
53
53
  total_timeout: null,
54
54
  connect_timeout: null,
55
55
  sock_connect_timeout: null,
56
56
  sock_read_timeout: null,
57
57
  headers: null,
58
+ download_concurrency: null,
58
59
  rate_limit: null,
59
- hidden_fields: null,
60
60
  upstream_name: null,
61
61
  include_tags: null,
62
62
  exclude_tags: null,
@@ -6,10 +6,10 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
8
8
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
9
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
10
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
11
9
  | **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] |
12
10
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
11
+ | **pulp_labels** | **Hash<String, String>** | | [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] |
@@ -22,10 +22,10 @@ require 'pulp_container_client'
22
22
  instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(
23
23
  name: null,
24
24
  content_guard: null,
25
- pulp_labels: null,
26
- hidden: null,
27
25
  base_path: null,
28
26
  repository: null,
27
+ pulp_labels: null,
28
+ hidden: null,
29
29
  repository_version: null,
30
30
  private: null,
31
31
  description: null
@@ -6,10 +6,10 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] |
8
8
  | **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] |
9
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
10
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
11
9
  | **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] |
12
10
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
11
+ | **pulp_labels** | **Hash<String, String>** | | [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<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] |
@@ -23,10 +23,10 @@ require 'pulp_container_client'
23
23
  instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(
24
24
  name: null,
25
25
  content_guard: null,
26
- pulp_labels: null,
27
- hidden: null,
28
26
  base_path: null,
29
27
  repository: null,
28
+ pulp_labels: null,
29
+ hidden: null,
30
30
  remote: null,
31
31
  distributions: null,
32
32
  private: null,
@@ -6,6 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | A unique name for this remote. | [optional] |
8
8
  | **url** | **String** | The URL of an external content source. | [optional] |
9
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
10
+ | **policy** | [**Policy7e0Enum**](Policy7e0Enum.md) | | [optional] |
9
11
  | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
10
12
  | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
11
13
  | **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
@@ -15,15 +17,13 @@
15
17
  | **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
16
18
  | **username** | **String** | The username to be used for authentication when syncing. | [optional] |
17
19
  | **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
18
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
19
- | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
20
20
  | **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
21
- | **policy** | [**Policy7e0Enum**](Policy7e0Enum.md) | | [optional] |
22
21
  | **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
23
22
  | **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
24
23
  | **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
25
24
  | **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
26
25
  | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
26
+ | **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
27
27
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
28
28
  | **includes** | **Array<String>** | A list of remotes to include during pull-through caching. Wildcards *, ? are recognized. 'includes' is evaluated before 'excludes'. | [optional] |
29
29
  | **excludes** | **Array<String>** | A list of remotes to exclude during pull-through caching. Wildcards *, ? are recognized. 'excludes' is evaluated after 'includes'. | [optional] |
@@ -36,6 +36,8 @@ require 'pulp_container_client'
36
36
  instance = PulpContainerClient::PatchedcontainerContainerPullThroughRemote.new(
37
37
  name: null,
38
38
  url: null,
39
+ pulp_labels: null,
40
+ policy: null,
39
41
  ca_cert: null,
40
42
  client_cert: null,
41
43
  client_key: null,
@@ -45,15 +47,13 @@ instance = PulpContainerClient::PatchedcontainerContainerPullThroughRemote.new(
45
47
  proxy_password: null,
46
48
  username: null,
47
49
  password: null,
48
- pulp_labels: null,
49
- download_concurrency: null,
50
50
  max_retries: null,
51
- policy: null,
52
51
  total_timeout: null,
53
52
  connect_timeout: null,
54
53
  sock_connect_timeout: null,
55
54
  sock_read_timeout: null,
56
55
  headers: null,
56
+ download_concurrency: null,
57
57
  rate_limit: null,
58
58
  includes: null,
59
59
  excludes: null
@@ -4,11 +4,11 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **description** | **String** | An optional description. | [optional] |
8
7
  | **name** | **String** | A unique name for this repository. | [optional] |
8
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
9
9
  | **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
10
+ | **description** | **String** | An optional description. | [optional] |
10
11
  | **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] |
11
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
12
12
 
13
13
  ## Example
14
14
 
@@ -16,11 +16,11 @@
16
16
  require 'pulp_container_client'
17
17
 
18
18
  instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(
19
- description: null,
20
19
  name: null,
20
+ pulp_labels: null,
21
21
  retain_repo_versions: null,
22
- manifest_signing_service: null,
23
- pulp_labels: null
22
+ description: null,
23
+ manifest_signing_service: null
24
24
  )
25
25
  ```
26
26