pulp_container_client 2.19.8 → 2.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -8
  3. data/docs/ContainerBlobResponse.md +0 -2
  4. data/docs/ContainerContainerDistribution.md +4 -4
  5. data/docs/ContainerContainerDistributionResponse.md +9 -11
  6. data/docs/ContainerContainerNamespaceResponse.md +0 -2
  7. data/docs/ContainerContainerPullThroughDistribution.md +4 -4
  8. data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -11
  9. data/docs/ContainerContainerPullThroughRemote.md +1 -1
  10. data/docs/ContainerContainerPullThroughRemoteResponse.md +3 -3
  11. data/docs/ContainerContainerPullThroughRemoteResponseHiddenFields.md +2 -2
  12. data/docs/ContainerContainerPushRepository.md +7 -7
  13. data/docs/ContainerContainerPushRepositoryResponse.md +9 -11
  14. data/docs/ContainerContainerRemote.md +1 -1
  15. data/docs/ContainerContainerRemoteResponse.md +3 -3
  16. data/docs/ContainerContainerRepositoryResponse.md +0 -2
  17. data/docs/ContainerManifestResponse.md +2 -6
  18. data/docs/ContainerManifestSignatureResponse.md +0 -2
  19. data/docs/ContainerTagResponse.md +0 -2
  20. data/docs/ContentBlobsApi.md +1 -5
  21. data/docs/ContentManifestsApi.md +3 -7
  22. data/docs/ContentSignaturesApi.md +1 -5
  23. data/docs/ContentTagsApi.md +1 -5
  24. data/docs/DistributionsContainerApi.md +17 -57
  25. data/docs/DistributionsPullThroughApi.md +17 -57
  26. data/docs/IndexDynamicApi.md +50 -0
  27. data/docs/IndexStaticApi.md +50 -0
  28. data/docs/OCIBuildImage.md +1 -1
  29. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  30. data/docs/PaginatedcontainerBlobResponseList.md +2 -2
  31. data/docs/PaginatedcontainerContainerDistributionResponseList.md +2 -2
  32. data/docs/PaginatedcontainerContainerNamespaceResponseList.md +2 -2
  33. data/docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md +2 -2
  34. data/docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md +2 -2
  35. data/docs/PaginatedcontainerContainerPushRepositoryResponseList.md +2 -2
  36. data/docs/PaginatedcontainerContainerRemoteResponseList.md +2 -2
  37. data/docs/PaginatedcontainerContainerRepositoryResponseList.md +2 -2
  38. data/docs/PaginatedcontainerManifestResponseList.md +2 -2
  39. data/docs/PaginatedcontainerManifestSignatureResponseList.md +2 -2
  40. data/docs/PaginatedcontainerTagResponseList.md +2 -2
  41. data/docs/PatchedcontainerContainerDistribution.md +4 -4
  42. data/docs/PatchedcontainerContainerPullThroughDistribution.md +4 -4
  43. data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
  44. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  45. data/docs/PatchedcontainerContainerRemote.md +1 -1
  46. data/docs/{Policy692Enum.md → Policy762Enum.md} +2 -2
  47. data/docs/{Policy7e0Enum.md → Policy8e2Enum.md} +2 -2
  48. data/docs/PulpContainerNamespacesApi.md +9 -33
  49. data/docs/RemotesContainerApi.md +17 -57
  50. data/docs/RemotesPullThroughApi.md +17 -57
  51. data/docs/RepositoriesContainerApi.md +35 -109
  52. data/docs/RepositoriesContainerPushApi.md +19 -63
  53. data/docs/RepositoriesContainerPushVersionsApi.md +5 -17
  54. data/docs/RepositoriesContainerVersionsApi.md +5 -17
  55. data/docs/RepositoryVersionResponse.md +0 -2
  56. data/docs/TokenApi.md +4 -14
  57. data/lib/pulp_container_client/api/content_blobs_api.rb +0 -6
  58. data/lib/pulp_container_client/api/content_manifests_api.rb +3 -9
  59. data/lib/pulp_container_client/api/content_signatures_api.rb +0 -6
  60. data/lib/pulp_container_client/api/content_tags_api.rb +0 -6
  61. data/lib/pulp_container_client/api/distributions_container_api.rb +0 -36
  62. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +0 -36
  63. data/lib/pulp_container_client/api/index_dynamic_api.rb +74 -0
  64. data/lib/pulp_container_client/api/index_static_api.rb +74 -0
  65. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -24
  66. data/lib/pulp_container_client/api/remotes_container_api.rb +0 -36
  67. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +0 -36
  68. data/lib/pulp_container_client/api/repositories_container_api.rb +2 -65
  69. data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -39
  70. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +0 -12
  71. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +0 -12
  72. data/lib/pulp_container_client/api/token_api.rb +0 -9
  73. data/lib/pulp_container_client/configuration.rb +2 -2
  74. data/lib/pulp_container_client/models/container_blob_response.rb +1 -11
  75. data/lib/pulp_container_client/models/container_container_distribution.rb +21 -21
  76. data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -49
  77. data/lib/pulp_container_client/models/container_container_namespace_response.rb +1 -11
  78. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +21 -21
  79. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +39 -49
  80. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
  81. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +12 -12
  82. data/lib/pulp_container_client/models/container_container_pull_through_remote_response_hidden_fields.rb +0 -10
  83. data/lib/pulp_container_client/models/container_container_push_repository.rb +48 -48
  84. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +41 -51
  85. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  86. data/lib/pulp_container_client/models/container_container_remote_response.rb +12 -12
  87. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -11
  88. data/lib/pulp_container_client/models/container_manifest_response.rb +3 -28
  89. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +1 -11
  90. data/lib/pulp_container_client/models/container_tag_response.rb +1 -11
  91. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  92. data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +0 -10
  93. data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +0 -10
  94. data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +0 -10
  95. data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +0 -10
  96. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +0 -10
  97. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +0 -10
  98. data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +0 -10
  99. data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +0 -10
  100. data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +0 -10
  101. data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +0 -10
  102. data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +0 -10
  103. data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +0 -10
  104. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +21 -21
  105. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +21 -21
  106. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
  107. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +48 -48
  108. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  109. data/lib/pulp_container_client/models/{policy692_enum.rb → policy762_enum.rb} +3 -3
  110. data/lib/pulp_container_client/models/{policy7e0_enum.rb → policy8e2_enum.rb} +3 -3
  111. data/lib/pulp_container_client/models/repository_version_response.rb +1 -11
  112. data/lib/pulp_container_client/version.rb +1 -1
  113. data/lib/pulp_container_client.rb +4 -2
  114. data/spec/api/content_blobs_api_spec.rb +0 -2
  115. data/spec/api/content_manifests_api_spec.rb +1 -3
  116. data/spec/api/content_signatures_api_spec.rb +0 -2
  117. data/spec/api/content_tags_api_spec.rb +0 -2
  118. data/spec/api/distributions_container_api_spec.rb +0 -12
  119. data/spec/api/distributions_pull_through_api_spec.rb +0 -12
  120. data/spec/api/index_dynamic_api_spec.rb +45 -0
  121. data/spec/api/index_static_api_spec.rb +45 -0
  122. data/spec/api/pulp_container_namespaces_api_spec.rb +0 -8
  123. data/spec/api/remotes_container_api_spec.rb +0 -12
  124. data/spec/api/remotes_pull_through_api_spec.rb +0 -12
  125. data/spec/api/repositories_container_api_spec.rb +1 -22
  126. data/spec/api/repositories_container_push_api_spec.rb +0 -13
  127. data/spec/api/repositories_container_push_versions_api_spec.rb +0 -4
  128. data/spec/api/repositories_container_versions_api_spec.rb +0 -4
  129. data/spec/api/token_api_spec.rb +0 -3
  130. data/spec/configuration_spec.rb +3 -3
  131. data/spec/models/container_blob_response_spec.rb +0 -6
  132. data/spec/models/container_container_distribution_response_spec.rb +7 -13
  133. data/spec/models/container_container_distribution_spec.rb +5 -5
  134. data/spec/models/container_container_namespace_response_spec.rb +0 -6
  135. data/spec/models/container_container_pull_through_distribution_response_spec.rb +7 -13
  136. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  137. data/spec/models/container_container_pull_through_remote_response_spec.rb +6 -6
  138. data/spec/models/container_container_push_repository_response_spec.rb +6 -12
  139. data/spec/models/container_container_push_repository_spec.rb +5 -5
  140. data/spec/models/container_container_remote_response_spec.rb +6 -6
  141. data/spec/models/container_container_repository_response_spec.rb +0 -6
  142. data/spec/models/container_manifest_response_spec.rb +0 -12
  143. data/spec/models/container_manifest_signature_response_spec.rb +0 -6
  144. data/spec/models/container_tag_response_spec.rb +0 -6
  145. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  146. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  147. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  148. data/spec/models/{policy692_enum_spec.rb → policy762_enum_spec.rb} +6 -6
  149. data/spec/models/{policy7e0_enum_spec.rb → policy8e2_enum_spec.rb} +6 -6
  150. data/spec/models/repository_version_response_spec.rb +0 -6
  151. metadata +88 -80
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::RepositoriesContainerPushApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -22,7 +22,7 @@ Method | HTTP request | Description
22
22
 
23
23
  ## add_role
24
24
 
25
- > NestedRoleResponse add_role(container_container_push_repository_href, nested_role, opts)
25
+ > NestedRoleResponse add_role(container_container_push_repository_href, nested_role)
26
26
 
27
27
  Add a role
28
28
 
@@ -43,13 +43,10 @@ end
43
43
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
44
44
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
45
45
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
46
- opts = {
47
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
48
- }
49
46
 
50
47
  begin
51
48
  #Add a role
52
- result = api_instance.add_role(container_container_push_repository_href, nested_role, opts)
49
+ result = api_instance.add_role(container_container_push_repository_href, nested_role)
53
50
  p result
54
51
  rescue PulpContainerClient::ApiError => e
55
52
  puts "Exception when calling RepositoriesContainerPushApi->add_role: #{e}"
@@ -63,7 +60,6 @@ Name | Type | Description | Notes
63
60
  ------------- | ------------- | ------------- | -------------
64
61
  **container_container_push_repository_href** | **String**| |
65
62
  **nested_role** | [**NestedRole**](NestedRole.md)| |
66
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
67
63
 
68
64
  ### Return type
69
65
 
@@ -101,7 +97,6 @@ end
101
97
 
102
98
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
103
99
  opts = {
104
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
105
100
  latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
106
101
  limit: 56, # Integer | Number of results to return per page.
107
102
  name: 'name_example', # String | Filter results where name matches value
@@ -147,7 +142,6 @@ end
147
142
 
148
143
  Name | Type | Description | Notes
149
144
  ------------- | ------------- | ------------- | -------------
150
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
151
145
  **latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
152
146
  **limit** | **Integer**| Number of results to return per page. | [optional]
153
147
  **name** | **String**| Filter results where name matches value | [optional]
@@ -215,7 +209,6 @@ end
215
209
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
216
210
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
217
211
  opts = {
218
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
219
212
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
220
213
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
221
214
  }
@@ -235,7 +228,6 @@ end
235
228
  Name | Type | Description | Notes
236
229
  ------------- | ------------- | ------------- | -------------
237
230
  **container_container_push_repository_href** | **String**| |
238
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
239
231
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
240
232
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
241
233
 
@@ -276,7 +268,6 @@ end
276
268
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
277
269
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
278
270
  opts = {
279
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
280
271
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
281
272
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
282
273
  }
@@ -296,7 +287,6 @@ end
296
287
  Name | Type | Description | Notes
297
288
  ------------- | ------------- | ------------- | -------------
298
289
  **container_container_push_repository_href** | **String**| |
299
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
300
290
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
301
291
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
302
292
 
@@ -316,7 +306,7 @@ Name | Type | Description | Notes
316
306
 
317
307
  ## partial_update
318
308
 
319
- > AsyncOperationResponse partial_update(container_container_push_repository_href, patchedcontainer_container_push_repository, opts)
309
+ > AsyncOperationResponse partial_update(container_container_push_repository_href, patchedcontainer_container_push_repository)
320
310
 
321
311
  Update a container push repository
322
312
 
@@ -337,13 +327,10 @@ end
337
327
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
338
328
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
339
329
  patchedcontainer_container_push_repository = PulpContainerClient::PatchedcontainerContainerPushRepository.new # PatchedcontainerContainerPushRepository |
340
- opts = {
341
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
342
- }
343
330
 
344
331
  begin
345
332
  #Update a container push repository
346
- result = api_instance.partial_update(container_container_push_repository_href, patchedcontainer_container_push_repository, opts)
333
+ result = api_instance.partial_update(container_container_push_repository_href, patchedcontainer_container_push_repository)
347
334
  p result
348
335
  rescue PulpContainerClient::ApiError => e
349
336
  puts "Exception when calling RepositoriesContainerPushApi->partial_update: #{e}"
@@ -357,7 +344,6 @@ Name | Type | Description | Notes
357
344
  ------------- | ------------- | ------------- | -------------
358
345
  **container_container_push_repository_href** | **String**| |
359
346
  **patchedcontainer_container_push_repository** | [**PatchedcontainerContainerPushRepository**](PatchedcontainerContainerPushRepository.md)| |
360
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
361
347
 
362
348
  ### Return type
363
349
 
@@ -396,7 +382,6 @@ end
396
382
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
397
383
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
398
384
  opts = {
399
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
400
385
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
401
386
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
402
387
  }
@@ -416,7 +401,6 @@ end
416
401
  Name | Type | Description | Notes
417
402
  ------------- | ------------- | ------------- | -------------
418
403
  **container_container_push_repository_href** | **String**| |
419
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
420
404
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
421
405
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
422
406
 
@@ -436,7 +420,7 @@ Name | Type | Description | Notes
436
420
 
437
421
  ## remove_image
438
422
 
439
- > AsyncOperationResponse remove_image(container_container_push_repository_href, remove_image, opts)
423
+ > AsyncOperationResponse remove_image(container_container_push_repository_href, remove_image)
440
424
 
441
425
  Delete an image from a repository
442
426
 
@@ -457,13 +441,10 @@ end
457
441
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
458
442
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
459
443
  remove_image = PulpContainerClient::RemoveImage.new # RemoveImage |
460
- opts = {
461
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
462
- }
463
444
 
464
445
  begin
465
446
  #Delete an image from a repository
466
- result = api_instance.remove_image(container_container_push_repository_href, remove_image, opts)
447
+ result = api_instance.remove_image(container_container_push_repository_href, remove_image)
467
448
  p result
468
449
  rescue PulpContainerClient::ApiError => e
469
450
  puts "Exception when calling RepositoriesContainerPushApi->remove_image: #{e}"
@@ -477,7 +458,6 @@ Name | Type | Description | Notes
477
458
  ------------- | ------------- | ------------- | -------------
478
459
  **container_container_push_repository_href** | **String**| |
479
460
  **remove_image** | [**RemoveImage**](RemoveImage.md)| |
480
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
481
461
 
482
462
  ### Return type
483
463
 
@@ -495,7 +475,7 @@ Name | Type | Description | Notes
495
475
 
496
476
  ## remove_role
497
477
 
498
- > NestedRoleResponse remove_role(container_container_push_repository_href, nested_role, opts)
478
+ > NestedRoleResponse remove_role(container_container_push_repository_href, nested_role)
499
479
 
500
480
  Remove a role
501
481
 
@@ -516,13 +496,10 @@ end
516
496
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
517
497
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
518
498
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
519
- opts = {
520
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
521
- }
522
499
 
523
500
  begin
524
501
  #Remove a role
525
- result = api_instance.remove_role(container_container_push_repository_href, nested_role, opts)
502
+ result = api_instance.remove_role(container_container_push_repository_href, nested_role)
526
503
  p result
527
504
  rescue PulpContainerClient::ApiError => e
528
505
  puts "Exception when calling RepositoriesContainerPushApi->remove_role: #{e}"
@@ -536,7 +513,6 @@ Name | Type | Description | Notes
536
513
  ------------- | ------------- | ------------- | -------------
537
514
  **container_container_push_repository_href** | **String**| |
538
515
  **nested_role** | [**NestedRole**](NestedRole.md)| |
539
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
540
516
 
541
517
  ### Return type
542
518
 
@@ -554,7 +530,7 @@ Name | Type | Description | Notes
554
530
 
555
531
  ## remove_signatures
556
532
 
557
- > RemoveSignaturesResponse remove_signatures(container_container_push_repository_href, remove_signatures, opts)
533
+ > RemoveSignaturesResponse remove_signatures(container_container_push_repository_href, remove_signatures)
558
534
 
559
535
 
560
536
 
@@ -575,12 +551,9 @@ end
575
551
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
576
552
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
577
553
  remove_signatures = PulpContainerClient::RemoveSignatures.new # RemoveSignatures |
578
- opts = {
579
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
580
- }
581
554
 
582
555
  begin
583
- result = api_instance.remove_signatures(container_container_push_repository_href, remove_signatures, opts)
556
+ result = api_instance.remove_signatures(container_container_push_repository_href, remove_signatures)
584
557
  p result
585
558
  rescue PulpContainerClient::ApiError => e
586
559
  puts "Exception when calling RepositoriesContainerPushApi->remove_signatures: #{e}"
@@ -594,7 +567,6 @@ Name | Type | Description | Notes
594
567
  ------------- | ------------- | ------------- | -------------
595
568
  **container_container_push_repository_href** | **String**| |
596
569
  **remove_signatures** | [**RemoveSignatures**](RemoveSignatures.md)| |
597
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
598
570
 
599
571
  ### Return type
600
572
 
@@ -612,7 +584,7 @@ Name | Type | Description | Notes
612
584
 
613
585
  ## sign
614
586
 
615
- > AsyncOperationResponse sign(container_container_push_repository_href, repository_sign, opts)
587
+ > AsyncOperationResponse sign(container_container_push_repository_href, repository_sign)
616
588
 
617
589
  Sign images in the repo
618
590
 
@@ -633,13 +605,10 @@ end
633
605
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
634
606
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
635
607
  repository_sign = PulpContainerClient::RepositorySign.new # RepositorySign |
636
- opts = {
637
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
638
- }
639
608
 
640
609
  begin
641
610
  #Sign images in the repo
642
- result = api_instance.sign(container_container_push_repository_href, repository_sign, opts)
611
+ result = api_instance.sign(container_container_push_repository_href, repository_sign)
643
612
  p result
644
613
  rescue PulpContainerClient::ApiError => e
645
614
  puts "Exception when calling RepositoriesContainerPushApi->sign: #{e}"
@@ -653,7 +622,6 @@ Name | Type | Description | Notes
653
622
  ------------- | ------------- | ------------- | -------------
654
623
  **container_container_push_repository_href** | **String**| |
655
624
  **repository_sign** | [**RepositorySign**](RepositorySign.md)| |
656
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
657
625
 
658
626
  ### Return type
659
627
 
@@ -671,7 +639,7 @@ Name | Type | Description | Notes
671
639
 
672
640
  ## tag
673
641
 
674
- > AsyncOperationResponse tag(container_container_push_repository_href, tag_image, opts)
642
+ > AsyncOperationResponse tag(container_container_push_repository_href, tag_image)
675
643
 
676
644
  Create a Tag
677
645
 
@@ -692,13 +660,10 @@ end
692
660
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
693
661
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
694
662
  tag_image = PulpContainerClient::TagImage.new # TagImage |
695
- opts = {
696
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
697
- }
698
663
 
699
664
  begin
700
665
  #Create a Tag
701
- result = api_instance.tag(container_container_push_repository_href, tag_image, opts)
666
+ result = api_instance.tag(container_container_push_repository_href, tag_image)
702
667
  p result
703
668
  rescue PulpContainerClient::ApiError => e
704
669
  puts "Exception when calling RepositoriesContainerPushApi->tag: #{e}"
@@ -712,7 +677,6 @@ Name | Type | Description | Notes
712
677
  ------------- | ------------- | ------------- | -------------
713
678
  **container_container_push_repository_href** | **String**| |
714
679
  **tag_image** | [**TagImage**](TagImage.md)| |
715
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
716
680
 
717
681
  ### Return type
718
682
 
@@ -730,7 +694,7 @@ Name | Type | Description | Notes
730
694
 
731
695
  ## untag
732
696
 
733
- > AsyncOperationResponse untag(container_container_push_repository_href, un_tag_image, opts)
697
+ > AsyncOperationResponse untag(container_container_push_repository_href, un_tag_image)
734
698
 
735
699
  Delete a tag
736
700
 
@@ -751,13 +715,10 @@ end
751
715
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
752
716
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
753
717
  un_tag_image = PulpContainerClient::UnTagImage.new # UnTagImage |
754
- opts = {
755
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
756
- }
757
718
 
758
719
  begin
759
720
  #Delete a tag
760
- result = api_instance.untag(container_container_push_repository_href, un_tag_image, opts)
721
+ result = api_instance.untag(container_container_push_repository_href, un_tag_image)
761
722
  p result
762
723
  rescue PulpContainerClient::ApiError => e
763
724
  puts "Exception when calling RepositoriesContainerPushApi->untag: #{e}"
@@ -771,7 +732,6 @@ Name | Type | Description | Notes
771
732
  ------------- | ------------- | ------------- | -------------
772
733
  **container_container_push_repository_href** | **String**| |
773
734
  **un_tag_image** | [**UnTagImage**](UnTagImage.md)| |
774
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
775
735
 
776
736
  ### Return type
777
737
 
@@ -789,7 +749,7 @@ Name | Type | Description | Notes
789
749
 
790
750
  ## update
791
751
 
792
- > AsyncOperationResponse update(container_container_push_repository_href, container_container_push_repository, opts)
752
+ > AsyncOperationResponse update(container_container_push_repository_href, container_container_push_repository)
793
753
 
794
754
  Update a container push repository
795
755
 
@@ -810,13 +770,10 @@ end
810
770
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
811
771
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
812
772
  container_container_push_repository = PulpContainerClient::ContainerContainerPushRepository.new # ContainerContainerPushRepository |
813
- opts = {
814
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
815
- }
816
773
 
817
774
  begin
818
775
  #Update a container push repository
819
- result = api_instance.update(container_container_push_repository_href, container_container_push_repository, opts)
776
+ result = api_instance.update(container_container_push_repository_href, container_container_push_repository)
820
777
  p result
821
778
  rescue PulpContainerClient::ApiError => e
822
779
  puts "Exception when calling RepositoriesContainerPushApi->update: #{e}"
@@ -830,7 +787,6 @@ Name | Type | Description | Notes
830
787
  ------------- | ------------- | ------------- | -------------
831
788
  **container_container_push_repository_href** | **String**| |
832
789
  **container_container_push_repository** | [**ContainerContainerPushRepository**](ContainerContainerPushRepository.md)| |
833
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
834
790
 
835
791
  ### Return type
836
792
 
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::RepositoriesContainerPushVersionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -13,7 +13,7 @@ Method | HTTP request | Description
13
13
 
14
14
  ## delete
15
15
 
16
- > AsyncOperationResponse delete(container_container_push_repository_version_href, opts)
16
+ > AsyncOperationResponse delete(container_container_push_repository_version_href)
17
17
 
18
18
  Delete a repository version
19
19
 
@@ -33,13 +33,10 @@ end
33
33
 
34
34
  api_instance = PulpContainerClient::RepositoriesContainerPushVersionsApi.new
35
35
  container_container_push_repository_version_href = 'container_container_push_repository_version_href_example' # String |
36
- opts = {
37
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
38
- }
39
36
 
40
37
  begin
41
38
  #Delete a repository version
42
- result = api_instance.delete(container_container_push_repository_version_href, opts)
39
+ result = api_instance.delete(container_container_push_repository_version_href)
43
40
  p result
44
41
  rescue PulpContainerClient::ApiError => e
45
42
  puts "Exception when calling RepositoriesContainerPushVersionsApi->delete: #{e}"
@@ -52,7 +49,6 @@ end
52
49
  Name | Type | Description | Notes
53
50
  ------------- | ------------- | ------------- | -------------
54
51
  **container_container_push_repository_version_href** | **String**| |
55
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
56
52
 
57
53
  ### Return type
58
54
 
@@ -91,7 +87,6 @@ end
91
87
  api_instance = PulpContainerClient::RepositoriesContainerPushVersionsApi.new
92
88
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
93
89
  opts = {
94
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
95
90
  content: 'content_example', # String | Content Unit referenced by HREF
96
91
  content__in: 'content__in_example', # String | Content Unit referenced by HREF
97
92
  limit: 56, # Integer | Number of results to return per page.
@@ -130,7 +125,6 @@ end
130
125
  Name | Type | Description | Notes
131
126
  ------------- | ------------- | ------------- | -------------
132
127
  **container_container_push_repository_href** | **String**| |
133
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
134
128
  **content** | **String**| Content Unit referenced by HREF | [optional]
135
129
  **content__in** | **String**| Content Unit referenced by HREF | [optional]
136
130
  **limit** | **Integer**| Number of results to return per page. | [optional]
@@ -190,7 +184,6 @@ end
190
184
  api_instance = PulpContainerClient::RepositoriesContainerPushVersionsApi.new
191
185
  container_container_push_repository_version_href = 'container_container_push_repository_version_href_example' # String |
192
186
  opts = {
193
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
194
187
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
195
188
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
196
189
  }
@@ -210,7 +203,6 @@ end
210
203
  Name | Type | Description | Notes
211
204
  ------------- | ------------- | ------------- | -------------
212
205
  **container_container_push_repository_version_href** | **String**| |
213
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
214
206
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
215
207
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
216
208
 
@@ -230,7 +222,7 @@ Name | Type | Description | Notes
230
222
 
231
223
  ## repair
232
224
 
233
- > AsyncOperationResponse repair(container_container_push_repository_version_href, repair, opts)
225
+ > AsyncOperationResponse repair(container_container_push_repository_version_href, repair)
234
226
 
235
227
 
236
228
 
@@ -251,12 +243,9 @@ end
251
243
  api_instance = PulpContainerClient::RepositoriesContainerPushVersionsApi.new
252
244
  container_container_push_repository_version_href = 'container_container_push_repository_version_href_example' # String |
253
245
  repair = PulpContainerClient::Repair.new # Repair |
254
- opts = {
255
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
256
- }
257
246
 
258
247
  begin
259
- result = api_instance.repair(container_container_push_repository_version_href, repair, opts)
248
+ result = api_instance.repair(container_container_push_repository_version_href, repair)
260
249
  p result
261
250
  rescue PulpContainerClient::ApiError => e
262
251
  puts "Exception when calling RepositoriesContainerPushVersionsApi->repair: #{e}"
@@ -270,7 +259,6 @@ Name | Type | Description | Notes
270
259
  ------------- | ------------- | ------------- | -------------
271
260
  **container_container_push_repository_version_href** | **String**| |
272
261
  **repair** | [**Repair**](Repair.md)| |
273
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
274
262
 
275
263
  ### Return type
276
264
 
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::RepositoriesContainerVersionsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -13,7 +13,7 @@ Method | HTTP request | Description
13
13
 
14
14
  ## delete
15
15
 
16
- > AsyncOperationResponse delete(container_container_repository_version_href, opts)
16
+ > AsyncOperationResponse delete(container_container_repository_version_href)
17
17
 
18
18
  Delete a repository version
19
19
 
@@ -33,13 +33,10 @@ end
33
33
 
34
34
  api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
35
35
  container_container_repository_version_href = 'container_container_repository_version_href_example' # String |
36
- opts = {
37
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
38
- }
39
36
 
40
37
  begin
41
38
  #Delete a repository version
42
- result = api_instance.delete(container_container_repository_version_href, opts)
39
+ result = api_instance.delete(container_container_repository_version_href)
43
40
  p result
44
41
  rescue PulpContainerClient::ApiError => e
45
42
  puts "Exception when calling RepositoriesContainerVersionsApi->delete: #{e}"
@@ -52,7 +49,6 @@ end
52
49
  Name | Type | Description | Notes
53
50
  ------------- | ------------- | ------------- | -------------
54
51
  **container_container_repository_version_href** | **String**| |
55
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
56
52
 
57
53
  ### Return type
58
54
 
@@ -91,7 +87,6 @@ end
91
87
  api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
92
88
  container_container_repository_href = 'container_container_repository_href_example' # String |
93
89
  opts = {
94
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
95
90
  content: 'content_example', # String | Content Unit referenced by HREF
96
91
  content__in: 'content__in_example', # String | Content Unit referenced by HREF
97
92
  limit: 56, # Integer | Number of results to return per page.
@@ -130,7 +125,6 @@ end
130
125
  Name | Type | Description | Notes
131
126
  ------------- | ------------- | ------------- | -------------
132
127
  **container_container_repository_href** | **String**| |
133
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
134
128
  **content** | **String**| Content Unit referenced by HREF | [optional]
135
129
  **content__in** | **String**| Content Unit referenced by HREF | [optional]
136
130
  **limit** | **Integer**| Number of results to return per page. | [optional]
@@ -190,7 +184,6 @@ end
190
184
  api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
191
185
  container_container_repository_version_href = 'container_container_repository_version_href_example' # String |
192
186
  opts = {
193
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
194
187
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
195
188
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
196
189
  }
@@ -210,7 +203,6 @@ end
210
203
  Name | Type | Description | Notes
211
204
  ------------- | ------------- | ------------- | -------------
212
205
  **container_container_repository_version_href** | **String**| |
213
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
214
206
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
215
207
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
216
208
 
@@ -230,7 +222,7 @@ Name | Type | Description | Notes
230
222
 
231
223
  ## repair
232
224
 
233
- > AsyncOperationResponse repair(container_container_repository_version_href, repair, opts)
225
+ > AsyncOperationResponse repair(container_container_repository_version_href, repair)
234
226
 
235
227
 
236
228
 
@@ -251,12 +243,9 @@ end
251
243
  api_instance = PulpContainerClient::RepositoriesContainerVersionsApi.new
252
244
  container_container_repository_version_href = 'container_container_repository_version_href_example' # String |
253
245
  repair = PulpContainerClient::Repair.new # Repair |
254
- opts = {
255
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
256
- }
257
246
 
258
247
  begin
259
- result = api_instance.repair(container_container_repository_version_href, repair, opts)
248
+ result = api_instance.repair(container_container_repository_version_href, repair)
260
249
  p result
261
250
  rescue PulpContainerClient::ApiError => e
262
251
  puts "Exception when calling RepositoriesContainerVersionsApi->repair: #{e}"
@@ -270,7 +259,6 @@ Name | Type | Description | Notes
270
259
  ------------- | ------------- | ------------- | -------------
271
260
  **container_container_repository_version_href** | **String**| |
272
261
  **repair** | [**Repair**](Repair.md)| |
273
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
274
262
 
275
263
  ### Return type
276
264
 
@@ -6,7 +6,6 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
9
  **number** | **Integer** | | [optional] [readonly]
11
10
  **repository** | **String** | | [optional] [readonly]
12
11
  **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional]
@@ -19,7 +18,6 @@ require 'PulpContainerClient'
19
18
 
20
19
  instance = PulpContainerClient::RepositoryVersionResponse.new(pulp_href: null,
21
20
  pulp_created: null,
22
- pulp_last_updated: null,
23
21
  number: null,
24
22
  repository: null,
25
23
  base_version: null,
data/docs/TokenApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::TokenApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -10,7 +10,7 @@ Method | HTTP request | Description
10
10
 
11
11
  ## get
12
12
 
13
- > get(opts)
13
+ > get
14
14
 
15
15
 
16
16
 
@@ -29,14 +29,9 @@ PulpContainerClient.configure do |config|
29
29
  end
30
30
 
31
31
  api_instance = PulpContainerClient::TokenApi.new
32
- opts = {
33
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
34
- fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
35
- exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
36
- }
37
32
 
38
33
  begin
39
- api_instance.get(opts)
34
+ api_instance.get
40
35
  rescue PulpContainerClient::ApiError => e
41
36
  puts "Exception when calling TokenApi->get: #{e}"
42
37
  end
@@ -44,12 +39,7 @@ end
44
39
 
45
40
  ### Parameters
46
41
 
47
-
48
- Name | Type | Description | Notes
49
- ------------- | ------------- | ------------- | -------------
50
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
51
- **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
52
- **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
42
+ This endpoint does not need any parameter.
53
43
 
54
44
  ### Return type
55
45
 
@@ -22,7 +22,6 @@ module PulpContainerClient
22
22
  # List blobs
23
23
  # ViewSet for Blobs.
24
24
  # @param [Hash] opts the optional parameters
25
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
25
  # @option opts [String] :digest Filter results where digest matches value
27
26
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
28
27
  # @option opts [Integer] :limit Number of results to return per page.
@@ -46,7 +45,6 @@ module PulpContainerClient
46
45
  # List blobs
47
46
  # ViewSet for Blobs.
48
47
  # @param [Hash] opts the optional parameters
49
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
50
48
  # @option opts [String] :digest Filter results where digest matches value
51
49
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
52
50
  # @option opts [Integer] :limit Number of results to return per page.
@@ -94,7 +92,6 @@ module PulpContainerClient
94
92
  header_params = opts[:header_params] || {}
95
93
  # HTTP header 'Accept' (if needed)
96
94
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
97
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
98
95
 
99
96
  # form parameters
100
97
  form_params = opts[:form_params] || {}
@@ -128,7 +125,6 @@ module PulpContainerClient
128
125
  # ViewSet for Blobs.
129
126
  # @param container_blob_href [String]
130
127
  # @param [Hash] opts the optional parameters
131
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
132
128
  # @option opts [Array<String>] :fields A list of fields to include in the response.
133
129
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
134
130
  # @return [ContainerBlobResponse]
@@ -141,7 +137,6 @@ module PulpContainerClient
141
137
  # ViewSet for Blobs.
142
138
  # @param container_blob_href [String]
143
139
  # @param [Hash] opts the optional parameters
144
- # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
145
140
  # @option opts [Array<String>] :fields A list of fields to include in the response.
146
141
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
147
142
  # @return [Array<(ContainerBlobResponse, Integer, Hash)>] ContainerBlobResponse data, response status code and response headers
@@ -165,7 +160,6 @@ module PulpContainerClient
165
160
  header_params = opts[:header_params] || {}
166
161
  # HTTP header 'Accept' (if needed)
167
162
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
168
- header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
169
163
 
170
164
  # form parameters
171
165
  form_params = opts[:form_params] || {}