pulp_container_client 2.19.7 → 2.19.8

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 (96) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -6
  3. data/docs/ContainerContainerDistribution.md +7 -7
  4. data/docs/ContainerContainerDistributionResponse.md +9 -9
  5. data/docs/ContainerContainerPullThroughDistribution.md +7 -7
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -9
  7. data/docs/ContainerContainerPullThroughRemote.md +1 -1
  8. data/docs/ContainerContainerPullThroughRemoteResponse.md +1 -1
  9. data/docs/ContainerContainerPushRepository.md +6 -6
  10. data/docs/ContainerContainerPushRepositoryResponse.md +10 -10
  11. data/docs/ContainerContainerRemote.md +1 -1
  12. data/docs/ContainerContainerRemoteResponse.md +1 -1
  13. data/docs/ContainerManifestResponse.md +2 -2
  14. data/docs/ContentBlobsApi.md +4 -0
  15. data/docs/ContentManifestsApi.md +4 -0
  16. data/docs/ContentSignaturesApi.md +4 -0
  17. data/docs/ContentTagsApi.md +4 -0
  18. data/docs/DistributionsContainerApi.md +56 -16
  19. data/docs/DistributionsPullThroughApi.md +56 -16
  20. data/docs/OCIBuildImage.md +1 -1
  21. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  22. data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
  23. data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
  24. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  25. data/docs/PatchedcontainerContainerRemote.md +1 -1
  26. data/docs/{Policy762Enum.md → Policy692Enum.md} +2 -2
  27. data/docs/{Policy8e2Enum.md → Policy7e0Enum.md} +2 -2
  28. data/docs/PulpContainerNamespacesApi.md +32 -8
  29. data/docs/RemotesContainerApi.md +56 -16
  30. data/docs/RemotesPullThroughApi.md +56 -16
  31. data/docs/RepositoriesContainerApi.md +108 -34
  32. data/docs/RepositoriesContainerPushApi.md +62 -18
  33. data/docs/RepositoriesContainerPushVersionsApi.md +16 -4
  34. data/docs/RepositoriesContainerVersionsApi.md +16 -4
  35. data/docs/TokenApi.md +13 -3
  36. data/lib/pulp_container_client/api/content_blobs_api.rb +6 -0
  37. data/lib/pulp_container_client/api/content_manifests_api.rb +6 -0
  38. data/lib/pulp_container_client/api/content_signatures_api.rb +6 -0
  39. data/lib/pulp_container_client/api/content_tags_api.rb +6 -0
  40. data/lib/pulp_container_client/api/distributions_container_api.rb +36 -0
  41. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +36 -0
  42. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +24 -0
  43. data/lib/pulp_container_client/api/remotes_container_api.rb +36 -0
  44. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +36 -0
  45. data/lib/pulp_container_client/api/repositories_container_api.rb +65 -2
  46. data/lib/pulp_container_client/api/repositories_container_push_api.rb +39 -0
  47. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +12 -0
  48. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +12 -0
  49. data/lib/pulp_container_client/api/token_api.rb +9 -0
  50. data/lib/pulp_container_client/models/container_container_distribution.rb +29 -29
  51. data/lib/pulp_container_client/models/container_container_distribution_response.rb +38 -38
  52. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +29 -29
  53. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +38 -38
  54. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
  55. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +1 -1
  56. data/lib/pulp_container_client/models/container_container_push_repository.rb +38 -38
  57. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +46 -46
  58. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  59. data/lib/pulp_container_client/models/container_container_remote_response.rb +1 -1
  60. data/lib/pulp_container_client/models/container_manifest_response.rb +2 -2
  61. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  62. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +29 -29
  63. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +29 -29
  64. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
  65. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +38 -38
  66. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  67. data/lib/pulp_container_client/models/{policy762_enum.rb → policy692_enum.rb} +3 -3
  68. data/lib/pulp_container_client/models/{policy8e2_enum.rb → policy7e0_enum.rb} +3 -3
  69. data/lib/pulp_container_client/version.rb +1 -1
  70. data/lib/pulp_container_client.rb +2 -2
  71. data/spec/api/content_blobs_api_spec.rb +2 -0
  72. data/spec/api/content_manifests_api_spec.rb +2 -0
  73. data/spec/api/content_signatures_api_spec.rb +2 -0
  74. data/spec/api/content_tags_api_spec.rb +2 -0
  75. data/spec/api/distributions_container_api_spec.rb +12 -0
  76. data/spec/api/distributions_pull_through_api_spec.rb +12 -0
  77. data/spec/api/pulp_container_namespaces_api_spec.rb +8 -0
  78. data/spec/api/remotes_container_api_spec.rb +12 -0
  79. data/spec/api/remotes_pull_through_api_spec.rb +12 -0
  80. data/spec/api/repositories_container_api_spec.rb +22 -1
  81. data/spec/api/repositories_container_push_api_spec.rb +13 -0
  82. data/spec/api/repositories_container_push_versions_api_spec.rb +4 -0
  83. data/spec/api/repositories_container_versions_api_spec.rb +4 -0
  84. data/spec/api/token_api_spec.rb +3 -0
  85. data/spec/models/container_container_distribution_response_spec.rb +8 -8
  86. data/spec/models/container_container_distribution_spec.rb +6 -6
  87. data/spec/models/container_container_pull_through_distribution_response_spec.rb +8 -8
  88. data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
  89. data/spec/models/container_container_push_repository_response_spec.rb +8 -8
  90. data/spec/models/container_container_push_repository_spec.rb +5 -5
  91. data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
  92. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
  93. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  94. data/spec/models/{policy762_enum_spec.rb → policy692_enum_spec.rb} +6 -6
  95. data/spec/models/{policy8e2_enum_spec.rb → policy7e0_enum_spec.rb} +6 -6
  96. metadata +67 -67
@@ -21,7 +21,7 @@ Method | HTTP request | Description
21
21
 
22
22
  ## add_role
23
23
 
24
- > NestedRoleResponse add_role(container_container_distribution_href, nested_role)
24
+ > NestedRoleResponse add_role(container_container_distribution_href, nested_role, opts)
25
25
 
26
26
  Add a role
27
27
 
@@ -42,10 +42,13 @@ end
42
42
  api_instance = PulpContainerClient::DistributionsContainerApi.new
43
43
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
44
44
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
45
+ opts = {
46
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
47
+ }
45
48
 
46
49
  begin
47
50
  #Add a role
48
- result = api_instance.add_role(container_container_distribution_href, nested_role)
51
+ result = api_instance.add_role(container_container_distribution_href, nested_role, opts)
49
52
  p result
50
53
  rescue PulpContainerClient::ApiError => e
51
54
  puts "Exception when calling DistributionsContainerApi->add_role: #{e}"
@@ -59,6 +62,7 @@ Name | Type | Description | Notes
59
62
  ------------- | ------------- | ------------- | -------------
60
63
  **container_container_distribution_href** | **String**| |
61
64
  **nested_role** | [**NestedRole**](NestedRole.md)| |
65
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
62
66
 
63
67
  ### Return type
64
68
 
@@ -76,7 +80,7 @@ Name | Type | Description | Notes
76
80
 
77
81
  ## create
78
82
 
79
- > AsyncOperationResponse create(container_container_distribution)
83
+ > AsyncOperationResponse create(container_container_distribution, opts)
80
84
 
81
85
  Create a container distribution
82
86
 
@@ -96,10 +100,13 @@ end
96
100
 
97
101
  api_instance = PulpContainerClient::DistributionsContainerApi.new
98
102
  container_container_distribution = PulpContainerClient::ContainerContainerDistribution.new # ContainerContainerDistribution |
103
+ opts = {
104
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
105
+ }
99
106
 
100
107
  begin
101
108
  #Create a container distribution
102
- result = api_instance.create(container_container_distribution)
109
+ result = api_instance.create(container_container_distribution, opts)
103
110
  p result
104
111
  rescue PulpContainerClient::ApiError => e
105
112
  puts "Exception when calling DistributionsContainerApi->create: #{e}"
@@ -112,6 +119,7 @@ end
112
119
  Name | Type | Description | Notes
113
120
  ------------- | ------------- | ------------- | -------------
114
121
  **container_container_distribution** | [**ContainerContainerDistribution**](ContainerContainerDistribution.md)| |
122
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
115
123
 
116
124
  ### Return type
117
125
 
@@ -129,7 +137,7 @@ Name | Type | Description | Notes
129
137
 
130
138
  ## delete
131
139
 
132
- > AsyncOperationResponse delete(container_container_distribution_href)
140
+ > AsyncOperationResponse delete(container_container_distribution_href, opts)
133
141
 
134
142
  Delete a container distribution
135
143
 
@@ -149,10 +157,13 @@ end
149
157
 
150
158
  api_instance = PulpContainerClient::DistributionsContainerApi.new
151
159
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
160
+ opts = {
161
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
162
+ }
152
163
 
153
164
  begin
154
165
  #Delete a container distribution
155
- result = api_instance.delete(container_container_distribution_href)
166
+ result = api_instance.delete(container_container_distribution_href, opts)
156
167
  p result
157
168
  rescue PulpContainerClient::ApiError => e
158
169
  puts "Exception when calling DistributionsContainerApi->delete: #{e}"
@@ -165,6 +176,7 @@ end
165
176
  Name | Type | Description | Notes
166
177
  ------------- | ------------- | ------------- | -------------
167
178
  **container_container_distribution_href** | **String**| |
179
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
168
180
 
169
181
  ### Return type
170
182
 
@@ -202,6 +214,7 @@ end
202
214
 
203
215
  api_instance = PulpContainerClient::DistributionsContainerApi.new
204
216
  opts = {
217
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
205
218
  base_path: 'base_path_example', # String | Filter results where base_path matches value
206
219
  base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
207
220
  base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
@@ -244,6 +257,7 @@ end
244
257
 
245
258
  Name | Type | Description | Notes
246
259
  ------------- | ------------- | ------------- | -------------
260
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
247
261
  **base_path** | **String**| Filter results where base_path matches value | [optional]
248
262
  **base_path__contains** | **String**| Filter results where base_path contains value | [optional]
249
263
  **base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
@@ -308,6 +322,7 @@ end
308
322
  api_instance = PulpContainerClient::DistributionsContainerApi.new
309
323
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
310
324
  opts = {
325
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
311
326
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
312
327
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
313
328
  }
@@ -327,6 +342,7 @@ end
327
342
  Name | Type | Description | Notes
328
343
  ------------- | ------------- | ------------- | -------------
329
344
  **container_container_distribution_href** | **String**| |
345
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
330
346
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
331
347
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
332
348
 
@@ -367,6 +383,7 @@ end
367
383
  api_instance = PulpContainerClient::DistributionsContainerApi.new
368
384
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
369
385
  opts = {
386
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
370
387
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
371
388
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
372
389
  }
@@ -386,6 +403,7 @@ end
386
403
  Name | Type | Description | Notes
387
404
  ------------- | ------------- | ------------- | -------------
388
405
  **container_container_distribution_href** | **String**| |
406
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
389
407
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
390
408
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
391
409
 
@@ -405,7 +423,7 @@ Name | Type | Description | Notes
405
423
 
406
424
  ## partial_update
407
425
 
408
- > AsyncOperationResponse partial_update(container_container_distribution_href, patchedcontainer_container_distribution)
426
+ > AsyncOperationResponse partial_update(container_container_distribution_href, patchedcontainer_container_distribution, opts)
409
427
 
410
428
  Update a container distribution
411
429
 
@@ -426,10 +444,13 @@ end
426
444
  api_instance = PulpContainerClient::DistributionsContainerApi.new
427
445
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
428
446
  patchedcontainer_container_distribution = PulpContainerClient::PatchedcontainerContainerDistribution.new # PatchedcontainerContainerDistribution |
447
+ opts = {
448
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
449
+ }
429
450
 
430
451
  begin
431
452
  #Update a container distribution
432
- result = api_instance.partial_update(container_container_distribution_href, patchedcontainer_container_distribution)
453
+ result = api_instance.partial_update(container_container_distribution_href, patchedcontainer_container_distribution, opts)
433
454
  p result
434
455
  rescue PulpContainerClient::ApiError => e
435
456
  puts "Exception when calling DistributionsContainerApi->partial_update: #{e}"
@@ -443,6 +464,7 @@ Name | Type | Description | Notes
443
464
  ------------- | ------------- | ------------- | -------------
444
465
  **container_container_distribution_href** | **String**| |
445
466
  **patchedcontainer_container_distribution** | [**PatchedcontainerContainerDistribution**](PatchedcontainerContainerDistribution.md)| |
467
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
446
468
 
447
469
  ### Return type
448
470
 
@@ -481,6 +503,7 @@ end
481
503
  api_instance = PulpContainerClient::DistributionsContainerApi.new
482
504
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
483
505
  opts = {
506
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
484
507
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
485
508
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
486
509
  }
@@ -500,6 +523,7 @@ end
500
523
  Name | Type | Description | Notes
501
524
  ------------- | ------------- | ------------- | -------------
502
525
  **container_container_distribution_href** | **String**| |
526
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
503
527
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
504
528
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
505
529
 
@@ -519,7 +543,7 @@ Name | Type | Description | Notes
519
543
 
520
544
  ## remove_role
521
545
 
522
- > NestedRoleResponse remove_role(container_container_distribution_href, nested_role)
546
+ > NestedRoleResponse remove_role(container_container_distribution_href, nested_role, opts)
523
547
 
524
548
  Remove a role
525
549
 
@@ -540,10 +564,13 @@ end
540
564
  api_instance = PulpContainerClient::DistributionsContainerApi.new
541
565
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
542
566
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
567
+ opts = {
568
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
569
+ }
543
570
 
544
571
  begin
545
572
  #Remove a role
546
- result = api_instance.remove_role(container_container_distribution_href, nested_role)
573
+ result = api_instance.remove_role(container_container_distribution_href, nested_role, opts)
547
574
  p result
548
575
  rescue PulpContainerClient::ApiError => e
549
576
  puts "Exception when calling DistributionsContainerApi->remove_role: #{e}"
@@ -557,6 +584,7 @@ Name | Type | Description | Notes
557
584
  ------------- | ------------- | ------------- | -------------
558
585
  **container_container_distribution_href** | **String**| |
559
586
  **nested_role** | [**NestedRole**](NestedRole.md)| |
587
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
560
588
 
561
589
  ### Return type
562
590
 
@@ -574,7 +602,7 @@ Name | Type | Description | Notes
574
602
 
575
603
  ## set_label
576
604
 
577
- > SetLabelResponse set_label(container_container_distribution_href, set_label)
605
+ > SetLabelResponse set_label(container_container_distribution_href, set_label, opts)
578
606
 
579
607
  Set a label
580
608
 
@@ -595,10 +623,13 @@ end
595
623
  api_instance = PulpContainerClient::DistributionsContainerApi.new
596
624
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
597
625
  set_label = PulpContainerClient::SetLabel.new # SetLabel |
626
+ opts = {
627
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
628
+ }
598
629
 
599
630
  begin
600
631
  #Set a label
601
- result = api_instance.set_label(container_container_distribution_href, set_label)
632
+ result = api_instance.set_label(container_container_distribution_href, set_label, opts)
602
633
  p result
603
634
  rescue PulpContainerClient::ApiError => e
604
635
  puts "Exception when calling DistributionsContainerApi->set_label: #{e}"
@@ -612,6 +643,7 @@ Name | Type | Description | Notes
612
643
  ------------- | ------------- | ------------- | -------------
613
644
  **container_container_distribution_href** | **String**| |
614
645
  **set_label** | [**SetLabel**](SetLabel.md)| |
646
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
615
647
 
616
648
  ### Return type
617
649
 
@@ -629,7 +661,7 @@ Name | Type | Description | Notes
629
661
 
630
662
  ## unset_label
631
663
 
632
- > UnsetLabelResponse unset_label(container_container_distribution_href, unset_label)
664
+ > UnsetLabelResponse unset_label(container_container_distribution_href, unset_label, opts)
633
665
 
634
666
  Unset a label
635
667
 
@@ -650,10 +682,13 @@ end
650
682
  api_instance = PulpContainerClient::DistributionsContainerApi.new
651
683
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
652
684
  unset_label = PulpContainerClient::UnsetLabel.new # UnsetLabel |
685
+ opts = {
686
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
687
+ }
653
688
 
654
689
  begin
655
690
  #Unset a label
656
- result = api_instance.unset_label(container_container_distribution_href, unset_label)
691
+ result = api_instance.unset_label(container_container_distribution_href, unset_label, opts)
657
692
  p result
658
693
  rescue PulpContainerClient::ApiError => e
659
694
  puts "Exception when calling DistributionsContainerApi->unset_label: #{e}"
@@ -667,6 +702,7 @@ Name | Type | Description | Notes
667
702
  ------------- | ------------- | ------------- | -------------
668
703
  **container_container_distribution_href** | **String**| |
669
704
  **unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
705
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
670
706
 
671
707
  ### Return type
672
708
 
@@ -684,7 +720,7 @@ Name | Type | Description | Notes
684
720
 
685
721
  ## update
686
722
 
687
- > AsyncOperationResponse update(container_container_distribution_href, container_container_distribution)
723
+ > AsyncOperationResponse update(container_container_distribution_href, container_container_distribution, opts)
688
724
 
689
725
  Update a container distribution
690
726
 
@@ -705,10 +741,13 @@ end
705
741
  api_instance = PulpContainerClient::DistributionsContainerApi.new
706
742
  container_container_distribution_href = 'container_container_distribution_href_example' # String |
707
743
  container_container_distribution = PulpContainerClient::ContainerContainerDistribution.new # ContainerContainerDistribution |
744
+ opts = {
745
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
746
+ }
708
747
 
709
748
  begin
710
749
  #Update a container distribution
711
- result = api_instance.update(container_container_distribution_href, container_container_distribution)
750
+ result = api_instance.update(container_container_distribution_href, container_container_distribution, opts)
712
751
  p result
713
752
  rescue PulpContainerClient::ApiError => e
714
753
  puts "Exception when calling DistributionsContainerApi->update: #{e}"
@@ -722,6 +761,7 @@ Name | Type | Description | Notes
722
761
  ------------- | ------------- | ------------- | -------------
723
762
  **container_container_distribution_href** | **String**| |
724
763
  **container_container_distribution** | [**ContainerContainerDistribution**](ContainerContainerDistribution.md)| |
764
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
725
765
 
726
766
  ### Return type
727
767
 
@@ -21,7 +21,7 @@ Method | HTTP request | Description
21
21
 
22
22
  ## add_role
23
23
 
24
- > NestedRoleResponse add_role(container_container_pull_through_distribution_href, nested_role)
24
+ > NestedRoleResponse add_role(container_container_pull_through_distribution_href, nested_role, opts)
25
25
 
26
26
  Add a role
27
27
 
@@ -42,10 +42,13 @@ end
42
42
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
43
43
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
44
44
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
45
+ opts = {
46
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
47
+ }
45
48
 
46
49
  begin
47
50
  #Add a role
48
- result = api_instance.add_role(container_container_pull_through_distribution_href, nested_role)
51
+ result = api_instance.add_role(container_container_pull_through_distribution_href, nested_role, opts)
49
52
  p result
50
53
  rescue PulpContainerClient::ApiError => e
51
54
  puts "Exception when calling DistributionsPullThroughApi->add_role: #{e}"
@@ -59,6 +62,7 @@ Name | Type | Description | Notes
59
62
  ------------- | ------------- | ------------- | -------------
60
63
  **container_container_pull_through_distribution_href** | **String**| |
61
64
  **nested_role** | [**NestedRole**](NestedRole.md)| |
65
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
62
66
 
63
67
  ### Return type
64
68
 
@@ -76,7 +80,7 @@ Name | Type | Description | Notes
76
80
 
77
81
  ## create
78
82
 
79
- > AsyncOperationResponse create(container_container_pull_through_distribution)
83
+ > AsyncOperationResponse create(container_container_pull_through_distribution, opts)
80
84
 
81
85
  Create a container pull through distribution
82
86
 
@@ -96,10 +100,13 @@ end
96
100
 
97
101
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
98
102
  container_container_pull_through_distribution = PulpContainerClient::ContainerContainerPullThroughDistribution.new # ContainerContainerPullThroughDistribution |
103
+ opts = {
104
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
105
+ }
99
106
 
100
107
  begin
101
108
  #Create a container pull through distribution
102
- result = api_instance.create(container_container_pull_through_distribution)
109
+ result = api_instance.create(container_container_pull_through_distribution, opts)
103
110
  p result
104
111
  rescue PulpContainerClient::ApiError => e
105
112
  puts "Exception when calling DistributionsPullThroughApi->create: #{e}"
@@ -112,6 +119,7 @@ end
112
119
  Name | Type | Description | Notes
113
120
  ------------- | ------------- | ------------- | -------------
114
121
  **container_container_pull_through_distribution** | [**ContainerContainerPullThroughDistribution**](ContainerContainerPullThroughDistribution.md)| |
122
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
115
123
 
116
124
  ### Return type
117
125
 
@@ -129,7 +137,7 @@ Name | Type | Description | Notes
129
137
 
130
138
  ## delete
131
139
 
132
- > AsyncOperationResponse delete(container_container_pull_through_distribution_href)
140
+ > AsyncOperationResponse delete(container_container_pull_through_distribution_href, opts)
133
141
 
134
142
  Delete a container pull through distribution
135
143
 
@@ -149,10 +157,13 @@ end
149
157
 
150
158
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
151
159
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
160
+ opts = {
161
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
162
+ }
152
163
 
153
164
  begin
154
165
  #Delete a container pull through distribution
155
- result = api_instance.delete(container_container_pull_through_distribution_href)
166
+ result = api_instance.delete(container_container_pull_through_distribution_href, opts)
156
167
  p result
157
168
  rescue PulpContainerClient::ApiError => e
158
169
  puts "Exception when calling DistributionsPullThroughApi->delete: #{e}"
@@ -165,6 +176,7 @@ end
165
176
  Name | Type | Description | Notes
166
177
  ------------- | ------------- | ------------- | -------------
167
178
  **container_container_pull_through_distribution_href** | **String**| |
179
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
168
180
 
169
181
  ### Return type
170
182
 
@@ -202,6 +214,7 @@ end
202
214
 
203
215
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
204
216
  opts = {
217
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
205
218
  base_path: 'base_path_example', # String | Filter results where base_path matches value
206
219
  base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
207
220
  base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
@@ -243,6 +256,7 @@ end
243
256
 
244
257
  Name | Type | Description | Notes
245
258
  ------------- | ------------- | ------------- | -------------
259
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
246
260
  **base_path** | **String**| Filter results where base_path matches value | [optional]
247
261
  **base_path__contains** | **String**| Filter results where base_path contains value | [optional]
248
262
  **base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
@@ -306,6 +320,7 @@ end
306
320
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
307
321
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
308
322
  opts = {
323
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
309
324
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
310
325
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
311
326
  }
@@ -325,6 +340,7 @@ end
325
340
  Name | Type | Description | Notes
326
341
  ------------- | ------------- | ------------- | -------------
327
342
  **container_container_pull_through_distribution_href** | **String**| |
343
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
328
344
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
329
345
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
330
346
 
@@ -365,6 +381,7 @@ end
365
381
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
366
382
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
367
383
  opts = {
384
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
368
385
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
369
386
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
370
387
  }
@@ -384,6 +401,7 @@ end
384
401
  Name | Type | Description | Notes
385
402
  ------------- | ------------- | ------------- | -------------
386
403
  **container_container_pull_through_distribution_href** | **String**| |
404
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
387
405
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
388
406
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
389
407
 
@@ -403,7 +421,7 @@ Name | Type | Description | Notes
403
421
 
404
422
  ## partial_update
405
423
 
406
- > AsyncOperationResponse partial_update(container_container_pull_through_distribution_href, patchedcontainer_container_pull_through_distribution)
424
+ > AsyncOperationResponse partial_update(container_container_pull_through_distribution_href, patchedcontainer_container_pull_through_distribution, opts)
407
425
 
408
426
  Update a container pull through distribution
409
427
 
@@ -424,10 +442,13 @@ end
424
442
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
425
443
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
426
444
  patchedcontainer_container_pull_through_distribution = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new # PatchedcontainerContainerPullThroughDistribution |
445
+ opts = {
446
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
447
+ }
427
448
 
428
449
  begin
429
450
  #Update a container pull through distribution
430
- result = api_instance.partial_update(container_container_pull_through_distribution_href, patchedcontainer_container_pull_through_distribution)
451
+ result = api_instance.partial_update(container_container_pull_through_distribution_href, patchedcontainer_container_pull_through_distribution, opts)
431
452
  p result
432
453
  rescue PulpContainerClient::ApiError => e
433
454
  puts "Exception when calling DistributionsPullThroughApi->partial_update: #{e}"
@@ -441,6 +462,7 @@ Name | Type | Description | Notes
441
462
  ------------- | ------------- | ------------- | -------------
442
463
  **container_container_pull_through_distribution_href** | **String**| |
443
464
  **patchedcontainer_container_pull_through_distribution** | [**PatchedcontainerContainerPullThroughDistribution**](PatchedcontainerContainerPullThroughDistribution.md)| |
465
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
444
466
 
445
467
  ### Return type
446
468
 
@@ -479,6 +501,7 @@ end
479
501
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
480
502
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
481
503
  opts = {
504
+ x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
482
505
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
483
506
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
484
507
  }
@@ -498,6 +521,7 @@ end
498
521
  Name | Type | Description | Notes
499
522
  ------------- | ------------- | ------------- | -------------
500
523
  **container_container_pull_through_distribution_href** | **String**| |
524
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
501
525
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
502
526
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
503
527
 
@@ -517,7 +541,7 @@ Name | Type | Description | Notes
517
541
 
518
542
  ## remove_role
519
543
 
520
- > NestedRoleResponse remove_role(container_container_pull_through_distribution_href, nested_role)
544
+ > NestedRoleResponse remove_role(container_container_pull_through_distribution_href, nested_role, opts)
521
545
 
522
546
  Remove a role
523
547
 
@@ -538,10 +562,13 @@ end
538
562
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
539
563
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
540
564
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
565
+ opts = {
566
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
567
+ }
541
568
 
542
569
  begin
543
570
  #Remove a role
544
- result = api_instance.remove_role(container_container_pull_through_distribution_href, nested_role)
571
+ result = api_instance.remove_role(container_container_pull_through_distribution_href, nested_role, opts)
545
572
  p result
546
573
  rescue PulpContainerClient::ApiError => e
547
574
  puts "Exception when calling DistributionsPullThroughApi->remove_role: #{e}"
@@ -555,6 +582,7 @@ Name | Type | Description | Notes
555
582
  ------------- | ------------- | ------------- | -------------
556
583
  **container_container_pull_through_distribution_href** | **String**| |
557
584
  **nested_role** | [**NestedRole**](NestedRole.md)| |
585
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
558
586
 
559
587
  ### Return type
560
588
 
@@ -572,7 +600,7 @@ Name | Type | Description | Notes
572
600
 
573
601
  ## set_label
574
602
 
575
- > SetLabelResponse set_label(container_container_pull_through_distribution_href, set_label)
603
+ > SetLabelResponse set_label(container_container_pull_through_distribution_href, set_label, opts)
576
604
 
577
605
  Set a label
578
606
 
@@ -593,10 +621,13 @@ end
593
621
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
594
622
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
595
623
  set_label = PulpContainerClient::SetLabel.new # SetLabel |
624
+ opts = {
625
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
626
+ }
596
627
 
597
628
  begin
598
629
  #Set a label
599
- result = api_instance.set_label(container_container_pull_through_distribution_href, set_label)
630
+ result = api_instance.set_label(container_container_pull_through_distribution_href, set_label, opts)
600
631
  p result
601
632
  rescue PulpContainerClient::ApiError => e
602
633
  puts "Exception when calling DistributionsPullThroughApi->set_label: #{e}"
@@ -610,6 +641,7 @@ Name | Type | Description | Notes
610
641
  ------------- | ------------- | ------------- | -------------
611
642
  **container_container_pull_through_distribution_href** | **String**| |
612
643
  **set_label** | [**SetLabel**](SetLabel.md)| |
644
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
613
645
 
614
646
  ### Return type
615
647
 
@@ -627,7 +659,7 @@ Name | Type | Description | Notes
627
659
 
628
660
  ## unset_label
629
661
 
630
- > UnsetLabelResponse unset_label(container_container_pull_through_distribution_href, unset_label)
662
+ > UnsetLabelResponse unset_label(container_container_pull_through_distribution_href, unset_label, opts)
631
663
 
632
664
  Unset a label
633
665
 
@@ -648,10 +680,13 @@ end
648
680
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
649
681
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
650
682
  unset_label = PulpContainerClient::UnsetLabel.new # UnsetLabel |
683
+ opts = {
684
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
685
+ }
651
686
 
652
687
  begin
653
688
  #Unset a label
654
- result = api_instance.unset_label(container_container_pull_through_distribution_href, unset_label)
689
+ result = api_instance.unset_label(container_container_pull_through_distribution_href, unset_label, opts)
655
690
  p result
656
691
  rescue PulpContainerClient::ApiError => e
657
692
  puts "Exception when calling DistributionsPullThroughApi->unset_label: #{e}"
@@ -665,6 +700,7 @@ Name | Type | Description | Notes
665
700
  ------------- | ------------- | ------------- | -------------
666
701
  **container_container_pull_through_distribution_href** | **String**| |
667
702
  **unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
703
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
668
704
 
669
705
  ### Return type
670
706
 
@@ -682,7 +718,7 @@ Name | Type | Description | Notes
682
718
 
683
719
  ## update
684
720
 
685
- > AsyncOperationResponse update(container_container_pull_through_distribution_href, container_container_pull_through_distribution)
721
+ > AsyncOperationResponse update(container_container_pull_through_distribution_href, container_container_pull_through_distribution, opts)
686
722
 
687
723
  Update a container pull through distribution
688
724
 
@@ -703,10 +739,13 @@ end
703
739
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
704
740
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
705
741
  container_container_pull_through_distribution = PulpContainerClient::ContainerContainerPullThroughDistribution.new # ContainerContainerPullThroughDistribution |
742
+ opts = {
743
+ x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
744
+ }
706
745
 
707
746
  begin
708
747
  #Update a container pull through distribution
709
- result = api_instance.update(container_container_pull_through_distribution_href, container_container_pull_through_distribution)
748
+ result = api_instance.update(container_container_pull_through_distribution_href, container_container_pull_through_distribution, opts)
710
749
  p result
711
750
  rescue PulpContainerClient::ApiError => e
712
751
  puts "Exception when calling DistributionsPullThroughApi->update: #{e}"
@@ -720,6 +759,7 @@ Name | Type | Description | Notes
720
759
  ------------- | ------------- | ------------- | -------------
721
760
  **container_container_pull_through_distribution_href** | **String**| |
722
761
  **container_container_pull_through_distribution** | [**ContainerContainerPullThroughDistribution**](ContainerContainerPullThroughDistribution.md)| |
762
+ **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
723
763
 
724
764
  ### Return type
725
765
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **containerfile_artifact** | **String** | Artifact representing the Containerfile that should be used to run podman-build. | [optional]
8
8
  **containerfile** | **File** | An uploaded Containerfile that should be used to run podman-build. | [optional]
9
9
  **tag** | **String** | A tag name for the new image being built. | [optional] [default to &#39;latest&#39;]
10
- **artifacts** | [**Object**](.md) | 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. | [optional]
10
+ **artifacts** | [**AnyType**](.md) | 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. | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
8
7
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
10
8
  **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \&quot;foo\&quot; and \&quot;foo/bar\&quot;) | [optional]
11
- **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
12
9
  **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional]
10
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
12
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
13
13
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
14
14
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
15
15
  **description** | **String** | An optional description. | [optional]
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(pulp_labels: null,
23
- content_guard: null,
24
- repository: null,
22
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(content_guard: null,
25
23
  base_path: null,
26
- hidden: null,
27
24
  name: null,
25
+ hidden: null,
26
+ pulp_labels: null,
27
+ repository: null,
28
28
  repository_version: null,
29
29
  private: null,
30
30
  description: null)