pulp_container_client 2.14.14 → 2.14.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (250) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +222 -246
  3. data/docs/AccessPoliciesApi.md +28 -32
  4. data/docs/ArtifactDistributionResponse.md +7 -7
  5. data/docs/ArtifactsApi.md +23 -27
  6. data/docs/ContainerContainerDistribution.md +5 -5
  7. data/docs/ContainerContainerDistributionResponse.md +8 -8
  8. data/docs/ContainerContainerPushRepository.md +5 -5
  9. data/docs/ContainerContainerPushRepositoryResponse.md +8 -8
  10. data/docs/ContainerContainerRemote.md +1 -1
  11. data/docs/ContainerContainerRemoteResponse.md +1 -1
  12. data/docs/ContainerContainerRepository.md +1 -1
  13. data/docs/ContainerContainerRepositoryResponse.md +1 -1
  14. data/docs/ContentApi.md +8 -14
  15. data/docs/ContentBlobsApi.md +13 -17
  16. data/docs/ContentManifestsApi.md +15 -19
  17. data/docs/ContentSignaturesApi.md +13 -17
  18. data/docs/ContentTagsApi.md +15 -19
  19. data/docs/ContentguardsApi.md +8 -14
  20. data/docs/ContentguardsContentRedirectApi.md +53 -57
  21. data/docs/ContentguardsRbacApi.md +53 -57
  22. data/docs/DistributionsApi.md +8 -18
  23. data/docs/DistributionsArtifactsApi.md +13 -21
  24. data/docs/DistributionsContainerApi.md +53 -61
  25. data/docs/DocsApiJsonApi.md +6 -6
  26. data/docs/DocsApiYamlApi.md +6 -6
  27. data/docs/ExportersFilesystemApi.md +36 -40
  28. data/docs/ExportersFilesystemExportsApi.md +24 -24
  29. data/docs/ExportersPulpApi.md +33 -37
  30. data/docs/ExportersPulpExportsApi.md +21 -21
  31. data/docs/FilesystemExporter.md +1 -1
  32. data/docs/FilesystemExporterResponse.md +1 -1
  33. data/docs/GroupRole.md +1 -3
  34. data/docs/GroupRoleResponse.md +1 -3
  35. data/docs/GroupsApi.md +59 -63
  36. data/docs/GroupsRolesApi.md +27 -33
  37. data/docs/GroupsUsersApi.md +16 -16
  38. data/docs/ImportersPulpApi.md +33 -37
  39. data/docs/ImportersPulpImportCheckApi.md +1 -1
  40. data/docs/ImportersPulpImportsApi.md +21 -21
  41. data/docs/OrphansApi.md +6 -6
  42. data/docs/OrphansCleanupApi.md +6 -6
  43. data/docs/PatchedFilesystemExporter.md +1 -1
  44. data/docs/PatchedcontainerContainerDistribution.md +5 -5
  45. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  46. data/docs/PatchedcontainerContainerRemote.md +1 -1
  47. data/docs/PatchedcontainerContainerRepository.md +1 -1
  48. data/docs/PublicationsApi.md +9 -15
  49. data/docs/PulpContainerNamespacesApi.md +43 -47
  50. data/docs/RemoteResponse.md +1 -1
  51. data/docs/RemoteResponseHiddenFields.md +2 -2
  52. data/docs/RemotesApi.md +8 -14
  53. data/docs/RemotesContainerApi.md +53 -57
  54. data/docs/RepairApi.md +6 -6
  55. data/docs/RepositoriesApi.md +8 -30
  56. data/docs/RepositoriesContainerApi.md +102 -122
  57. data/docs/RepositoriesContainerPushApi.md +68 -88
  58. data/docs/RepositoriesContainerPushVersionsApi.md +23 -25
  59. data/docs/RepositoriesContainerVersionsApi.md +23 -25
  60. data/docs/RepositoriesReclaimSpaceApi.md +6 -6
  61. data/docs/RepositoryResponse.md +1 -1
  62. data/docs/RepositoryVersionsApi.md +8 -12
  63. data/docs/RolesApi.md +39 -43
  64. data/docs/SigningServicesApi.md +13 -17
  65. data/docs/StatusApi.md +1 -1
  66. data/docs/StatusResponse.md +1 -3
  67. data/docs/TaskGroupsApi.md +11 -11
  68. data/docs/TaskSchedulesApi.md +35 -39
  69. data/docs/TasksApi.md +101 -105
  70. data/docs/TokenApi.md +6 -6
  71. data/docs/UploadsApi.md +53 -57
  72. data/docs/UserRole.md +2 -4
  73. data/docs/UserRoleResponse.md +2 -4
  74. data/docs/UsersApi.md +39 -43
  75. data/docs/UsersRolesApi.md +27 -33
  76. data/docs/VersionResponse.md +1 -3
  77. data/docs/WorkersApi.md +13 -17
  78. data/lib/pulp_container_client/api/access_policies_api.rb +33 -39
  79. data/lib/pulp_container_client/api/artifacts_api.rb +31 -37
  80. data/lib/pulp_container_client/api/content_api.rb +7 -20
  81. data/lib/pulp_container_client/api/content_blobs_api.rb +13 -19
  82. data/lib/pulp_container_client/api/content_manifests_api.rb +15 -21
  83. data/lib/pulp_container_client/api/content_signatures_api.rb +13 -19
  84. data/lib/pulp_container_client/api/content_tags_api.rb +15 -21
  85. data/lib/pulp_container_client/api/contentguards_api.rb +7 -20
  86. data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +65 -71
  87. data/lib/pulp_container_client/api/contentguards_rbac_api.rb +65 -71
  88. data/lib/pulp_container_client/api/distributions_api.rb +7 -26
  89. data/lib/pulp_container_client/api/distributions_artifacts_api.rb +13 -25
  90. data/lib/pulp_container_client/api/distributions_container_api.rb +65 -77
  91. data/lib/pulp_container_client/api/docs_api_json_api.rb +5 -5
  92. data/lib/pulp_container_client/api/docs_api_yaml_api.rb +5 -5
  93. data/lib/pulp_container_client/api/exporters_filesystem_api.rb +45 -51
  94. data/lib/pulp_container_client/api/exporters_filesystem_exports_api.rb +31 -31
  95. data/lib/pulp_container_client/api/exporters_pulp_api.rb +39 -45
  96. data/lib/pulp_container_client/api/exporters_pulp_exports_api.rb +25 -25
  97. data/lib/pulp_container_client/api/groups_api.rb +77 -83
  98. data/lib/pulp_container_client/api/groups_roles_api.rb +35 -44
  99. data/lib/pulp_container_client/api/groups_users_api.rb +19 -19
  100. data/lib/pulp_container_client/api/importers_pulp_api.rb +39 -45
  101. data/lib/pulp_container_client/api/importers_pulp_imports_api.rb +25 -25
  102. data/lib/pulp_container_client/api/orphans_api.rb +5 -5
  103. data/lib/pulp_container_client/api/orphans_cleanup_api.rb +6 -6
  104. data/lib/pulp_container_client/api/publications_api.rb +9 -18
  105. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +51 -57
  106. data/lib/pulp_container_client/api/remotes_api.rb +7 -20
  107. data/lib/pulp_container_client/api/remotes_container_api.rb +65 -71
  108. data/lib/pulp_container_client/api/repair_api.rb +6 -6
  109. data/lib/pulp_container_client/api/repositories_api.rb +7 -44
  110. data/lib/pulp_container_client/api/repositories_container_api.rb +128 -158
  111. data/lib/pulp_container_client/api/repositories_container_push_api.rb +88 -118
  112. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +27 -30
  113. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +27 -30
  114. data/lib/pulp_container_client/api/repositories_reclaim_space_api.rb +6 -6
  115. data/lib/pulp_container_client/api/repository_versions_api.rb +7 -12
  116. data/lib/pulp_container_client/api/roles_api.rb +51 -57
  117. data/lib/pulp_container_client/api/signing_services_api.rb +13 -19
  118. data/lib/pulp_container_client/api/task_groups_api.rb +11 -11
  119. data/lib/pulp_container_client/api/task_schedules_api.rb +43 -49
  120. data/lib/pulp_container_client/api/tasks_api.rb +125 -131
  121. data/lib/pulp_container_client/api/token_api.rb +5 -5
  122. data/lib/pulp_container_client/api/uploads_api.rb +67 -73
  123. data/lib/pulp_container_client/api/users_api.rb +51 -57
  124. data/lib/pulp_container_client/api/users_roles_api.rb +35 -44
  125. data/lib/pulp_container_client/api/workers_api.rb +14 -20
  126. data/lib/pulp_container_client/configuration.rb +3 -3
  127. data/lib/pulp_container_client/models/artifact_distribution_response.rb +35 -35
  128. data/lib/pulp_container_client/models/container_container_distribution.rb +45 -45
  129. data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -39
  130. data/lib/pulp_container_client/models/container_container_push_repository.rb +37 -37
  131. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +33 -33
  132. data/lib/pulp_container_client/models/container_container_remote.rb +21 -21
  133. data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -21
  134. data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
  135. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
  136. data/lib/pulp_container_client/models/filesystem_exporter.rb +1 -1
  137. data/lib/pulp_container_client/models/filesystem_exporter_response.rb +1 -1
  138. data/lib/pulp_container_client/models/group_role.rb +5 -16
  139. data/lib/pulp_container_client/models/group_role_response.rb +4 -15
  140. data/lib/pulp_container_client/models/nested_role.rb +0 -19
  141. data/lib/pulp_container_client/models/patched_filesystem_exporter.rb +1 -1
  142. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +36 -36
  143. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +37 -37
  144. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +21 -21
  145. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
  146. data/lib/pulp_container_client/models/remote_response.rb +21 -21
  147. data/lib/pulp_container_client/models/remote_response_hidden_fields.rb +10 -0
  148. data/lib/pulp_container_client/models/repository_response.rb +1 -1
  149. data/lib/pulp_container_client/models/status_response.rb +4 -19
  150. data/lib/pulp_container_client/models/user_role.rb +6 -17
  151. data/lib/pulp_container_client/models/user_role_response.rb +5 -16
  152. data/lib/pulp_container_client/models/version_response.rb +4 -19
  153. data/lib/pulp_container_client/version.rb +1 -1
  154. data/lib/pulp_container_client.rb +0 -11
  155. data/spec/api/access_policies_api_spec.rb +11 -13
  156. data/spec/api/artifacts_api_spec.rb +9 -11
  157. data/spec/api/content_api_spec.rb +3 -6
  158. data/spec/api/content_blobs_api_spec.rb +5 -7
  159. data/spec/api/content_manifests_api_spec.rb +6 -8
  160. data/spec/api/content_signatures_api_spec.rb +5 -7
  161. data/spec/api/content_tags_api_spec.rb +6 -8
  162. data/spec/api/contentguards_api_spec.rb +3 -6
  163. data/spec/api/contentguards_content_redirect_api_spec.rb +21 -23
  164. data/spec/api/contentguards_rbac_api_spec.rb +21 -23
  165. data/spec/api/distributions_api_spec.rb +3 -8
  166. data/spec/api/distributions_artifacts_api_spec.rb +5 -9
  167. data/spec/api/distributions_container_api_spec.rb +21 -25
  168. data/spec/api/docs_api_json_api_spec.rb +2 -2
  169. data/spec/api/docs_api_yaml_api_spec.rb +2 -2
  170. data/spec/api/exporters_filesystem_api_spec.rb +16 -18
  171. data/spec/api/exporters_filesystem_exports_api_spec.rb +11 -11
  172. data/spec/api/exporters_pulp_api_spec.rb +13 -15
  173. data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
  174. data/spec/api/groups_api_spec.rb +27 -29
  175. data/spec/api/groups_roles_api_spec.rb +13 -16
  176. data/spec/api/groups_users_api_spec.rb +6 -6
  177. data/spec/api/importers_pulp_api_spec.rb +13 -15
  178. data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
  179. data/spec/api/orphans_api_spec.rb +2 -2
  180. data/spec/api/orphans_cleanup_api_spec.rb +2 -2
  181. data/spec/api/publications_api_spec.rb +4 -7
  182. data/spec/api/pulp_container_namespaces_api_spec.rb +17 -19
  183. data/spec/api/remotes_api_spec.rb +3 -6
  184. data/spec/api/remotes_container_api_spec.rb +21 -23
  185. data/spec/api/repair_api_spec.rb +2 -2
  186. data/spec/api/repositories_api_spec.rb +3 -14
  187. data/spec/api/repositories_container_api_spec.rb +39 -49
  188. data/spec/api/repositories_container_push_api_spec.rb +27 -37
  189. data/spec/api/repositories_container_push_versions_api_spec.rb +9 -10
  190. data/spec/api/repositories_container_versions_api_spec.rb +9 -10
  191. data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
  192. data/spec/api/repository_versions_api_spec.rb +3 -5
  193. data/spec/api/roles_api_spec.rb +19 -21
  194. data/spec/api/signing_services_api_spec.rb +5 -7
  195. data/spec/api/task_groups_api_spec.rb +4 -4
  196. data/spec/api/task_schedules_api_spec.rb +15 -17
  197. data/spec/api/tasks_api_spec.rb +32 -34
  198. data/spec/api/token_api_spec.rb +2 -2
  199. data/spec/api/uploads_api_spec.rb +21 -23
  200. data/spec/api/users_api_spec.rb +19 -21
  201. data/spec/api/users_roles_api_spec.rb +13 -16
  202. data/spec/api/workers_api_spec.rb +5 -7
  203. data/spec/configuration_spec.rb +3 -3
  204. data/spec/models/artifact_distribution_response_spec.rb +7 -7
  205. data/spec/models/container_container_distribution_response_spec.rb +6 -6
  206. data/spec/models/container_container_distribution_spec.rb +4 -4
  207. data/spec/models/container_container_push_repository_response_spec.rb +6 -6
  208. data/spec/models/container_container_push_repository_spec.rb +4 -4
  209. data/spec/models/group_role_response_spec.rb +0 -6
  210. data/spec/models/group_role_spec.rb +0 -6
  211. data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
  212. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  213. data/spec/models/status_response_spec.rb +0 -6
  214. data/spec/models/user_role_response_spec.rb +0 -6
  215. data/spec/models/user_role_spec.rb +0 -6
  216. data/spec/models/version_response_spec.rb +0 -6
  217. metadata +196 -240
  218. data/docs/Domain.md +0 -27
  219. data/docs/DomainResponse.md +0 -31
  220. data/docs/DomainsApi.md +0 -366
  221. data/docs/PaginatedDomainResponseList.md +0 -23
  222. data/docs/PaginatedUpstreamPulpResponseList.md +0 -23
  223. data/docs/PatchedDomain.md +0 -27
  224. data/docs/PatchedUpstreamPulp.md +0 -37
  225. data/docs/StorageClassEnum.md +0 -16
  226. data/docs/UpstreamPulp.md +0 -37
  227. data/docs/UpstreamPulpResponse.md +0 -39
  228. data/docs/UpstreamPulpsApi.md +0 -405
  229. data/lib/pulp_container_client/api/domains_api.rb +0 -452
  230. data/lib/pulp_container_client/api/upstream_pulps_api.rb +0 -492
  231. data/lib/pulp_container_client/models/domain.rb +0 -323
  232. data/lib/pulp_container_client/models/domain_response.rb +0 -318
  233. data/lib/pulp_container_client/models/paginated_domain_response_list.rb +0 -237
  234. data/lib/pulp_container_client/models/paginated_upstream_pulp_response_list.rb +0 -237
  235. data/lib/pulp_container_client/models/patched_domain.rb +0 -304
  236. data/lib/pulp_container_client/models/patched_upstream_pulp.rb +0 -450
  237. data/lib/pulp_container_client/models/storage_class_enum.rb +0 -37
  238. data/lib/pulp_container_client/models/upstream_pulp.rb +0 -477
  239. data/lib/pulp_container_client/models/upstream_pulp_response.rb +0 -338
  240. data/spec/api/domains_api_spec.rb +0 -122
  241. data/spec/api/upstream_pulps_api_spec.rb +0 -127
  242. data/spec/models/domain_response_spec.rb +0 -83
  243. data/spec/models/domain_spec.rb +0 -71
  244. data/spec/models/paginated_domain_response_list_spec.rb +0 -59
  245. data/spec/models/paginated_upstream_pulp_response_list_spec.rb +0 -59
  246. data/spec/models/patched_domain_spec.rb +0 -71
  247. data/spec/models/patched_upstream_pulp_spec.rb +0 -101
  248. data/spec/models/storage_class_enum_spec.rb +0 -35
  249. data/spec/models/upstream_pulp_response_spec.rb +0 -107
  250. data/spec/models/upstream_pulp_spec.rb +0 -101
@@ -1,20 +1,20 @@
1
1
  # PulpContainerClient::AccessPoliciesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**list**](AccessPoliciesApi.md#list) | **GET** /pulp/api/v3/access_policies/ | List access policys
8
- [**partial_update**](AccessPoliciesApi.md#partial_update) | **PATCH** {access_policy_href} | Update an access policy
9
- [**read**](AccessPoliciesApi.md#read) | **GET** {access_policy_href} | Inspect an access policy
10
- [**reset**](AccessPoliciesApi.md#reset) | **POST** {access_policy_href}reset/ |
11
- [**update**](AccessPoliciesApi.md#update) | **PUT** {access_policy_href} | Update an access policy
7
+ [**access_policies_list**](AccessPoliciesApi.md#access_policies_list) | **GET** /pulp/api/v3/access_policies/ | List access policys
8
+ [**access_policies_partial_update**](AccessPoliciesApi.md#access_policies_partial_update) | **PATCH** {access_policy_href} | Update an access policy
9
+ [**access_policies_read**](AccessPoliciesApi.md#access_policies_read) | **GET** {access_policy_href} | Inspect an access policy
10
+ [**access_policies_reset**](AccessPoliciesApi.md#access_policies_reset) | **POST** {access_policy_href}reset/ |
11
+ [**access_policies_update**](AccessPoliciesApi.md#access_policies_update) | **PUT** {access_policy_href} | Update an access policy
12
12
 
13
13
 
14
14
 
15
- ## list
15
+ ## access_policies_list
16
16
 
17
- > PaginatedAccessPolicyResponseList list(opts)
17
+ > PaginatedAccessPolicyResponseList access_policies_list(opts)
18
18
 
19
19
  List access policys
20
20
 
@@ -37,9 +37,7 @@ opts = {
37
37
  customized: true, # Boolean | Filter results where customized matches value
38
38
  limit: 56, # Integer | Number of results to return per page.
39
39
  offset: 56, # Integer | The initial index from which to return the results.
40
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `creation_hooks` - Creation hooks * `-creation_hooks` - Creation hooks (descending) * `statements` - Statements * `-statements` - Statements (descending) * `viewset_name` - Viewset name * `-viewset_name` - Viewset name (descending) * `customized` - Customized * `-customized` - Customized (descending) * `queryset_scoping` - Queryset scoping * `-queryset_scoping` - Queryset scoping (descending) * `pk` - Pk * `-pk` - Pk (descending)
41
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
42
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
40
+ ordering: ['ordering_example'], # Array<String> | Ordering
43
41
  viewset_name: 'viewset_name_example', # String | Filter results where viewset_name matches value
44
42
  viewset_name__contains: 'viewset_name__contains_example', # String | Filter results where viewset_name contains value
45
43
  viewset_name__icontains: 'viewset_name__icontains_example', # String | Filter results where viewset_name contains value
@@ -51,10 +49,10 @@ opts = {
51
49
 
52
50
  begin
53
51
  #List access policys
54
- result = api_instance.list(opts)
52
+ result = api_instance.access_policies_list(opts)
55
53
  p result
56
54
  rescue PulpContainerClient::ApiError => e
57
- puts "Exception when calling AccessPoliciesApi->list: #{e}"
55
+ puts "Exception when calling AccessPoliciesApi->access_policies_list: #{e}"
58
56
  end
59
57
  ```
60
58
 
@@ -66,9 +64,7 @@ Name | Type | Description | Notes
66
64
  **customized** | **Boolean**| Filter results where customized matches value | [optional]
67
65
  **limit** | **Integer**| Number of results to return per page. | [optional]
68
66
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
69
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;creation_hooks&#x60; - Creation hooks * &#x60;-creation_hooks&#x60; - Creation hooks (descending) * &#x60;statements&#x60; - Statements * &#x60;-statements&#x60; - Statements (descending) * &#x60;viewset_name&#x60; - Viewset name * &#x60;-viewset_name&#x60; - Viewset name (descending) * &#x60;customized&#x60; - Customized * &#x60;-customized&#x60; - Customized (descending) * &#x60;queryset_scoping&#x60; - Queryset scoping * &#x60;-queryset_scoping&#x60; - Queryset scoping (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
70
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
71
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
67
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
72
68
  **viewset_name** | **String**| Filter results where viewset_name matches value | [optional]
73
69
  **viewset_name__contains** | **String**| Filter results where viewset_name contains value | [optional]
74
70
  **viewset_name__icontains** | **String**| Filter results where viewset_name contains value | [optional]
@@ -91,9 +87,9 @@ Name | Type | Description | Notes
91
87
  - **Accept**: application/json
92
88
 
93
89
 
94
- ## partial_update
90
+ ## access_policies_partial_update
95
91
 
96
- > AccessPolicyResponse partial_update(access_policy_href, patched_access_policy)
92
+ > AccessPolicyResponse access_policies_partial_update(access_policy_href, patched_access_policy)
97
93
 
98
94
  Update an access policy
99
95
 
@@ -117,10 +113,10 @@ patched_access_policy = PulpContainerClient::PatchedAccessPolicy.new # PatchedAc
117
113
 
118
114
  begin
119
115
  #Update an access policy
120
- result = api_instance.partial_update(access_policy_href, patched_access_policy)
116
+ result = api_instance.access_policies_partial_update(access_policy_href, patched_access_policy)
121
117
  p result
122
118
  rescue PulpContainerClient::ApiError => e
123
- puts "Exception when calling AccessPoliciesApi->partial_update: #{e}"
119
+ puts "Exception when calling AccessPoliciesApi->access_policies_partial_update: #{e}"
124
120
  end
125
121
  ```
126
122
 
@@ -146,9 +142,9 @@ Name | Type | Description | Notes
146
142
  - **Accept**: application/json
147
143
 
148
144
 
149
- ## read
145
+ ## access_policies_read
150
146
 
151
- > AccessPolicyResponse read(access_policy_href, opts)
147
+ > AccessPolicyResponse access_policies_read(access_policy_href, opts)
152
148
 
153
149
  Inspect an access policy
154
150
 
@@ -175,10 +171,10 @@ opts = {
175
171
 
176
172
  begin
177
173
  #Inspect an access policy
178
- result = api_instance.read(access_policy_href, opts)
174
+ result = api_instance.access_policies_read(access_policy_href, opts)
179
175
  p result
180
176
  rescue PulpContainerClient::ApiError => e
181
- puts "Exception when calling AccessPoliciesApi->read: #{e}"
177
+ puts "Exception when calling AccessPoliciesApi->access_policies_read: #{e}"
182
178
  end
183
179
  ```
184
180
 
@@ -205,9 +201,9 @@ Name | Type | Description | Notes
205
201
  - **Accept**: application/json
206
202
 
207
203
 
208
- ## reset
204
+ ## access_policies_reset
209
205
 
210
- > AccessPolicyResponse reset(access_policy_href)
206
+ > AccessPolicyResponse access_policies_reset(access_policy_href)
211
207
 
212
208
 
213
209
 
@@ -229,10 +225,10 @@ api_instance = PulpContainerClient::AccessPoliciesApi.new
229
225
  access_policy_href = 'access_policy_href_example' # String |
230
226
 
231
227
  begin
232
- result = api_instance.reset(access_policy_href)
228
+ result = api_instance.access_policies_reset(access_policy_href)
233
229
  p result
234
230
  rescue PulpContainerClient::ApiError => e
235
- puts "Exception when calling AccessPoliciesApi->reset: #{e}"
231
+ puts "Exception when calling AccessPoliciesApi->access_policies_reset: #{e}"
236
232
  end
237
233
  ```
238
234
 
@@ -257,9 +253,9 @@ Name | Type | Description | Notes
257
253
  - **Accept**: application/json
258
254
 
259
255
 
260
- ## update
256
+ ## access_policies_update
261
257
 
262
- > AccessPolicyResponse update(access_policy_href, access_policy)
258
+ > AccessPolicyResponse access_policies_update(access_policy_href, access_policy)
263
259
 
264
260
  Update an access policy
265
261
 
@@ -283,10 +279,10 @@ access_policy = PulpContainerClient::AccessPolicy.new # AccessPolicy |
283
279
 
284
280
  begin
285
281
  #Update an access policy
286
- result = api_instance.update(access_policy_href, access_policy)
282
+ result = api_instance.access_policies_update(access_policy_href, access_policy)
287
283
  p result
288
284
  rescue PulpContainerClient::ApiError => e
289
- puts "Exception when calling AccessPoliciesApi->update: #{e}"
285
+ puts "Exception when calling AccessPoliciesApi->access_policies_update: #{e}"
290
286
  end
291
287
  ```
292
288
 
@@ -4,26 +4,26 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
7
+ **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;) |
8
+ **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
8
9
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
9
10
  **content_guard** | **String** | An optional content-guard. | [optional]
10
11
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
11
- **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
12
- **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;) |
13
12
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
13
+ **pulp_href** | **String** | | [optional] [readonly]
14
14
 
15
15
  ## Code Sample
16
16
 
17
17
  ```ruby
18
18
  require 'PulpContainerClient'
19
19
 
20
- instance = PulpContainerClient::ArtifactDistributionResponse.new(pulp_href: null,
20
+ instance = PulpContainerClient::ArtifactDistributionResponse.new(base_path: null,
21
+ name: null,
21
22
  base_url: null,
22
23
  content_guard: null,
23
24
  pulp_created: null,
24
- name: null,
25
- base_path: null,
26
- pulp_labels: null)
25
+ pulp_labels: null,
26
+ pulp_href: null)
27
27
  ```
28
28
 
29
29
 
data/docs/ArtifactsApi.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # PulpContainerClient::ArtifactsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create**](ArtifactsApi.md#create) | **POST** /pulp/api/v3/artifacts/ | Create an artifact
8
- [**delete**](ArtifactsApi.md#delete) | **DELETE** {artifact_href} | Delete an artifact
9
- [**list**](ArtifactsApi.md#list) | **GET** /pulp/api/v3/artifacts/ | List artifacts
10
- [**read**](ArtifactsApi.md#read) | **GET** {artifact_href} | Inspect an artifact
7
+ [**artifacts_create**](ArtifactsApi.md#artifacts_create) | **POST** /pulp/api/v3/artifacts/ | Create an artifact
8
+ [**artifacts_delete**](ArtifactsApi.md#artifacts_delete) | **DELETE** {artifact_href} | Delete an artifact
9
+ [**artifacts_list**](ArtifactsApi.md#artifacts_list) | **GET** /pulp/api/v3/artifacts/ | List artifacts
10
+ [**artifacts_read**](ArtifactsApi.md#artifacts_read) | **GET** {artifact_href} | Inspect an artifact
11
11
 
12
12
 
13
13
 
14
- ## create
14
+ ## artifacts_create
15
15
 
16
- > ArtifactResponse create(file, opts)
16
+ > ArtifactResponse artifacts_create(file, opts)
17
17
 
18
18
  Create an artifact
19
19
 
@@ -45,10 +45,10 @@ opts = {
45
45
 
46
46
  begin
47
47
  #Create an artifact
48
- result = api_instance.create(file, opts)
48
+ result = api_instance.artifacts_create(file, opts)
49
49
  p result
50
50
  rescue PulpContainerClient::ApiError => e
51
- puts "Exception when calling ArtifactsApi->create: #{e}"
51
+ puts "Exception when calling ArtifactsApi->artifacts_create: #{e}"
52
52
  end
53
53
  ```
54
54
 
@@ -80,9 +80,9 @@ Name | Type | Description | Notes
80
80
  - **Accept**: application/json
81
81
 
82
82
 
83
- ## delete
83
+ ## artifacts_delete
84
84
 
85
- > delete(artifact_href)
85
+ > artifacts_delete(artifact_href)
86
86
 
87
87
  Delete an artifact
88
88
 
@@ -105,9 +105,9 @@ artifact_href = 'artifact_href_example' # String |
105
105
 
106
106
  begin
107
107
  #Delete an artifact
108
- api_instance.delete(artifact_href)
108
+ api_instance.artifacts_delete(artifact_href)
109
109
  rescue PulpContainerClient::ApiError => e
110
- puts "Exception when calling ArtifactsApi->delete: #{e}"
110
+ puts "Exception when calling ArtifactsApi->artifacts_delete: #{e}"
111
111
  end
112
112
  ```
113
113
 
@@ -132,9 +132,9 @@ nil (empty response body)
132
132
  - **Accept**: Not defined
133
133
 
134
134
 
135
- ## list
135
+ ## artifacts_list
136
136
 
137
- > PaginatedArtifactResponseList list(opts)
137
+ > PaginatedArtifactResponseList artifacts_list(opts)
138
138
 
139
139
  List artifacts
140
140
 
@@ -157,9 +157,7 @@ opts = {
157
157
  limit: 56, # Integer | Number of results to return per page.
158
158
  md5: 'md5_example', # String | Filter results where md5 matches value
159
159
  offset: 56, # Integer | The initial index from which to return the results.
160
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `file` - File * `-file` - File (descending) * `size` - Size * `-size` - Size (descending) * `md5` - Md5 * `-md5` - Md5 (descending) * `sha1` - Sha1 * `-sha1` - Sha1 (descending) * `sha224` - Sha224 * `-sha224` - Sha224 (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `sha384` - Sha384 * `-sha384` - Sha384 (descending) * `sha512` - Sha512 * `-sha512` - Sha512 (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
161
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
162
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
160
+ ordering: ['ordering_example'], # Array<String> | Ordering
163
161
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
164
162
  sha1: 'sha1_example', # String | Filter results where sha1 matches value
165
163
  sha224: 'sha224_example', # String | Filter results where sha224 matches value
@@ -172,10 +170,10 @@ opts = {
172
170
 
173
171
  begin
174
172
  #List artifacts
175
- result = api_instance.list(opts)
173
+ result = api_instance.artifacts_list(opts)
176
174
  p result
177
175
  rescue PulpContainerClient::ApiError => e
178
- puts "Exception when calling ArtifactsApi->list: #{e}"
176
+ puts "Exception when calling ArtifactsApi->artifacts_list: #{e}"
179
177
  end
180
178
  ```
181
179
 
@@ -187,9 +185,7 @@ Name | Type | Description | Notes
187
185
  **limit** | **Integer**| Number of results to return per page. | [optional]
188
186
  **md5** | **String**| Filter results where md5 matches value | [optional]
189
187
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
190
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;file&#x60; - File * &#x60;-file&#x60; - File (descending) * &#x60;size&#x60; - Size * &#x60;-size&#x60; - Size (descending) * &#x60;md5&#x60; - Md5 * &#x60;-md5&#x60; - Md5 (descending) * &#x60;sha1&#x60; - Sha1 * &#x60;-sha1&#x60; - Sha1 (descending) * &#x60;sha224&#x60; - Sha224 * &#x60;-sha224&#x60; - Sha224 (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;sha384&#x60; - Sha384 * &#x60;-sha384&#x60; - Sha384 (descending) * &#x60;sha512&#x60; - Sha512 * &#x60;-sha512&#x60; - Sha512 (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
191
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
192
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
188
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
193
189
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
194
190
  **sha1** | **String**| Filter results where sha1 matches value | [optional]
195
191
  **sha224** | **String**| Filter results where sha224 matches value | [optional]
@@ -213,9 +209,9 @@ Name | Type | Description | Notes
213
209
  - **Accept**: application/json
214
210
 
215
211
 
216
- ## read
212
+ ## artifacts_read
217
213
 
218
- > ArtifactResponse read(artifact_href, opts)
214
+ > ArtifactResponse artifacts_read(artifact_href, opts)
219
215
 
220
216
  Inspect an artifact
221
217
 
@@ -242,10 +238,10 @@ opts = {
242
238
 
243
239
  begin
244
240
  #Inspect an artifact
245
- result = api_instance.read(artifact_href, opts)
241
+ result = api_instance.artifacts_read(artifact_href, opts)
246
242
  p result
247
243
  rescue PulpContainerClient::ApiError => e
248
- puts "Exception when calling ArtifactsApi->read: #{e}"
244
+ puts "Exception when calling ArtifactsApi->artifacts_read: #{e}"
249
245
  end
250
246
  ```
251
247
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **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;) |
8
+ **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
7
9
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
8
10
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
- **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
10
- **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;) |
11
11
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
12
12
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
13
13
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
@@ -18,10 +18,10 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpContainerClient'
20
20
 
21
- instance = PulpContainerClient::ContainerContainerDistribution.new(content_guard: null,
22
- repository: null,
21
+ instance = PulpContainerClient::ContainerContainerDistribution.new(base_path: null,
23
22
  name: null,
24
- base_path: null,
23
+ content_guard: null,
24
+ repository: null,
25
25
  pulp_labels: null,
26
26
  repository_version: null,
27
27
  private: null,
@@ -4,13 +4,13 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
7
+ **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;) |
8
+ **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
8
9
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
10
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
- **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. |
12
- **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;) |
11
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
12
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
13
+ **pulp_href** | **String** | | [optional] [readonly]
14
14
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
15
15
  **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
16
16
  **namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
@@ -22,13 +22,13 @@ Name | Type | Description | Notes
22
22
  ```ruby
23
23
  require 'PulpContainerClient'
24
24
 
25
- instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_href: null,
25
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(base_path: null,
26
+ name: null,
26
27
  content_guard: null,
27
- pulp_created: null,
28
28
  repository: null,
29
- name: null,
30
- base_path: null,
29
+ pulp_created: null,
31
30
  pulp_labels: null,
31
+ pulp_href: null,
32
32
  repository_version: null,
33
33
  registry_path: null,
34
34
  namespace: null,
@@ -4,10 +4,10 @@
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. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
8
+ **name** | **String** | A unique name for this repository. |
7
9
  **description** | **String** | An optional description. | [optional]
8
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
9
10
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
10
- **name** | **String** | A unique name for this repository. |
11
11
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
12
12
 
13
13
  ## Code Sample
@@ -15,10 +15,10 @@ Name | Type | Description | Notes
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::ContainerContainerPushRepository.new(description: null,
19
- retain_repo_versions: null,
20
- manifest_signing_service: null,
18
+ instance = PulpContainerClient::ContainerContainerPushRepository.new(retain_repo_versions: null,
21
19
  name: null,
20
+ description: null,
21
+ manifest_signing_service: null,
22
22
  pulp_labels: null)
23
23
  ```
24
24
 
@@ -5,13 +5,13 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **latest_version_href** | **String** | | [optional] [readonly]
9
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
10
+ **name** | **String** | A unique name for this repository. |
8
11
  **description** | **String** | An optional description. | [optional]
9
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
10
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
12
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
12
- **name** | **String** | A unique name for this repository. |
13
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
13
14
  **versions_href** | **String** | | [optional] [readonly]
14
- **latest_version_href** | **String** | | [optional] [readonly]
15
15
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
16
16
 
17
17
  ## Code Sample
@@ -20,13 +20,13 @@ Name | Type | Description | Notes
20
20
  require 'PulpContainerClient'
21
21
 
22
22
  instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_href: null,
23
- description: null,
23
+ latest_version_href: null,
24
24
  retain_repo_versions: null,
25
- manifest_signing_service: null,
26
- pulp_created: null,
27
25
  name: null,
26
+ description: null,
27
+ pulp_created: null,
28
+ manifest_signing_service: null,
28
29
  versions_href: null,
29
- latest_version_href: null,
30
30
  pulp_labels: null)
31
31
  ```
32
32
 
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
19
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** | [**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. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - 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. * &#x60;streamed&#x60; - 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
+ **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. | [optional]
22
22
  **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
23
  **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
24
  **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]
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
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
- **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. * &#x60;immediate&#x60; - When syncing, download all metadata and content now. * &#x60;on_demand&#x60; - 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. * &#x60;streamed&#x60; - 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]
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. | [optional]
20
20
  **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]
21
21
  **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]
22
22
  **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]
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
8
  **name** | **String** | A unique name for this repository. |
9
9
  **description** | **String** | An optional description. | [optional]
10
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
11
11
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
12
12
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
13
13
 
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **latest_version_href** | **String** | | [optional] [readonly]
12
12
  **name** | **String** | A unique name for this repository. |
13
13
  **description** | **String** | An optional description. | [optional]
14
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
14
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
15
15
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
16
16
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
17
17
 
data/docs/ContentApi.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # PulpContainerClient::ContentApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**list**](ContentApi.md#list) | **GET** /pulp/api/v3/content/ | List content
7
+ [**content_list**](ContentApi.md#content_list) | **GET** /pulp/api/v3/content/ | List content
8
8
 
9
9
 
10
10
 
11
- ## list
11
+ ## content_list
12
12
 
13
- > PaginatedMultipleArtifactContentResponseList list(opts)
13
+ > PaginatedMultipleArtifactContentResponseList content_list(opts)
14
14
 
15
15
  List content
16
16
 
@@ -32,10 +32,7 @@ api_instance = PulpContainerClient::ContentApi.new
32
32
  opts = {
33
33
  limit: 56, # Integer | Number of results to return per page.
34
34
  offset: 56, # Integer | The initial index from which to return the results.
35
- ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
36
- pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
37
- pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
38
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `core.publishedmetadata` - core.publishedmetadata * `container.blob` - container.blob * `container.manifest` - container.manifest * `container.tag` - container.tag * `container.signature` - container.signature
35
+ ordering: ['ordering_example'], # Array<String> | Ordering
39
36
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
40
37
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
41
38
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -45,10 +42,10 @@ opts = {
45
42
 
46
43
  begin
47
44
  #List content
48
- result = api_instance.list(opts)
45
+ result = api_instance.content_list(opts)
49
46
  p result
50
47
  rescue PulpContainerClient::ApiError => e
51
- puts "Exception when calling ContentApi->list: #{e}"
48
+ puts "Exception when calling ContentApi->content_list: #{e}"
52
49
  end
53
50
  ```
54
51
 
@@ -59,10 +56,7 @@ Name | Type | Description | Notes
59
56
  ------------- | ------------- | ------------- | -------------
60
57
  **limit** | **Integer**| Number of results to return per page. | [optional]
61
58
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
62
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
63
- **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
64
- **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
65
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;container.blob&#x60; - container.blob * &#x60;container.manifest&#x60; - container.manifest * &#x60;container.tag&#x60; - container.tag * &#x60;container.signature&#x60; - container.signature | [optional]
59
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
66
60
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
67
61
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
68
62
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]