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,31 +32,29 @@ describe 'ContentManifestsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for list
35
+ # unit tests for content_container_manifests_list
36
36
  # List manifests
37
37
  # ViewSet for Manifest.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [String] :digest Filter results where digest matches value
40
40
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
41
41
  # @option opts [Integer] :limit Number of results to return per page.
42
- # @option opts [Array<String>] :media_type * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json
42
+ # @option opts [Array<String>] :media_type
43
43
  # @option opts [Integer] :offset The initial index from which to return the results.
44
- # @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;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;schema_version&#x60; - Schema version * &#x60;-schema_version&#x60; - Schema version (descending) * &#x60;media_type&#x60; - Media type * &#x60;-media_type&#x60; - Media type (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
45
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
46
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
44
+ # @option opts [Array<String>] :ordering Ordering
47
45
  # @option opts [String] :repository_version Repository Version referenced by HREF
48
46
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
49
47
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
50
48
  # @option opts [Array<String>] :fields A list of fields to include in the response.
51
49
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
52
50
  # @return [PaginatedcontainerManifestResponseList]
53
- describe 'list test' do
51
+ describe 'content_container_manifests_list test' do
54
52
  it 'should work' do
55
53
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
54
  end
57
55
  end
58
56
 
59
- # unit tests for read
57
+ # unit tests for content_container_manifests_read
60
58
  # Inspect a manifest
61
59
  # ViewSet for Manifest.
62
60
  # @param container_manifest_href
@@ -64,7 +62,7 @@ describe 'ContentManifestsApi' do
64
62
  # @option opts [Array<String>] :fields A list of fields to include in the response.
65
63
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
66
64
  # @return [ContainerManifestResponse]
67
- describe 'read test' do
65
+ describe 'content_container_manifests_read test' do
68
66
  it 'should work' do
69
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
70
68
  end
@@ -32,7 +32,7 @@ describe 'ContentSignaturesApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for list
35
+ # unit tests for content_container_signatures_list
36
36
  # List manifest signatures
37
37
  # ViewSet for image signatures.
38
38
  # @param [Hash] opts the optional parameters
@@ -48,22 +48,20 @@ describe 'ContentSignaturesApi' do
48
48
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
49
49
  # @option opts [String] :name__startswith Filter results where name starts with value
50
50
  # @option opts [Integer] :offset The initial index from which to return the results.
51
- # @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;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;key_id&#x60; - Key id * &#x60;-key_id&#x60; - Key id (descending) * &#x60;timestamp&#x60; - Timestamp * &#x60;-timestamp&#x60; - Timestamp (descending) * &#x60;creator&#x60; - Creator * &#x60;-creator&#x60; - Creator (descending) * &#x60;data&#x60; - Data * &#x60;-data&#x60; - Data (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
52
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
53
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
51
+ # @option opts [Array<String>] :ordering Ordering
54
52
  # @option opts [String] :repository_version Repository Version referenced by HREF
55
53
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
56
54
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
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 [PaginatedcontainerManifestSignatureResponseList]
60
- describe 'list test' do
58
+ describe 'content_container_signatures_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
64
62
  end
65
63
 
66
- # unit tests for read
64
+ # unit tests for content_container_signatures_read
67
65
  # Inspect a manifest signature
68
66
  # ViewSet for image signatures.
69
67
  # @param container_manifest_signature_href
@@ -71,7 +69,7 @@ describe 'ContentSignaturesApi' do
71
69
  # @option opts [Array<String>] :fields A list of fields to include in the response.
72
70
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
73
71
  # @return [ContainerManifestSignatureResponse]
74
- describe 'read test' do
72
+ describe 'content_container_signatures_read test' do
75
73
  it 'should work' do
76
74
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
77
75
  end
@@ -32,32 +32,30 @@ describe 'ContentTagsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for list
35
+ # unit tests for content_container_tags_list
36
36
  # List tags
37
37
  # ViewSet for Tag.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Array<String>] :digest Multiple values may be separated by commas.
40
40
  # @option opts [Integer] :limit Number of results to return per page.
41
- # @option opts [Array<String>] :media_type * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json * &#x60;application/vnd.docker.distribution.manifest.v1+json&#x60; - application/vnd.docker.distribution.manifest.v1+json * &#x60;application/vnd.docker.distribution.manifest.v2+json&#x60; - application/vnd.docker.distribution.manifest.v2+json * &#x60;application/vnd.docker.distribution.manifest.list.v2+json&#x60; - application/vnd.docker.distribution.manifest.list.v2+json * &#x60;application/vnd.oci.image.manifest.v1+json&#x60; - application/vnd.oci.image.manifest.v1+json * &#x60;application/vnd.oci.image.index.v1+json&#x60; - application/vnd.oci.image.index.v1+json
41
+ # @option opts [Array<String>] :media_type
42
42
  # @option opts [String] :name Filter results where name matches value
43
43
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
44
44
  # @option opts [Integer] :offset The initial index from which to return the results.
45
- # @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;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
46
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
47
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
45
+ # @option opts [Array<String>] :ordering Ordering
48
46
  # @option opts [String] :repository_version Repository Version referenced by HREF
49
47
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
50
48
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
51
49
  # @option opts [Array<String>] :fields A list of fields to include in the response.
52
50
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
53
51
  # @return [PaginatedcontainerTagResponseList]
54
- describe 'list test' do
52
+ describe 'content_container_tags_list test' do
55
53
  it 'should work' do
56
54
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
55
  end
58
56
  end
59
57
 
60
- # unit tests for read
58
+ # unit tests for content_container_tags_read
61
59
  # Inspect a tag
62
60
  # ViewSet for Tag.
63
61
  # @param container_tag_href
@@ -65,7 +63,7 @@ describe 'ContentTagsApi' do
65
63
  # @option opts [Array<String>] :fields A list of fields to include in the response.
66
64
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
67
65
  # @return [ContainerTagResponse]
68
- describe 'read test' do
66
+ describe 'content_container_tags_read test' do
69
67
  it 'should work' do
70
68
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
71
69
  end
@@ -32,7 +32,7 @@ describe 'ContentguardsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for list
35
+ # unit tests for contentguards_list
36
36
  # List content guards
37
37
  # Endpoint to list all contentguards.
38
38
  # @param [Hash] opts the optional parameters
@@ -43,14 +43,11 @@ describe 'ContentguardsApi' do
43
43
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
44
44
  # @option opts [String] :name__startswith Filter results where name starts with value
45
45
  # @option opts [Integer] :offset The initial index from which to return the results.
46
- # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
47
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
49
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect
46
+ # @option opts [Array<String>] :ordering Ordering
50
47
  # @option opts [Array<String>] :fields A list of fields to include in the response.
51
48
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
52
49
  # @return [PaginatedContentGuardResponseList]
53
- describe 'list test' do
50
+ describe 'contentguards_list test' do
54
51
  it 'should work' do
55
52
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
53
  end
@@ -32,43 +32,43 @@ describe 'ContentguardsContentRedirectApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for add_role
35
+ # unit tests for contentguards_core_content_redirect_add_role
36
36
  # Add a role for this object to users/groups.
37
37
  # @param content_redirect_content_guard_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 'contentguards_core_content_redirect_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 contentguards_core_content_redirect_create
48
48
  # Create a content redirect content guard
49
49
  # Content guard to protect preauthenticated redirects to the content app.
50
50
  # @param content_redirect_content_guard
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [ContentRedirectContentGuardResponse]
53
- describe 'create test' do
53
+ describe 'contentguards_core_content_redirect_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 contentguards_core_content_redirect_delete
60
60
  # Delete a content redirect content guard
61
61
  # Content guard to protect preauthenticated redirects to the content app.
62
62
  # @param content_redirect_content_guard_href
63
63
  # @param [Hash] opts the optional parameters
64
64
  # @return [nil]
65
- describe 'delete test' do
65
+ describe 'contentguards_core_content_redirect_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 contentguards_core_content_redirect_list
72
72
  # List content redirect content guards
73
73
  # Content guard to protect preauthenticated redirects to the content app.
74
74
  # @param [Hash] opts the optional parameters
@@ -79,58 +79,56 @@ describe 'ContentguardsContentRedirectApi' do
79
79
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
80
80
  # @option opts [String] :name__startswith Filter results where name starts with value
81
81
  # @option opts [Integer] :offset The initial index from which to return the results.
82
- # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
83
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
84
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
82
+ # @option opts [Array<String>] :ordering Ordering
85
83
  # @option opts [Array<String>] :fields A list of fields to include in the response.
86
84
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
87
85
  # @return [PaginatedContentRedirectContentGuardResponseList]
88
- describe 'list test' do
86
+ describe 'contentguards_core_content_redirect_list test' do
89
87
  it 'should work' do
90
88
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
89
  end
92
90
  end
93
91
 
94
- # unit tests for list_roles
92
+ # unit tests for contentguards_core_content_redirect_list_roles
95
93
  # List roles assigned to this object.
96
94
  # @param content_redirect_content_guard_href
97
95
  # @param [Hash] opts the optional parameters
98
96
  # @option opts [Array<String>] :fields A list of fields to include in the response.
99
97
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
100
98
  # @return [ObjectRolesResponse]
101
- describe 'list_roles test' do
99
+ describe 'contentguards_core_content_redirect_list_roles test' do
102
100
  it 'should work' do
103
101
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
102
  end
105
103
  end
106
104
 
107
- # unit tests for my_permissions
105
+ # unit tests for contentguards_core_content_redirect_my_permissions
108
106
  # List permissions available to the current user on this object.
109
107
  # @param content_redirect_content_guard_href
110
108
  # @param [Hash] opts the optional parameters
111
109
  # @option opts [Array<String>] :fields A list of fields to include in the response.
112
110
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
113
111
  # @return [MyPermissionsResponse]
114
- describe 'my_permissions test' do
112
+ describe 'contentguards_core_content_redirect_my_permissions test' do
115
113
  it 'should work' do
116
114
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
117
115
  end
118
116
  end
119
117
 
120
- # unit tests for partial_update
118
+ # unit tests for contentguards_core_content_redirect_partial_update
121
119
  # Update a content redirect content guard
122
120
  # Content guard to protect preauthenticated redirects to the content app.
123
121
  # @param content_redirect_content_guard_href
124
122
  # @param patched_content_redirect_content_guard
125
123
  # @param [Hash] opts the optional parameters
126
124
  # @return [ContentRedirectContentGuardResponse]
127
- describe 'partial_update test' do
125
+ describe 'contentguards_core_content_redirect_partial_update test' do
128
126
  it 'should work' do
129
127
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
130
128
  end
131
129
  end
132
130
 
133
- # unit tests for read
131
+ # unit tests for contentguards_core_content_redirect_read
134
132
  # Inspect a content redirect content guard
135
133
  # Content guard to protect preauthenticated redirects to the content app.
136
134
  # @param content_redirect_content_guard_href
@@ -138,32 +136,32 @@ describe 'ContentguardsContentRedirectApi' do
138
136
  # @option opts [Array<String>] :fields A list of fields to include in the response.
139
137
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
140
138
  # @return [ContentRedirectContentGuardResponse]
141
- describe 'read test' do
139
+ describe 'contentguards_core_content_redirect_read test' do
142
140
  it 'should work' do
143
141
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
144
142
  end
145
143
  end
146
144
 
147
- # unit tests for remove_role
145
+ # unit tests for contentguards_core_content_redirect_remove_role
148
146
  # Remove a role for this object from users/groups.
149
147
  # @param content_redirect_content_guard_href
150
148
  # @param nested_role
151
149
  # @param [Hash] opts the optional parameters
152
150
  # @return [NestedRoleResponse]
153
- describe 'remove_role test' do
151
+ describe 'contentguards_core_content_redirect_remove_role test' do
154
152
  it 'should work' do
155
153
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
156
154
  end
157
155
  end
158
156
 
159
- # unit tests for update
157
+ # unit tests for contentguards_core_content_redirect_update
160
158
  # Update a content redirect content guard
161
159
  # Content guard to protect preauthenticated redirects to the content app.
162
160
  # @param content_redirect_content_guard_href
163
161
  # @param content_redirect_content_guard
164
162
  # @param [Hash] opts the optional parameters
165
163
  # @return [ContentRedirectContentGuardResponse]
166
- describe 'update test' do
164
+ describe 'contentguards_core_content_redirect_update test' do
167
165
  it 'should work' do
168
166
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
169
167
  end
@@ -32,43 +32,43 @@ describe 'ContentguardsRbacApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for add_role
35
+ # unit tests for contentguards_core_rbac_add_role
36
36
  # Add a role for this object to users/groups.
37
37
  # @param r_b_a_c_content_guard_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 'contentguards_core_rbac_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 contentguards_core_rbac_create
48
48
  # Create a rbac content guard
49
49
  # Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
50
50
  # @param rbac_content_guard
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [RBACContentGuardResponse]
53
- describe 'create test' do
53
+ describe 'contentguards_core_rbac_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 contentguards_core_rbac_delete
60
60
  # Delete a rbac content guard
61
61
  # Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
62
62
  # @param r_b_a_c_content_guard_href
63
63
  # @param [Hash] opts the optional parameters
64
64
  # @return [nil]
65
- describe 'delete test' do
65
+ describe 'contentguards_core_rbac_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 contentguards_core_rbac_list
72
72
  # List rbac content guards
73
73
  # Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
74
74
  # @param [Hash] opts the optional parameters
@@ -79,58 +79,56 @@ describe 'ContentguardsRbacApi' do
79
79
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
80
80
  # @option opts [String] :name__startswith Filter results where name starts with value
81
81
  # @option opts [Integer] :offset The initial index from which to return the results.
82
- # @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;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
83
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
84
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
82
+ # @option opts [Array<String>] :ordering Ordering
85
83
  # @option opts [Array<String>] :fields A list of fields to include in the response.
86
84
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
87
85
  # @return [PaginatedRBACContentGuardResponseList]
88
- describe 'list test' do
86
+ describe 'contentguards_core_rbac_list test' do
89
87
  it 'should work' do
90
88
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
89
  end
92
90
  end
93
91
 
94
- # unit tests for list_roles
92
+ # unit tests for contentguards_core_rbac_list_roles
95
93
  # List roles assigned to this object.
96
94
  # @param r_b_a_c_content_guard_href
97
95
  # @param [Hash] opts the optional parameters
98
96
  # @option opts [Array<String>] :fields A list of fields to include in the response.
99
97
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
100
98
  # @return [ObjectRolesResponse]
101
- describe 'list_roles test' do
99
+ describe 'contentguards_core_rbac_list_roles test' do
102
100
  it 'should work' do
103
101
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
102
  end
105
103
  end
106
104
 
107
- # unit tests for my_permissions
105
+ # unit tests for contentguards_core_rbac_my_permissions
108
106
  # List permissions available to the current user on this object.
109
107
  # @param r_b_a_c_content_guard_href
110
108
  # @param [Hash] opts the optional parameters
111
109
  # @option opts [Array<String>] :fields A list of fields to include in the response.
112
110
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
113
111
  # @return [MyPermissionsResponse]
114
- describe 'my_permissions test' do
112
+ describe 'contentguards_core_rbac_my_permissions test' do
115
113
  it 'should work' do
116
114
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
117
115
  end
118
116
  end
119
117
 
120
- # unit tests for partial_update
118
+ # unit tests for contentguards_core_rbac_partial_update
121
119
  # Update a rbac content guard
122
120
  # Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
123
121
  # @param r_b_a_c_content_guard_href
124
122
  # @param patched_rbac_content_guard
125
123
  # @param [Hash] opts the optional parameters
126
124
  # @return [RBACContentGuardResponse]
127
- describe 'partial_update test' do
125
+ describe 'contentguards_core_rbac_partial_update test' do
128
126
  it 'should work' do
129
127
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
130
128
  end
131
129
  end
132
130
 
133
- # unit tests for read
131
+ # unit tests for contentguards_core_rbac_read
134
132
  # Inspect a rbac content guard
135
133
  # Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
136
134
  # @param r_b_a_c_content_guard_href
@@ -138,32 +136,32 @@ describe 'ContentguardsRbacApi' do
138
136
  # @option opts [Array<String>] :fields A list of fields to include in the response.
139
137
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
140
138
  # @return [RBACContentGuardResponse]
141
- describe 'read test' do
139
+ describe 'contentguards_core_rbac_read test' do
142
140
  it 'should work' do
143
141
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
144
142
  end
145
143
  end
146
144
 
147
- # unit tests for remove_role
145
+ # unit tests for contentguards_core_rbac_remove_role
148
146
  # Remove a role for this object from users/groups.
149
147
  # @param r_b_a_c_content_guard_href
150
148
  # @param nested_role
151
149
  # @param [Hash] opts the optional parameters
152
150
  # @return [NestedRoleResponse]
153
- describe 'remove_role test' do
151
+ describe 'contentguards_core_rbac_remove_role test' do
154
152
  it 'should work' do
155
153
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
156
154
  end
157
155
  end
158
156
 
159
- # unit tests for update
157
+ # unit tests for contentguards_core_rbac_update
160
158
  # Update a rbac content guard
161
159
  # Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
162
160
  # @param r_b_a_c_content_guard_href
163
161
  # @param rbac_content_guard
164
162
  # @param [Hash] opts the optional parameters
165
163
  # @return [RBACContentGuardResponse]
166
- describe 'update test' do
164
+ describe 'contentguards_core_rbac_update test' do
167
165
  it 'should work' do
168
166
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
169
167
  end
@@ -32,7 +32,7 @@ describe 'DistributionsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for list
35
+ # unit tests for distributions_list
36
36
  # List distributions
37
37
  # Provides base viewset for Distributions.
38
38
  # @param [Hash] opts the optional parameters
@@ -47,18 +47,13 @@ describe 'DistributionsApi' do
47
47
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
48
48
  # @option opts [String] :name__startswith Filter results where name starts with value
49
49
  # @option opts [Integer] :offset The initial index from which to return the results.
50
- # @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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
51
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
52
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
50
+ # @option opts [Array<String>] :ordering Ordering
53
51
  # @option opts [String] :pulp_label_select Filter labels by search string
54
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.artifact&#x60; - core.artifact * &#x60;container.container&#x60; - container.container
55
- # @option opts [String] :repository Filter results where repository matches value
56
- # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
57
52
  # @option opts [String] :with_content Filter distributions based on the content served by them
58
53
  # @option opts [Array<String>] :fields A list of fields to include in the response.
59
54
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
60
55
  # @return [PaginatedDistributionResponseList]
61
- describe 'list test' do
56
+ describe 'distributions_list test' do
62
57
  it 'should work' do
63
58
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
64
59
  end
@@ -32,7 +32,7 @@ describe 'DistributionsArtifactsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for list
35
+ # unit tests for distributions_core_artifacts_list
36
36
  # List artifact distributions
37
37
  # ViewSet for ArtifactDistribution.
38
38
  # @param [Hash] opts the optional parameters
@@ -47,23 +47,19 @@ describe 'DistributionsArtifactsApi' do
47
47
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
48
48
  # @option opts [String] :name__startswith Filter results where name starts with value
49
49
  # @option opts [Integer] :offset The initial index from which to return the results.
50
- # @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;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
51
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
52
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
50
+ # @option opts [Array<String>] :ordering Ordering
53
51
  # @option opts [String] :pulp_label_select Filter labels by search string
54
- # @option opts [String] :repository Filter results where repository matches value
55
- # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
56
52
  # @option opts [String] :with_content Filter distributions based on the content served by them
57
53
  # @option opts [Array<String>] :fields A list of fields to include in the response.
58
54
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
59
55
  # @return [PaginatedArtifactDistributionResponseList]
60
- describe 'list test' do
56
+ describe 'distributions_core_artifacts_list test' do
61
57
  it 'should work' do
62
58
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
63
59
  end
64
60
  end
65
61
 
66
- # unit tests for read
62
+ # unit tests for distributions_core_artifacts_read
67
63
  # Inspect an artifact distribution
68
64
  # ViewSet for ArtifactDistribution.
69
65
  # @param artifact_distribution_href
@@ -71,7 +67,7 @@ describe 'DistributionsArtifactsApi' do
71
67
  # @option opts [Array<String>] :fields A list of fields to include in the response.
72
68
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
73
69
  # @return [ArtifactDistributionResponse]
74
- describe 'read test' do
70
+ describe 'distributions_core_artifacts_read test' do
75
71
  it 'should work' do
76
72
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
77
73
  end