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::DistributionsPullThroughApi
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_distribution_href, nested_role, opts)
24
+ > NestedRoleResponse add_role(container_container_pull_through_distribution_href, nested_role)
25
25
 
26
26
  Add a role
27
27
 
@@ -42,13 +42,10 @@ 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
- }
48
45
 
49
46
  begin
50
47
  #Add a role
51
- result = api_instance.add_role(container_container_pull_through_distribution_href, nested_role, opts)
48
+ result = api_instance.add_role(container_container_pull_through_distribution_href, nested_role)
52
49
  p result
53
50
  rescue PulpContainerClient::ApiError => e
54
51
  puts "Exception when calling DistributionsPullThroughApi->add_role: #{e}"
@@ -62,7 +59,6 @@ Name | Type | Description | Notes
62
59
  ------------- | ------------- | ------------- | -------------
63
60
  **container_container_pull_through_distribution_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
- > AsyncOperationResponse create(container_container_pull_through_distribution, opts)
79
+ > AsyncOperationResponse create(container_container_pull_through_distribution)
84
80
 
85
81
  Create a container pull through distribution
86
82
 
@@ -100,13 +96,10 @@ end
100
96
 
101
97
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
102
98
  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
- }
106
99
 
107
100
  begin
108
101
  #Create a container pull through distribution
109
- result = api_instance.create(container_container_pull_through_distribution, opts)
102
+ result = api_instance.create(container_container_pull_through_distribution)
110
103
  p result
111
104
  rescue PulpContainerClient::ApiError => e
112
105
  puts "Exception when calling DistributionsPullThroughApi->create: #{e}"
@@ -119,7 +112,6 @@ end
119
112
  Name | Type | Description | Notes
120
113
  ------------- | ------------- | ------------- | -------------
121
114
  **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]
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_distribution_href, opts)
132
+ > AsyncOperationResponse delete(container_container_pull_through_distribution_href)
141
133
 
142
134
  Delete a container pull through distribution
143
135
 
@@ -157,13 +149,10 @@ end
157
149
 
158
150
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
159
151
  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
- }
163
152
 
164
153
  begin
165
154
  #Delete a container pull through distribution
166
- result = api_instance.delete(container_container_pull_through_distribution_href, opts)
155
+ result = api_instance.delete(container_container_pull_through_distribution_href)
167
156
  p result
168
157
  rescue PulpContainerClient::ApiError => e
169
158
  puts "Exception when calling DistributionsPullThroughApi->delete: #{e}"
@@ -176,7 +165,6 @@ end
176
165
  Name | Type | Description | Notes
177
166
  ------------- | ------------- | ------------- | -------------
178
167
  **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]
180
168
 
181
169
  ### Return type
182
170
 
@@ -214,7 +202,6 @@ end
214
202
 
215
203
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
216
204
  opts = {
217
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
218
205
  base_path: 'base_path_example', # String | Filter results where base_path matches value
219
206
  base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
220
207
  base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
@@ -256,7 +243,6 @@ end
256
243
 
257
244
  Name | Type | Description | Notes
258
245
  ------------- | ------------- | ------------- | -------------
259
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
260
246
  **base_path** | **String**| Filter results where base_path matches value | [optional]
261
247
  **base_path__contains** | **String**| Filter results where base_path contains value | [optional]
262
248
  **base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
@@ -320,7 +306,6 @@ end
320
306
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
321
307
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
322
308
  opts = {
323
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
324
309
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
325
310
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
326
311
  }
@@ -340,7 +325,6 @@ end
340
325
  Name | Type | Description | Notes
341
326
  ------------- | ------------- | ------------- | -------------
342
327
  **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]
344
328
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
345
329
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
346
330
 
@@ -381,7 +365,6 @@ end
381
365
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
382
366
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
383
367
  opts = {
384
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
385
368
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
386
369
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
387
370
  }
@@ -401,7 +384,6 @@ end
401
384
  Name | Type | Description | Notes
402
385
  ------------- | ------------- | ------------- | -------------
403
386
  **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]
405
387
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
406
388
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
407
389
 
@@ -421,7 +403,7 @@ Name | Type | Description | Notes
421
403
 
422
404
  ## partial_update
423
405
 
424
- > AsyncOperationResponse partial_update(container_container_pull_through_distribution_href, patchedcontainer_container_pull_through_distribution, opts)
406
+ > AsyncOperationResponse partial_update(container_container_pull_through_distribution_href, patchedcontainer_container_pull_through_distribution)
425
407
 
426
408
  Update a container pull through distribution
427
409
 
@@ -442,13 +424,10 @@ end
442
424
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
443
425
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
444
426
  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
- }
448
427
 
449
428
  begin
450
429
  #Update a container pull through distribution
451
- result = api_instance.partial_update(container_container_pull_through_distribution_href, patchedcontainer_container_pull_through_distribution, opts)
430
+ result = api_instance.partial_update(container_container_pull_through_distribution_href, patchedcontainer_container_pull_through_distribution)
452
431
  p result
453
432
  rescue PulpContainerClient::ApiError => e
454
433
  puts "Exception when calling DistributionsPullThroughApi->partial_update: #{e}"
@@ -462,7 +441,6 @@ Name | Type | Description | Notes
462
441
  ------------- | ------------- | ------------- | -------------
463
442
  **container_container_pull_through_distribution_href** | **String**| |
464
443
  **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]
466
444
 
467
445
  ### Return type
468
446
 
@@ -501,7 +479,6 @@ end
501
479
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
502
480
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
503
481
  opts = {
504
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
505
482
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
506
483
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
507
484
  }
@@ -521,7 +498,6 @@ end
521
498
  Name | Type | Description | Notes
522
499
  ------------- | ------------- | ------------- | -------------
523
500
  **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]
525
501
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
526
502
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
527
503
 
@@ -541,7 +517,7 @@ Name | Type | Description | Notes
541
517
 
542
518
  ## remove_role
543
519
 
544
- > NestedRoleResponse remove_role(container_container_pull_through_distribution_href, nested_role, opts)
520
+ > NestedRoleResponse remove_role(container_container_pull_through_distribution_href, nested_role)
545
521
 
546
522
  Remove a role
547
523
 
@@ -562,13 +538,10 @@ end
562
538
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
563
539
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
564
540
  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
- }
568
541
 
569
542
  begin
570
543
  #Remove a role
571
- result = api_instance.remove_role(container_container_pull_through_distribution_href, nested_role, opts)
544
+ result = api_instance.remove_role(container_container_pull_through_distribution_href, nested_role)
572
545
  p result
573
546
  rescue PulpContainerClient::ApiError => e
574
547
  puts "Exception when calling DistributionsPullThroughApi->remove_role: #{e}"
@@ -582,7 +555,6 @@ Name | Type | Description | Notes
582
555
  ------------- | ------------- | ------------- | -------------
583
556
  **container_container_pull_through_distribution_href** | **String**| |
584
557
  **nested_role** | [**NestedRole**](NestedRole.md)| |
585
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
586
558
 
587
559
  ### Return type
588
560
 
@@ -600,7 +572,7 @@ Name | Type | Description | Notes
600
572
 
601
573
  ## set_label
602
574
 
603
- > SetLabelResponse set_label(container_container_pull_through_distribution_href, set_label, opts)
575
+ > SetLabelResponse set_label(container_container_pull_through_distribution_href, set_label)
604
576
 
605
577
  Set a label
606
578
 
@@ -621,13 +593,10 @@ end
621
593
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
622
594
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
623
595
  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
- }
627
596
 
628
597
  begin
629
598
  #Set a label
630
- result = api_instance.set_label(container_container_pull_through_distribution_href, set_label, opts)
599
+ result = api_instance.set_label(container_container_pull_through_distribution_href, set_label)
631
600
  p result
632
601
  rescue PulpContainerClient::ApiError => e
633
602
  puts "Exception when calling DistributionsPullThroughApi->set_label: #{e}"
@@ -641,7 +610,6 @@ Name | Type | Description | Notes
641
610
  ------------- | ------------- | ------------- | -------------
642
611
  **container_container_pull_through_distribution_href** | **String**| |
643
612
  **set_label** | [**SetLabel**](SetLabel.md)| |
644
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
645
613
 
646
614
  ### Return type
647
615
 
@@ -659,7 +627,7 @@ Name | Type | Description | Notes
659
627
 
660
628
  ## unset_label
661
629
 
662
- > UnsetLabelResponse unset_label(container_container_pull_through_distribution_href, unset_label, opts)
630
+ > UnsetLabelResponse unset_label(container_container_pull_through_distribution_href, unset_label)
663
631
 
664
632
  Unset a label
665
633
 
@@ -680,13 +648,10 @@ end
680
648
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
681
649
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
682
650
  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
- }
686
651
 
687
652
  begin
688
653
  #Unset a label
689
- result = api_instance.unset_label(container_container_pull_through_distribution_href, unset_label, opts)
654
+ result = api_instance.unset_label(container_container_pull_through_distribution_href, unset_label)
690
655
  p result
691
656
  rescue PulpContainerClient::ApiError => e
692
657
  puts "Exception when calling DistributionsPullThroughApi->unset_label: #{e}"
@@ -700,7 +665,6 @@ Name | Type | Description | Notes
700
665
  ------------- | ------------- | ------------- | -------------
701
666
  **container_container_pull_through_distribution_href** | **String**| |
702
667
  **unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
703
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
704
668
 
705
669
  ### Return type
706
670
 
@@ -718,7 +682,7 @@ Name | Type | Description | Notes
718
682
 
719
683
  ## update
720
684
 
721
- > AsyncOperationResponse update(container_container_pull_through_distribution_href, container_container_pull_through_distribution, opts)
685
+ > AsyncOperationResponse update(container_container_pull_through_distribution_href, container_container_pull_through_distribution)
722
686
 
723
687
  Update a container pull through distribution
724
688
 
@@ -739,13 +703,10 @@ end
739
703
  api_instance = PulpContainerClient::DistributionsPullThroughApi.new
740
704
  container_container_pull_through_distribution_href = 'container_container_pull_through_distribution_href_example' # String |
741
705
  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
- }
745
706
 
746
707
  begin
747
708
  #Update a container pull through distribution
748
- result = api_instance.update(container_container_pull_through_distribution_href, container_container_pull_through_distribution, opts)
709
+ result = api_instance.update(container_container_pull_through_distribution_href, container_container_pull_through_distribution)
749
710
  p result
750
711
  rescue PulpContainerClient::ApiError => e
751
712
  puts "Exception when calling DistributionsPullThroughApi->update: #{e}"
@@ -759,7 +720,6 @@ Name | Type | Description | Notes
759
720
  ------------- | ------------- | ------------- | -------------
760
721
  **container_container_pull_through_distribution_href** | **String**| |
761
722
  **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]
763
723
 
764
724
  ### Return type
765
725
 
@@ -0,0 +1,50 @@
1
+ # PulpContainerClient::IndexDynamicApi
2
+
3
+ All URIs are relative to *http://pulp*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**get**](IndexDynamicApi.md#get) | **GET** /index/dynamic |
8
+
9
+
10
+
11
+ ## get
12
+
13
+ > get
14
+
15
+
16
+
17
+ Handles requests to the /index/dynamic endpoint
18
+
19
+ ### Example
20
+
21
+ ```ruby
22
+ # load the gem
23
+ require 'pulp_container_client'
24
+
25
+ api_instance = PulpContainerClient::IndexDynamicApi.new
26
+
27
+ begin
28
+ api_instance.get
29
+ rescue PulpContainerClient::ApiError => e
30
+ puts "Exception when calling IndexDynamicApi->get: #{e}"
31
+ end
32
+ ```
33
+
34
+ ### Parameters
35
+
36
+ This endpoint does not need any parameter.
37
+
38
+ ### Return type
39
+
40
+ nil (empty response body)
41
+
42
+ ### Authorization
43
+
44
+ No authorization required
45
+
46
+ ### HTTP request headers
47
+
48
+ - **Content-Type**: Not defined
49
+ - **Accept**: Not defined
50
+
@@ -0,0 +1,50 @@
1
+ # PulpContainerClient::IndexStaticApi
2
+
3
+ All URIs are relative to *http://pulp*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**get**](IndexStaticApi.md#get) | **GET** /index/static |
8
+
9
+
10
+
11
+ ## get
12
+
13
+ > get
14
+
15
+
16
+
17
+ Handles requests to the /index/static endpoint
18
+
19
+ ### Example
20
+
21
+ ```ruby
22
+ # load the gem
23
+ require 'pulp_container_client'
24
+
25
+ api_instance = PulpContainerClient::IndexStaticApi.new
26
+
27
+ begin
28
+ api_instance.get
29
+ rescue PulpContainerClient::ApiError => e
30
+ puts "Exception when calling IndexStaticApi->get: #{e}"
31
+ end
32
+ ```
33
+
34
+ ### Parameters
35
+
36
+ This endpoint does not need any parameter.
37
+
38
+ ### Return type
39
+
40
+ nil (empty response body)
41
+
42
+ ### Authorization
43
+
44
+ No authorization required
45
+
46
+ ### HTTP request headers
47
+
48
+ - **Content-Type**: Not defined
49
+ - **Accept**: Not defined
50
+
@@ -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** | [**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]
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]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array&lt;RepositoryVersionResponse&gt;**](RepositoryVersionResponse.md) | |
10
+ **results** | [**Array&lt;RepositoryVersionResponse&gt;**](RepositoryVersionResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array&lt;ContainerBlobResponse&gt;**](ContainerBlobResponse.md) | |
10
+ **results** | [**Array&lt;ContainerBlobResponse&gt;**](ContainerBlobResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array&lt;ContainerContainerDistributionResponse&gt;**](ContainerContainerDistributionResponse.md) | |
10
+ **results** | [**Array&lt;ContainerContainerDistributionResponse&gt;**](ContainerContainerDistributionResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array&lt;ContainerContainerNamespaceResponse&gt;**](ContainerContainerNamespaceResponse.md) | |
10
+ **results** | [**Array&lt;ContainerContainerNamespaceResponse&gt;**](ContainerContainerNamespaceResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array&lt;ContainerContainerPullThroughDistributionResponse&gt;**](ContainerContainerPullThroughDistributionResponse.md) | |
10
+ **results** | [**Array&lt;ContainerContainerPullThroughDistributionResponse&gt;**](ContainerContainerPullThroughDistributionResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array&lt;ContainerContainerPullThroughRemoteResponse&gt;**](ContainerContainerPullThroughRemoteResponse.md) | |
10
+ **results** | [**Array&lt;ContainerContainerPullThroughRemoteResponse&gt;**](ContainerContainerPullThroughRemoteResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array&lt;ContainerContainerPushRepositoryResponse&gt;**](ContainerContainerPushRepositoryResponse.md) | |
10
+ **results** | [**Array&lt;ContainerContainerPushRepositoryResponse&gt;**](ContainerContainerPushRepositoryResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array&lt;ContainerContainerRemoteResponse&gt;**](ContainerContainerRemoteResponse.md) | |
10
+ **results** | [**Array&lt;ContainerContainerRemoteResponse&gt;**](ContainerContainerRemoteResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array&lt;ContainerContainerRepositoryResponse&gt;**](ContainerContainerRepositoryResponse.md) | |
10
+ **results** | [**Array&lt;ContainerContainerRepositoryResponse&gt;**](ContainerContainerRepositoryResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array&lt;ContainerManifestResponse&gt;**](ContainerManifestResponse.md) | |
10
+ **results** | [**Array&lt;ContainerManifestResponse&gt;**](ContainerManifestResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array&lt;ContainerManifestSignatureResponse&gt;**](ContainerManifestSignatureResponse.md) | |
10
+ **results** | [**Array&lt;ContainerManifestSignatureResponse&gt;**](ContainerManifestSignatureResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | |
7
+ **count** | **Integer** | | [optional]
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array&lt;ContainerTagResponse&gt;**](ContainerTagResponse.md) | |
10
+ **results** | [**Array&lt;ContainerTagResponse&gt;**](ContainerTagResponse.md) | | [optional]
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -5,11 +5,11 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
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]
9
- **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional]
10
8
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
9
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
12
10
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
+ **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]
12
+ **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [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]
@@ -20,11 +20,11 @@ Name | Type | Description | Notes
20
20
  require 'PulpContainerClient'
21
21
 
22
22
  instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(content_guard: null,
23
- base_path: null,
24
- name: null,
25
23
  hidden: null,
26
24
  pulp_labels: null,
27
25
  repository: null,
26
+ base_path: null,
27
+ name: null,
28
28
  repository_version: null,
29
29
  private: null,
30
30
  description: null)
@@ -5,11 +5,11 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
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]
9
- **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional]
10
8
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
9
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
12
10
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
+ **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]
12
+ **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | [optional]
13
13
  **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional]
14
14
  **distributions** | **Array&lt;String&gt;** | Distributions created after pulling content through cache | [optional]
15
15
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional]
@@ -21,11 +21,11 @@ Name | Type | Description | Notes
21
21
  require 'PulpContainerClient'
22
22
 
23
23
  instance = PulpContainerClient::PatchedcontainerContainerPullThroughDistribution.new(content_guard: null,
24
- base_path: null,
25
- name: null,
26
24
  hidden: null,
27
25
  pulp_labels: null,
28
26
  repository: null,
27
+ base_path: null,
28
+ name: null,
29
29
  remote: null,
30
30
  distributions: null,
31
31
  private: null,