pulp_container_client 2.19.8 → 2.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -8
  3. data/docs/ContainerBlobResponse.md +0 -2
  4. data/docs/ContainerContainerDistribution.md +4 -4
  5. data/docs/ContainerContainerDistributionResponse.md +9 -11
  6. data/docs/ContainerContainerNamespaceResponse.md +0 -2
  7. data/docs/ContainerContainerPullThroughDistribution.md +4 -4
  8. data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -11
  9. data/docs/ContainerContainerPullThroughRemote.md +1 -1
  10. data/docs/ContainerContainerPullThroughRemoteResponse.md +3 -3
  11. data/docs/ContainerContainerPullThroughRemoteResponseHiddenFields.md +2 -2
  12. data/docs/ContainerContainerPushRepository.md +7 -7
  13. data/docs/ContainerContainerPushRepositoryResponse.md +9 -11
  14. data/docs/ContainerContainerRemote.md +1 -1
  15. data/docs/ContainerContainerRemoteResponse.md +3 -3
  16. data/docs/ContainerContainerRepositoryResponse.md +0 -2
  17. data/docs/ContainerManifestResponse.md +2 -6
  18. data/docs/ContainerManifestSignatureResponse.md +0 -2
  19. data/docs/ContainerTagResponse.md +0 -2
  20. data/docs/ContentBlobsApi.md +1 -5
  21. data/docs/ContentManifestsApi.md +3 -7
  22. data/docs/ContentSignaturesApi.md +1 -5
  23. data/docs/ContentTagsApi.md +1 -5
  24. data/docs/DistributionsContainerApi.md +17 -57
  25. data/docs/DistributionsPullThroughApi.md +17 -57
  26. data/docs/IndexDynamicApi.md +50 -0
  27. data/docs/IndexStaticApi.md +50 -0
  28. data/docs/OCIBuildImage.md +1 -1
  29. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  30. data/docs/PaginatedcontainerBlobResponseList.md +2 -2
  31. data/docs/PaginatedcontainerContainerDistributionResponseList.md +2 -2
  32. data/docs/PaginatedcontainerContainerNamespaceResponseList.md +2 -2
  33. data/docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md +2 -2
  34. data/docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md +2 -2
  35. data/docs/PaginatedcontainerContainerPushRepositoryResponseList.md +2 -2
  36. data/docs/PaginatedcontainerContainerRemoteResponseList.md +2 -2
  37. data/docs/PaginatedcontainerContainerRepositoryResponseList.md +2 -2
  38. data/docs/PaginatedcontainerManifestResponseList.md +2 -2
  39. data/docs/PaginatedcontainerManifestSignatureResponseList.md +2 -2
  40. data/docs/PaginatedcontainerTagResponseList.md +2 -2
  41. data/docs/PatchedcontainerContainerDistribution.md +4 -4
  42. data/docs/PatchedcontainerContainerPullThroughDistribution.md +4 -4
  43. data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
  44. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  45. data/docs/PatchedcontainerContainerRemote.md +1 -1
  46. data/docs/{Policy692Enum.md → Policy762Enum.md} +2 -2
  47. data/docs/{Policy7e0Enum.md → Policy8e2Enum.md} +2 -2
  48. data/docs/PulpContainerNamespacesApi.md +9 -33
  49. data/docs/RemotesContainerApi.md +17 -57
  50. data/docs/RemotesPullThroughApi.md +17 -57
  51. data/docs/RepositoriesContainerApi.md +35 -109
  52. data/docs/RepositoriesContainerPushApi.md +19 -63
  53. data/docs/RepositoriesContainerPushVersionsApi.md +5 -17
  54. data/docs/RepositoriesContainerVersionsApi.md +5 -17
  55. data/docs/RepositoryVersionResponse.md +0 -2
  56. data/docs/TokenApi.md +4 -14
  57. data/lib/pulp_container_client/api/content_blobs_api.rb +0 -6
  58. data/lib/pulp_container_client/api/content_manifests_api.rb +3 -9
  59. data/lib/pulp_container_client/api/content_signatures_api.rb +0 -6
  60. data/lib/pulp_container_client/api/content_tags_api.rb +0 -6
  61. data/lib/pulp_container_client/api/distributions_container_api.rb +0 -36
  62. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +0 -36
  63. data/lib/pulp_container_client/api/index_dynamic_api.rb +74 -0
  64. data/lib/pulp_container_client/api/index_static_api.rb +74 -0
  65. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -24
  66. data/lib/pulp_container_client/api/remotes_container_api.rb +0 -36
  67. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +0 -36
  68. data/lib/pulp_container_client/api/repositories_container_api.rb +2 -65
  69. data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -39
  70. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +0 -12
  71. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +0 -12
  72. data/lib/pulp_container_client/api/token_api.rb +0 -9
  73. data/lib/pulp_container_client/configuration.rb +2 -2
  74. data/lib/pulp_container_client/models/container_blob_response.rb +1 -11
  75. data/lib/pulp_container_client/models/container_container_distribution.rb +21 -21
  76. data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -49
  77. data/lib/pulp_container_client/models/container_container_namespace_response.rb +1 -11
  78. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +21 -21
  79. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +39 -49
  80. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
  81. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +12 -12
  82. data/lib/pulp_container_client/models/container_container_pull_through_remote_response_hidden_fields.rb +0 -10
  83. data/lib/pulp_container_client/models/container_container_push_repository.rb +48 -48
  84. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +41 -51
  85. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  86. data/lib/pulp_container_client/models/container_container_remote_response.rb +12 -12
  87. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -11
  88. data/lib/pulp_container_client/models/container_manifest_response.rb +3 -28
  89. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +1 -11
  90. data/lib/pulp_container_client/models/container_tag_response.rb +1 -11
  91. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  92. data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +0 -10
  93. data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +0 -10
  94. data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +0 -10
  95. data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +0 -10
  96. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +0 -10
  97. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +0 -10
  98. data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +0 -10
  99. data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +0 -10
  100. data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +0 -10
  101. data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +0 -10
  102. data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +0 -10
  103. data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +0 -10
  104. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +21 -21
  105. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +21 -21
  106. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
  107. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +48 -48
  108. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  109. data/lib/pulp_container_client/models/{policy692_enum.rb → policy762_enum.rb} +3 -3
  110. data/lib/pulp_container_client/models/{policy7e0_enum.rb → policy8e2_enum.rb} +3 -3
  111. data/lib/pulp_container_client/models/repository_version_response.rb +1 -11
  112. data/lib/pulp_container_client/version.rb +1 -1
  113. data/lib/pulp_container_client.rb +4 -2
  114. data/spec/api/content_blobs_api_spec.rb +0 -2
  115. data/spec/api/content_manifests_api_spec.rb +1 -3
  116. data/spec/api/content_signatures_api_spec.rb +0 -2
  117. data/spec/api/content_tags_api_spec.rb +0 -2
  118. data/spec/api/distributions_container_api_spec.rb +0 -12
  119. data/spec/api/distributions_pull_through_api_spec.rb +0 -12
  120. data/spec/api/index_dynamic_api_spec.rb +45 -0
  121. data/spec/api/index_static_api_spec.rb +45 -0
  122. data/spec/api/pulp_container_namespaces_api_spec.rb +0 -8
  123. data/spec/api/remotes_container_api_spec.rb +0 -12
  124. data/spec/api/remotes_pull_through_api_spec.rb +0 -12
  125. data/spec/api/repositories_container_api_spec.rb +1 -22
  126. data/spec/api/repositories_container_push_api_spec.rb +0 -13
  127. data/spec/api/repositories_container_push_versions_api_spec.rb +0 -4
  128. data/spec/api/repositories_container_versions_api_spec.rb +0 -4
  129. data/spec/api/token_api_spec.rb +0 -3
  130. data/spec/configuration_spec.rb +3 -3
  131. data/spec/models/container_blob_response_spec.rb +0 -6
  132. data/spec/models/container_container_distribution_response_spec.rb +7 -13
  133. data/spec/models/container_container_distribution_spec.rb +5 -5
  134. data/spec/models/container_container_namespace_response_spec.rb +0 -6
  135. data/spec/models/container_container_pull_through_distribution_response_spec.rb +7 -13
  136. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  137. data/spec/models/container_container_pull_through_remote_response_spec.rb +6 -6
  138. data/spec/models/container_container_push_repository_response_spec.rb +6 -12
  139. data/spec/models/container_container_push_repository_spec.rb +5 -5
  140. data/spec/models/container_container_remote_response_spec.rb +6 -6
  141. data/spec/models/container_container_repository_response_spec.rb +0 -6
  142. data/spec/models/container_manifest_response_spec.rb +0 -12
  143. data/spec/models/container_manifest_signature_response_spec.rb +0 -6
  144. data/spec/models/container_tag_response_spec.rb +0 -6
  145. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  146. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  147. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  148. data/spec/models/{policy692_enum_spec.rb → policy762_enum_spec.rb} +6 -6
  149. data/spec/models/{policy7e0_enum_spec.rb → policy8e2_enum_spec.rb} +6 -6
  150. data/spec/models/repository_version_response_spec.rb +0 -6
  151. metadata +88 -80
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::RemotesPullThroughApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -21,7 +21,7 @@ Method | HTTP request | Description
21
21
 
22
22
  ## add_role
23
23
 
24
- > NestedRoleResponse add_role(container_container_pull_through_remote_href, nested_role, opts)
24
+ > NestedRoleResponse add_role(container_container_pull_through_remote_href, nested_role)
25
25
 
26
26
  Add a role
27
27
 
@@ -42,13 +42,10 @@ end
42
42
  api_instance = PulpContainerClient::RemotesPullThroughApi.new
43
43
  container_container_pull_through_remote_href = 'container_container_pull_through_remote_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
- }
48
45
 
49
46
  begin
50
47
  #Add a role
51
- result = api_instance.add_role(container_container_pull_through_remote_href, nested_role, opts)
48
+ result = api_instance.add_role(container_container_pull_through_remote_href, nested_role)
52
49
  p result
53
50
  rescue PulpContainerClient::ApiError => e
54
51
  puts "Exception when calling RemotesPullThroughApi->add_role: #{e}"
@@ -62,7 +59,6 @@ Name | Type | Description | Notes
62
59
  ------------- | ------------- | ------------- | -------------
63
60
  **container_container_pull_through_remote_href** | **String**| |
64
61
  **nested_role** | [**NestedRole**](NestedRole.md)| |
65
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
66
62
 
67
63
  ### Return type
68
64
 
@@ -80,7 +76,7 @@ Name | Type | Description | Notes
80
76
 
81
77
  ## create
82
78
 
83
- > ContainerContainerPullThroughRemoteResponse create(container_container_pull_through_remote, opts)
79
+ > ContainerContainerPullThroughRemoteResponse create(container_container_pull_through_remote)
84
80
 
85
81
  Create a container pull through remote
86
82
 
@@ -100,13 +96,10 @@ end
100
96
 
101
97
  api_instance = PulpContainerClient::RemotesPullThroughApi.new
102
98
  container_container_pull_through_remote = PulpContainerClient::ContainerContainerPullThroughRemote.new # ContainerContainerPullThroughRemote |
103
- opts = {
104
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
105
- }
106
99
 
107
100
  begin
108
101
  #Create a container pull through remote
109
- result = api_instance.create(container_container_pull_through_remote, opts)
102
+ result = api_instance.create(container_container_pull_through_remote)
110
103
  p result
111
104
  rescue PulpContainerClient::ApiError => e
112
105
  puts "Exception when calling RemotesPullThroughApi->create: #{e}"
@@ -119,7 +112,6 @@ end
119
112
  Name | Type | Description | Notes
120
113
  ------------- | ------------- | ------------- | -------------
121
114
  **container_container_pull_through_remote** | [**ContainerContainerPullThroughRemote**](ContainerContainerPullThroughRemote.md)| |
122
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
123
115
 
124
116
  ### Return type
125
117
 
@@ -137,7 +129,7 @@ Name | Type | Description | Notes
137
129
 
138
130
  ## delete
139
131
 
140
- > AsyncOperationResponse delete(container_container_pull_through_remote_href, opts)
132
+ > AsyncOperationResponse delete(container_container_pull_through_remote_href)
141
133
 
142
134
  Delete a container pull through remote
143
135
 
@@ -157,13 +149,10 @@ end
157
149
 
158
150
  api_instance = PulpContainerClient::RemotesPullThroughApi.new
159
151
  container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
160
- opts = {
161
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
162
- }
163
152
 
164
153
  begin
165
154
  #Delete a container pull through remote
166
- result = api_instance.delete(container_container_pull_through_remote_href, opts)
155
+ result = api_instance.delete(container_container_pull_through_remote_href)
167
156
  p result
168
157
  rescue PulpContainerClient::ApiError => e
169
158
  puts "Exception when calling RemotesPullThroughApi->delete: #{e}"
@@ -176,7 +165,6 @@ end
176
165
  Name | Type | Description | Notes
177
166
  ------------- | ------------- | ------------- | -------------
178
167
  **container_container_pull_through_remote_href** | **String**| |
179
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
180
168
 
181
169
  ### Return type
182
170
 
@@ -214,7 +202,6 @@ end
214
202
 
215
203
  api_instance = PulpContainerClient::RemotesPullThroughApi.new
216
204
  opts = {
217
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
218
205
  limit: 56, # Integer | Number of results to return per page.
219
206
  name: 'name_example', # String | Filter results where name matches value
220
207
  name__contains: 'name__contains_example', # String | Filter results where name contains value
@@ -255,7 +242,6 @@ end
255
242
 
256
243
  Name | Type | Description | Notes
257
244
  ------------- | ------------- | ------------- | -------------
258
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
259
245
  **limit** | **Integer**| Number of results to return per page. | [optional]
260
246
  **name** | **String**| Filter results where name matches value | [optional]
261
247
  **name__contains** | **String**| Filter results where name contains value | [optional]
@@ -318,7 +304,6 @@ end
318
304
  api_instance = PulpContainerClient::RemotesPullThroughApi.new
319
305
  container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
320
306
  opts = {
321
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
322
307
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
323
308
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
324
309
  }
@@ -338,7 +323,6 @@ end
338
323
  Name | Type | Description | Notes
339
324
  ------------- | ------------- | ------------- | -------------
340
325
  **container_container_pull_through_remote_href** | **String**| |
341
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
342
326
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
343
327
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
344
328
 
@@ -379,7 +363,6 @@ end
379
363
  api_instance = PulpContainerClient::RemotesPullThroughApi.new
380
364
  container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
381
365
  opts = {
382
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
383
366
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
384
367
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
385
368
  }
@@ -399,7 +382,6 @@ end
399
382
  Name | Type | Description | Notes
400
383
  ------------- | ------------- | ------------- | -------------
401
384
  **container_container_pull_through_remote_href** | **String**| |
402
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
403
385
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
404
386
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
405
387
 
@@ -419,7 +401,7 @@ Name | Type | Description | Notes
419
401
 
420
402
  ## partial_update
421
403
 
422
- > AsyncOperationResponse partial_update(container_container_pull_through_remote_href, patchedcontainer_container_pull_through_remote, opts)
404
+ > AsyncOperationResponse partial_update(container_container_pull_through_remote_href, patchedcontainer_container_pull_through_remote)
423
405
 
424
406
  Update a container pull through remote
425
407
 
@@ -440,13 +422,10 @@ end
440
422
  api_instance = PulpContainerClient::RemotesPullThroughApi.new
441
423
  container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
442
424
  patchedcontainer_container_pull_through_remote = PulpContainerClient::PatchedcontainerContainerPullThroughRemote.new # PatchedcontainerContainerPullThroughRemote |
443
- opts = {
444
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
445
- }
446
425
 
447
426
  begin
448
427
  #Update a container pull through remote
449
- result = api_instance.partial_update(container_container_pull_through_remote_href, patchedcontainer_container_pull_through_remote, opts)
428
+ result = api_instance.partial_update(container_container_pull_through_remote_href, patchedcontainer_container_pull_through_remote)
450
429
  p result
451
430
  rescue PulpContainerClient::ApiError => e
452
431
  puts "Exception when calling RemotesPullThroughApi->partial_update: #{e}"
@@ -460,7 +439,6 @@ Name | Type | Description | Notes
460
439
  ------------- | ------------- | ------------- | -------------
461
440
  **container_container_pull_through_remote_href** | **String**| |
462
441
  **patchedcontainer_container_pull_through_remote** | [**PatchedcontainerContainerPullThroughRemote**](PatchedcontainerContainerPullThroughRemote.md)| |
463
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
464
442
 
465
443
  ### Return type
466
444
 
@@ -499,7 +477,6 @@ end
499
477
  api_instance = PulpContainerClient::RemotesPullThroughApi.new
500
478
  container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
501
479
  opts = {
502
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
503
480
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
504
481
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
505
482
  }
@@ -519,7 +496,6 @@ end
519
496
  Name | Type | Description | Notes
520
497
  ------------- | ------------- | ------------- | -------------
521
498
  **container_container_pull_through_remote_href** | **String**| |
522
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
523
499
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
524
500
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
525
501
 
@@ -539,7 +515,7 @@ Name | Type | Description | Notes
539
515
 
540
516
  ## remove_role
541
517
 
542
- > NestedRoleResponse remove_role(container_container_pull_through_remote_href, nested_role, opts)
518
+ > NestedRoleResponse remove_role(container_container_pull_through_remote_href, nested_role)
543
519
 
544
520
  Remove a role
545
521
 
@@ -560,13 +536,10 @@ end
560
536
  api_instance = PulpContainerClient::RemotesPullThroughApi.new
561
537
  container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
562
538
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
563
- opts = {
564
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
565
- }
566
539
 
567
540
  begin
568
541
  #Remove a role
569
- result = api_instance.remove_role(container_container_pull_through_remote_href, nested_role, opts)
542
+ result = api_instance.remove_role(container_container_pull_through_remote_href, nested_role)
570
543
  p result
571
544
  rescue PulpContainerClient::ApiError => e
572
545
  puts "Exception when calling RemotesPullThroughApi->remove_role: #{e}"
@@ -580,7 +553,6 @@ Name | Type | Description | Notes
580
553
  ------------- | ------------- | ------------- | -------------
581
554
  **container_container_pull_through_remote_href** | **String**| |
582
555
  **nested_role** | [**NestedRole**](NestedRole.md)| |
583
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
584
556
 
585
557
  ### Return type
586
558
 
@@ -598,7 +570,7 @@ Name | Type | Description | Notes
598
570
 
599
571
  ## set_label
600
572
 
601
- > SetLabelResponse set_label(container_container_pull_through_remote_href, set_label, opts)
573
+ > SetLabelResponse set_label(container_container_pull_through_remote_href, set_label)
602
574
 
603
575
  Set a label
604
576
 
@@ -619,13 +591,10 @@ end
619
591
  api_instance = PulpContainerClient::RemotesPullThroughApi.new
620
592
  container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
621
593
  set_label = PulpContainerClient::SetLabel.new # SetLabel |
622
- opts = {
623
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
624
- }
625
594
 
626
595
  begin
627
596
  #Set a label
628
- result = api_instance.set_label(container_container_pull_through_remote_href, set_label, opts)
597
+ result = api_instance.set_label(container_container_pull_through_remote_href, set_label)
629
598
  p result
630
599
  rescue PulpContainerClient::ApiError => e
631
600
  puts "Exception when calling RemotesPullThroughApi->set_label: #{e}"
@@ -639,7 +608,6 @@ Name | Type | Description | Notes
639
608
  ------------- | ------------- | ------------- | -------------
640
609
  **container_container_pull_through_remote_href** | **String**| |
641
610
  **set_label** | [**SetLabel**](SetLabel.md)| |
642
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
643
611
 
644
612
  ### Return type
645
613
 
@@ -657,7 +625,7 @@ Name | Type | Description | Notes
657
625
 
658
626
  ## unset_label
659
627
 
660
- > UnsetLabelResponse unset_label(container_container_pull_through_remote_href, unset_label, opts)
628
+ > UnsetLabelResponse unset_label(container_container_pull_through_remote_href, unset_label)
661
629
 
662
630
  Unset a label
663
631
 
@@ -678,13 +646,10 @@ end
678
646
  api_instance = PulpContainerClient::RemotesPullThroughApi.new
679
647
  container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
680
648
  unset_label = PulpContainerClient::UnsetLabel.new # UnsetLabel |
681
- opts = {
682
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
683
- }
684
649
 
685
650
  begin
686
651
  #Unset a label
687
- result = api_instance.unset_label(container_container_pull_through_remote_href, unset_label, opts)
652
+ result = api_instance.unset_label(container_container_pull_through_remote_href, unset_label)
688
653
  p result
689
654
  rescue PulpContainerClient::ApiError => e
690
655
  puts "Exception when calling RemotesPullThroughApi->unset_label: #{e}"
@@ -698,7 +663,6 @@ Name | Type | Description | Notes
698
663
  ------------- | ------------- | ------------- | -------------
699
664
  **container_container_pull_through_remote_href** | **String**| |
700
665
  **unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
701
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
702
666
 
703
667
  ### Return type
704
668
 
@@ -716,7 +680,7 @@ Name | Type | Description | Notes
716
680
 
717
681
  ## update
718
682
 
719
- > AsyncOperationResponse update(container_container_pull_through_remote_href, container_container_pull_through_remote, opts)
683
+ > AsyncOperationResponse update(container_container_pull_through_remote_href, container_container_pull_through_remote)
720
684
 
721
685
  Update a container pull through remote
722
686
 
@@ -737,13 +701,10 @@ end
737
701
  api_instance = PulpContainerClient::RemotesPullThroughApi.new
738
702
  container_container_pull_through_remote_href = 'container_container_pull_through_remote_href_example' # String |
739
703
  container_container_pull_through_remote = PulpContainerClient::ContainerContainerPullThroughRemote.new # ContainerContainerPullThroughRemote |
740
- opts = {
741
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
742
- }
743
704
 
744
705
  begin
745
706
  #Update a container pull through remote
746
- result = api_instance.update(container_container_pull_through_remote_href, container_container_pull_through_remote, opts)
707
+ result = api_instance.update(container_container_pull_through_remote_href, container_container_pull_through_remote)
747
708
  p result
748
709
  rescue PulpContainerClient::ApiError => e
749
710
  puts "Exception when calling RemotesPullThroughApi->update: #{e}"
@@ -757,7 +718,6 @@ Name | Type | Description | Notes
757
718
  ------------- | ------------- | ------------- | -------------
758
719
  **container_container_pull_through_remote_href** | **String**| |
759
720
  **container_container_pull_through_remote** | [**ContainerContainerPullThroughRemote**](ContainerContainerPullThroughRemote.md)| |
760
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
761
721
 
762
722
  ### Return type
763
723