pulp_python_client 3.13.6 → 3.14.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.
- checksums.yaml +4 -4
- data/README.md +4 -5
- data/docs/ContentPackagesApi.md +8 -22
- data/docs/DistributionsPypiApi.md +32 -72
- data/docs/PublicationsPypiApi.md +16 -40
- data/docs/PypiApi.md +0 -2
- data/docs/PypiLegacyApi.md +0 -2
- data/docs/PypiMetadataApi.md +0 -2
- data/docs/PypiSimpleApi.md +0 -6
- data/docs/RemotesPythonApi.md +32 -74
- data/docs/RepositoriesPythonApi.md +40 -88
- data/docs/RepositoriesPythonVersionsApi.md +10 -22
- data/lib/pulp_python_client/api/content_packages_api.rb +0 -15
- data/lib/pulp_python_client/api/distributions_pypi_api.rb +0 -36
- data/lib/pulp_python_client/api/publications_pypi_api.rb +0 -24
- data/lib/pulp_python_client/api/pypi_api.rb +0 -3
- data/lib/pulp_python_client/api/pypi_legacy_api.rb +0 -3
- data/lib/pulp_python_client/api/pypi_metadata_api.rb +0 -3
- data/lib/pulp_python_client/api/pypi_simple_api.rb +0 -9
- data/lib/pulp_python_client/api/remotes_python_api.rb +0 -39
- data/lib/pulp_python_client/api/repositories_python_api.rb +0 -42
- data/lib/pulp_python_client/api/repositories_python_versions_api.rb +3 -15
- data/lib/pulp_python_client/version.rb +1 -1
- data/pulp_python_client.gemspec +1 -0
- data/spec/api/content_packages_api_spec.rb +0 -5
- data/spec/api/distributions_pypi_api_spec.rb +0 -12
- data/spec/api/publications_pypi_api_spec.rb +0 -8
- data/spec/api/pypi_api_spec.rb +0 -1
- data/spec/api/pypi_legacy_api_spec.rb +0 -1
- data/spec/api/pypi_metadata_api_spec.rb +0 -1
- data/spec/api/pypi_simple_api_spec.rb +0 -3
- data/spec/api/remotes_python_api_spec.rb +0 -13
- data/spec/api/repositories_python_api_spec.rb +0 -14
- data/spec/api/repositories_python_versions_api_spec.rb +1 -5
- metadata +59 -39
|
@@ -24,7 +24,6 @@ module PulpPythonClient
|
|
|
24
24
|
# @param python_python_repository_href [String]
|
|
25
25
|
# @param nested_role [NestedRole]
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
28
27
|
# @return [NestedRoleResponse]
|
|
29
28
|
def add_role(python_python_repository_href, nested_role, opts = {})
|
|
30
29
|
data, _status_code, _headers = add_role_with_http_info(python_python_repository_href, nested_role, opts)
|
|
@@ -36,7 +35,6 @@ module PulpPythonClient
|
|
|
36
35
|
# @param python_python_repository_href [String]
|
|
37
36
|
# @param nested_role [NestedRole]
|
|
38
37
|
# @param [Hash] opts the optional parameters
|
|
39
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
40
38
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
|
41
39
|
def add_role_with_http_info(python_python_repository_href, nested_role, opts = {})
|
|
42
40
|
if @api_client.config.debugging
|
|
@@ -65,7 +63,6 @@ module PulpPythonClient
|
|
|
65
63
|
if !content_type.nil?
|
|
66
64
|
header_params['Content-Type'] = content_type
|
|
67
65
|
end
|
|
68
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
69
66
|
|
|
70
67
|
# form parameters
|
|
71
68
|
form_params = opts[:form_params] || {}
|
|
@@ -100,7 +97,6 @@ module PulpPythonClient
|
|
|
100
97
|
# PythonRepository represents a single Python repository, to which content can be synced, added, or removed.
|
|
101
98
|
# @param python_python_repository [PythonPythonRepository]
|
|
102
99
|
# @param [Hash] opts the optional parameters
|
|
103
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
104
100
|
# @return [PythonPythonRepositoryResponse]
|
|
105
101
|
def create(python_python_repository, opts = {})
|
|
106
102
|
data, _status_code, _headers = create_with_http_info(python_python_repository, opts)
|
|
@@ -111,7 +107,6 @@ module PulpPythonClient
|
|
|
111
107
|
# PythonRepository represents a single Python repository, to which content can be synced, added, or removed.
|
|
112
108
|
# @param python_python_repository [PythonPythonRepository]
|
|
113
109
|
# @param [Hash] opts the optional parameters
|
|
114
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
115
110
|
# @return [Array<(PythonPythonRepositoryResponse, Integer, Hash)>] PythonPythonRepositoryResponse data, response status code and response headers
|
|
116
111
|
def create_with_http_info(python_python_repository, opts = {})
|
|
117
112
|
if @api_client.config.debugging
|
|
@@ -136,7 +131,6 @@ module PulpPythonClient
|
|
|
136
131
|
if !content_type.nil?
|
|
137
132
|
header_params['Content-Type'] = content_type
|
|
138
133
|
end
|
|
139
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
140
134
|
|
|
141
135
|
# form parameters
|
|
142
136
|
form_params = opts[:form_params] || {}
|
|
@@ -171,7 +165,6 @@ module PulpPythonClient
|
|
|
171
165
|
# Trigger an asynchronous delete task
|
|
172
166
|
# @param python_python_repository_href [String]
|
|
173
167
|
# @param [Hash] opts the optional parameters
|
|
174
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
175
168
|
# @return [AsyncOperationResponse]
|
|
176
169
|
def delete(python_python_repository_href, opts = {})
|
|
177
170
|
data, _status_code, _headers = delete_with_http_info(python_python_repository_href, opts)
|
|
@@ -182,7 +175,6 @@ module PulpPythonClient
|
|
|
182
175
|
# Trigger an asynchronous delete task
|
|
183
176
|
# @param python_python_repository_href [String]
|
|
184
177
|
# @param [Hash] opts the optional parameters
|
|
185
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
186
178
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
187
179
|
def delete_with_http_info(python_python_repository_href, opts = {})
|
|
188
180
|
if @api_client.config.debugging
|
|
@@ -202,7 +194,6 @@ module PulpPythonClient
|
|
|
202
194
|
header_params = opts[:header_params] || {}
|
|
203
195
|
# HTTP header 'Accept' (if needed)
|
|
204
196
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
|
205
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
206
197
|
|
|
207
198
|
# form parameters
|
|
208
199
|
form_params = opts[:form_params] || {}
|
|
@@ -236,7 +227,6 @@ module PulpPythonClient
|
|
|
236
227
|
# List python repositorys
|
|
237
228
|
# PythonRepository represents a single Python repository, to which content can be synced, added, or removed.
|
|
238
229
|
# @param [Hash] opts the optional parameters
|
|
239
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
240
230
|
# @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
|
|
241
231
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
242
232
|
# @option opts [String] :name Filter results where name matches value
|
|
@@ -276,7 +266,6 @@ module PulpPythonClient
|
|
|
276
266
|
# List python repositorys
|
|
277
267
|
# PythonRepository represents a single Python repository, to which content can be synced, added, or removed.
|
|
278
268
|
# @param [Hash] opts the optional parameters
|
|
279
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
280
269
|
# @option opts [String] :latest_with_content Content Unit referenced by HREF/PRN
|
|
281
270
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
282
271
|
# @option opts [String] :name Filter results where name matches value
|
|
@@ -356,7 +345,6 @@ module PulpPythonClient
|
|
|
356
345
|
header_params = opts[:header_params] || {}
|
|
357
346
|
# HTTP header 'Accept' (if needed)
|
|
358
347
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
|
359
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
360
348
|
|
|
361
349
|
# form parameters
|
|
362
350
|
form_params = opts[:form_params] || {}
|
|
@@ -391,7 +379,6 @@ module PulpPythonClient
|
|
|
391
379
|
# List roles assigned to this object.
|
|
392
380
|
# @param python_python_repository_href [String]
|
|
393
381
|
# @param [Hash] opts the optional parameters
|
|
394
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
395
382
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
396
383
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
397
384
|
# @return [ObjectRolesResponse]
|
|
@@ -404,7 +391,6 @@ module PulpPythonClient
|
|
|
404
391
|
# List roles assigned to this object.
|
|
405
392
|
# @param python_python_repository_href [String]
|
|
406
393
|
# @param [Hash] opts the optional parameters
|
|
407
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
408
394
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
409
395
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
410
396
|
# @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
|
|
@@ -428,7 +414,6 @@ module PulpPythonClient
|
|
|
428
414
|
header_params = opts[:header_params] || {}
|
|
429
415
|
# HTTP header 'Accept' (if needed)
|
|
430
416
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
|
431
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
432
417
|
|
|
433
418
|
# form parameters
|
|
434
419
|
form_params = opts[:form_params] || {}
|
|
@@ -464,7 +449,6 @@ module PulpPythonClient
|
|
|
464
449
|
# @param python_python_repository_href [String]
|
|
465
450
|
# @param repository_add_remove_content [RepositoryAddRemoveContent]
|
|
466
451
|
# @param [Hash] opts the optional parameters
|
|
467
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
468
452
|
# @return [AsyncOperationResponse]
|
|
469
453
|
def modify(python_python_repository_href, repository_add_remove_content, opts = {})
|
|
470
454
|
data, _status_code, _headers = modify_with_http_info(python_python_repository_href, repository_add_remove_content, opts)
|
|
@@ -476,7 +460,6 @@ module PulpPythonClient
|
|
|
476
460
|
# @param python_python_repository_href [String]
|
|
477
461
|
# @param repository_add_remove_content [RepositoryAddRemoveContent]
|
|
478
462
|
# @param [Hash] opts the optional parameters
|
|
479
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
480
463
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
481
464
|
def modify_with_http_info(python_python_repository_href, repository_add_remove_content, opts = {})
|
|
482
465
|
if @api_client.config.debugging
|
|
@@ -505,7 +488,6 @@ module PulpPythonClient
|
|
|
505
488
|
if !content_type.nil?
|
|
506
489
|
header_params['Content-Type'] = content_type
|
|
507
490
|
end
|
|
508
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
509
491
|
|
|
510
492
|
# form parameters
|
|
511
493
|
form_params = opts[:form_params] || {}
|
|
@@ -540,7 +522,6 @@ module PulpPythonClient
|
|
|
540
522
|
# List permissions available to the current user on this object.
|
|
541
523
|
# @param python_python_repository_href [String]
|
|
542
524
|
# @param [Hash] opts the optional parameters
|
|
543
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
544
525
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
545
526
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
546
527
|
# @return [MyPermissionsResponse]
|
|
@@ -553,7 +534,6 @@ module PulpPythonClient
|
|
|
553
534
|
# List permissions available to the current user on this object.
|
|
554
535
|
# @param python_python_repository_href [String]
|
|
555
536
|
# @param [Hash] opts the optional parameters
|
|
556
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
557
537
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
558
538
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
559
539
|
# @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
|
|
@@ -577,7 +557,6 @@ module PulpPythonClient
|
|
|
577
557
|
header_params = opts[:header_params] || {}
|
|
578
558
|
# HTTP header 'Accept' (if needed)
|
|
579
559
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
|
580
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
581
560
|
|
|
582
561
|
# form parameters
|
|
583
562
|
form_params = opts[:form_params] || {}
|
|
@@ -613,7 +592,6 @@ module PulpPythonClient
|
|
|
613
592
|
# @param python_python_repository_href [String]
|
|
614
593
|
# @param patchedpython_python_repository [PatchedpythonPythonRepository]
|
|
615
594
|
# @param [Hash] opts the optional parameters
|
|
616
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
617
595
|
# @return [AsyncOperationResponse]
|
|
618
596
|
def partial_update(python_python_repository_href, patchedpython_python_repository, opts = {})
|
|
619
597
|
data, _status_code, _headers = partial_update_with_http_info(python_python_repository_href, patchedpython_python_repository, opts)
|
|
@@ -625,7 +603,6 @@ module PulpPythonClient
|
|
|
625
603
|
# @param python_python_repository_href [String]
|
|
626
604
|
# @param patchedpython_python_repository [PatchedpythonPythonRepository]
|
|
627
605
|
# @param [Hash] opts the optional parameters
|
|
628
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
629
606
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
630
607
|
def partial_update_with_http_info(python_python_repository_href, patchedpython_python_repository, opts = {})
|
|
631
608
|
if @api_client.config.debugging
|
|
@@ -654,7 +631,6 @@ module PulpPythonClient
|
|
|
654
631
|
if !content_type.nil?
|
|
655
632
|
header_params['Content-Type'] = content_type
|
|
656
633
|
end
|
|
657
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
658
634
|
|
|
659
635
|
# form parameters
|
|
660
636
|
form_params = opts[:form_params] || {}
|
|
@@ -689,7 +665,6 @@ module PulpPythonClient
|
|
|
689
665
|
# PythonRepository represents a single Python repository, to which content can be synced, added, or removed.
|
|
690
666
|
# @param python_python_repository_href [String]
|
|
691
667
|
# @param [Hash] opts the optional parameters
|
|
692
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
693
668
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
694
669
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
695
670
|
# @return [PythonPythonRepositoryResponse]
|
|
@@ -702,7 +677,6 @@ module PulpPythonClient
|
|
|
702
677
|
# PythonRepository represents a single Python repository, to which content can be synced, added, or removed.
|
|
703
678
|
# @param python_python_repository_href [String]
|
|
704
679
|
# @param [Hash] opts the optional parameters
|
|
705
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
706
680
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
707
681
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
708
682
|
# @return [Array<(PythonPythonRepositoryResponse, Integer, Hash)>] PythonPythonRepositoryResponse data, response status code and response headers
|
|
@@ -726,7 +700,6 @@ module PulpPythonClient
|
|
|
726
700
|
header_params = opts[:header_params] || {}
|
|
727
701
|
# HTTP header 'Accept' (if needed)
|
|
728
702
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
|
729
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
730
703
|
|
|
731
704
|
# form parameters
|
|
732
705
|
form_params = opts[:form_params] || {}
|
|
@@ -762,7 +735,6 @@ module PulpPythonClient
|
|
|
762
735
|
# @param python_python_repository_href [String]
|
|
763
736
|
# @param nested_role [NestedRole]
|
|
764
737
|
# @param [Hash] opts the optional parameters
|
|
765
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
766
738
|
# @return [NestedRoleResponse]
|
|
767
739
|
def remove_role(python_python_repository_href, nested_role, opts = {})
|
|
768
740
|
data, _status_code, _headers = remove_role_with_http_info(python_python_repository_href, nested_role, opts)
|
|
@@ -774,7 +746,6 @@ module PulpPythonClient
|
|
|
774
746
|
# @param python_python_repository_href [String]
|
|
775
747
|
# @param nested_role [NestedRole]
|
|
776
748
|
# @param [Hash] opts the optional parameters
|
|
777
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
778
749
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
|
779
750
|
def remove_role_with_http_info(python_python_repository_href, nested_role, opts = {})
|
|
780
751
|
if @api_client.config.debugging
|
|
@@ -803,7 +774,6 @@ module PulpPythonClient
|
|
|
803
774
|
if !content_type.nil?
|
|
804
775
|
header_params['Content-Type'] = content_type
|
|
805
776
|
end
|
|
806
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
807
777
|
|
|
808
778
|
# form parameters
|
|
809
779
|
form_params = opts[:form_params] || {}
|
|
@@ -839,7 +809,6 @@ module PulpPythonClient
|
|
|
839
809
|
# @param python_python_repository_href [String]
|
|
840
810
|
# @param set_label [SetLabel]
|
|
841
811
|
# @param [Hash] opts the optional parameters
|
|
842
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
843
812
|
# @return [SetLabelResponse]
|
|
844
813
|
def set_label(python_python_repository_href, set_label, opts = {})
|
|
845
814
|
data, _status_code, _headers = set_label_with_http_info(python_python_repository_href, set_label, opts)
|
|
@@ -851,7 +820,6 @@ module PulpPythonClient
|
|
|
851
820
|
# @param python_python_repository_href [String]
|
|
852
821
|
# @param set_label [SetLabel]
|
|
853
822
|
# @param [Hash] opts the optional parameters
|
|
854
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
855
823
|
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
|
856
824
|
def set_label_with_http_info(python_python_repository_href, set_label, opts = {})
|
|
857
825
|
if @api_client.config.debugging
|
|
@@ -880,7 +848,6 @@ module PulpPythonClient
|
|
|
880
848
|
if !content_type.nil?
|
|
881
849
|
header_params['Content-Type'] = content_type
|
|
882
850
|
end
|
|
883
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
884
851
|
|
|
885
852
|
# form parameters
|
|
886
853
|
form_params = opts[:form_params] || {}
|
|
@@ -916,7 +883,6 @@ module PulpPythonClient
|
|
|
916
883
|
# @param python_python_repository_href [String]
|
|
917
884
|
# @param repository_sync_url [RepositorySyncURL]
|
|
918
885
|
# @param [Hash] opts the optional parameters
|
|
919
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
920
886
|
# @return [AsyncOperationResponse]
|
|
921
887
|
def sync(python_python_repository_href, repository_sync_url, opts = {})
|
|
922
888
|
data, _status_code, _headers = sync_with_http_info(python_python_repository_href, repository_sync_url, opts)
|
|
@@ -928,7 +894,6 @@ module PulpPythonClient
|
|
|
928
894
|
# @param python_python_repository_href [String]
|
|
929
895
|
# @param repository_sync_url [RepositorySyncURL]
|
|
930
896
|
# @param [Hash] opts the optional parameters
|
|
931
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
932
897
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
933
898
|
def sync_with_http_info(python_python_repository_href, repository_sync_url, opts = {})
|
|
934
899
|
if @api_client.config.debugging
|
|
@@ -957,7 +922,6 @@ module PulpPythonClient
|
|
|
957
922
|
if !content_type.nil?
|
|
958
923
|
header_params['Content-Type'] = content_type
|
|
959
924
|
end
|
|
960
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
961
925
|
|
|
962
926
|
# form parameters
|
|
963
927
|
form_params = opts[:form_params] || {}
|
|
@@ -993,7 +957,6 @@ module PulpPythonClient
|
|
|
993
957
|
# @param python_python_repository_href [String]
|
|
994
958
|
# @param unset_label [UnsetLabel]
|
|
995
959
|
# @param [Hash] opts the optional parameters
|
|
996
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
997
960
|
# @return [UnsetLabelResponse]
|
|
998
961
|
def unset_label(python_python_repository_href, unset_label, opts = {})
|
|
999
962
|
data, _status_code, _headers = unset_label_with_http_info(python_python_repository_href, unset_label, opts)
|
|
@@ -1005,7 +968,6 @@ module PulpPythonClient
|
|
|
1005
968
|
# @param python_python_repository_href [String]
|
|
1006
969
|
# @param unset_label [UnsetLabel]
|
|
1007
970
|
# @param [Hash] opts the optional parameters
|
|
1008
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
1009
971
|
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
|
1010
972
|
def unset_label_with_http_info(python_python_repository_href, unset_label, opts = {})
|
|
1011
973
|
if @api_client.config.debugging
|
|
@@ -1034,7 +996,6 @@ module PulpPythonClient
|
|
|
1034
996
|
if !content_type.nil?
|
|
1035
997
|
header_params['Content-Type'] = content_type
|
|
1036
998
|
end
|
|
1037
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
1038
999
|
|
|
1039
1000
|
# form parameters
|
|
1040
1001
|
form_params = opts[:form_params] || {}
|
|
@@ -1070,7 +1031,6 @@ module PulpPythonClient
|
|
|
1070
1031
|
# @param python_python_repository_href [String]
|
|
1071
1032
|
# @param python_python_repository [PythonPythonRepository]
|
|
1072
1033
|
# @param [Hash] opts the optional parameters
|
|
1073
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
1074
1034
|
# @return [AsyncOperationResponse]
|
|
1075
1035
|
def update(python_python_repository_href, python_python_repository, opts = {})
|
|
1076
1036
|
data, _status_code, _headers = update_with_http_info(python_python_repository_href, python_python_repository, opts)
|
|
@@ -1082,7 +1042,6 @@ module PulpPythonClient
|
|
|
1082
1042
|
# @param python_python_repository_href [String]
|
|
1083
1043
|
# @param python_python_repository [PythonPythonRepository]
|
|
1084
1044
|
# @param [Hash] opts the optional parameters
|
|
1085
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
1086
1045
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
1087
1046
|
def update_with_http_info(python_python_repository_href, python_python_repository, opts = {})
|
|
1088
1047
|
if @api_client.config.debugging
|
|
@@ -1111,7 +1070,6 @@ module PulpPythonClient
|
|
|
1111
1070
|
if !content_type.nil?
|
|
1112
1071
|
header_params['Content-Type'] = content_type
|
|
1113
1072
|
end
|
|
1114
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
1115
1073
|
|
|
1116
1074
|
# form parameters
|
|
1117
1075
|
form_params = opts[:form_params] || {}
|
|
@@ -23,7 +23,6 @@ module PulpPythonClient
|
|
|
23
23
|
# Trigger an asynchronous task to delete a repository version.
|
|
24
24
|
# @param python_python_repository_version_href [String]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
27
26
|
# @return [AsyncOperationResponse]
|
|
28
27
|
def delete(python_python_repository_version_href, opts = {})
|
|
29
28
|
data, _status_code, _headers = delete_with_http_info(python_python_repository_version_href, opts)
|
|
@@ -34,7 +33,6 @@ module PulpPythonClient
|
|
|
34
33
|
# Trigger an asynchronous task to delete a repository version.
|
|
35
34
|
# @param python_python_repository_version_href [String]
|
|
36
35
|
# @param [Hash] opts the optional parameters
|
|
37
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
38
36
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
39
37
|
def delete_with_http_info(python_python_repository_version_href, opts = {})
|
|
40
38
|
if @api_client.config.debugging
|
|
@@ -54,7 +52,6 @@ module PulpPythonClient
|
|
|
54
52
|
header_params = opts[:header_params] || {}
|
|
55
53
|
# HTTP header 'Accept' (if needed)
|
|
56
54
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
|
57
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
58
55
|
|
|
59
56
|
# form parameters
|
|
60
57
|
form_params = opts[:form_params] || {}
|
|
@@ -89,7 +86,6 @@ module PulpPythonClient
|
|
|
89
86
|
# PythonRepositoryVersion represents a single Python repository version.
|
|
90
87
|
# @param python_python_repository_href [String]
|
|
91
88
|
# @param [Hash] opts the optional parameters
|
|
92
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
93
89
|
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
|
94
90
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
|
95
91
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
@@ -100,7 +96,7 @@ module PulpPythonClient
|
|
|
100
96
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
|
101
97
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
|
102
98
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
103
|
-
# @option opts [Array<String>] :ordering 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) * `
|
|
99
|
+
# @option opts [Array<String>] :ordering 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)
|
|
104
100
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
105
101
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
|
106
102
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
@@ -123,7 +119,6 @@ module PulpPythonClient
|
|
|
123
119
|
# PythonRepositoryVersion represents a single Python repository version.
|
|
124
120
|
# @param python_python_repository_href [String]
|
|
125
121
|
# @param [Hash] opts the optional parameters
|
|
126
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
127
122
|
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
|
128
123
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
|
129
124
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
@@ -134,7 +129,7 @@ module PulpPythonClient
|
|
|
134
129
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
|
135
130
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
|
136
131
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
137
|
-
# @option opts [Array<String>] :ordering 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) * `
|
|
132
|
+
# @option opts [Array<String>] :ordering 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)
|
|
138
133
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
139
134
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
|
140
135
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
@@ -156,7 +151,7 @@ module PulpPythonClient
|
|
|
156
151
|
if @api_client.config.client_side_validation && python_python_repository_href.nil?
|
|
157
152
|
fail ArgumentError, "Missing the required parameter 'python_python_repository_href' when calling RepositoriesPythonVersionsApi.list"
|
|
158
153
|
end
|
|
159
|
-
allowable_values = ["-complete", "-
|
|
154
|
+
allowable_values = ["-complete", "-info", "-number", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "complete", "info", "number", "pk", "pulp_created", "pulp_id", "pulp_last_updated"]
|
|
160
155
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
161
156
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
162
157
|
end
|
|
@@ -193,7 +188,6 @@ module PulpPythonClient
|
|
|
193
188
|
header_params = opts[:header_params] || {}
|
|
194
189
|
# HTTP header 'Accept' (if needed)
|
|
195
190
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
|
196
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
197
191
|
|
|
198
192
|
# form parameters
|
|
199
193
|
form_params = opts[:form_params] || {}
|
|
@@ -228,7 +222,6 @@ module PulpPythonClient
|
|
|
228
222
|
# PythonRepositoryVersion represents a single Python repository version.
|
|
229
223
|
# @param python_python_repository_version_href [String]
|
|
230
224
|
# @param [Hash] opts the optional parameters
|
|
231
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
232
225
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
233
226
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
234
227
|
# @return [RepositoryVersionResponse]
|
|
@@ -241,7 +234,6 @@ module PulpPythonClient
|
|
|
241
234
|
# PythonRepositoryVersion represents a single Python repository version.
|
|
242
235
|
# @param python_python_repository_version_href [String]
|
|
243
236
|
# @param [Hash] opts the optional parameters
|
|
244
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
245
237
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
246
238
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
247
239
|
# @return [Array<(RepositoryVersionResponse, Integer, Hash)>] RepositoryVersionResponse data, response status code and response headers
|
|
@@ -265,7 +257,6 @@ module PulpPythonClient
|
|
|
265
257
|
header_params = opts[:header_params] || {}
|
|
266
258
|
# HTTP header 'Accept' (if needed)
|
|
267
259
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
|
268
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
269
260
|
|
|
270
261
|
# form parameters
|
|
271
262
|
form_params = opts[:form_params] || {}
|
|
@@ -300,7 +291,6 @@ module PulpPythonClient
|
|
|
300
291
|
# @param python_python_repository_version_href [String]
|
|
301
292
|
# @param repair [Repair]
|
|
302
293
|
# @param [Hash] opts the optional parameters
|
|
303
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
304
294
|
# @return [AsyncOperationResponse]
|
|
305
295
|
def repair(python_python_repository_version_href, repair, opts = {})
|
|
306
296
|
data, _status_code, _headers = repair_with_http_info(python_python_repository_version_href, repair, opts)
|
|
@@ -311,7 +301,6 @@ module PulpPythonClient
|
|
|
311
301
|
# @param python_python_repository_version_href [String]
|
|
312
302
|
# @param repair [Repair]
|
|
313
303
|
# @param [Hash] opts the optional parameters
|
|
314
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
315
304
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
316
305
|
def repair_with_http_info(python_python_repository_version_href, repair, opts = {})
|
|
317
306
|
if @api_client.config.debugging
|
|
@@ -340,7 +329,6 @@ module PulpPythonClient
|
|
|
340
329
|
if !content_type.nil?
|
|
341
330
|
header_params['Content-Type'] = content_type
|
|
342
331
|
end
|
|
343
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
344
332
|
|
|
345
333
|
# form parameters
|
|
346
334
|
form_params = opts[:form_params] || {}
|
data/pulp_python_client.gemspec
CHANGED
|
@@ -28,6 +28,7 @@ Gem::Specification.new do |s|
|
|
|
28
28
|
s.required_ruby_version = ">= 2.7"
|
|
29
29
|
s.metadata = {}
|
|
30
30
|
|
|
31
|
+
s.add_runtime_dependency 'faraday-net_http', '>= 2.0', '< 3.1'
|
|
31
32
|
s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 2.9'
|
|
32
33
|
s.add_runtime_dependency 'faraday-multipart'
|
|
33
34
|
s.add_runtime_dependency 'marcel'
|
|
@@ -37,7 +37,6 @@ describe 'ContentPackagesApi' do
|
|
|
37
37
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
|
38
38
|
# @param relative_path Path where the artifact is located relative to distributions base_path
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
41
40
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
42
41
|
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
43
42
|
# @option opts [String] :artifact Artifact file representing the physical content
|
|
@@ -77,7 +76,6 @@ describe 'ContentPackagesApi' do
|
|
|
77
76
|
# List python package contents
|
|
78
77
|
# PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a Python Distribution, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as PythonPackageContent. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
|
|
79
78
|
# @param [Hash] opts the optional parameters
|
|
80
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
81
79
|
# @option opts [String] :author Filter results where author matches value
|
|
82
80
|
# @option opts [Array<String>] :author__in Filter results where author is in a comma-separated list of values
|
|
83
81
|
# @option opts [String] :filename Filter results where filename matches value
|
|
@@ -125,7 +123,6 @@ describe 'ContentPackagesApi' do
|
|
|
125
123
|
# PythonPackageContent represents each individually installable Python package. In the Python ecosystem, this is called a Python Distribution, sometimes (ambiguously) refered to as a package. In Pulp Python, we refer to it as PythonPackageContent. Each PythonPackageContent corresponds to a single filename, for example `pulpcore-3.0.0rc1-py3-none-any.whl` or `pulpcore-3.0.0rc1.tar.gz`.
|
|
126
124
|
# @param python_python_package_content_href
|
|
127
125
|
# @param [Hash] opts the optional parameters
|
|
128
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
129
126
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
130
127
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
131
128
|
# @return [PythonPythonPackageContentResponse]
|
|
@@ -141,7 +138,6 @@ describe 'ContentPackagesApi' do
|
|
|
141
138
|
# @param python_python_package_content_href
|
|
142
139
|
# @param set_label
|
|
143
140
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
145
141
|
# @return [SetLabelResponse]
|
|
146
142
|
describe 'set_label test' do
|
|
147
143
|
it 'should work' do
|
|
@@ -155,7 +151,6 @@ describe 'ContentPackagesApi' do
|
|
|
155
151
|
# @param python_python_package_content_href
|
|
156
152
|
# @param unset_label
|
|
157
153
|
# @param [Hash] opts the optional parameters
|
|
158
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
159
154
|
# @return [UnsetLabelResponse]
|
|
160
155
|
describe 'unset_label test' do
|
|
161
156
|
it 'should work' do
|
|
@@ -38,7 +38,6 @@ describe 'DistributionsPypiApi' do
|
|
|
38
38
|
# @param python_python_distribution_href
|
|
39
39
|
# @param nested_role
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
42
41
|
# @return [NestedRoleResponse]
|
|
43
42
|
describe 'add_role test' do
|
|
44
43
|
it 'should work' do
|
|
@@ -51,7 +50,6 @@ describe 'DistributionsPypiApi' do
|
|
|
51
50
|
# Trigger an asynchronous create task
|
|
52
51
|
# @param python_python_distribution
|
|
53
52
|
# @param [Hash] opts the optional parameters
|
|
54
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
55
53
|
# @return [AsyncOperationResponse]
|
|
56
54
|
describe 'create test' do
|
|
57
55
|
it 'should work' do
|
|
@@ -64,7 +62,6 @@ describe 'DistributionsPypiApi' do
|
|
|
64
62
|
# Trigger an asynchronous delete task
|
|
65
63
|
# @param python_python_distribution_href
|
|
66
64
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
68
65
|
# @return [AsyncOperationResponse]
|
|
69
66
|
describe 'delete test' do
|
|
70
67
|
it 'should work' do
|
|
@@ -76,7 +73,6 @@ describe 'DistributionsPypiApi' do
|
|
|
76
73
|
# List python distributions
|
|
77
74
|
# Pulp Python Distributions are used to distribute Python content from Python Repositories or Python Publications. Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community. In Pulp usage, Python content is referred to as Python Package Content.
|
|
78
75
|
# @param [Hash] opts the optional parameters
|
|
79
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
80
76
|
# @option opts [String] :base_path Filter results where base_path matches value
|
|
81
77
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
|
82
78
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
|
@@ -116,7 +112,6 @@ describe 'DistributionsPypiApi' do
|
|
|
116
112
|
# List roles assigned to this object.
|
|
117
113
|
# @param python_python_distribution_href
|
|
118
114
|
# @param [Hash] opts the optional parameters
|
|
119
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
120
115
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
121
116
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
122
117
|
# @return [ObjectRolesResponse]
|
|
@@ -131,7 +126,6 @@ describe 'DistributionsPypiApi' do
|
|
|
131
126
|
# List permissions available to the current user on this object.
|
|
132
127
|
# @param python_python_distribution_href
|
|
133
128
|
# @param [Hash] opts the optional parameters
|
|
134
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
135
129
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
136
130
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
137
131
|
# @return [MyPermissionsResponse]
|
|
@@ -147,7 +141,6 @@ describe 'DistributionsPypiApi' do
|
|
|
147
141
|
# @param python_python_distribution_href
|
|
148
142
|
# @param patchedpython_python_distribution
|
|
149
143
|
# @param [Hash] opts the optional parameters
|
|
150
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
151
144
|
# @return [AsyncOperationResponse]
|
|
152
145
|
describe 'partial_update test' do
|
|
153
146
|
it 'should work' do
|
|
@@ -160,7 +153,6 @@ describe 'DistributionsPypiApi' do
|
|
|
160
153
|
# Pulp Python Distributions are used to distribute Python content from Python Repositories or Python Publications. Pulp Python Distributions should not be confused with \"Python Distribution\" as defined by the Python community. In Pulp usage, Python content is referred to as Python Package Content.
|
|
161
154
|
# @param python_python_distribution_href
|
|
162
155
|
# @param [Hash] opts the optional parameters
|
|
163
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
164
156
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
165
157
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
166
158
|
# @return [PythonPythonDistributionResponse]
|
|
@@ -176,7 +168,6 @@ describe 'DistributionsPypiApi' do
|
|
|
176
168
|
# @param python_python_distribution_href
|
|
177
169
|
# @param nested_role
|
|
178
170
|
# @param [Hash] opts the optional parameters
|
|
179
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
180
171
|
# @return [NestedRoleResponse]
|
|
181
172
|
describe 'remove_role test' do
|
|
182
173
|
it 'should work' do
|
|
@@ -190,7 +181,6 @@ describe 'DistributionsPypiApi' do
|
|
|
190
181
|
# @param python_python_distribution_href
|
|
191
182
|
# @param set_label
|
|
192
183
|
# @param [Hash] opts the optional parameters
|
|
193
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
194
184
|
# @return [SetLabelResponse]
|
|
195
185
|
describe 'set_label test' do
|
|
196
186
|
it 'should work' do
|
|
@@ -204,7 +194,6 @@ describe 'DistributionsPypiApi' do
|
|
|
204
194
|
# @param python_python_distribution_href
|
|
205
195
|
# @param unset_label
|
|
206
196
|
# @param [Hash] opts the optional parameters
|
|
207
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
208
197
|
# @return [UnsetLabelResponse]
|
|
209
198
|
describe 'unset_label test' do
|
|
210
199
|
it 'should work' do
|
|
@@ -218,7 +207,6 @@ describe 'DistributionsPypiApi' do
|
|
|
218
207
|
# @param python_python_distribution_href
|
|
219
208
|
# @param python_python_distribution
|
|
220
209
|
# @param [Hash] opts the optional parameters
|
|
221
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
222
210
|
# @return [AsyncOperationResponse]
|
|
223
211
|
describe 'update test' do
|
|
224
212
|
it 'should work' do
|