pulp_container_client 2.20.0 → 2.20.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (111) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -7
  3. data/docs/ContainerBlobResponse.md +2 -0
  4. data/docs/ContainerContainerDistribution.md +5 -5
  5. data/docs/ContainerContainerDistributionResponse.md +9 -7
  6. data/docs/ContainerContainerNamespaceResponse.md +2 -0
  7. data/docs/ContainerContainerPullThroughDistribution.md +5 -5
  8. data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -7
  9. data/docs/ContainerContainerPullThroughRemoteResponse.md +2 -2
  10. data/docs/ContainerContainerPullThroughRemoteResponseHiddenFields.md +2 -2
  11. data/docs/ContainerContainerPushRepository.md +7 -7
  12. data/docs/ContainerContainerPushRepositoryResponse.md +14 -12
  13. data/docs/ContainerContainerRemoteResponse.md +2 -2
  14. data/docs/ContainerContainerRepositoryResponse.md +2 -0
  15. data/docs/ContainerManifestResponse.md +2 -0
  16. data/docs/ContainerManifestSignatureResponse.md +2 -0
  17. data/docs/ContainerTagResponse.md +2 -0
  18. data/docs/ContentBlobsApi.md +1 -1
  19. data/docs/ContentManifestsApi.md +1 -1
  20. data/docs/ContentSignaturesApi.md +1 -1
  21. data/docs/ContentTagsApi.md +1 -1
  22. data/docs/DistributionsContainerApi.md +1 -1
  23. data/docs/DistributionsPullThroughApi.md +1 -1
  24. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  25. data/docs/PaginatedcontainerBlobResponseList.md +2 -2
  26. data/docs/PaginatedcontainerContainerDistributionResponseList.md +2 -2
  27. data/docs/PaginatedcontainerContainerNamespaceResponseList.md +2 -2
  28. data/docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md +2 -2
  29. data/docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md +2 -2
  30. data/docs/PaginatedcontainerContainerPushRepositoryResponseList.md +2 -2
  31. data/docs/PaginatedcontainerContainerRemoteResponseList.md +2 -2
  32. data/docs/PaginatedcontainerContainerRepositoryResponseList.md +2 -2
  33. data/docs/PaginatedcontainerManifestResponseList.md +2 -2
  34. data/docs/PaginatedcontainerManifestSignatureResponseList.md +2 -2
  35. data/docs/PaginatedcontainerTagResponseList.md +2 -2
  36. data/docs/PatchedcontainerContainerDistribution.md +5 -5
  37. data/docs/PatchedcontainerContainerPullThroughDistribution.md +5 -5
  38. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  39. data/docs/PulpContainerNamespacesApi.md +1 -1
  40. data/docs/RemotesContainerApi.md +1 -1
  41. data/docs/RemotesPullThroughApi.md +1 -1
  42. data/docs/RepositoriesContainerApi.md +1 -1
  43. data/docs/RepositoriesContainerPushApi.md +1 -1
  44. data/docs/RepositoriesContainerPushVersionsApi.md +1 -1
  45. data/docs/RepositoriesContainerVersionsApi.md +1 -1
  46. data/docs/RepositoryVersionResponse.md +2 -0
  47. data/docs/TokenApi.md +1 -1
  48. data/lib/pulp_container_client/configuration.rb +2 -2
  49. data/lib/pulp_container_client/models/container_blob_response.rb +11 -1
  50. data/lib/pulp_container_client/models/container_container_distribution.rb +44 -44
  51. data/lib/pulp_container_client/models/container_container_distribution_response.rb +43 -33
  52. data/lib/pulp_container_client/models/container_container_namespace_response.rb +11 -1
  53. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +44 -44
  54. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +43 -33
  55. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +20 -20
  56. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +31 -31
  57. data/lib/pulp_container_client/models/container_container_pull_through_remote_response_hidden_fields.rb +10 -0
  58. data/lib/pulp_container_client/models/container_container_push_repository.rb +45 -45
  59. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +64 -54
  60. data/lib/pulp_container_client/models/container_container_remote.rb +20 -20
  61. data/lib/pulp_container_client/models/container_container_remote_response.rb +31 -31
  62. data/lib/pulp_container_client/models/container_container_repository_response.rb +11 -1
  63. data/lib/pulp_container_client/models/container_manifest_response.rb +11 -1
  64. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +11 -1
  65. data/lib/pulp_container_client/models/container_tag_response.rb +11 -1
  66. data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +10 -0
  67. data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +10 -0
  68. data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +10 -0
  69. data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +10 -0
  70. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +10 -0
  71. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +10 -0
  72. data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +10 -0
  73. data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +10 -0
  74. data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +10 -0
  75. data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +10 -0
  76. data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +10 -0
  77. data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +10 -0
  78. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +35 -35
  79. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +35 -35
  80. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +20 -20
  81. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +45 -45
  82. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +20 -20
  83. data/lib/pulp_container_client/models/repository_version_response.rb +11 -1
  84. data/lib/pulp_container_client/version.rb +1 -1
  85. data/lib/pulp_container_client.rb +0 -2
  86. data/spec/configuration_spec.rb +3 -3
  87. data/spec/models/container_blob_response_spec.rb +6 -0
  88. data/spec/models/container_container_distribution_response_spec.rb +11 -5
  89. data/spec/models/container_container_distribution_spec.rb +6 -6
  90. data/spec/models/container_container_namespace_response_spec.rb +6 -0
  91. data/spec/models/container_container_pull_through_distribution_response_spec.rb +11 -5
  92. data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
  93. data/spec/models/container_container_pull_through_remote_response_spec.rb +6 -6
  94. data/spec/models/container_container_push_repository_response_spec.rb +14 -8
  95. data/spec/models/container_container_push_repository_spec.rb +5 -5
  96. data/spec/models/container_container_remote_response_spec.rb +6 -6
  97. data/spec/models/container_container_repository_response_spec.rb +6 -0
  98. data/spec/models/container_manifest_response_spec.rb +6 -0
  99. data/spec/models/container_manifest_signature_response_spec.rb +6 -0
  100. data/spec/models/container_tag_response_spec.rb +6 -0
  101. data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
  102. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
  103. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  104. data/spec/models/repository_version_response_spec.rb +6 -0
  105. metadata +73 -81
  106. data/docs/IndexDynamicApi.md +0 -50
  107. data/docs/IndexStaticApi.md +0 -50
  108. data/lib/pulp_container_client/api/index_dynamic_api.rb +0 -74
  109. data/lib/pulp_container_client/api/index_static_api.rb +0 -74
  110. data/spec/api/index_dynamic_api_spec.rb +0 -45
  111. data/spec/api/index_static_api_spec.rb +0 -45
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2727aa89f2c1adef2eb33a74826faa7e2784bacc5a377a8a7883640fc9f4742b
4
- data.tar.gz: 30472df6526eababecb9daff705035fcb1368d69c0e1fe51035fd417ed565022
3
+ metadata.gz: 10068ea3ddd1d5879aa9112e6b6822c5eed04e66a8a1ad637224d565966d47b8
4
+ data.tar.gz: '080a4e2789cfc847bc0c65e827b6c8cf60cc4835840dc150e3221d0790bb72e2'
5
5
  SHA512:
6
- metadata.gz: 7be3198367539fbfa61cfb8c92c05baa4e943cd5c3dc3d8e62a664f502bb0647146eadfc06137ce808603ce059358ea658c613477167ea91bc21e06de8be8de8
7
- data.tar.gz: ba5a502ebe903bd3bab8e65b6314056e56a9094f4d6753781d2aae47b5d758bb2c29997097deef0d29ec9cda639721f53b1c9a2a112f35c028fa455f1e6bb2fc
6
+ metadata.gz: e6e38b11d421bb3738f60e3f84de30c0b0cf73ad0a85ee66991124ef8c2af8b00386ba8770dac2fa8a98bed515fdcb2fcbcf555144a3348a3ebedd62dc3e0a90
7
+ data.tar.gz: 4bab03dc37265e535e1997cc02e39ea0cccd14a81b63105033fd01e0e3ecd32d82ad202707f87ba9e2f687cdb7ef74bc891ddafbbfd8808ba892391fb52fe90f
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.20.0
10
+ - Package version: 2.20.2
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_container_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_container_client-2.20.0.gem
27
+ gem install ./pulp_container_client-2.20.2.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.20.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.20.2.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_container_client', '~> 2.20.0'
36
+ gem 'pulp_container_client', '~> 2.20.2'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -94,7 +94,7 @@ end
94
94
 
95
95
  ## Documentation for API Endpoints
96
96
 
97
- All URIs are relative to *http://pulp*
97
+ All URIs are relative to *http://localhost:24817*
98
98
 
99
99
  Class | Method | HTTP request | Description
100
100
  ------------ | ------------- | ------------- | -------------
@@ -130,8 +130,6 @@ Class | Method | HTTP request | Description
130
130
  *PulpContainerClient::DistributionsPullThroughApi* | [**set_label**](docs/DistributionsPullThroughApi.md#set_label) | **POST** {container_container_pull_through_distribution_href}set_label/ | Set a label
131
131
  *PulpContainerClient::DistributionsPullThroughApi* | [**unset_label**](docs/DistributionsPullThroughApi.md#unset_label) | **POST** {container_container_pull_through_distribution_href}unset_label/ | Unset a label
132
132
  *PulpContainerClient::DistributionsPullThroughApi* | [**update**](docs/DistributionsPullThroughApi.md#update) | **PUT** {container_container_pull_through_distribution_href} | Update a container pull through distribution
133
- *PulpContainerClient::IndexDynamicApi* | [**get**](docs/IndexDynamicApi.md#get) | **GET** /index/dynamic |
134
- *PulpContainerClient::IndexStaticApi* | [**get**](docs/IndexStaticApi.md#get) | **GET** /index/static |
135
133
  *PulpContainerClient::PulpContainerNamespacesApi* | [**add_role**](docs/PulpContainerNamespacesApi.md#add_role) | **POST** {container_container_namespace_href}add_role/ | Add a role
136
134
  *PulpContainerClient::PulpContainerNamespacesApi* | [**create**](docs/PulpContainerNamespacesApi.md#create) | **POST** /pulp/api/v3/pulp_container/namespaces/ | Create a container namespace
137
135
  *PulpContainerClient::PulpContainerNamespacesApi* | [**delete**](docs/PulpContainerNamespacesApi.md#delete) | **DELETE** {container_container_namespace_href} | Delete a container namespace
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **artifact** | **String** | Artifact file representing the physical content |
10
11
  **digest** | **String** | sha256 of the Blob file |
11
12
 
@@ -16,6 +17,7 @@ require 'PulpContainerClient'
16
17
 
17
18
  instance = PulpContainerClient::ContainerBlobResponse.new(pulp_href: null,
18
19
  pulp_created: null,
20
+ pulp_last_updated: null,
19
21
  artifact: null,
20
22
  digest: null)
21
23
  ```
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
8
7
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
9
10
  **pulp_labels** | **Hash<String, String>** | | [optional]
10
11
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
12
  **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
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
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]
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerDistribution.new(content_guard: null,
23
- hidden: null,
22
+ instance = PulpContainerClient::ContainerContainerDistribution.new(hidden: null,
23
+ content_guard: null,
24
+ name: null,
24
25
  pulp_labels: null,
25
26
  repository: null,
26
27
  base_path: null,
27
- name: null,
28
28
  repository_version: null,
29
29
  private: null,
30
30
  description: null)
@@ -4,14 +4,15 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
8
7
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
9
  **pulp_href** | **String** | | [optional] [readonly]
10
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
11
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
12
12
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
13
+ **pulp_last_updated** | **DateTime** | 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]
14
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
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\") |
14
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
15
16
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
16
17
  **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
17
18
  **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] [readonly]
@@ -24,14 +25,15 @@ Name | Type | Description | Notes
24
25
  ```ruby
25
26
  require 'PulpContainerClient'
26
27
 
27
- instance = PulpContainerClient::ContainerContainerDistributionResponse.new(content_guard: null,
28
- hidden: null,
28
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(hidden: null,
29
+ content_guard: null,
29
30
  pulp_href: null,
30
- pulp_created: null,
31
+ name: null,
31
32
  pulp_labels: null,
32
33
  repository: null,
34
+ pulp_last_updated: null,
35
+ pulp_created: null,
33
36
  base_path: null,
34
- name: null,
35
37
  repository_version: null,
36
38
  registry_path: null,
37
39
  remote: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **name** | **String** | |
10
11
 
11
12
  ## Code Sample
@@ -15,6 +16,7 @@ require 'PulpContainerClient'
15
16
 
16
17
  instance = PulpContainerClient::ContainerContainerNamespaceResponse.new(pulp_href: null,
17
18
  pulp_created: null,
19
+ pulp_last_updated: null,
18
20
  name: null)
19
21
  ```
20
22
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
8
7
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
9
10
  **pulp_labels** | **Hash<String, String>** | | [optional]
10
11
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
12
  **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
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
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]
@@ -20,12 +20,12 @@ Name | Type | Description | Notes
20
20
  ```ruby
21
21
  require 'PulpContainerClient'
22
22
 
23
- instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(content_guard: null,
24
- hidden: null,
23
+ instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(hidden: null,
24
+ content_guard: null,
25
+ name: null,
25
26
  pulp_labels: null,
26
27
  repository: null,
27
28
  base_path: null,
28
- name: null,
29
29
  remote: null,
30
30
  distributions: null,
31
31
  private: null,
@@ -4,14 +4,15 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
8
7
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
8
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
9
  **pulp_href** | **String** | | [optional] [readonly]
10
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
11
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
12
12
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
13
+ **pulp_last_updated** | **DateTime** | 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]
14
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
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\") |
14
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
15
16
  **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. |
16
17
  **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional]
17
18
  **namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
@@ -23,14 +24,15 @@ Name | Type | Description | Notes
23
24
  ```ruby
24
25
  require 'PulpContainerClient'
25
26
 
26
- instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(content_guard: null,
27
- hidden: null,
27
+ instance = PulpContainerClient::ContainerContainerPullThroughDistributionResponse.new(hidden: null,
28
+ content_guard: null,
28
29
  pulp_href: null,
29
- pulp_created: null,
30
+ name: null,
30
31
  pulp_labels: null,
31
32
  repository: null,
33
+ pulp_last_updated: null,
34
+ pulp_created: null,
32
35
  base_path: null,
33
- name: null,
34
36
  remote: null,
35
37
  distributions: null,
36
38
  namespace: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
9
10
  **name** | **String** | A unique name for this remote. |
10
11
  **url** | **String** | The URL of an external content source. |
11
12
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
@@ -13,7 +14,6 @@ Name | Type | Description | Notes
13
14
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
15
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
16
  **pulp_labels** | **Hash<String, String>** | | [optional]
16
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
18
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
19
19
  **policy** | [**Policy8e2Enum**](Policy8e2Enum.md) | | [optional]
@@ -32,6 +32,7 @@ require 'PulpContainerClient'
32
32
 
33
33
  instance = PulpContainerClient::ContainerContainerPullThroughRemoteResponse.new(pulp_href: null,
34
34
  pulp_created: null,
35
+ pulp_last_updated: null,
35
36
  name: null,
36
37
  url: null,
37
38
  ca_cert: null,
@@ -39,7 +40,6 @@ instance = PulpContainerClient::ContainerContainerPullThroughRemoteResponse.new(
39
40
  tls_validation: null,
40
41
  proxy_url: null,
41
42
  pulp_labels: null,
42
- pulp_last_updated: null,
43
43
  download_concurrency: null,
44
44
  max_retries: null,
45
45
  policy: null,
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | | [optional]
8
- **is_set** | **Boolean** | | [optional]
7
+ **name** | **String** | |
8
+ **is_set** | **Boolean** | |
9
9
 
10
10
  ## Code Sample
11
11
 
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
8
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
9
- **pulp_labels** | **Hash<String, String>** | | [optional]
10
7
  **name** | **String** | A unique name for this repository. |
8
+ **pulp_labels** | **Hash<String, String>** | | [optional]
9
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
10
  **description** | **String** | An optional description. | [optional]
11
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::ContainerContainerPushRepository.new(retain_repo_versions: null,
19
- manifest_signing_service: null,
18
+ instance = PulpContainerClient::ContainerContainerPushRepository.new(name: null,
20
19
  pulp_labels: null,
21
- name: null,
22
- description: null)
20
+ retain_repo_versions: null,
21
+ description: null,
22
+ manifest_signing_service: null)
23
23
  ```
24
24
 
25
25
 
@@ -4,30 +4,32 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
7
+ **versions_href** | **String** | | [optional] [readonly]
8
8
  **pulp_href** | **String** | | [optional] [readonly]
9
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
10
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
11
- **latest_version_href** | **String** | | [optional] [readonly]
12
- **pulp_labels** | **Hash<String, String>** | | [optional]
13
9
  **name** | **String** | A unique name for this repository. |
14
- **versions_href** | **String** | | [optional] [readonly]
10
+ **pulp_labels** | **Hash<String, String>** | | [optional]
11
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
12
+ **pulp_last_updated** | **DateTime** | 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
13
  **description** | **String** | An optional description. | [optional]
14
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
15
+ **latest_version_href** | **String** | | [optional] [readonly]
16
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
16
17
 
17
18
  ## Code Sample
18
19
 
19
20
  ```ruby
20
21
  require 'PulpContainerClient'
21
22
 
22
- instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(retain_repo_versions: null,
23
+ instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(versions_href: null,
23
24
  pulp_href: null,
24
- manifest_signing_service: null,
25
+ name: null,
26
+ pulp_labels: null,
27
+ retain_repo_versions: null,
28
+ pulp_last_updated: null,
29
+ description: null,
25
30
  pulp_created: null,
26
31
  latest_version_href: null,
27
- pulp_labels: null,
28
- name: null,
29
- versions_href: null,
30
- description: null)
32
+ manifest_signing_service: null)
31
33
  ```
32
34
 
33
35
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
9
10
  **name** | **String** | A unique name for this remote. |
10
11
  **url** | **String** | The URL of an external content source. |
11
12
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
@@ -13,7 +14,6 @@ Name | Type | Description | Notes
13
14
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
15
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
16
  **pulp_labels** | **Hash<String, String>** | | [optional]
16
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
18
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
19
19
  **policy** | [**Policy762Enum**](Policy762Enum.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]
@@ -36,6 +36,7 @@ require 'PulpContainerClient'
36
36
 
37
37
  instance = PulpContainerClient::ContainerContainerRemoteResponse.new(pulp_href: null,
38
38
  pulp_created: null,
39
+ pulp_last_updated: null,
39
40
  name: null,
40
41
  url: null,
41
42
  ca_cert: null,
@@ -43,7 +44,6 @@ instance = PulpContainerClient::ContainerContainerRemoteResponse.new(pulp_href:
43
44
  tls_validation: null,
44
45
  proxy_url: null,
45
46
  pulp_labels: null,
46
- pulp_last_updated: null,
47
47
  download_concurrency: null,
48
48
  max_retries: null,
49
49
  policy: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **versions_href** | **String** | | [optional] [readonly]
10
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
12
  **latest_version_href** | **String** | | [optional] [readonly]
@@ -22,6 +23,7 @@ require 'PulpContainerClient'
22
23
 
23
24
  instance = PulpContainerClient::ContainerContainerRepositoryResponse.new(pulp_href: null,
24
25
  pulp_created: null,
26
+ pulp_last_updated: null,
25
27
  versions_href: null,
26
28
  pulp_labels: null,
27
29
  latest_version_href: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **digest** | **String** | sha256 of the Manifest file |
10
11
  **schema_version** | **Integer** | Manifest schema version |
11
12
  **media_type** | **String** | Manifest media type of the file |
@@ -24,6 +25,7 @@ require 'PulpContainerClient'
24
25
 
25
26
  instance = PulpContainerClient::ContainerManifestResponse.new(pulp_href: null,
26
27
  pulp_created: null,
28
+ pulp_last_updated: null,
27
29
  digest: null,
28
30
  schema_version: null,
29
31
  media_type: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **name** | **String** | Signature name in the format of `digest_algo:manifest_digest@random_32_chars` |
10
11
  **digest** | **String** | sha256 digest of the signature blob |
11
12
  **type** | **String** | Container signature type, e.g. 'atomic' |
@@ -21,6 +22,7 @@ require 'PulpContainerClient'
21
22
 
22
23
  instance = PulpContainerClient::ContainerManifestSignatureResponse.new(pulp_href: null,
23
24
  pulp_created: null,
25
+ pulp_last_updated: null,
24
26
  name: null,
25
27
  digest: null,
26
28
  type: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **name** | **String** | Tag name |
10
11
  **tagged_manifest** | **String** | Manifest that is tagged |
11
12
 
@@ -16,6 +17,7 @@ require 'PulpContainerClient'
16
17
 
17
18
  instance = PulpContainerClient::ContainerTagResponse.new(pulp_href: null,
18
19
  pulp_created: null,
20
+ pulp_last_updated: null,
19
21
  name: null,
20
22
  tagged_manifest: null)
21
23
  ```
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::ContentBlobsApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::ContentManifestsApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::ContentSignaturesApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::ContentTagsApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::DistributionsContainerApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::DistributionsPullThroughApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | | [optional]
10
+ **results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<ContainerBlobResponse>**](ContainerBlobResponse.md) | | [optional]
10
+ **results** | [**Array<ContainerBlobResponse>**](ContainerBlobResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<ContainerContainerDistributionResponse>**](ContainerContainerDistributionResponse.md) | | [optional]
10
+ **results** | [**Array<ContainerContainerDistributionResponse>**](ContainerContainerDistributionResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<ContainerContainerNamespaceResponse>**](ContainerContainerNamespaceResponse.md) | | [optional]
10
+ **results** | [**Array<ContainerContainerNamespaceResponse>**](ContainerContainerNamespaceResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<ContainerContainerPullThroughDistributionResponse>**](ContainerContainerPullThroughDistributionResponse.md) | | [optional]
10
+ **results** | [**Array<ContainerContainerPullThroughDistributionResponse>**](ContainerContainerPullThroughDistributionResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<ContainerContainerPullThroughRemoteResponse>**](ContainerContainerPullThroughRemoteResponse.md) | | [optional]
10
+ **results** | [**Array<ContainerContainerPullThroughRemoteResponse>**](ContainerContainerPullThroughRemoteResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<ContainerContainerPushRepositoryResponse>**](ContainerContainerPushRepositoryResponse.md) | | [optional]
10
+ **results** | [**Array<ContainerContainerPushRepositoryResponse>**](ContainerContainerPushRepositoryResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<ContainerContainerRemoteResponse>**](ContainerContainerRemoteResponse.md) | | [optional]
10
+ **results** | [**Array<ContainerContainerRemoteResponse>**](ContainerContainerRemoteResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13