pulp_container_client 2.14.14 → 2.14.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,19 +32,19 @@ describe 'RepositoriesContainerPushApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for add_role
35
+ # unit tests for repositories_container_container_push_add_role
36
36
  # Add a role for this object to users/groups.
37
37
  # @param container_container_push_repository_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 'repositories_container_container_push_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 list
47
+ # unit tests for repositories_container_container_push_list
48
48
  # List container push repositorys
49
49
  # ViewSet for a container push repository. POST and DELETE are disallowed because a push repository is tightly coupled with a ContainerDistribution which handles it automatically. Created - during push operation, removed - with ContainerDistribution removal.
50
50
  # @param [Hash] opts the optional parameters
@@ -55,68 +55,58 @@ describe 'RepositoriesContainerPushApi' do
55
55
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
56
56
  # @option opts [String] :name__startswith Filter results where name starts with value
57
57
  # @option opts [Integer] :offset The initial index from which to return the results.
58
- # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
59
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
60
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
58
+ # @option opts [Array<String>] :ordering Ordering
61
59
  # @option opts [String] :pulp_label_select Filter labels by search string
62
60
  # @option opts [String] :remote Foreign Key referenced by HREF
63
- # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
64
- # @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
65
- # @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
66
- # @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
67
- # @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
68
- # @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
69
- # @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
70
- # @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
71
61
  # @option opts [Array<String>] :fields A list of fields to include in the response.
72
62
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
73
63
  # @return [PaginatedcontainerContainerPushRepositoryResponseList]
74
- describe 'list test' do
64
+ describe 'repositories_container_container_push_list test' do
75
65
  it 'should work' do
76
66
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
77
67
  end
78
68
  end
79
69
 
80
- # unit tests for list_roles
70
+ # unit tests for repositories_container_container_push_list_roles
81
71
  # List roles assigned to this object.
82
72
  # @param container_container_push_repository_href
83
73
  # @param [Hash] opts the optional parameters
84
74
  # @option opts [Array<String>] :fields A list of fields to include in the response.
85
75
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
86
76
  # @return [ObjectRolesResponse]
87
- describe 'list_roles test' do
77
+ describe 'repositories_container_container_push_list_roles test' do
88
78
  it 'should work' do
89
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
80
  end
91
81
  end
92
82
 
93
- # unit tests for my_permissions
83
+ # unit tests for repositories_container_container_push_my_permissions
94
84
  # List permissions available to the current user on this object.
95
85
  # @param container_container_push_repository_href
96
86
  # @param [Hash] opts the optional parameters
97
87
  # @option opts [Array<String>] :fields A list of fields to include in the response.
98
88
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
99
89
  # @return [MyPermissionsResponse]
100
- describe 'my_permissions test' do
90
+ describe 'repositories_container_container_push_my_permissions test' do
101
91
  it 'should work' do
102
92
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
103
93
  end
104
94
  end
105
95
 
106
- # unit tests for partial_update
96
+ # unit tests for repositories_container_container_push_partial_update
107
97
  # Update a container push repository
108
98
  # Trigger an asynchronous partial update task
109
99
  # @param container_container_push_repository_href
110
100
  # @param patchedcontainer_container_push_repository
111
101
  # @param [Hash] opts the optional parameters
112
102
  # @return [AsyncOperationResponse]
113
- describe 'partial_update test' do
103
+ describe 'repositories_container_container_push_partial_update test' do
114
104
  it 'should work' do
115
105
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
106
  end
117
107
  end
118
108
 
119
- # unit tests for read
109
+ # unit tests for repositories_container_container_push_read
120
110
  # Inspect a container push repository
121
111
  # ViewSet for a container push repository. POST and DELETE are disallowed because a push repository is tightly coupled with a ContainerDistribution which handles it automatically. Created - during push operation, removed - with ContainerDistribution removal.
122
112
  # @param container_container_push_repository_href
@@ -124,96 +114,96 @@ describe 'RepositoriesContainerPushApi' do
124
114
  # @option opts [Array<String>] :fields A list of fields to include in the response.
125
115
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
126
116
  # @return [ContainerContainerPushRepositoryResponse]
127
- describe 'read test' do
117
+ describe 'repositories_container_container_push_read test' do
128
118
  it 'should work' do
129
119
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
130
120
  end
131
121
  end
132
122
 
133
- # unit tests for remove_image
123
+ # unit tests for repositories_container_container_push_remove_image
134
124
  # Delete an image from a repository
135
125
  # Trigger an asynchronous task to remove a manifest and all its associated data by a digest
136
126
  # @param container_container_push_repository_href
137
127
  # @param remove_image
138
128
  # @param [Hash] opts the optional parameters
139
129
  # @return [AsyncOperationResponse]
140
- describe 'remove_image test' do
130
+ describe 'repositories_container_container_push_remove_image test' do
141
131
  it 'should work' do
142
132
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
143
133
  end
144
134
  end
145
135
 
146
- # unit tests for remove_role
136
+ # unit tests for repositories_container_container_push_remove_role
147
137
  # Remove a role for this object from users/groups.
148
138
  # @param container_container_push_repository_href
149
139
  # @param nested_role
150
140
  # @param [Hash] opts the optional parameters
151
141
  # @return [NestedRoleResponse]
152
- describe 'remove_role test' do
142
+ describe 'repositories_container_container_push_remove_role test' do
153
143
  it 'should work' do
154
144
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
155
145
  end
156
146
  end
157
147
 
158
- # unit tests for remove_signatures
148
+ # unit tests for repositories_container_container_push_remove_signatures
159
149
  # Create a task which deletes signatures by the passed key_id.
160
150
  # @param container_container_push_repository_href
161
151
  # @param remove_signatures
162
152
  # @param [Hash] opts the optional parameters
163
153
  # @return [RemoveSignaturesResponse]
164
- describe 'remove_signatures test' do
154
+ describe 'repositories_container_container_push_remove_signatures test' do
165
155
  it 'should work' do
166
156
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
167
157
  end
168
158
  end
169
159
 
170
- # unit tests for sign
160
+ # unit tests for repositories_container_container_push_sign
171
161
  # Sign images in the repo
172
162
  # Trigger an asynchronous task to sign content.
173
163
  # @param container_container_push_repository_href
174
164
  # @param repository_sign
175
165
  # @param [Hash] opts the optional parameters
176
166
  # @return [AsyncOperationResponse]
177
- describe 'sign test' do
167
+ describe 'repositories_container_container_push_sign test' do
178
168
  it 'should work' do
179
169
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
180
170
  end
181
171
  end
182
172
 
183
- # unit tests for tag
173
+ # unit tests for repositories_container_container_push_tag
184
174
  # Create a Tag
185
175
  # Trigger an asynchronous task to tag an image in the repository
186
176
  # @param container_container_push_repository_href
187
177
  # @param tag_image
188
178
  # @param [Hash] opts the optional parameters
189
179
  # @return [AsyncOperationResponse]
190
- describe 'tag test' do
180
+ describe 'repositories_container_container_push_tag test' do
191
181
  it 'should work' do
192
182
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
193
183
  end
194
184
  end
195
185
 
196
- # unit tests for untag
186
+ # unit tests for repositories_container_container_push_untag
197
187
  # Delete a tag
198
188
  # Trigger an asynchronous task to untag an image in the repository
199
189
  # @param container_container_push_repository_href
200
190
  # @param un_tag_image
201
191
  # @param [Hash] opts the optional parameters
202
192
  # @return [AsyncOperationResponse]
203
- describe 'untag test' do
193
+ describe 'repositories_container_container_push_untag test' do
204
194
  it 'should work' do
205
195
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
206
196
  end
207
197
  end
208
198
 
209
- # unit tests for update
199
+ # unit tests for repositories_container_container_push_update
210
200
  # Update a container push repository
211
201
  # Trigger an asynchronous update task
212
202
  # @param container_container_push_repository_href
213
203
  # @param container_container_push_repository
214
204
  # @param [Hash] opts the optional parameters
215
205
  # @return [AsyncOperationResponse]
216
- describe 'update test' do
206
+ describe 'repositories_container_container_push_update test' do
217
207
  it 'should work' do
218
208
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
219
209
  end
@@ -32,19 +32,19 @@ describe 'RepositoriesContainerPushVersionsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for delete
35
+ # unit tests for repositories_container_container_push_versions_delete
36
36
  # Delete a repository version
37
37
  # Trigger an asynchronous task to delete a repository version.
38
38
  # @param container_container_push_repository_version_href
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [AsyncOperationResponse]
41
- describe 'delete test' do
41
+ describe 'repositories_container_container_push_versions_delete 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 list
47
+ # unit tests for repositories_container_container_push_versions_list
48
48
  # List repository versions
49
49
  # ContainerPushRepositoryVersion represents a single container push repository version. Repository versions of a push repository are not allowed to be deleted. Versioning of such repositories, as well as creation/removal, happens automatically without explicit user actions. Users could make a repository not functional by accident if allowed to delete repository versions.
50
50
  # @param container_container_push_repository_href
@@ -59,24 +59,23 @@ describe 'RepositoriesContainerPushVersionsApi' do
59
59
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
60
60
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
61
61
  # @option opts [Integer] :offset The initial index from which to return the results.
62
- # @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;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
62
+ # @option opts [Array<String>] :ordering Ordering
63
63
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
64
64
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
65
65
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
66
66
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
67
67
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
68
68
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
69
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
70
69
  # @option opts [Array<String>] :fields A list of fields to include in the response.
71
70
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
72
71
  # @return [PaginatedRepositoryVersionResponseList]
73
- describe 'list test' do
72
+ describe 'repositories_container_container_push_versions_list test' do
74
73
  it 'should work' do
75
74
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
76
75
  end
77
76
  end
78
77
 
79
- # unit tests for read
78
+ # unit tests for repositories_container_container_push_versions_read
80
79
  # Inspect a repository version
81
80
  # ContainerPushRepositoryVersion represents a single container push repository version. Repository versions of a push repository are not allowed to be deleted. Versioning of such repositories, as well as creation/removal, happens automatically without explicit user actions. Users could make a repository not functional by accident if allowed to delete repository versions.
82
81
  # @param container_container_push_repository_version_href
@@ -84,19 +83,19 @@ describe 'RepositoriesContainerPushVersionsApi' do
84
83
  # @option opts [Array<String>] :fields A list of fields to include in the response.
85
84
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
86
85
  # @return [RepositoryVersionResponse]
87
- describe 'read test' do
86
+ describe 'repositories_container_container_push_versions_read test' do
88
87
  it 'should work' do
89
88
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
89
  end
91
90
  end
92
91
 
93
- # unit tests for repair
92
+ # unit tests for repositories_container_container_push_versions_repair
94
93
  # Trigger an asynchronous task to repair a repository version.
95
94
  # @param container_container_push_repository_version_href
96
95
  # @param repair
97
96
  # @param [Hash] opts the optional parameters
98
97
  # @return [AsyncOperationResponse]
99
- describe 'repair test' do
98
+ describe 'repositories_container_container_push_versions_repair test' do
100
99
  it 'should work' do
101
100
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
102
101
  end
@@ -32,19 +32,19 @@ describe 'RepositoriesContainerVersionsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for delete
35
+ # unit tests for repositories_container_container_versions_delete
36
36
  # Delete a repository version
37
37
  # Trigger an asynchronous task to delete a repository version.
38
38
  # @param container_container_repository_version_href
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [AsyncOperationResponse]
41
- describe 'delete test' do
41
+ describe 'repositories_container_container_versions_delete 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 list
47
+ # unit tests for repositories_container_container_versions_list
48
48
  # List repository versions
49
49
  # ContainerRepositoryVersion represents a single container repository version.
50
50
  # @param container_container_repository_href
@@ -59,24 +59,23 @@ describe 'RepositoriesContainerVersionsApi' do
59
59
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
60
60
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
61
61
  # @option opts [Integer] :offset The initial index from which to return the results.
62
- # @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;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
62
+ # @option opts [Array<String>] :ordering Ordering
63
63
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
64
64
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
65
65
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
66
66
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
67
67
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
68
68
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
69
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
70
69
  # @option opts [Array<String>] :fields A list of fields to include in the response.
71
70
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
72
71
  # @return [PaginatedRepositoryVersionResponseList]
73
- describe 'list test' do
72
+ describe 'repositories_container_container_versions_list test' do
74
73
  it 'should work' do
75
74
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
76
75
  end
77
76
  end
78
77
 
79
- # unit tests for read
78
+ # unit tests for repositories_container_container_versions_read
80
79
  # Inspect a repository version
81
80
  # ContainerRepositoryVersion represents a single container repository version.
82
81
  # @param container_container_repository_version_href
@@ -84,19 +83,19 @@ describe 'RepositoriesContainerVersionsApi' do
84
83
  # @option opts [Array<String>] :fields A list of fields to include in the response.
85
84
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
86
85
  # @return [RepositoryVersionResponse]
87
- describe 'read test' do
86
+ describe 'repositories_container_container_versions_read test' do
88
87
  it 'should work' do
89
88
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
89
  end
91
90
  end
92
91
 
93
- # unit tests for repair
92
+ # unit tests for repositories_container_container_versions_repair
94
93
  # Trigger an asynchronous task to repair a repository version.
95
94
  # @param container_container_repository_version_href
96
95
  # @param repair
97
96
  # @param [Hash] opts the optional parameters
98
97
  # @return [AsyncOperationResponse]
99
- describe 'repair test' do
98
+ describe 'repositories_container_container_versions_repair test' do
100
99
  it 'should work' do
101
100
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
102
101
  end
@@ -32,12 +32,12 @@ describe 'RepositoriesReclaimSpaceApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for reclaim
35
+ # unit tests for repositories_reclaim_space_reclaim
36
36
  # Trigger an asynchronous space reclaim operation.
37
37
  # @param reclaim_space
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @return [AsyncOperationResponse]
40
- describe 'reclaim test' do
40
+ describe 'repositories_reclaim_space_reclaim test' do
41
41
  it 'should work' do
42
42
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
43
  end
@@ -32,9 +32,8 @@ describe 'RepositoryVersionsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for list
35
+ # unit tests for repository_versions_list
36
36
  # List repository versions
37
- # A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
38
37
  # @param [Hash] opts the optional parameters
39
38
  # @option opts [String] :content Content Unit referenced by HREF
40
39
  # @option opts [String] :content__in Content Unit referenced by HREF
@@ -46,18 +45,17 @@ describe 'RepositoryVersionsApi' do
46
45
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
47
46
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
48
47
  # @option opts [Integer] :offset The initial index from which to return the results.
49
- # @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;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
48
+ # @option opts [Array<String>] :ordering Ordering
50
49
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
51
50
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
52
51
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
53
52
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
54
53
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
55
54
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
56
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
57
55
  # @option opts [Array<String>] :fields A list of fields to include in the response.
58
56
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
59
57
  # @return [PaginatedRepositoryVersionResponseList]
60
- describe 'list test' do
58
+ describe 'repository_versions_list test' do
61
59
  it 'should work' do
62
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
63
61
  end
@@ -32,33 +32,33 @@ describe 'RolesApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for create
35
+ # unit tests for roles_create
36
36
  # Create a role
37
- # ViewSet for Role.
37
+ # ViewSet for Role. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
38
38
  # @param role
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [RoleResponse]
41
- describe 'create test' do
41
+ describe 'roles_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 roles_delete
48
48
  # Delete a role
49
- # ViewSet for Role.
49
+ # ViewSet for Role. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
50
50
  # @param role_href
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [nil]
53
- describe 'delete test' do
53
+ describe 'roles_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 roles_list
60
60
  # List roles
61
- # ViewSet for Role.
61
+ # ViewSet for Role. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Array<String>] :contains_permission Filter roles that have any of the permissions in the list.
64
64
  # @option opts [String] :description Filter results where description matches value
@@ -74,53 +74,51 @@ describe 'RolesApi' do
74
74
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
75
75
  # @option opts [String] :name__startswith Filter results where name starts with value
76
76
  # @option opts [Integer] :offset The initial index from which to return the results.
77
- # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;locked&#x60; - Locked * &#x60;-locked&#x60; - Locked (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
78
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
79
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
77
+ # @option opts [Array<String>] :ordering Ordering
80
78
  # @option opts [Array<String>] :fields A list of fields to include in the response.
81
79
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
82
80
  # @return [PaginatedRoleResponseList]
83
- describe 'list test' do
81
+ describe 'roles_list test' do
84
82
  it 'should work' do
85
83
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
84
  end
87
85
  end
88
86
 
89
- # unit tests for partial_update
87
+ # unit tests for roles_partial_update
90
88
  # Update a role
91
- # ViewSet for Role.
89
+ # ViewSet for Role. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
92
90
  # @param role_href
93
91
  # @param patched_role
94
92
  # @param [Hash] opts the optional parameters
95
93
  # @return [RoleResponse]
96
- describe 'partial_update test' do
94
+ describe 'roles_partial_update test' do
97
95
  it 'should work' do
98
96
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
99
97
  end
100
98
  end
101
99
 
102
- # unit tests for read
100
+ # unit tests for roles_read
103
101
  # Inspect a role
104
- # ViewSet for Role.
102
+ # ViewSet for Role. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
105
103
  # @param role_href
106
104
  # @param [Hash] opts the optional parameters
107
105
  # @option opts [Array<String>] :fields A list of fields to include in the response.
108
106
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
109
107
  # @return [RoleResponse]
110
- describe 'read test' do
108
+ describe 'roles_read test' do
111
109
  it 'should work' do
112
110
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
113
111
  end
114
112
  end
115
113
 
116
- # unit tests for update
114
+ # unit tests for roles_update
117
115
  # Update a role
118
- # ViewSet for Role.
116
+ # ViewSet for Role. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
119
117
  # @param role_href
120
118
  # @param role
121
119
  # @param [Hash] opts the optional parameters
122
120
  # @return [RoleResponse]
123
- describe 'update test' do
121
+ describe 'roles_update test' do
124
122
  it 'should work' do
125
123
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
126
124
  end
@@ -32,26 +32,24 @@ describe 'SigningServicesApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for list
35
+ # unit tests for signing_services_list
36
36
  # List signing services
37
37
  # A ViewSet that supports browsing of existing signing services.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
40
  # @option opts [String] :name Filter results where name matches value
41
41
  # @option opts [Integer] :offset The initial index from which to return the results.
42
- # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;public_key&#x60; - Public key * &#x60;-public_key&#x60; - Public key (descending) * &#x60;pubkey_fingerprint&#x60; - Pubkey fingerprint * &#x60;-pubkey_fingerprint&#x60; - Pubkey fingerprint (descending) * &#x60;script&#x60; - Script * &#x60;-script&#x60; - Script (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
43
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
44
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
42
+ # @option opts [Array<String>] :ordering Ordering
45
43
  # @option opts [Array<String>] :fields A list of fields to include in the response.
46
44
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
47
45
  # @return [PaginatedSigningServiceResponseList]
48
- describe 'list test' do
46
+ describe 'signing_services_list test' do
49
47
  it 'should work' do
50
48
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
51
49
  end
52
50
  end
53
51
 
54
- # unit tests for read
52
+ # unit tests for signing_services_read
55
53
  # Inspect a signing service
56
54
  # A ViewSet that supports browsing of existing signing services.
57
55
  # @param signing_service_href
@@ -59,7 +57,7 @@ describe 'SigningServicesApi' do
59
57
  # @option opts [Array<String>] :fields A list of fields to include in the response.
60
58
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
61
59
  # @return [SigningServiceResponse]
62
- describe 'read test' do
60
+ describe 'signing_services_read test' do
63
61
  it 'should work' do
64
62
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
65
63
  end
@@ -32,7 +32,7 @@ describe 'TaskGroupsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for list
35
+ # unit tests for task_groups_list
36
36
  # List task groups
37
37
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \&quot;Normal\&quot; Django Models and Master/Detail models are supported by the &#x60;&#x60;register_with&#x60;&#x60; method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to &#39;pk&#39; endpoint_name (str): The name of the final path segment that should identify the ViewSet&#39;s collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \&quot;parent_prefix\&quot; of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object&#39;s identity. schema (DefaultSchema): The schema class to use by default in a viewset.
38
38
  # @param [Hash] opts the optional parameters
@@ -41,13 +41,13 @@ describe 'TaskGroupsApi' do
41
41
  # @option opts [Array<String>] :fields A list of fields to include in the response.
42
42
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
43
43
  # @return [PaginatedTaskGroupResponseList]
44
- describe 'list test' do
44
+ describe 'task_groups_list test' do
45
45
  it 'should work' do
46
46
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
47
47
  end
48
48
  end
49
49
 
50
- # unit tests for read
50
+ # unit tests for task_groups_read
51
51
  # Inspect a task group
52
52
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \&quot;Normal\&quot; Django Models and Master/Detail models are supported by the &#x60;&#x60;register_with&#x60;&#x60; method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to &#39;pk&#39; endpoint_name (str): The name of the final path segment that should identify the ViewSet&#39;s collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \&quot;parent_prefix\&quot; of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object&#39;s identity. schema (DefaultSchema): The schema class to use by default in a viewset.
53
53
  # @param task_group_href
@@ -55,7 +55,7 @@ describe 'TaskGroupsApi' do
55
55
  # @option opts [Array<String>] :fields A list of fields to include in the response.
56
56
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
57
57
  # @return [TaskGroupResponse]
58
- describe 'read test' do
58
+ describe 'task_groups_read test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
61
  end