pulp_container_client 2.24.6 → 2.25.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 (74) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -5
  3. data/docs/ContainerContainerDistribution.md +6 -6
  4. data/docs/ContainerContainerDistributionResponse.md +16 -16
  5. data/docs/ContainerContainerPullThroughDistribution.md +6 -6
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -16
  7. data/docs/ContainerContainerPushRepository.md +5 -5
  8. data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
  9. data/docs/ContentBlobsApi.md +8 -20
  10. data/docs/ContentManifestsApi.md +8 -20
  11. data/docs/ContentSignaturesApi.md +8 -20
  12. data/docs/ContentTagsApi.md +8 -20
  13. data/docs/DistributionsContainerApi.md +32 -72
  14. data/docs/DistributionsPullThroughApi.md +32 -72
  15. data/docs/PatchedcontainerContainerDistribution.md +6 -6
  16. data/docs/PatchedcontainerContainerPullThroughDistribution.md +6 -6
  17. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  18. data/docs/PulpContainerNamespacesApi.md +16 -40
  19. data/docs/RemotesContainerApi.md +32 -72
  20. data/docs/RemotesPullThroughApi.md +32 -72
  21. data/docs/RepositoriesContainerApi.md +64 -138
  22. data/docs/RepositoriesContainerPushApi.md +36 -80
  23. data/docs/RepositoriesContainerPushVersionsApi.md +10 -22
  24. data/docs/RepositoriesContainerVersionsApi.md +10 -22
  25. data/docs/TokenApi.md +5 -14
  26. data/lib/pulp_container_client/api/content_blobs_api.rb +0 -12
  27. data/lib/pulp_container_client/api/content_manifests_api.rb +0 -12
  28. data/lib/pulp_container_client/api/content_signatures_api.rb +0 -12
  29. data/lib/pulp_container_client/api/content_tags_api.rb +0 -12
  30. data/lib/pulp_container_client/api/distributions_container_api.rb +0 -36
  31. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +0 -36
  32. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -24
  33. data/lib/pulp_container_client/api/remotes_container_api.rb +0 -36
  34. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +0 -36
  35. data/lib/pulp_container_client/api/repositories_container_api.rb +0 -63
  36. data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -39
  37. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +3 -15
  38. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +3 -15
  39. data/lib/pulp_container_client/api/token_api.rb +0 -9
  40. data/lib/pulp_container_client/models/container_container_distribution.rb +31 -31
  41. data/lib/pulp_container_client/models/container_container_distribution_response.rb +73 -73
  42. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +31 -31
  43. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +73 -73
  44. data/lib/pulp_container_client/models/container_container_push_repository.rb +43 -43
  45. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +66 -66
  46. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +29 -29
  47. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +29 -29
  48. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +41 -41
  49. data/lib/pulp_container_client/version.rb +1 -1
  50. data/pulp_container_client.gemspec +1 -0
  51. data/spec/api/content_blobs_api_spec.rb +0 -4
  52. data/spec/api/content_manifests_api_spec.rb +0 -4
  53. data/spec/api/content_signatures_api_spec.rb +0 -4
  54. data/spec/api/content_tags_api_spec.rb +0 -4
  55. data/spec/api/distributions_container_api_spec.rb +0 -12
  56. data/spec/api/distributions_pull_through_api_spec.rb +0 -12
  57. data/spec/api/pulp_container_namespaces_api_spec.rb +0 -8
  58. data/spec/api/remotes_container_api_spec.rb +0 -12
  59. data/spec/api/remotes_pull_through_api_spec.rb +0 -12
  60. data/spec/api/repositories_container_api_spec.rb +0 -21
  61. data/spec/api/repositories_container_push_api_spec.rb +0 -13
  62. data/spec/api/repositories_container_push_versions_api_spec.rb +1 -5
  63. data/spec/api/repositories_container_versions_api_spec.rb +1 -5
  64. data/spec/api/token_api_spec.rb +0 -3
  65. data/spec/models/container_container_distribution_response_spec.rb +11 -11
  66. data/spec/models/container_container_distribution_spec.rb +5 -5
  67. data/spec/models/container_container_pull_through_distribution_response_spec.rb +11 -11
  68. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  69. data/spec/models/container_container_push_repository_response_spec.rb +11 -11
  70. data/spec/models/container_container_push_repository_spec.rb +5 -5
  71. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  72. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  73. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  74. metadata +80 -60
@@ -21,7 +21,7 @@ All URIs are relative to *http://localhost:24817*
21
21
 
22
22
  ## add_role
23
23
 
24
- > <NestedRoleResponse> add_role(container_container_push_repository_href, nested_role, opts)
24
+ > <NestedRoleResponse> add_role(container_container_push_repository_href, nested_role)
25
25
 
26
26
  Add a role
27
27
 
@@ -42,13 +42,10 @@ end
42
42
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
43
43
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
44
44
  nested_role = PulpContainerClient::NestedRole.new({role: 'role_example'}) # NestedRole |
45
- opts = {
46
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
47
- }
48
45
 
49
46
  begin
50
47
  # Add a role
51
- result = api_instance.add_role(container_container_push_repository_href, nested_role, opts)
48
+ result = api_instance.add_role(container_container_push_repository_href, nested_role)
52
49
  p result
53
50
  rescue PulpContainerClient::ApiError => e
54
51
  puts "Error when calling RepositoriesContainerPushApi->add_role: #{e}"
@@ -59,12 +56,12 @@ end
59
56
 
60
57
  This returns an Array which contains the response data, status code and headers.
61
58
 
62
- > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(container_container_push_repository_href, nested_role, opts)
59
+ > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(container_container_push_repository_href, nested_role)
63
60
 
64
61
  ```ruby
65
62
  begin
66
63
  # Add a role
67
- data, status_code, headers = api_instance.add_role_with_http_info(container_container_push_repository_href, nested_role, opts)
64
+ data, status_code, headers = api_instance.add_role_with_http_info(container_container_push_repository_href, nested_role)
68
65
  p status_code # => 2xx
69
66
  p headers # => { ... }
70
67
  p data # => <NestedRoleResponse>
@@ -79,7 +76,6 @@ end
79
76
  | ---- | ---- | ----------- | ----- |
80
77
  | **container_container_push_repository_href** | **String** | | |
81
78
  | **nested_role** | [**NestedRole**](NestedRole.md) | | |
82
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
83
79
 
84
80
  ### Return type
85
81
 
@@ -117,7 +113,6 @@ end
117
113
 
118
114
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
119
115
  opts = {
120
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
121
116
  latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF/PRN
122
117
  limit: 56, # Integer | Number of results to return per page.
123
118
  name: 'name_example', # String | Filter results where name matches value
@@ -181,7 +176,6 @@ end
181
176
 
182
177
  | Name | Type | Description | Notes |
183
178
  | ---- | ---- | ----------- | ----- |
184
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
185
179
  | **latest_with_content** | **String** | Content Unit referenced by HREF/PRN | [optional] |
186
180
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
187
181
  | **name** | **String** | Filter results where name matches value | [optional] |
@@ -250,7 +244,6 @@ end
250
244
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
251
245
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
252
246
  opts = {
253
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
254
247
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
255
248
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
256
249
  }
@@ -287,7 +280,6 @@ end
287
280
  | Name | Type | Description | Notes |
288
281
  | ---- | ---- | ----------- | ----- |
289
282
  | **container_container_push_repository_href** | **String** | | |
290
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
291
283
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
292
284
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
293
285
 
@@ -328,7 +320,6 @@ end
328
320
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
329
321
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
330
322
  opts = {
331
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
332
323
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
333
324
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
334
325
  }
@@ -365,7 +356,6 @@ end
365
356
  | Name | Type | Description | Notes |
366
357
  | ---- | ---- | ----------- | ----- |
367
358
  | **container_container_push_repository_href** | **String** | | |
368
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
369
359
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
370
360
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
371
361
 
@@ -385,7 +375,7 @@ end
385
375
 
386
376
  ## partial_update
387
377
 
388
- > <AsyncOperationResponse> partial_update(container_container_push_repository_href, patchedcontainer_container_push_repository, opts)
378
+ > <AsyncOperationResponse> partial_update(container_container_push_repository_href, patchedcontainer_container_push_repository)
389
379
 
390
380
  Update a container push repository
391
381
 
@@ -406,13 +396,10 @@ end
406
396
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
407
397
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
408
398
  patchedcontainer_container_push_repository = PulpContainerClient::PatchedcontainerContainerPushRepository.new # PatchedcontainerContainerPushRepository |
409
- opts = {
410
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
411
- }
412
399
 
413
400
  begin
414
401
  # Update a container push repository
415
- result = api_instance.partial_update(container_container_push_repository_href, patchedcontainer_container_push_repository, opts)
402
+ result = api_instance.partial_update(container_container_push_repository_href, patchedcontainer_container_push_repository)
416
403
  p result
417
404
  rescue PulpContainerClient::ApiError => e
418
405
  puts "Error when calling RepositoriesContainerPushApi->partial_update: #{e}"
@@ -423,12 +410,12 @@ end
423
410
 
424
411
  This returns an Array which contains the response data, status code and headers.
425
412
 
426
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(container_container_push_repository_href, patchedcontainer_container_push_repository, opts)
413
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(container_container_push_repository_href, patchedcontainer_container_push_repository)
427
414
 
428
415
  ```ruby
429
416
  begin
430
417
  # Update a container push repository
431
- data, status_code, headers = api_instance.partial_update_with_http_info(container_container_push_repository_href, patchedcontainer_container_push_repository, opts)
418
+ data, status_code, headers = api_instance.partial_update_with_http_info(container_container_push_repository_href, patchedcontainer_container_push_repository)
432
419
  p status_code # => 2xx
433
420
  p headers # => { ... }
434
421
  p data # => <AsyncOperationResponse>
@@ -443,7 +430,6 @@ end
443
430
  | ---- | ---- | ----------- | ----- |
444
431
  | **container_container_push_repository_href** | **String** | | |
445
432
  | **patchedcontainer_container_push_repository** | [**PatchedcontainerContainerPushRepository**](PatchedcontainerContainerPushRepository.md) | | |
446
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
447
433
 
448
434
  ### Return type
449
435
 
@@ -482,7 +468,6 @@ end
482
468
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
483
469
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
484
470
  opts = {
485
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
486
471
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
487
472
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
488
473
  }
@@ -519,7 +504,6 @@ end
519
504
  | Name | Type | Description | Notes |
520
505
  | ---- | ---- | ----------- | ----- |
521
506
  | **container_container_push_repository_href** | **String** | | |
522
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
523
507
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
524
508
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
525
509
 
@@ -539,7 +523,7 @@ end
539
523
 
540
524
  ## remove_image
541
525
 
542
- > <AsyncOperationResponse> remove_image(container_container_push_repository_href, remove_image, opts)
526
+ > <AsyncOperationResponse> remove_image(container_container_push_repository_href, remove_image)
543
527
 
544
528
  Delete an image from a repository
545
529
 
@@ -560,13 +544,10 @@ end
560
544
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
561
545
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
562
546
  remove_image = PulpContainerClient::RemoveImage.new({digest: 'digest_example'}) # RemoveImage |
563
- opts = {
564
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
565
- }
566
547
 
567
548
  begin
568
549
  # Delete an image from a repository
569
- result = api_instance.remove_image(container_container_push_repository_href, remove_image, opts)
550
+ result = api_instance.remove_image(container_container_push_repository_href, remove_image)
570
551
  p result
571
552
  rescue PulpContainerClient::ApiError => e
572
553
  puts "Error when calling RepositoriesContainerPushApi->remove_image: #{e}"
@@ -577,12 +558,12 @@ end
577
558
 
578
559
  This returns an Array which contains the response data, status code and headers.
579
560
 
580
- > <Array(<AsyncOperationResponse>, Integer, Hash)> remove_image_with_http_info(container_container_push_repository_href, remove_image, opts)
561
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> remove_image_with_http_info(container_container_push_repository_href, remove_image)
581
562
 
582
563
  ```ruby
583
564
  begin
584
565
  # Delete an image from a repository
585
- data, status_code, headers = api_instance.remove_image_with_http_info(container_container_push_repository_href, remove_image, opts)
566
+ data, status_code, headers = api_instance.remove_image_with_http_info(container_container_push_repository_href, remove_image)
586
567
  p status_code # => 2xx
587
568
  p headers # => { ... }
588
569
  p data # => <AsyncOperationResponse>
@@ -597,7 +578,6 @@ end
597
578
  | ---- | ---- | ----------- | ----- |
598
579
  | **container_container_push_repository_href** | **String** | | |
599
580
  | **remove_image** | [**RemoveImage**](RemoveImage.md) | | |
600
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
601
581
 
602
582
  ### Return type
603
583
 
@@ -615,7 +595,7 @@ end
615
595
 
616
596
  ## remove_role
617
597
 
618
- > <NestedRoleResponse> remove_role(container_container_push_repository_href, nested_role, opts)
598
+ > <NestedRoleResponse> remove_role(container_container_push_repository_href, nested_role)
619
599
 
620
600
  Remove a role
621
601
 
@@ -636,13 +616,10 @@ end
636
616
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
637
617
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
638
618
  nested_role = PulpContainerClient::NestedRole.new({role: 'role_example'}) # NestedRole |
639
- opts = {
640
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
641
- }
642
619
 
643
620
  begin
644
621
  # Remove a role
645
- result = api_instance.remove_role(container_container_push_repository_href, nested_role, opts)
622
+ result = api_instance.remove_role(container_container_push_repository_href, nested_role)
646
623
  p result
647
624
  rescue PulpContainerClient::ApiError => e
648
625
  puts "Error when calling RepositoriesContainerPushApi->remove_role: #{e}"
@@ -653,12 +630,12 @@ end
653
630
 
654
631
  This returns an Array which contains the response data, status code and headers.
655
632
 
656
- > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(container_container_push_repository_href, nested_role, opts)
633
+ > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(container_container_push_repository_href, nested_role)
657
634
 
658
635
  ```ruby
659
636
  begin
660
637
  # Remove a role
661
- data, status_code, headers = api_instance.remove_role_with_http_info(container_container_push_repository_href, nested_role, opts)
638
+ data, status_code, headers = api_instance.remove_role_with_http_info(container_container_push_repository_href, nested_role)
662
639
  p status_code # => 2xx
663
640
  p headers # => { ... }
664
641
  p data # => <NestedRoleResponse>
@@ -673,7 +650,6 @@ end
673
650
  | ---- | ---- | ----------- | ----- |
674
651
  | **container_container_push_repository_href** | **String** | | |
675
652
  | **nested_role** | [**NestedRole**](NestedRole.md) | | |
676
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
677
653
 
678
654
  ### Return type
679
655
 
@@ -691,7 +667,7 @@ end
691
667
 
692
668
  ## remove_signatures
693
669
 
694
- > <RemoveSignaturesResponse> remove_signatures(container_container_push_repository_href, remove_signatures, opts)
670
+ > <RemoveSignaturesResponse> remove_signatures(container_container_push_repository_href, remove_signatures)
695
671
 
696
672
 
697
673
 
@@ -712,13 +688,10 @@ end
712
688
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
713
689
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
714
690
  remove_signatures = PulpContainerClient::RemoveSignatures.new({signed_with_key_id: 'signed_with_key_id_example'}) # RemoveSignatures |
715
- opts = {
716
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
717
- }
718
691
 
719
692
  begin
720
693
 
721
- result = api_instance.remove_signatures(container_container_push_repository_href, remove_signatures, opts)
694
+ result = api_instance.remove_signatures(container_container_push_repository_href, remove_signatures)
722
695
  p result
723
696
  rescue PulpContainerClient::ApiError => e
724
697
  puts "Error when calling RepositoriesContainerPushApi->remove_signatures: #{e}"
@@ -729,12 +702,12 @@ end
729
702
 
730
703
  This returns an Array which contains the response data, status code and headers.
731
704
 
732
- > <Array(<RemoveSignaturesResponse>, Integer, Hash)> remove_signatures_with_http_info(container_container_push_repository_href, remove_signatures, opts)
705
+ > <Array(<RemoveSignaturesResponse>, Integer, Hash)> remove_signatures_with_http_info(container_container_push_repository_href, remove_signatures)
733
706
 
734
707
  ```ruby
735
708
  begin
736
709
 
737
- data, status_code, headers = api_instance.remove_signatures_with_http_info(container_container_push_repository_href, remove_signatures, opts)
710
+ data, status_code, headers = api_instance.remove_signatures_with_http_info(container_container_push_repository_href, remove_signatures)
738
711
  p status_code # => 2xx
739
712
  p headers # => { ... }
740
713
  p data # => <RemoveSignaturesResponse>
@@ -749,7 +722,6 @@ end
749
722
  | ---- | ---- | ----------- | ----- |
750
723
  | **container_container_push_repository_href** | **String** | | |
751
724
  | **remove_signatures** | [**RemoveSignatures**](RemoveSignatures.md) | | |
752
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
753
725
 
754
726
  ### Return type
755
727
 
@@ -767,7 +739,7 @@ end
767
739
 
768
740
  ## sign
769
741
 
770
- > <AsyncOperationResponse> sign(container_container_push_repository_href, repository_sign, opts)
742
+ > <AsyncOperationResponse> sign(container_container_push_repository_href, repository_sign)
771
743
 
772
744
  Sign images in the repo
773
745
 
@@ -788,13 +760,10 @@ end
788
760
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
789
761
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
790
762
  repository_sign = PulpContainerClient::RepositorySign.new # RepositorySign |
791
- opts = {
792
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
793
- }
794
763
 
795
764
  begin
796
765
  # Sign images in the repo
797
- result = api_instance.sign(container_container_push_repository_href, repository_sign, opts)
766
+ result = api_instance.sign(container_container_push_repository_href, repository_sign)
798
767
  p result
799
768
  rescue PulpContainerClient::ApiError => e
800
769
  puts "Error when calling RepositoriesContainerPushApi->sign: #{e}"
@@ -805,12 +774,12 @@ end
805
774
 
806
775
  This returns an Array which contains the response data, status code and headers.
807
776
 
808
- > <Array(<AsyncOperationResponse>, Integer, Hash)> sign_with_http_info(container_container_push_repository_href, repository_sign, opts)
777
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> sign_with_http_info(container_container_push_repository_href, repository_sign)
809
778
 
810
779
  ```ruby
811
780
  begin
812
781
  # Sign images in the repo
813
- data, status_code, headers = api_instance.sign_with_http_info(container_container_push_repository_href, repository_sign, opts)
782
+ data, status_code, headers = api_instance.sign_with_http_info(container_container_push_repository_href, repository_sign)
814
783
  p status_code # => 2xx
815
784
  p headers # => { ... }
816
785
  p data # => <AsyncOperationResponse>
@@ -825,7 +794,6 @@ end
825
794
  | ---- | ---- | ----------- | ----- |
826
795
  | **container_container_push_repository_href** | **String** | | |
827
796
  | **repository_sign** | [**RepositorySign**](RepositorySign.md) | | |
828
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
829
797
 
830
798
  ### Return type
831
799
 
@@ -843,7 +811,7 @@ end
843
811
 
844
812
  ## tag
845
813
 
846
- > <AsyncOperationResponse> tag(container_container_push_repository_href, tag_image, opts)
814
+ > <AsyncOperationResponse> tag(container_container_push_repository_href, tag_image)
847
815
 
848
816
  Create a Tag
849
817
 
@@ -864,13 +832,10 @@ end
864
832
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
865
833
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
866
834
  tag_image = PulpContainerClient::TagImage.new({tag: 'tag_example', digest: 'digest_example'}) # TagImage |
867
- opts = {
868
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
869
- }
870
835
 
871
836
  begin
872
837
  # Create a Tag
873
- result = api_instance.tag(container_container_push_repository_href, tag_image, opts)
838
+ result = api_instance.tag(container_container_push_repository_href, tag_image)
874
839
  p result
875
840
  rescue PulpContainerClient::ApiError => e
876
841
  puts "Error when calling RepositoriesContainerPushApi->tag: #{e}"
@@ -881,12 +846,12 @@ end
881
846
 
882
847
  This returns an Array which contains the response data, status code and headers.
883
848
 
884
- > <Array(<AsyncOperationResponse>, Integer, Hash)> tag_with_http_info(container_container_push_repository_href, tag_image, opts)
849
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> tag_with_http_info(container_container_push_repository_href, tag_image)
885
850
 
886
851
  ```ruby
887
852
  begin
888
853
  # Create a Tag
889
- data, status_code, headers = api_instance.tag_with_http_info(container_container_push_repository_href, tag_image, opts)
854
+ data, status_code, headers = api_instance.tag_with_http_info(container_container_push_repository_href, tag_image)
890
855
  p status_code # => 2xx
891
856
  p headers # => { ... }
892
857
  p data # => <AsyncOperationResponse>
@@ -901,7 +866,6 @@ end
901
866
  | ---- | ---- | ----------- | ----- |
902
867
  | **container_container_push_repository_href** | **String** | | |
903
868
  | **tag_image** | [**TagImage**](TagImage.md) | | |
904
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
905
869
 
906
870
  ### Return type
907
871
 
@@ -919,7 +883,7 @@ end
919
883
 
920
884
  ## untag
921
885
 
922
- > <AsyncOperationResponse> untag(container_container_push_repository_href, un_tag_image, opts)
886
+ > <AsyncOperationResponse> untag(container_container_push_repository_href, un_tag_image)
923
887
 
924
888
  Delete a tag
925
889
 
@@ -940,13 +904,10 @@ end
940
904
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
941
905
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
942
906
  un_tag_image = PulpContainerClient::UnTagImage.new({tag: 'tag_example'}) # UnTagImage |
943
- opts = {
944
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
945
- }
946
907
 
947
908
  begin
948
909
  # Delete a tag
949
- result = api_instance.untag(container_container_push_repository_href, un_tag_image, opts)
910
+ result = api_instance.untag(container_container_push_repository_href, un_tag_image)
950
911
  p result
951
912
  rescue PulpContainerClient::ApiError => e
952
913
  puts "Error when calling RepositoriesContainerPushApi->untag: #{e}"
@@ -957,12 +918,12 @@ end
957
918
 
958
919
  This returns an Array which contains the response data, status code and headers.
959
920
 
960
- > <Array(<AsyncOperationResponse>, Integer, Hash)> untag_with_http_info(container_container_push_repository_href, un_tag_image, opts)
921
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> untag_with_http_info(container_container_push_repository_href, un_tag_image)
961
922
 
962
923
  ```ruby
963
924
  begin
964
925
  # Delete a tag
965
- data, status_code, headers = api_instance.untag_with_http_info(container_container_push_repository_href, un_tag_image, opts)
926
+ data, status_code, headers = api_instance.untag_with_http_info(container_container_push_repository_href, un_tag_image)
966
927
  p status_code # => 2xx
967
928
  p headers # => { ... }
968
929
  p data # => <AsyncOperationResponse>
@@ -977,7 +938,6 @@ end
977
938
  | ---- | ---- | ----------- | ----- |
978
939
  | **container_container_push_repository_href** | **String** | | |
979
940
  | **un_tag_image** | [**UnTagImage**](UnTagImage.md) | | |
980
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
981
941
 
982
942
  ### Return type
983
943
 
@@ -995,7 +955,7 @@ end
995
955
 
996
956
  ## update
997
957
 
998
- > <AsyncOperationResponse> update(container_container_push_repository_href, container_container_push_repository, opts)
958
+ > <AsyncOperationResponse> update(container_container_push_repository_href, container_container_push_repository)
999
959
 
1000
960
  Update a container push repository
1001
961
 
@@ -1016,13 +976,10 @@ end
1016
976
  api_instance = PulpContainerClient::RepositoriesContainerPushApi.new
1017
977
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
1018
978
  container_container_push_repository = PulpContainerClient::ContainerContainerPushRepository.new({name: 'name_example'}) # ContainerContainerPushRepository |
1019
- opts = {
1020
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
1021
- }
1022
979
 
1023
980
  begin
1024
981
  # Update a container push repository
1025
- result = api_instance.update(container_container_push_repository_href, container_container_push_repository, opts)
982
+ result = api_instance.update(container_container_push_repository_href, container_container_push_repository)
1026
983
  p result
1027
984
  rescue PulpContainerClient::ApiError => e
1028
985
  puts "Error when calling RepositoriesContainerPushApi->update: #{e}"
@@ -1033,12 +990,12 @@ end
1033
990
 
1034
991
  This returns an Array which contains the response data, status code and headers.
1035
992
 
1036
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(container_container_push_repository_href, container_container_push_repository, opts)
993
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(container_container_push_repository_href, container_container_push_repository)
1037
994
 
1038
995
  ```ruby
1039
996
  begin
1040
997
  # Update a container push repository
1041
- data, status_code, headers = api_instance.update_with_http_info(container_container_push_repository_href, container_container_push_repository, opts)
998
+ data, status_code, headers = api_instance.update_with_http_info(container_container_push_repository_href, container_container_push_repository)
1042
999
  p status_code # => 2xx
1043
1000
  p headers # => { ... }
1044
1001
  p data # => <AsyncOperationResponse>
@@ -1053,7 +1010,6 @@ end
1053
1010
  | ---- | ---- | ----------- | ----- |
1054
1011
  | **container_container_push_repository_href** | **String** | | |
1055
1012
  | **container_container_push_repository** | [**ContainerContainerPushRepository**](ContainerContainerPushRepository.md) | | |
1056
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
1057
1013
 
1058
1014
  ### Return type
1059
1015
 
@@ -12,7 +12,7 @@ All URIs are relative to *http://localhost:24817*
12
12
 
13
13
  ## delete
14
14
 
15
- > <AsyncOperationResponse> delete(container_container_push_repository_version_href, opts)
15
+ > <AsyncOperationResponse> delete(container_container_push_repository_version_href)
16
16
 
17
17
  Delete a repository version
18
18
 
@@ -32,13 +32,10 @@ end
32
32
 
33
33
  api_instance = PulpContainerClient::RepositoriesContainerPushVersionsApi.new
34
34
  container_container_push_repository_version_href = 'container_container_push_repository_version_href_example' # String |
35
- opts = {
36
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
37
- }
38
35
 
39
36
  begin
40
37
  # Delete a repository version
41
- result = api_instance.delete(container_container_push_repository_version_href, opts)
38
+ result = api_instance.delete(container_container_push_repository_version_href)
42
39
  p result
43
40
  rescue PulpContainerClient::ApiError => e
44
41
  puts "Error when calling RepositoriesContainerPushVersionsApi->delete: #{e}"
@@ -49,12 +46,12 @@ end
49
46
 
50
47
  This returns an Array which contains the response data, status code and headers.
51
48
 
52
- > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(container_container_push_repository_version_href, opts)
49
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(container_container_push_repository_version_href)
53
50
 
54
51
  ```ruby
55
52
  begin
56
53
  # Delete a repository version
57
- data, status_code, headers = api_instance.delete_with_http_info(container_container_push_repository_version_href, opts)
54
+ data, status_code, headers = api_instance.delete_with_http_info(container_container_push_repository_version_href)
58
55
  p status_code # => 2xx
59
56
  p headers # => { ... }
60
57
  p data # => <AsyncOperationResponse>
@@ -68,7 +65,6 @@ end
68
65
  | Name | Type | Description | Notes |
69
66
  | ---- | ---- | ----------- | ----- |
70
67
  | **container_container_push_repository_version_href** | **String** | | |
71
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
72
68
 
73
69
  ### Return type
74
70
 
@@ -107,7 +103,6 @@ end
107
103
  api_instance = PulpContainerClient::RepositoriesContainerPushVersionsApi.new
108
104
  container_container_push_repository_href = 'container_container_push_repository_href_example' # String |
109
105
  opts = {
110
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
111
106
  content: 'content_example', # String | Content Unit referenced by HREF/PRN
112
107
  content__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
113
108
  limit: 56, # Integer | Number of results to return per page.
@@ -118,7 +113,7 @@ opts = {
118
113
  number__lte: 56, # Integer | Filter results where number is less than or equal to value
119
114
  number__range: [37], # Array<Integer> | Filter results where number is between two comma separated values
120
115
  offset: 56, # Integer | The initial index from which to return the results.
121
- ordering: ['-complete'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
116
+ ordering: ['-complete'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
122
117
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
123
118
  pulp_created: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created matches value
124
119
  pulp_created__gt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is greater than value
@@ -165,7 +160,6 @@ end
165
160
  | Name | Type | Description | Notes |
166
161
  | ---- | ---- | ----------- | ----- |
167
162
  | **container_container_push_repository_href** | **String** | | |
168
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
169
163
  | **content** | **String** | Content Unit referenced by HREF/PRN | [optional] |
170
164
  | **content__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
171
165
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
@@ -176,7 +170,7 @@ end
176
170
  | **number__lte** | **Integer** | Filter results where number is less than or equal to value | [optional] |
177
171
  | **number__range** | [**Array&lt;Integer&gt;**](Integer.md) | Filter results where number is between two comma separated values | [optional] |
178
172
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
179
- | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;content_ids&#x60; - Content ids * &#x60;-content_ids&#x60; - Content ids (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
173
+ | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
180
174
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
181
175
  | **pulp_created** | **Time** | Filter results where pulp_created matches value | [optional] |
182
176
  | **pulp_created__gt** | **Time** | Filter results where pulp_created is greater than value | [optional] |
@@ -227,7 +221,6 @@ end
227
221
  api_instance = PulpContainerClient::RepositoriesContainerPushVersionsApi.new
228
222
  container_container_push_repository_version_href = 'container_container_push_repository_version_href_example' # String |
229
223
  opts = {
230
- x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
231
224
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
232
225
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
233
226
  }
@@ -264,7 +257,6 @@ end
264
257
  | Name | Type | Description | Notes |
265
258
  | ---- | ---- | ----------- | ----- |
266
259
  | **container_container_push_repository_version_href** | **String** | | |
267
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
268
260
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
269
261
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
270
262
 
@@ -284,7 +276,7 @@ end
284
276
 
285
277
  ## repair
286
278
 
287
- > <AsyncOperationResponse> repair(container_container_push_repository_version_href, repair, opts)
279
+ > <AsyncOperationResponse> repair(container_container_push_repository_version_href, repair)
288
280
 
289
281
 
290
282
 
@@ -305,13 +297,10 @@ end
305
297
  api_instance = PulpContainerClient::RepositoriesContainerPushVersionsApi.new
306
298
  container_container_push_repository_version_href = 'container_container_push_repository_version_href_example' # String |
307
299
  repair = PulpContainerClient::Repair.new # Repair |
308
- opts = {
309
- x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
310
- }
311
300
 
312
301
  begin
313
302
 
314
- result = api_instance.repair(container_container_push_repository_version_href, repair, opts)
303
+ result = api_instance.repair(container_container_push_repository_version_href, repair)
315
304
  p result
316
305
  rescue PulpContainerClient::ApiError => e
317
306
  puts "Error when calling RepositoriesContainerPushVersionsApi->repair: #{e}"
@@ -322,12 +311,12 @@ end
322
311
 
323
312
  This returns an Array which contains the response data, status code and headers.
324
313
 
325
- > <Array(<AsyncOperationResponse>, Integer, Hash)> repair_with_http_info(container_container_push_repository_version_href, repair, opts)
314
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> repair_with_http_info(container_container_push_repository_version_href, repair)
326
315
 
327
316
  ```ruby
328
317
  begin
329
318
 
330
- data, status_code, headers = api_instance.repair_with_http_info(container_container_push_repository_version_href, repair, opts)
319
+ data, status_code, headers = api_instance.repair_with_http_info(container_container_push_repository_version_href, repair)
331
320
  p status_code # => 2xx
332
321
  p headers # => { ... }
333
322
  p data # => <AsyncOperationResponse>
@@ -342,7 +331,6 @@ end
342
331
  | ---- | ---- | ----------- | ----- |
343
332
  | **container_container_push_repository_version_href** | **String** | | |
344
333
  | **repair** | [**Repair**](Repair.md) | | |
345
- | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
346
334
 
347
335
  ### Return type
348
336