pulp_container_client 2.19.7 → 2.19.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -6
  3. data/docs/ContainerContainerDistribution.md +7 -7
  4. data/docs/ContainerContainerDistributionResponse.md +9 -9
  5. data/docs/ContainerContainerPullThroughDistribution.md +7 -7
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -9
  7. data/docs/ContainerContainerPullThroughRemote.md +1 -1
  8. data/docs/ContainerContainerPullThroughRemoteResponse.md +1 -1
  9. data/docs/ContainerContainerPushRepository.md +6 -6
  10. data/docs/ContainerContainerPushRepositoryResponse.md +10 -10
  11. data/docs/ContainerContainerRemote.md +1 -1
  12. data/docs/ContainerContainerRemoteResponse.md +1 -1
  13. data/docs/ContainerManifestResponse.md +2 -2
  14. data/docs/ContentBlobsApi.md +4 -0
  15. data/docs/ContentManifestsApi.md +4 -0
  16. data/docs/ContentSignaturesApi.md +4 -0
  17. data/docs/ContentTagsApi.md +4 -0
  18. data/docs/DistributionsContainerApi.md +56 -16
  19. data/docs/DistributionsPullThroughApi.md +56 -16
  20. data/docs/OCIBuildImage.md +1 -1
  21. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  22. data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
  23. data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
  24. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  25. data/docs/PatchedcontainerContainerRemote.md +1 -1
  26. data/docs/{Policy762Enum.md → Policy692Enum.md} +2 -2
  27. data/docs/{Policy8e2Enum.md → Policy7e0Enum.md} +2 -2
  28. data/docs/PulpContainerNamespacesApi.md +32 -8
  29. data/docs/RemotesContainerApi.md +56 -16
  30. data/docs/RemotesPullThroughApi.md +56 -16
  31. data/docs/RepositoriesContainerApi.md +108 -34
  32. data/docs/RepositoriesContainerPushApi.md +62 -18
  33. data/docs/RepositoriesContainerPushVersionsApi.md +16 -4
  34. data/docs/RepositoriesContainerVersionsApi.md +16 -4
  35. data/docs/TokenApi.md +13 -3
  36. data/lib/pulp_container_client/api/content_blobs_api.rb +6 -0
  37. data/lib/pulp_container_client/api/content_manifests_api.rb +6 -0
  38. data/lib/pulp_container_client/api/content_signatures_api.rb +6 -0
  39. data/lib/pulp_container_client/api/content_tags_api.rb +6 -0
  40. data/lib/pulp_container_client/api/distributions_container_api.rb +36 -0
  41. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +36 -0
  42. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +24 -0
  43. data/lib/pulp_container_client/api/remotes_container_api.rb +36 -0
  44. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +36 -0
  45. data/lib/pulp_container_client/api/repositories_container_api.rb +65 -2
  46. data/lib/pulp_container_client/api/repositories_container_push_api.rb +39 -0
  47. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +12 -0
  48. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +12 -0
  49. data/lib/pulp_container_client/api/token_api.rb +9 -0
  50. data/lib/pulp_container_client/models/container_container_distribution.rb +29 -29
  51. data/lib/pulp_container_client/models/container_container_distribution_response.rb +38 -38
  52. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +29 -29
  53. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +38 -38
  54. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
  55. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +1 -1
  56. data/lib/pulp_container_client/models/container_container_push_repository.rb +38 -38
  57. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +46 -46
  58. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  59. data/lib/pulp_container_client/models/container_container_remote_response.rb +1 -1
  60. data/lib/pulp_container_client/models/container_manifest_response.rb +2 -2
  61. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  62. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +29 -29
  63. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +29 -29
  64. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
  65. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +38 -38
  66. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  67. data/lib/pulp_container_client/models/{policy762_enum.rb → policy692_enum.rb} +3 -3
  68. data/lib/pulp_container_client/models/{policy8e2_enum.rb → policy7e0_enum.rb} +3 -3
  69. data/lib/pulp_container_client/version.rb +1 -1
  70. data/lib/pulp_container_client.rb +2 -2
  71. data/spec/api/content_blobs_api_spec.rb +2 -0
  72. data/spec/api/content_manifests_api_spec.rb +2 -0
  73. data/spec/api/content_signatures_api_spec.rb +2 -0
  74. data/spec/api/content_tags_api_spec.rb +2 -0
  75. data/spec/api/distributions_container_api_spec.rb +12 -0
  76. data/spec/api/distributions_pull_through_api_spec.rb +12 -0
  77. data/spec/api/pulp_container_namespaces_api_spec.rb +8 -0
  78. data/spec/api/remotes_container_api_spec.rb +12 -0
  79. data/spec/api/remotes_pull_through_api_spec.rb +12 -0
  80. data/spec/api/repositories_container_api_spec.rb +22 -1
  81. data/spec/api/repositories_container_push_api_spec.rb +13 -0
  82. data/spec/api/repositories_container_push_versions_api_spec.rb +4 -0
  83. data/spec/api/repositories_container_versions_api_spec.rb +4 -0
  84. data/spec/api/token_api_spec.rb +3 -0
  85. data/spec/models/container_container_distribution_response_spec.rb +8 -8
  86. data/spec/models/container_container_distribution_spec.rb +6 -6
  87. data/spec/models/container_container_pull_through_distribution_response_spec.rb +8 -8
  88. data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
  89. data/spec/models/container_container_push_repository_response_spec.rb +8 -8
  90. data/spec/models/container_container_push_repository_spec.rb +5 -5
  91. data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
  92. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
  93. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  94. data/spec/models/{policy762_enum_spec.rb → policy692_enum_spec.rb} +6 -6
  95. data/spec/models/{policy8e2_enum_spec.rb → policy7e0_enum_spec.rb} +6 -6
  96. metadata +67 -67
@@ -38,6 +38,7 @@ describe 'RepositoriesContainerApi' do
38
38
  # @param container_container_repository_href
39
39
  # @param recursive_manage
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [AsyncOperationResponse]
42
43
  describe 'add test' do
43
44
  it 'should work' do
@@ -51,6 +52,7 @@ describe 'RepositoriesContainerApi' do
51
52
  # @param container_container_repository_href
52
53
  # @param nested_role
53
54
  # @param [Hash] opts the optional parameters
55
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
54
56
  # @return [NestedRoleResponse]
55
57
  describe 'add_role test' do
56
58
  it 'should work' do
@@ -63,10 +65,11 @@ describe 'RepositoriesContainerApi' do
63
65
  # Trigger an asynchronous task to build an OCI image from a Containerfile. A new repository version is created with the new image and tag. This API is in tech preview. Backwards compatibility when upgrading is not guaranteed.
64
66
  # @param container_container_repository_href
65
67
  # @param [Hash] opts the optional parameters
68
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
66
69
  # @option opts [String] :containerfile_artifact Artifact representing the Containerfile that should be used to run podman-build.
67
70
  # @option opts [File] :containerfile An uploaded Containerfile that should be used to run podman-build.
68
71
  # @option opts [String] :tag A tag name for the new image being built.
69
- # @option opts [Object] :artifacts 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.
72
+ # @option opts [AnyType] :artifacts 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.
70
73
  # @return [AsyncOperationResponse]
71
74
  describe 'build_image test' do
72
75
  it 'should work' do
@@ -80,6 +83,7 @@ describe 'RepositoriesContainerApi' do
80
83
  # @param container_container_repository_href
81
84
  # @param manifest_copy
82
85
  # @param [Hash] opts the optional parameters
86
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
83
87
  # @return [AsyncOperationResponse]
84
88
  describe 'copy_manifests test' do
85
89
  it 'should work' do
@@ -93,6 +97,7 @@ describe 'RepositoriesContainerApi' do
93
97
  # @param container_container_repository_href
94
98
  # @param tag_copy
95
99
  # @param [Hash] opts the optional parameters
100
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
96
101
  # @return [AsyncOperationResponse]
97
102
  describe 'copy_tags test' do
98
103
  it 'should work' do
@@ -105,6 +110,7 @@ describe 'RepositoriesContainerApi' do
105
110
  # ViewSet for container repo.
106
111
  # @param container_container_repository
107
112
  # @param [Hash] opts the optional parameters
113
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
108
114
  # @return [ContainerContainerRepositoryResponse]
109
115
  describe 'create test' do
110
116
  it 'should work' do
@@ -117,6 +123,7 @@ describe 'RepositoriesContainerApi' do
117
123
  # Trigger an asynchronous delete task
118
124
  # @param container_container_repository_href
119
125
  # @param [Hash] opts the optional parameters
126
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
120
127
  # @return [AsyncOperationResponse]
121
128
  describe 'delete test' do
122
129
  it 'should work' do
@@ -128,6 +135,7 @@ describe 'RepositoriesContainerApi' do
128
135
  # List container repositorys
129
136
  # ViewSet for container repo.
130
137
  # @param [Hash] opts the optional parameters
138
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
131
139
  # @option opts [String] :latest_with_content Content Unit referenced by HREF
132
140
  # @option opts [Integer] :limit Number of results to return per page.
133
141
  # @option opts [String] :name Filter results where name matches value
@@ -169,6 +177,7 @@ describe 'RepositoriesContainerApi' do
169
177
  # List roles assigned to this object.
170
178
  # @param container_container_repository_href
171
179
  # @param [Hash] opts the optional parameters
180
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
172
181
  # @option opts [Array<String>] :fields A list of fields to include in the response.
173
182
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
174
183
  # @return [ObjectRolesResponse]
@@ -183,6 +192,7 @@ describe 'RepositoriesContainerApi' do
183
192
  # List permissions available to the current user on this object.
184
193
  # @param container_container_repository_href
185
194
  # @param [Hash] opts the optional parameters
195
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
186
196
  # @option opts [Array<String>] :fields A list of fields to include in the response.
187
197
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
188
198
  # @return [MyPermissionsResponse]
@@ -198,6 +208,7 @@ describe 'RepositoriesContainerApi' do
198
208
  # @param container_container_repository_href
199
209
  # @param patchedcontainer_container_repository
200
210
  # @param [Hash] opts the optional parameters
211
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
201
212
  # @return [AsyncOperationResponse]
202
213
  describe 'partial_update test' do
203
214
  it 'should work' do
@@ -210,6 +221,7 @@ describe 'RepositoriesContainerApi' do
210
221
  # ViewSet for container repo.
211
222
  # @param container_container_repository_href
212
223
  # @param [Hash] opts the optional parameters
224
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
213
225
  # @option opts [Array<String>] :fields A list of fields to include in the response.
214
226
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
215
227
  # @return [ContainerContainerRepositoryResponse]
@@ -225,6 +237,7 @@ describe 'RepositoriesContainerApi' do
225
237
  # @param container_container_repository_href
226
238
  # @param recursive_manage
227
239
  # @param [Hash] opts the optional parameters
240
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
228
241
  # @return [AsyncOperationResponse]
229
242
  describe 'remove test' do
230
243
  it 'should work' do
@@ -238,6 +251,7 @@ describe 'RepositoriesContainerApi' do
238
251
  # @param container_container_repository_href
239
252
  # @param nested_role
240
253
  # @param [Hash] opts the optional parameters
254
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
241
255
  # @return [NestedRoleResponse]
242
256
  describe 'remove_role test' do
243
257
  it 'should work' do
@@ -251,6 +265,7 @@ describe 'RepositoriesContainerApi' do
251
265
  # @param container_container_repository_href
252
266
  # @param set_label
253
267
  # @param [Hash] opts the optional parameters
268
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
254
269
  # @return [SetLabelResponse]
255
270
  describe 'set_label test' do
256
271
  it 'should work' do
@@ -264,6 +279,7 @@ describe 'RepositoriesContainerApi' do
264
279
  # @param container_container_repository_href
265
280
  # @param repository_sign
266
281
  # @param [Hash] opts the optional parameters
282
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
267
283
  # @return [AsyncOperationResponse]
268
284
  describe 'sign test' do
269
285
  it 'should work' do
@@ -277,6 +293,7 @@ describe 'RepositoriesContainerApi' do
277
293
  # @param container_container_repository_href
278
294
  # @param container_repository_sync_url
279
295
  # @param [Hash] opts the optional parameters
296
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
280
297
  # @return [AsyncOperationResponse]
281
298
  describe 'sync test' do
282
299
  it 'should work' do
@@ -290,6 +307,7 @@ describe 'RepositoriesContainerApi' do
290
307
  # @param container_container_repository_href
291
308
  # @param tag_image
292
309
  # @param [Hash] opts the optional parameters
310
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
293
311
  # @return [AsyncOperationResponse]
294
312
  describe 'tag test' do
295
313
  it 'should work' do
@@ -303,6 +321,7 @@ describe 'RepositoriesContainerApi' do
303
321
  # @param container_container_repository_href
304
322
  # @param unset_label
305
323
  # @param [Hash] opts the optional parameters
324
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
306
325
  # @return [UnsetLabelResponse]
307
326
  describe 'unset_label test' do
308
327
  it 'should work' do
@@ -316,6 +335,7 @@ describe 'RepositoriesContainerApi' do
316
335
  # @param container_container_repository_href
317
336
  # @param un_tag_image
318
337
  # @param [Hash] opts the optional parameters
338
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
319
339
  # @return [AsyncOperationResponse]
320
340
  describe 'untag test' do
321
341
  it 'should work' do
@@ -329,6 +349,7 @@ describe 'RepositoriesContainerApi' do
329
349
  # @param container_container_repository_href
330
350
  # @param container_container_repository
331
351
  # @param [Hash] opts the optional parameters
352
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
332
353
  # @return [AsyncOperationResponse]
333
354
  describe 'update test' do
334
355
  it 'should work' do
@@ -38,6 +38,7 @@ describe 'RepositoriesContainerPushApi' do
38
38
  # @param container_container_push_repository_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.
41
42
  # @return [NestedRoleResponse]
42
43
  describe 'add_role test' do
43
44
  it 'should work' do
@@ -49,6 +50,7 @@ describe 'RepositoriesContainerPushApi' do
49
50
  # List container push repositorys
50
51
  # ViewSet for a container push repository. POST and DELETE are disallowed because a push repository is tightly coupled with a ContainerDistribution which handles it automatically. Created - during push operation, removed - with ContainerDistribution removal.
51
52
  # @param [Hash] opts the optional parameters
53
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
52
54
  # @option opts [String] :latest_with_content Content Unit referenced by HREF
53
55
  # @option opts [Integer] :limit Number of results to return per page.
54
56
  # @option opts [String] :name Filter results where name matches value
@@ -90,6 +92,7 @@ describe 'RepositoriesContainerPushApi' do
90
92
  # List roles assigned to this object.
91
93
  # @param container_container_push_repository_href
92
94
  # @param [Hash] opts the optional parameters
95
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
93
96
  # @option opts [Array<String>] :fields A list of fields to include in the response.
94
97
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
95
98
  # @return [ObjectRolesResponse]
@@ -104,6 +107,7 @@ describe 'RepositoriesContainerPushApi' do
104
107
  # List permissions available to the current user on this object.
105
108
  # @param container_container_push_repository_href
106
109
  # @param [Hash] opts the optional parameters
110
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
107
111
  # @option opts [Array<String>] :fields A list of fields to include in the response.
108
112
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
109
113
  # @return [MyPermissionsResponse]
@@ -119,6 +123,7 @@ describe 'RepositoriesContainerPushApi' do
119
123
  # @param container_container_push_repository_href
120
124
  # @param patchedcontainer_container_push_repository
121
125
  # @param [Hash] opts the optional parameters
126
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
122
127
  # @return [AsyncOperationResponse]
123
128
  describe 'partial_update test' do
124
129
  it 'should work' do
@@ -131,6 +136,7 @@ describe 'RepositoriesContainerPushApi' do
131
136
  # ViewSet for a container push repository. POST and DELETE are disallowed because a push repository is tightly coupled with a ContainerDistribution which handles it automatically. Created - during push operation, removed - with ContainerDistribution removal.
132
137
  # @param container_container_push_repository_href
133
138
  # @param [Hash] opts the optional parameters
139
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
134
140
  # @option opts [Array<String>] :fields A list of fields to include in the response.
135
141
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
136
142
  # @return [ContainerContainerPushRepositoryResponse]
@@ -146,6 +152,7 @@ describe 'RepositoriesContainerPushApi' do
146
152
  # @param container_container_push_repository_href
147
153
  # @param remove_image
148
154
  # @param [Hash] opts the optional parameters
155
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
149
156
  # @return [AsyncOperationResponse]
150
157
  describe 'remove_image test' do
151
158
  it 'should work' do
@@ -159,6 +166,7 @@ describe 'RepositoriesContainerPushApi' do
159
166
  # @param container_container_push_repository_href
160
167
  # @param nested_role
161
168
  # @param [Hash] opts the optional parameters
169
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
162
170
  # @return [NestedRoleResponse]
163
171
  describe 'remove_role test' do
164
172
  it 'should work' do
@@ -171,6 +179,7 @@ describe 'RepositoriesContainerPushApi' do
171
179
  # @param container_container_push_repository_href
172
180
  # @param remove_signatures
173
181
  # @param [Hash] opts the optional parameters
182
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
174
183
  # @return [RemoveSignaturesResponse]
175
184
  describe 'remove_signatures test' do
176
185
  it 'should work' do
@@ -184,6 +193,7 @@ describe 'RepositoriesContainerPushApi' do
184
193
  # @param container_container_push_repository_href
185
194
  # @param repository_sign
186
195
  # @param [Hash] opts the optional parameters
196
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
187
197
  # @return [AsyncOperationResponse]
188
198
  describe 'sign test' do
189
199
  it 'should work' do
@@ -197,6 +207,7 @@ describe 'RepositoriesContainerPushApi' do
197
207
  # @param container_container_push_repository_href
198
208
  # @param tag_image
199
209
  # @param [Hash] opts the optional parameters
210
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
200
211
  # @return [AsyncOperationResponse]
201
212
  describe 'tag test' do
202
213
  it 'should work' do
@@ -210,6 +221,7 @@ describe 'RepositoriesContainerPushApi' do
210
221
  # @param container_container_push_repository_href
211
222
  # @param un_tag_image
212
223
  # @param [Hash] opts the optional parameters
224
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
213
225
  # @return [AsyncOperationResponse]
214
226
  describe 'untag test' do
215
227
  it 'should work' do
@@ -223,6 +235,7 @@ describe 'RepositoriesContainerPushApi' do
223
235
  # @param container_container_push_repository_href
224
236
  # @param container_container_push_repository
225
237
  # @param [Hash] opts the optional parameters
238
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
226
239
  # @return [AsyncOperationResponse]
227
240
  describe 'update test' do
228
241
  it 'should work' do
@@ -37,6 +37,7 @@ describe 'RepositoriesContainerPushVersionsApi' do
37
37
  # Trigger an asynchronous task to delete a repository version.
38
38
  # @param container_container_push_repository_version_href
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [AsyncOperationResponse]
41
42
  describe 'delete test' do
42
43
  it 'should work' do
@@ -49,6 +50,7 @@ describe 'RepositoriesContainerPushVersionsApi' do
49
50
  # ContainerPushRepositoryVersion represents a single container push repository version. Repository versions of a push repository are not allowed to be deleted. Versioning of such repositories, as well as creation/removal, happens automatically without explicit user actions. Users could make a repository not functional by accident if allowed to delete repository versions.
50
51
  # @param container_container_push_repository_href
51
52
  # @param [Hash] opts the optional parameters
53
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
52
54
  # @option opts [String] :content Content Unit referenced by HREF
53
55
  # @option opts [String] :content__in Content Unit referenced by HREF
54
56
  # @option opts [Integer] :limit Number of results to return per page.
@@ -82,6 +84,7 @@ describe 'RepositoriesContainerPushVersionsApi' do
82
84
  # ContainerPushRepositoryVersion represents a single container push repository version. Repository versions of a push repository are not allowed to be deleted. Versioning of such repositories, as well as creation/removal, happens automatically without explicit user actions. Users could make a repository not functional by accident if allowed to delete repository versions.
83
85
  # @param container_container_push_repository_version_href
84
86
  # @param [Hash] opts the optional parameters
87
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
85
88
  # @option opts [Array<String>] :fields A list of fields to include in the response.
86
89
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
87
90
  # @return [RepositoryVersionResponse]
@@ -96,6 +99,7 @@ describe 'RepositoriesContainerPushVersionsApi' do
96
99
  # @param container_container_push_repository_version_href
97
100
  # @param repair
98
101
  # @param [Hash] opts the optional parameters
102
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
99
103
  # @return [AsyncOperationResponse]
100
104
  describe 'repair test' do
101
105
  it 'should work' do
@@ -37,6 +37,7 @@ describe 'RepositoriesContainerVersionsApi' do
37
37
  # Trigger an asynchronous task to delete a repository version.
38
38
  # @param container_container_repository_version_href
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [AsyncOperationResponse]
41
42
  describe 'delete test' do
42
43
  it 'should work' do
@@ -49,6 +50,7 @@ describe 'RepositoriesContainerVersionsApi' do
49
50
  # ContainerRepositoryVersion represents a single container repository version.
50
51
  # @param container_container_repository_href
51
52
  # @param [Hash] opts the optional parameters
53
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
52
54
  # @option opts [String] :content Content Unit referenced by HREF
53
55
  # @option opts [String] :content__in Content Unit referenced by HREF
54
56
  # @option opts [Integer] :limit Number of results to return per page.
@@ -82,6 +84,7 @@ describe 'RepositoriesContainerVersionsApi' do
82
84
  # ContainerRepositoryVersion represents a single container repository version.
83
85
  # @param container_container_repository_version_href
84
86
  # @param [Hash] opts the optional parameters
87
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
85
88
  # @option opts [Array<String>] :fields A list of fields to include in the response.
86
89
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
87
90
  # @return [RepositoryVersionResponse]
@@ -96,6 +99,7 @@ describe 'RepositoriesContainerVersionsApi' do
96
99
  # @param container_container_repository_version_href
97
100
  # @param repair
98
101
  # @param [Hash] opts the optional parameters
102
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
99
103
  # @return [AsyncOperationResponse]
100
104
  describe 'repair test' do
101
105
  it 'should work' do
@@ -35,6 +35,9 @@ describe 'TokenApi' do
35
35
  # unit tests for get
36
36
  # Handles GET requests for the /token/ endpoint.
37
37
  # @param [Hash] opts the optional parameters
38
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
+ # @option opts [Array<String>] :fields A list of fields to include in the response.
40
+ # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
38
41
  # @return [nil]
39
42
  describe 'get test' do
40
43
  it 'should work' do
@@ -32,13 +32,13 @@ describe 'ContainerContainerDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_last_updated"' do
35
+ describe 'test attribute "pulp_href"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pulp_labels"' do
41
+ describe 'test attribute "pulp_last_updated"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -50,37 +50,37 @@ describe 'ContainerContainerDistributionResponse' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "pulp_href"' do
53
+ describe 'test attribute "pulp_created"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "pulp_created"' do
59
+ describe 'test attribute "base_path"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "repository"' do
65
+ describe 'test attribute "name"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "base_path"' do
71
+ describe 'test attribute "hidden"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "hidden"' do
77
+ describe 'test attribute "pulp_labels"' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
80
  end
81
81
  end
82
82
 
83
- describe 'test attribute "name"' do
83
+ describe 'test attribute "repository"' do
84
84
  it 'should work' do
85
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
86
  end
@@ -32,37 +32,37 @@ describe 'ContainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_labels"' do
35
+ describe 'test attribute "content_guard"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "content_guard"' do
41
+ describe 'test attribute "base_path"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "repository"' do
47
+ describe 'test attribute "name"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "base_path"' do
53
+ describe 'test attribute "hidden"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "hidden"' do
59
+ describe 'test attribute "pulp_labels"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "name"' do
65
+ describe 'test attribute "repository"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
@@ -32,13 +32,13 @@ describe 'ContainerContainerPullThroughDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPullThroughDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_last_updated"' do
35
+ describe 'test attribute "pulp_href"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pulp_labels"' do
41
+ describe 'test attribute "pulp_last_updated"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -50,37 +50,37 @@ describe 'ContainerContainerPullThroughDistributionResponse' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "pulp_href"' do
53
+ describe 'test attribute "pulp_created"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "pulp_created"' do
59
+ describe 'test attribute "base_path"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "repository"' do
65
+ describe 'test attribute "name"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "base_path"' do
71
+ describe 'test attribute "hidden"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "hidden"' do
77
+ describe 'test attribute "pulp_labels"' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
80
  end
81
81
  end
82
82
 
83
- describe 'test attribute "name"' do
83
+ describe 'test attribute "repository"' do
84
84
  it 'should work' do
85
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
86
  end
@@ -32,37 +32,37 @@ describe 'ContainerContainerPullThroughDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPullThroughDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_labels"' do
35
+ describe 'test attribute "content_guard"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "content_guard"' do
41
+ describe 'test attribute "base_path"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "repository"' do
47
+ describe 'test attribute "name"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "base_path"' do
53
+ describe 'test attribute "hidden"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "hidden"' do
59
+ describe 'test attribute "pulp_labels"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "name"' do
65
+ describe 'test attribute "repository"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
@@ -32,19 +32,19 @@ describe 'ContainerContainerPushRepositoryResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepositoryResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_last_updated"' do
35
+ describe 'test attribute "latest_version_href"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pulp_labels"' do
41
+ describe 'test attribute "pulp_href"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "pulp_href"' do
47
+ describe 'test attribute "pulp_last_updated"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
@@ -56,25 +56,25 @@ describe 'ContainerContainerPushRepositoryResponse' do
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "versions_href"' do
59
+ describe 'test attribute "name"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "description"' do
65
+ describe 'test attribute "pulp_labels"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "name"' do
71
+ describe 'test attribute "versions_href"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "manifest_signing_service"' do
77
+ describe 'test attribute "description"' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
80
  end
@@ -86,7 +86,7 @@ describe 'ContainerContainerPushRepositoryResponse' do
86
86
  end
87
87
  end
88
88
 
89
- describe 'test attribute "latest_version_href"' do
89
+ describe 'test attribute "manifest_signing_service"' do
90
90
  it 'should work' do
91
91
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
92
  end
@@ -32,31 +32,31 @@ describe 'ContainerContainerPushRepository' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepository)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_labels"' do
35
+ describe 'test attribute "name"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "description"' do
41
+ describe 'test attribute "pulp_labels"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "name"' do
47
+ describe 'test attribute "description"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "manifest_signing_service"' do
53
+ describe 'test attribute "retain_repo_versions"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "retain_repo_versions"' do
59
+ describe 'test attribute "manifest_signing_service"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end