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
@@ -32,43 +32,43 @@ describe 'DistributionsContainerApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for add_role
35
+ # unit tests for distributions_container_container_add_role
36
36
  # Add a role for this object to users/groups.
37
37
  # @param container_container_distribution_href
38
38
  # @param nested_role
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [NestedRoleResponse]
41
- describe 'add_role test' do
41
+ describe 'distributions_container_container_add_role test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- # unit tests for create
47
+ # unit tests for distributions_container_container_create
48
48
  # Create a container distribution
49
49
  # Trigger an asynchronous create task
50
50
  # @param container_container_distribution
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [AsyncOperationResponse]
53
- describe 'create test' do
53
+ describe 'distributions_container_container_create test' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- # unit tests for delete
59
+ # unit tests for distributions_container_container_delete
60
60
  # Delete a container distribution
61
61
  # Trigger an asynchronous delete task
62
62
  # @param container_container_distribution_href
63
63
  # @param [Hash] opts the optional parameters
64
64
  # @return [AsyncOperationResponse]
65
- describe 'delete test' do
65
+ describe 'distributions_container_container_delete test' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- # unit tests for list
71
+ # unit tests for distributions_container_container_list
72
72
  # List container distributions
73
73
  # The Container Distribution will serve the latest version of a Repository if ``repository`` is specified. The Container Distribution will serve a specific repository version if ``repository_version``. Note that **either** ``repository`` or ``repository_version`` can be set on a Container Distribution, but not both.
74
74
  # @param [Hash] opts the optional parameters
@@ -84,62 +84,58 @@ describe 'DistributionsContainerApi' do
84
84
  # @option opts [String] :name__startswith Filter results where name starts with value
85
85
  # @option opts [String] :namespace__name
86
86
  # @option opts [Integer] :offset The initial index from which to return the results.
87
- # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;private&#x60; - Private * &#x60;-private&#x60; - Private (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
88
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
89
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
87
+ # @option opts [Array<String>] :ordering Ordering
90
88
  # @option opts [String] :pulp_label_select Filter labels by search string
91
- # @option opts [String] :repository Filter results where repository matches value
92
- # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
93
89
  # @option opts [String] :with_content Filter distributions based on the content served by them
94
90
  # @option opts [Array<String>] :fields A list of fields to include in the response.
95
91
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
96
92
  # @return [PaginatedcontainerContainerDistributionResponseList]
97
- describe 'list test' do
93
+ describe 'distributions_container_container_list test' do
98
94
  it 'should work' do
99
95
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
100
96
  end
101
97
  end
102
98
 
103
- # unit tests for list_roles
99
+ # unit tests for distributions_container_container_list_roles
104
100
  # List roles assigned to this object.
105
101
  # @param container_container_distribution_href
106
102
  # @param [Hash] opts the optional parameters
107
103
  # @option opts [Array<String>] :fields A list of fields to include in the response.
108
104
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
109
105
  # @return [ObjectRolesResponse]
110
- describe 'list_roles test' do
106
+ describe 'distributions_container_container_list_roles test' do
111
107
  it 'should work' do
112
108
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
113
109
  end
114
110
  end
115
111
 
116
- # unit tests for my_permissions
112
+ # unit tests for distributions_container_container_my_permissions
117
113
  # List permissions available to the current user on this object.
118
114
  # @param container_container_distribution_href
119
115
  # @param [Hash] opts the optional parameters
120
116
  # @option opts [Array<String>] :fields A list of fields to include in the response.
121
117
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
122
118
  # @return [MyPermissionsResponse]
123
- describe 'my_permissions test' do
119
+ describe 'distributions_container_container_my_permissions test' do
124
120
  it 'should work' do
125
121
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
126
122
  end
127
123
  end
128
124
 
129
- # unit tests for partial_update
125
+ # unit tests for distributions_container_container_partial_update
130
126
  # Update a container distribution
131
127
  # Trigger an asynchronous partial update task
132
128
  # @param container_container_distribution_href
133
129
  # @param patchedcontainer_container_distribution
134
130
  # @param [Hash] opts the optional parameters
135
131
  # @return [AsyncOperationResponse]
136
- describe 'partial_update test' do
132
+ describe 'distributions_container_container_partial_update test' do
137
133
  it 'should work' do
138
134
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
139
135
  end
140
136
  end
141
137
 
142
- # unit tests for read
138
+ # unit tests for distributions_container_container_read
143
139
  # Inspect a container distribution
144
140
  # The Container Distribution will serve the latest version of a Repository if &#x60;&#x60;repository&#x60;&#x60; is specified. The Container Distribution will serve a specific repository version if &#x60;&#x60;repository_version&#x60;&#x60;. Note that **either** &#x60;&#x60;repository&#x60;&#x60; or &#x60;&#x60;repository_version&#x60;&#x60; can be set on a Container Distribution, but not both.
145
141
  # @param container_container_distribution_href
@@ -147,32 +143,32 @@ describe 'DistributionsContainerApi' do
147
143
  # @option opts [Array<String>] :fields A list of fields to include in the response.
148
144
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
149
145
  # @return [ContainerContainerDistributionResponse]
150
- describe 'read test' do
146
+ describe 'distributions_container_container_read test' do
151
147
  it 'should work' do
152
148
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
153
149
  end
154
150
  end
155
151
 
156
- # unit tests for remove_role
152
+ # unit tests for distributions_container_container_remove_role
157
153
  # Remove a role for this object from users/groups.
158
154
  # @param container_container_distribution_href
159
155
  # @param nested_role
160
156
  # @param [Hash] opts the optional parameters
161
157
  # @return [NestedRoleResponse]
162
- describe 'remove_role test' do
158
+ describe 'distributions_container_container_remove_role test' do
163
159
  it 'should work' do
164
160
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
165
161
  end
166
162
  end
167
163
 
168
- # unit tests for update
164
+ # unit tests for distributions_container_container_update
169
165
  # Update a container distribution
170
166
  # Trigger an asynchronous update task
171
167
  # @param container_container_distribution_href
172
168
  # @param container_container_distribution
173
169
  # @param [Hash] opts the optional parameters
174
170
  # @return [AsyncOperationResponse]
175
- describe 'update test' do
171
+ describe 'distributions_container_container_update test' do
176
172
  it 'should work' do
177
173
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
178
174
  end
@@ -32,14 +32,14 @@ describe 'DocsApiJsonApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for get
35
+ # unit tests for docs_api_json_get
36
36
  # OpenApi3 schema for this API. Format can be selected via content negotiation. - YAML: application/vnd.oai.openapi - JSON: application/vnd.oai.openapi+json
37
37
  # @param [Hash] opts the optional parameters
38
38
  # @option opts [String] :lang
39
39
  # @option opts [Array<String>] :fields A list of fields to include in the response.
40
40
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
41
41
  # @return [Object]
42
- describe 'get test' do
42
+ describe 'docs_api_json_get test' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
45
  end
@@ -32,14 +32,14 @@ describe 'DocsApiYamlApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for get
35
+ # unit tests for docs_api_yaml_get
36
36
  # OpenApi3 schema for this API. Format can be selected via content negotiation. - YAML: application/vnd.oai.openapi - JSON: application/vnd.oai.openapi+json
37
37
  # @param [Hash] opts the optional parameters
38
38
  # @option opts [String] :lang
39
39
  # @option opts [Array<String>] :fields A list of fields to include in the response.
40
40
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
41
41
  # @return [Object]
42
- describe 'get test' do
42
+ describe 'docs_api_yaml_get test' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
45
  end
@@ -32,33 +32,33 @@ describe 'ExportersFilesystemApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for create
35
+ # unit tests for exporters_core_filesystem_create
36
36
  # Create a filesystem exporter
37
- # Endpoint for managing FilesystemExporters.
37
+ # Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
38
38
  # @param filesystem_exporter
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [FilesystemExporterResponse]
41
- describe 'create test' do
41
+ describe 'exporters_core_filesystem_create test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- # unit tests for delete
47
+ # unit tests for exporters_core_filesystem_delete
48
48
  # Delete a filesystem exporter
49
49
  # Trigger an asynchronous delete task
50
50
  # @param filesystem_exporter_href
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [AsyncOperationResponse]
53
- describe 'delete test' do
53
+ describe 'exporters_core_filesystem_delete test' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- # unit tests for list
59
+ # unit tests for exporters_core_filesystem_list
60
60
  # List filesystem exporters
61
- # Endpoint for managing FilesystemExporters.
61
+ # Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
64
  # @option opts [String] :name Filter results where name matches value
@@ -67,53 +67,51 @@ describe 'ExportersFilesystemApi' do
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
68
  # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
- # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;method&#x60; - Method * &#x60;-method&#x60; - Method (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
71
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
72
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
70
+ # @option opts [Array<String>] :ordering Ordering
73
71
  # @option opts [Array<String>] :fields A list of fields to include in the response.
74
72
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
75
73
  # @return [PaginatedFilesystemExporterResponseList]
76
- describe 'list test' do
74
+ describe 'exporters_core_filesystem_list test' do
77
75
  it 'should work' do
78
76
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
77
  end
80
78
  end
81
79
 
82
- # unit tests for partial_update
80
+ # unit tests for exporters_core_filesystem_partial_update
83
81
  # Update a filesystem exporter
84
82
  # Trigger an asynchronous partial update task
85
83
  # @param filesystem_exporter_href
86
84
  # @param patched_filesystem_exporter
87
85
  # @param [Hash] opts the optional parameters
88
86
  # @return [AsyncOperationResponse]
89
- describe 'partial_update test' do
87
+ describe 'exporters_core_filesystem_partial_update test' do
90
88
  it 'should work' do
91
89
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
90
  end
93
91
  end
94
92
 
95
- # unit tests for read
93
+ # unit tests for exporters_core_filesystem_read
96
94
  # Inspect a filesystem exporter
97
- # Endpoint for managing FilesystemExporters.
95
+ # Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
98
96
  # @param filesystem_exporter_href
99
97
  # @param [Hash] opts the optional parameters
100
98
  # @option opts [Array<String>] :fields A list of fields to include in the response.
101
99
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
102
100
  # @return [FilesystemExporterResponse]
103
- describe 'read test' do
101
+ describe 'exporters_core_filesystem_read test' do
104
102
  it 'should work' do
105
103
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
106
104
  end
107
105
  end
108
106
 
109
- # unit tests for update
107
+ # unit tests for exporters_core_filesystem_update
110
108
  # Update a filesystem exporter
111
109
  # Trigger an asynchronous update task
112
110
  # @param filesystem_exporter_href
113
111
  # @param filesystem_exporter
114
112
  # @param [Hash] opts the optional parameters
115
113
  # @return [AsyncOperationResponse]
116
- describe 'update test' do
114
+ describe 'exporters_core_filesystem_update test' do
117
115
  it 'should work' do
118
116
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
119
117
  end
@@ -32,34 +32,34 @@ describe 'ExportersFilesystemExportsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for create
35
+ # unit tests for exporters_core_filesystem_exports_create
36
36
  # Create a filesystem export
37
37
  # Trigger an asynchronous task to export files to the filesystem
38
38
  # @param filesystem_exporter_href
39
39
  # @param filesystem_export
40
40
  # @param [Hash] opts the optional parameters
41
41
  # @return [AsyncOperationResponse]
42
- describe 'create test' do
42
+ describe 'exporters_core_filesystem_exports_create test' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
45
  end
46
46
  end
47
47
 
48
- # unit tests for delete
48
+ # unit tests for exporters_core_filesystem_exports_delete
49
49
  # Delete a filesystem export
50
- # Endpoint for managing FilesystemExports.
50
+ # Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
51
51
  # @param filesystem_filesystem_export_href
52
52
  # @param [Hash] opts the optional parameters
53
53
  # @return [nil]
54
- describe 'delete test' do
54
+ describe 'exporters_core_filesystem_exports_delete test' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
57
  end
58
58
  end
59
59
 
60
- # unit tests for list
60
+ # unit tests for exporters_core_filesystem_exports_list
61
61
  # List filesystem exports
62
- # Endpoint for managing FilesystemExports.
62
+ # Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
63
63
  # @param filesystem_exporter_href
64
64
  # @param [Hash] opts the optional parameters
65
65
  # @option opts [Integer] :limit Number of results to return per page.
@@ -67,21 +67,21 @@ describe 'ExportersFilesystemExportsApi' do
67
67
  # @option opts [Array<String>] :fields A list of fields to include in the response.
68
68
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
69
69
  # @return [PaginatedFilesystemExportResponseList]
70
- describe 'list test' do
70
+ describe 'exporters_core_filesystem_exports_list test' do
71
71
  it 'should work' do
72
72
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
73
  end
74
74
  end
75
75
 
76
- # unit tests for read
76
+ # unit tests for exporters_core_filesystem_exports_read
77
77
  # Inspect a filesystem export
78
- # Endpoint for managing FilesystemExports.
78
+ # Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
79
79
  # @param filesystem_filesystem_export_href
80
80
  # @param [Hash] opts the optional parameters
81
81
  # @option opts [Array<String>] :fields A list of fields to include in the response.
82
82
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
83
83
  # @return [FilesystemExportResponse]
84
- describe 'read test' do
84
+ describe 'exporters_core_filesystem_exports_read test' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
87
87
  end
@@ -32,31 +32,31 @@ describe 'ExportersPulpApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for create
35
+ # unit tests for exporters_core_pulp_create
36
36
  # Create a pulp exporter
37
37
  # ViewSet for viewing PulpExporters.
38
38
  # @param pulp_exporter
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [PulpExporterResponse]
41
- describe 'create test' do
41
+ describe 'exporters_core_pulp_create test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- # unit tests for delete
47
+ # unit tests for exporters_core_pulp_delete
48
48
  # Delete a pulp exporter
49
49
  # Trigger an asynchronous delete task
50
50
  # @param pulp_exporter_href
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [AsyncOperationResponse]
53
- describe 'delete test' do
53
+ describe 'exporters_core_pulp_delete test' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- # unit tests for list
59
+ # unit tests for exporters_core_pulp_list
60
60
  # List pulp exporters
61
61
  # ViewSet for viewing PulpExporters.
62
62
  # @param [Hash] opts the optional parameters
@@ -67,32 +67,30 @@ describe 'ExportersPulpApi' do
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
68
  # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
- # @option opts [Array<String>] :ordering 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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;path&#x60; - Path * &#x60;-path&#x60; - Path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
71
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
72
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
70
+ # @option opts [Array<String>] :ordering Ordering
73
71
  # @option opts [Array<String>] :fields A list of fields to include in the response.
74
72
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
75
73
  # @return [PaginatedPulpExporterResponseList]
76
- describe 'list test' do
74
+ describe 'exporters_core_pulp_list test' do
77
75
  it 'should work' do
78
76
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
77
  end
80
78
  end
81
79
 
82
- # unit tests for partial_update
80
+ # unit tests for exporters_core_pulp_partial_update
83
81
  # Update a pulp exporter
84
82
  # Trigger an asynchronous partial update task
85
83
  # @param pulp_exporter_href
86
84
  # @param patched_pulp_exporter
87
85
  # @param [Hash] opts the optional parameters
88
86
  # @return [AsyncOperationResponse]
89
- describe 'partial_update test' do
87
+ describe 'exporters_core_pulp_partial_update test' do
90
88
  it 'should work' do
91
89
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
90
  end
93
91
  end
94
92
 
95
- # unit tests for read
93
+ # unit tests for exporters_core_pulp_read
96
94
  # Inspect a pulp exporter
97
95
  # ViewSet for viewing PulpExporters.
98
96
  # @param pulp_exporter_href
@@ -100,20 +98,20 @@ describe 'ExportersPulpApi' do
100
98
  # @option opts [Array<String>] :fields A list of fields to include in the response.
101
99
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
102
100
  # @return [PulpExporterResponse]
103
- describe 'read test' do
101
+ describe 'exporters_core_pulp_read test' do
104
102
  it 'should work' do
105
103
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
106
104
  end
107
105
  end
108
106
 
109
- # unit tests for update
107
+ # unit tests for exporters_core_pulp_update
110
108
  # Update a pulp exporter
111
109
  # Trigger an asynchronous update task
112
110
  # @param pulp_exporter_href
113
111
  # @param pulp_exporter
114
112
  # @param [Hash] opts the optional parameters
115
113
  # @return [AsyncOperationResponse]
116
- describe 'update test' do
114
+ describe 'exporters_core_pulp_update test' do
117
115
  it 'should work' do
118
116
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
119
117
  end
@@ -32,32 +32,32 @@ describe 'ExportersPulpExportsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for create
35
+ # unit tests for exporters_core_pulp_exports_create
36
36
  # Create a pulp export
37
37
  # Trigger an asynchronous task to export a set of repositories
38
38
  # @param pulp_exporter_href
39
39
  # @param pulp_export
40
40
  # @param [Hash] opts the optional parameters
41
41
  # @return [AsyncOperationResponse]
42
- describe 'create test' do
42
+ describe 'exporters_core_pulp_exports_create test' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
45
  end
46
46
  end
47
47
 
48
- # unit tests for delete
48
+ # unit tests for exporters_core_pulp_exports_delete
49
49
  # Delete a pulp export
50
50
  # ViewSet for viewing exports from a PulpExporter.
51
51
  # @param pulp_pulp_export_href
52
52
  # @param [Hash] opts the optional parameters
53
53
  # @return [nil]
54
- describe 'delete test' do
54
+ describe 'exporters_core_pulp_exports_delete test' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
57
  end
58
58
  end
59
59
 
60
- # unit tests for list
60
+ # unit tests for exporters_core_pulp_exports_list
61
61
  # List pulp exports
62
62
  # ViewSet for viewing exports from a PulpExporter.
63
63
  # @param pulp_exporter_href
@@ -67,13 +67,13 @@ describe 'ExportersPulpExportsApi' do
67
67
  # @option opts [Array<String>] :fields A list of fields to include in the response.
68
68
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
69
69
  # @return [PaginatedPulpExportResponseList]
70
- describe 'list test' do
70
+ describe 'exporters_core_pulp_exports_list test' do
71
71
  it 'should work' do
72
72
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
73
  end
74
74
  end
75
75
 
76
- # unit tests for read
76
+ # unit tests for exporters_core_pulp_exports_read
77
77
  # Inspect a pulp export
78
78
  # ViewSet for viewing exports from a PulpExporter.
79
79
  # @param pulp_pulp_export_href
@@ -81,7 +81,7 @@ describe 'ExportersPulpExportsApi' do
81
81
  # @option opts [Array<String>] :fields A list of fields to include in the response.
82
82
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
83
83
  # @return [PulpExportResponse]
84
- describe 'read test' do
84
+ describe 'exporters_core_pulp_exports_read test' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
87
87
  end