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,7 +32,7 @@ describe 'RemotesApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for list
35
+ # unit tests for remotes_list
36
36
  # List remotes
37
37
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` 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 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" 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's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
38
38
  # @param [Hash] opts the optional parameters
@@ -43,9 +43,7 @@ describe 'RemotesApi' 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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (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.
46
+ # @option opts [Array<String>] :ordering Ordering
49
47
  # @option opts [String] :pulp_label_select Filter labels by search string
50
48
  # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
51
49
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
@@ -53,11 +51,10 @@ describe 'RemotesApi' do
53
51
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
54
52
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
55
53
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
56
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;container.container&#x60; - container.container
57
54
  # @option opts [Array<String>] :fields A list of fields to include in the response.
58
55
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
59
56
  # @return [PaginatedRemoteResponseList]
60
- describe 'list test' do
57
+ describe 'remotes_list test' do
61
58
  it 'should work' do
62
59
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
63
60
  end
@@ -32,43 +32,43 @@ describe 'RemotesContainerApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for add_role
35
+ # unit tests for remotes_container_container_add_role
36
36
  # Add a role for this object to users/groups.
37
37
  # @param container_container_remote_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 'remotes_container_container_add_role test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- # unit tests for create
47
+ # unit tests for remotes_container_container_create
48
48
  # Create a container remote
49
49
  # Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the &#x60;&#x60;policy&#x60;&#x60; field. &#x60;&#x60;on_demand&#x60;&#x60; and &#x60;&#x60;streamed&#x60;&#x60; policies can provide significant disk space savings.
50
50
  # @param container_container_remote
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [ContainerContainerRemoteResponse]
53
- describe 'create test' do
53
+ describe 'remotes_container_container_create test' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- # unit tests for delete
59
+ # unit tests for remotes_container_container_delete
60
60
  # Delete a container remote
61
61
  # Trigger an asynchronous delete task
62
62
  # @param container_container_remote_href
63
63
  # @param [Hash] opts the optional parameters
64
64
  # @return [AsyncOperationResponse]
65
- describe 'delete test' do
65
+ describe 'remotes_container_container_delete test' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- # unit tests for list
71
+ # unit tests for remotes_container_container_list
72
72
  # List container remotes
73
73
  # Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the &#x60;&#x60;policy&#x60;&#x60; field. &#x60;&#x60;on_demand&#x60;&#x60; and &#x60;&#x60;streamed&#x60;&#x60; policies can provide significant disk space savings.
74
74
  # @param [Hash] opts the optional parameters
@@ -79,9 +79,7 @@ describe 'RemotesContainerApi' 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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (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 [String] :pulp_label_select Filter labels by search string
86
84
  # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
87
85
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
@@ -92,52 +90,52 @@ describe 'RemotesContainerApi' do
92
90
  # @option opts [Array<String>] :fields A list of fields to include in the response.
93
91
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
94
92
  # @return [PaginatedcontainerContainerRemoteResponseList]
95
- describe 'list test' do
93
+ describe 'remotes_container_container_list test' do
96
94
  it 'should work' do
97
95
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
96
  end
99
97
  end
100
98
 
101
- # unit tests for list_roles
99
+ # unit tests for remotes_container_container_list_roles
102
100
  # List roles assigned to this object.
103
101
  # @param container_container_remote_href
104
102
  # @param [Hash] opts the optional parameters
105
103
  # @option opts [Array<String>] :fields A list of fields to include in the response.
106
104
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
107
105
  # @return [ObjectRolesResponse]
108
- describe 'list_roles test' do
106
+ describe 'remotes_container_container_list_roles test' do
109
107
  it 'should work' do
110
108
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
111
109
  end
112
110
  end
113
111
 
114
- # unit tests for my_permissions
112
+ # unit tests for remotes_container_container_my_permissions
115
113
  # List permissions available to the current user on this object.
116
114
  # @param container_container_remote_href
117
115
  # @param [Hash] opts the optional parameters
118
116
  # @option opts [Array<String>] :fields A list of fields to include in the response.
119
117
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
120
118
  # @return [MyPermissionsResponse]
121
- describe 'my_permissions test' do
119
+ describe 'remotes_container_container_my_permissions test' do
122
120
  it 'should work' do
123
121
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
124
122
  end
125
123
  end
126
124
 
127
- # unit tests for partial_update
125
+ # unit tests for remotes_container_container_partial_update
128
126
  # Update a container remote
129
127
  # Trigger an asynchronous partial update task
130
128
  # @param container_container_remote_href
131
129
  # @param patchedcontainer_container_remote
132
130
  # @param [Hash] opts the optional parameters
133
131
  # @return [AsyncOperationResponse]
134
- describe 'partial_update test' do
132
+ describe 'remotes_container_container_partial_update test' do
135
133
  it 'should work' do
136
134
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
137
135
  end
138
136
  end
139
137
 
140
- # unit tests for read
138
+ # unit tests for remotes_container_container_read
141
139
  # Inspect a container remote
142
140
  # Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the &#x60;&#x60;policy&#x60;&#x60; field. &#x60;&#x60;on_demand&#x60;&#x60; and &#x60;&#x60;streamed&#x60;&#x60; policies can provide significant disk space savings.
143
141
  # @param container_container_remote_href
@@ -145,32 +143,32 @@ describe 'RemotesContainerApi' do
145
143
  # @option opts [Array<String>] :fields A list of fields to include in the response.
146
144
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
147
145
  # @return [ContainerContainerRemoteResponse]
148
- describe 'read test' do
146
+ describe 'remotes_container_container_read test' do
149
147
  it 'should work' do
150
148
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
151
149
  end
152
150
  end
153
151
 
154
- # unit tests for remove_role
152
+ # unit tests for remotes_container_container_remove_role
155
153
  # Remove a role for this object from users/groups.
156
154
  # @param container_container_remote_href
157
155
  # @param nested_role
158
156
  # @param [Hash] opts the optional parameters
159
157
  # @return [NestedRoleResponse]
160
- describe 'remove_role test' do
158
+ describe 'remotes_container_container_remove_role test' do
161
159
  it 'should work' do
162
160
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
163
161
  end
164
162
  end
165
163
 
166
- # unit tests for update
164
+ # unit tests for remotes_container_container_update
167
165
  # Update a container remote
168
166
  # Trigger an asynchronous update task
169
167
  # @param container_container_remote_href
170
168
  # @param container_container_remote
171
169
  # @param [Hash] opts the optional parameters
172
170
  # @return [AsyncOperationResponse]
173
- describe 'update test' do
171
+ describe 'remotes_container_container_update test' do
174
172
  it 'should work' do
175
173
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
176
174
  end
@@ -32,13 +32,13 @@ describe 'RepairApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for post
35
+ # unit tests for repair_post
36
36
  # Repair Artifact Storage
37
37
  # Trigger an asynchronous task that checks for missing or corrupted artifacts, and attempts to redownload them.
38
38
  # @param repair
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [AsyncOperationResponse]
41
- describe 'post test' do
41
+ describe 'repair_post 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
@@ -32,7 +32,7 @@ describe 'RepositoriesApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for list
35
+ # unit tests for repositories_list
36
36
  # List repositories
37
37
  # Endpoint to list all repositories.
38
38
  # @param [Hash] opts the optional parameters
@@ -43,24 +43,13 @@ describe 'RepositoriesApi' 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;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)
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.
46
+ # @option opts [Array<String>] :ordering Ordering
49
47
  # @option opts [String] :pulp_label_select Filter labels by search string
50
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;container.container&#x60; - container.container * &#x60;container.container-push&#x60; - container.container-push
51
48
  # @option opts [String] :remote Foreign Key referenced by HREF
52
- # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
53
- # @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
54
- # @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
55
- # @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
56
- # @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
57
- # @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
58
- # @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
59
- # @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
60
49
  # @option opts [Array<String>] :fields A list of fields to include in the response.
61
50
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
62
51
  # @return [PaginatedRepositoryResponseList]
63
- describe 'list test' do
52
+ describe 'repositories_list test' do
64
53
  it 'should work' do
65
54
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
66
55
  end
@@ -32,32 +32,32 @@ describe 'RepositoriesContainerApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for add
35
+ # unit tests for repositories_container_container_add
36
36
  # Add content
37
37
  # Trigger an asynchronous task to recursively add container content.
38
38
  # @param container_container_repository_href
39
39
  # @param recursive_manage
40
40
  # @param [Hash] opts the optional parameters
41
41
  # @return [AsyncOperationResponse]
42
- describe 'add test' do
42
+ describe 'repositories_container_container_add test' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
45
  end
46
46
  end
47
47
 
48
- # unit tests for add_role
48
+ # unit tests for repositories_container_container_add_role
49
49
  # Add a role for this object to users/groups.
50
50
  # @param container_container_repository_href
51
51
  # @param nested_role
52
52
  # @param [Hash] opts the optional parameters
53
53
  # @return [NestedRoleResponse]
54
- describe 'add_role test' do
54
+ describe 'repositories_container_container_add_role test' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
57
  end
58
58
  end
59
59
 
60
- # unit tests for build_image
60
+ # unit tests for repositories_container_container_build_image
61
61
  # Build an Image
62
62
  # Trigger an asynchronous task to build an OCI image from a Containerfile. A new repository version is created with the new image and tag. This API is tech preview in Pulp Container 1.1. Backwards compatibility when upgrading is not guaranteed.
63
63
  # @param container_container_repository_href
@@ -67,63 +67,63 @@ describe 'RepositoriesContainerApi' do
67
67
  # @option opts [String] :tag A tag name for the new image being built.
68
68
  # @option opts [Object] :artifacts A JSON string where each key is an artifact href and the value is it&#39;s relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile.
69
69
  # @return [AsyncOperationResponse]
70
- describe 'build_image test' do
70
+ describe 'repositories_container_container_build_image test' do
71
71
  it 'should work' do
72
72
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
73
  end
74
74
  end
75
75
 
76
- # unit tests for copy_manifests
76
+ # unit tests for repositories_container_container_copy_manifests
77
77
  # Copy manifests
78
78
  # Trigger an asynchronous task to copy manifests
79
79
  # @param container_container_repository_href
80
80
  # @param manifest_copy
81
81
  # @param [Hash] opts the optional parameters
82
82
  # @return [AsyncOperationResponse]
83
- describe 'copy_manifests test' do
83
+ describe 'repositories_container_container_copy_manifests test' do
84
84
  it 'should work' do
85
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
86
  end
87
87
  end
88
88
 
89
- # unit tests for copy_tags
89
+ # unit tests for repositories_container_container_copy_tags
90
90
  # Copy tags
91
91
  # Trigger an asynchronous task to copy tags
92
92
  # @param container_container_repository_href
93
93
  # @param tag_copy
94
94
  # @param [Hash] opts the optional parameters
95
95
  # @return [AsyncOperationResponse]
96
- describe 'copy_tags test' do
96
+ describe 'repositories_container_container_copy_tags test' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
99
99
  end
100
100
  end
101
101
 
102
- # unit tests for create
102
+ # unit tests for repositories_container_container_create
103
103
  # Create a container repository
104
104
  # ViewSet for container repo.
105
105
  # @param container_container_repository
106
106
  # @param [Hash] opts the optional parameters
107
107
  # @return [ContainerContainerRepositoryResponse]
108
- describe 'create test' do
108
+ describe 'repositories_container_container_create test' do
109
109
  it 'should work' do
110
110
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
111
111
  end
112
112
  end
113
113
 
114
- # unit tests for delete
114
+ # unit tests for repositories_container_container_delete
115
115
  # Delete a container repository
116
116
  # Trigger an asynchronous delete task
117
117
  # @param container_container_repository_href
118
118
  # @param [Hash] opts the optional parameters
119
119
  # @return [AsyncOperationResponse]
120
- describe 'delete test' do
120
+ describe 'repositories_container_container_delete test' do
121
121
  it 'should work' do
122
122
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
123
123
  end
124
124
  end
125
125
 
126
- # unit tests for list
126
+ # unit tests for repositories_container_container_list
127
127
  # List container repositorys
128
128
  # ViewSet for container repo.
129
129
  # @param [Hash] opts the optional parameters
@@ -134,68 +134,58 @@ describe 'RepositoriesContainerApi' do
134
134
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
135
135
  # @option opts [String] :name__startswith Filter results where name starts with value
136
136
  # @option opts [Integer] :offset The initial index from which to return the results.
137
- # @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)
138
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
139
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
137
+ # @option opts [Array<String>] :ordering Ordering
140
138
  # @option opts [String] :pulp_label_select Filter labels by search string
141
139
  # @option opts [String] :remote Foreign Key referenced by HREF
142
- # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
143
- # @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
144
- # @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
145
- # @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
146
- # @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
147
- # @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
148
- # @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
149
- # @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
150
140
  # @option opts [Array<String>] :fields A list of fields to include in the response.
151
141
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
152
142
  # @return [PaginatedcontainerContainerRepositoryResponseList]
153
- describe 'list test' do
143
+ describe 'repositories_container_container_list test' do
154
144
  it 'should work' do
155
145
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
156
146
  end
157
147
  end
158
148
 
159
- # unit tests for list_roles
149
+ # unit tests for repositories_container_container_list_roles
160
150
  # List roles assigned to this object.
161
151
  # @param container_container_repository_href
162
152
  # @param [Hash] opts the optional parameters
163
153
  # @option opts [Array<String>] :fields A list of fields to include in the response.
164
154
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
165
155
  # @return [ObjectRolesResponse]
166
- describe 'list_roles test' do
156
+ describe 'repositories_container_container_list_roles test' do
167
157
  it 'should work' do
168
158
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
169
159
  end
170
160
  end
171
161
 
172
- # unit tests for my_permissions
162
+ # unit tests for repositories_container_container_my_permissions
173
163
  # List permissions available to the current user on this object.
174
164
  # @param container_container_repository_href
175
165
  # @param [Hash] opts the optional parameters
176
166
  # @option opts [Array<String>] :fields A list of fields to include in the response.
177
167
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
178
168
  # @return [MyPermissionsResponse]
179
- describe 'my_permissions test' do
169
+ describe 'repositories_container_container_my_permissions test' do
180
170
  it 'should work' do
181
171
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
182
172
  end
183
173
  end
184
174
 
185
- # unit tests for partial_update
175
+ # unit tests for repositories_container_container_partial_update
186
176
  # Update a container repository
187
177
  # Trigger an asynchronous partial update task
188
178
  # @param container_container_repository_href
189
179
  # @param patchedcontainer_container_repository
190
180
  # @param [Hash] opts the optional parameters
191
181
  # @return [AsyncOperationResponse]
192
- describe 'partial_update test' do
182
+ describe 'repositories_container_container_partial_update test' do
193
183
  it 'should work' do
194
184
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
195
185
  end
196
186
  end
197
187
 
198
- # unit tests for read
188
+ # unit tests for repositories_container_container_read
199
189
  # Inspect a container repository
200
190
  # ViewSet for container repo.
201
191
  # @param container_container_repository_href
@@ -203,97 +193,97 @@ describe 'RepositoriesContainerApi' do
203
193
  # @option opts [Array<String>] :fields A list of fields to include in the response.
204
194
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
205
195
  # @return [ContainerContainerRepositoryResponse]
206
- describe 'read test' do
196
+ describe 'repositories_container_container_read test' do
207
197
  it 'should work' do
208
198
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
209
199
  end
210
200
  end
211
201
 
212
- # unit tests for remove
202
+ # unit tests for repositories_container_container_remove
213
203
  # Remove content
214
204
  # Trigger an async task to recursively remove container content.
215
205
  # @param container_container_repository_href
216
206
  # @param recursive_manage
217
207
  # @param [Hash] opts the optional parameters
218
208
  # @return [AsyncOperationResponse]
219
- describe 'remove test' do
209
+ describe 'repositories_container_container_remove test' do
220
210
  it 'should work' do
221
211
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
222
212
  end
223
213
  end
224
214
 
225
- # unit tests for remove_role
215
+ # unit tests for repositories_container_container_remove_role
226
216
  # Remove a role for this object from users/groups.
227
217
  # @param container_container_repository_href
228
218
  # @param nested_role
229
219
  # @param [Hash] opts the optional parameters
230
220
  # @return [NestedRoleResponse]
231
- describe 'remove_role test' do
221
+ describe 'repositories_container_container_remove_role test' do
232
222
  it 'should work' do
233
223
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
234
224
  end
235
225
  end
236
226
 
237
- # unit tests for sign
227
+ # unit tests for repositories_container_container_sign
238
228
  # Sign images in the repo
239
229
  # Trigger an asynchronous task to sign content.
240
230
  # @param container_container_repository_href
241
231
  # @param repository_sign
242
232
  # @param [Hash] opts the optional parameters
243
233
  # @return [AsyncOperationResponse]
244
- describe 'sign test' do
234
+ describe 'repositories_container_container_sign test' do
245
235
  it 'should work' do
246
236
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
247
237
  end
248
238
  end
249
239
 
250
- # unit tests for sync
240
+ # unit tests for repositories_container_container_sync
251
241
  # Sync from a remote
252
242
  # Trigger an asynchronous task to sync content.
253
243
  # @param container_container_repository_href
254
244
  # @param container_repository_sync_url
255
245
  # @param [Hash] opts the optional parameters
256
246
  # @return [AsyncOperationResponse]
257
- describe 'sync test' do
247
+ describe 'repositories_container_container_sync test' do
258
248
  it 'should work' do
259
249
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
260
250
  end
261
251
  end
262
252
 
263
- # unit tests for tag
253
+ # unit tests for repositories_container_container_tag
264
254
  # Create a Tag
265
255
  # Trigger an asynchronous task to tag an image in the repository
266
256
  # @param container_container_repository_href
267
257
  # @param tag_image
268
258
  # @param [Hash] opts the optional parameters
269
259
  # @return [AsyncOperationResponse]
270
- describe 'tag test' do
260
+ describe 'repositories_container_container_tag test' do
271
261
  it 'should work' do
272
262
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
273
263
  end
274
264
  end
275
265
 
276
- # unit tests for untag
266
+ # unit tests for repositories_container_container_untag
277
267
  # Delete a tag
278
268
  # Trigger an asynchronous task to untag an image in the repository
279
269
  # @param container_container_repository_href
280
270
  # @param un_tag_image
281
271
  # @param [Hash] opts the optional parameters
282
272
  # @return [AsyncOperationResponse]
283
- describe 'untag test' do
273
+ describe 'repositories_container_container_untag test' do
284
274
  it 'should work' do
285
275
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
286
276
  end
287
277
  end
288
278
 
289
- # unit tests for update
279
+ # unit tests for repositories_container_container_update
290
280
  # Update a container repository
291
281
  # Trigger an asynchronous update task
292
282
  # @param container_container_repository_href
293
283
  # @param container_container_repository
294
284
  # @param [Hash] opts the optional parameters
295
285
  # @return [AsyncOperationResponse]
296
- describe 'update test' do
286
+ describe 'repositories_container_container_update test' do
297
287
  it 'should work' do
298
288
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
299
289
  end