pulp_container_client 2.1.3 → 2.2.0.post0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (154) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +20 -13
  4. data/docs/ContainerContainerDistribution.md +7 -7
  5. data/docs/ContainerContainerDistributionResponse.md +9 -7
  6. data/docs/ContainerContainerNamespace.md +17 -0
  7. data/docs/ContainerContainerNamespaceResponse.md +21 -0
  8. data/docs/ContainerContainerRemote.md +8 -0
  9. data/docs/ContainerContainerRemoteResponse.md +8 -0
  10. data/docs/ContentBlobsApi.md +2 -2
  11. data/docs/ContentManifestsApi.md +2 -2
  12. data/docs/ContentTagsApi.md +2 -2
  13. data/docs/ContentguardsContentRedirectApi.md +2 -2
  14. data/docs/DistributionsContainerApi.md +4 -2
  15. data/docs/ManifestCopy.md +1 -1
  16. data/docs/{InlineResponse2008.md → PaginatedRepositoryVersionResponseList.md} +4 -4
  17. data/docs/{InlineResponse200.md → PaginatedcontainerBlobResponseList.md} +4 -4
  18. data/docs/{InlineResponse2004.md → PaginatedcontainerContainerDistributionResponseList.md} +4 -4
  19. data/docs/PaginatedcontainerContainerNamespaceResponseList.md +23 -0
  20. data/docs/{InlineResponse2007.md → PaginatedcontainerContainerPushRepositoryResponseList.md} +4 -4
  21. data/docs/{InlineResponse2005.md → PaginatedcontainerContainerRemoteResponseList.md} +4 -4
  22. data/docs/{InlineResponse2006.md → PaginatedcontainerContainerRepositoryResponseList.md} +4 -4
  23. data/docs/{InlineResponse2003.md → PaginatedcontainerContentRedirectContentGuardResponseList.md} +4 -4
  24. data/docs/{InlineResponse2001.md → PaginatedcontainerManifestResponseList.md} +4 -4
  25. data/docs/{InlineResponse2002.md → PaginatedcontainerTagResponseList.md} +4 -4
  26. data/docs/PatchedcontainerContainerDistribution.md +7 -7
  27. data/docs/PatchedcontainerContainerRemote.md +8 -0
  28. data/docs/PulpContainerNamespacesApi.md +239 -0
  29. data/docs/RecursiveManage.md +1 -1
  30. data/docs/RemotesContainerApi.md +2 -2
  31. data/docs/RepositoriesContainerApi.md +2 -2
  32. data/docs/RepositoriesContainerPushApi.md +2 -2
  33. data/docs/RepositoriesContainerVersionsApi.md +8 -8
  34. data/docs/TagCopy.md +1 -1
  35. data/lib/pulp_container_client/api/content_blobs_api.rb +4 -4
  36. data/lib/pulp_container_client/api/content_manifests_api.rb +4 -4
  37. data/lib/pulp_container_client/api/content_tags_api.rb +4 -4
  38. data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +4 -4
  39. data/lib/pulp_container_client/api/distributions_container_api.rb +7 -4
  40. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +285 -0
  41. data/lib/pulp_container_client/api/remotes_container_api.rb +4 -4
  42. data/lib/pulp_container_client/api/repositories_container_api.rb +4 -4
  43. data/lib/pulp_container_client/api/repositories_container_push_api.rb +4 -4
  44. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +15 -15
  45. data/lib/pulp_container_client/api/token_api.rb +1 -1
  46. data/lib/pulp_container_client/api_client.rb +12 -13
  47. data/lib/pulp_container_client/api_error.rb +1 -1
  48. data/lib/pulp_container_client/configuration.rb +1 -9
  49. data/lib/pulp_container_client/models/async_operation_response.rb +1 -1
  50. data/lib/pulp_container_client/models/container_blob_response.rb +1 -1
  51. data/lib/pulp_container_client/models/container_container_distribution.rb +31 -31
  52. data/lib/pulp_container_client/models/container_container_distribution_response.rb +42 -32
  53. data/lib/pulp_container_client/models/container_container_namespace.rb +231 -0
  54. data/lib/pulp_container_client/models/container_container_namespace_response.rb +250 -0
  55. data/lib/pulp_container_client/models/container_container_push_repository.rb +1 -1
  56. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +1 -1
  57. data/lib/pulp_container_client/models/container_container_remote.rb +106 -2
  58. data/lib/pulp_container_client/models/container_container_remote_response.rb +106 -2
  59. data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
  60. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
  61. data/lib/pulp_container_client/models/container_content_redirect_content_guard.rb +1 -1
  62. data/lib/pulp_container_client/models/container_content_redirect_content_guard_response.rb +1 -1
  63. data/lib/pulp_container_client/models/container_manifest_response.rb +1 -1
  64. data/lib/pulp_container_client/models/container_tag_response.rb +1 -1
  65. data/lib/pulp_container_client/models/content_summary.rb +1 -1
  66. data/lib/pulp_container_client/models/content_summary_response.rb +1 -1
  67. data/lib/pulp_container_client/models/manifest_copy.rb +2 -2
  68. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  69. data/lib/pulp_container_client/models/{inline_response2008.rb → paginated_repository_version_response_list.rb} +4 -4
  70. data/lib/pulp_container_client/models/{inline_response200.rb → paginatedcontainer_blob_response_list.rb} +4 -4
  71. data/lib/pulp_container_client/models/{inline_response2004.rb → paginatedcontainer_container_distribution_response_list.rb} +4 -4
  72. data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +237 -0
  73. data/lib/pulp_container_client/models/{inline_response2007.rb → paginatedcontainer_container_push_repository_response_list.rb} +4 -4
  74. data/lib/pulp_container_client/models/{inline_response2005.rb → paginatedcontainer_container_remote_response_list.rb} +4 -4
  75. data/lib/pulp_container_client/models/{inline_response2006.rb → paginatedcontainer_container_repository_response_list.rb} +4 -4
  76. data/lib/pulp_container_client/models/{inline_response2003.rb → paginatedcontainer_content_redirect_content_guard_response_list.rb} +4 -4
  77. data/lib/pulp_container_client/models/{inline_response2001.rb → paginatedcontainer_manifest_response_list.rb} +4 -4
  78. data/lib/pulp_container_client/models/{inline_response2002.rb → paginatedcontainer_tag_response_list.rb} +4 -4
  79. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +31 -31
  80. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +106 -2
  81. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
  82. data/lib/pulp_container_client/models/patchedcontainer_content_redirect_content_guard.rb +1 -1
  83. data/lib/pulp_container_client/models/policy_enum.rb +1 -1
  84. data/lib/pulp_container_client/models/recursive_manage.rb +2 -2
  85. data/lib/pulp_container_client/models/repository_sync_url.rb +1 -1
  86. data/lib/pulp_container_client/models/repository_version.rb +1 -1
  87. data/lib/pulp_container_client/models/repository_version_response.rb +1 -1
  88. data/lib/pulp_container_client/models/tag_copy.rb +2 -2
  89. data/lib/pulp_container_client/models/tag_image.rb +22 -1
  90. data/lib/pulp_container_client/models/un_tag_image.rb +22 -1
  91. data/lib/pulp_container_client/version.rb +2 -2
  92. data/lib/pulp_container_client.rb +14 -10
  93. data/pulp_container_client.gemspec +2 -2
  94. data/spec/api/content_blobs_api_spec.rb +2 -2
  95. data/spec/api/content_manifests_api_spec.rb +2 -2
  96. data/spec/api/content_tags_api_spec.rb +2 -2
  97. data/spec/api/contentguards_content_redirect_api_spec.rb +2 -2
  98. data/spec/api/distributions_container_api_spec.rb +3 -2
  99. data/spec/api/pulp_container_namespaces_api_spec.rb +89 -0
  100. data/spec/api/remotes_container_api_spec.rb +2 -2
  101. data/spec/api/repositories_container_api_spec.rb +2 -2
  102. data/spec/api/repositories_container_push_api_spec.rb +2 -2
  103. data/spec/api/repositories_container_versions_api_spec.rb +7 -7
  104. data/spec/api/token_api_spec.rb +1 -1
  105. data/spec/api_client_spec.rb +2 -2
  106. data/spec/configuration_spec.rb +1 -1
  107. data/spec/models/async_operation_response_spec.rb +1 -1
  108. data/spec/models/container_blob_response_spec.rb +1 -1
  109. data/spec/models/container_container_distribution_response_spec.rb +13 -7
  110. data/spec/models/container_container_distribution_spec.rb +5 -5
  111. data/spec/models/{inline_response200_spec.rb → container_container_namespace_response_spec.rb} +10 -16
  112. data/spec/models/container_container_namespace_spec.rb +41 -0
  113. data/spec/models/container_container_push_repository_response_spec.rb +1 -1
  114. data/spec/models/container_container_push_repository_spec.rb +1 -1
  115. data/spec/models/container_container_remote_response_spec.rb +25 -1
  116. data/spec/models/container_container_remote_spec.rb +25 -1
  117. data/spec/models/container_container_repository_response_spec.rb +1 -1
  118. data/spec/models/container_container_repository_spec.rb +1 -1
  119. data/spec/models/container_content_redirect_content_guard_response_spec.rb +1 -1
  120. data/spec/models/container_content_redirect_content_guard_spec.rb +1 -1
  121. data/spec/models/container_manifest_response_spec.rb +1 -1
  122. data/spec/models/container_tag_response_spec.rb +1 -1
  123. data/spec/models/content_summary_response_spec.rb +1 -1
  124. data/spec/models/content_summary_spec.rb +1 -1
  125. data/spec/models/manifest_copy_spec.rb +1 -1
  126. data/spec/models/oci_build_image_spec.rb +1 -1
  127. data/spec/models/{inline_response2003_spec.rb → paginated_repository_version_response_list_spec.rb} +7 -7
  128. data/spec/models/{inline_response2002_spec.rb → paginatedcontainer_blob_response_list_spec.rb} +7 -7
  129. data/spec/models/paginatedcontainer_container_distribution_response_list_spec.rb +59 -0
  130. data/spec/models/paginatedcontainer_container_namespace_response_list_spec.rb +59 -0
  131. data/spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb +59 -0
  132. data/spec/models/paginatedcontainer_container_remote_response_list_spec.rb +59 -0
  133. data/spec/models/paginatedcontainer_container_repository_response_list_spec.rb +59 -0
  134. data/spec/models/paginatedcontainer_content_redirect_content_guard_response_list_spec.rb +59 -0
  135. data/spec/models/{inline_response2004_spec.rb → paginatedcontainer_manifest_response_list_spec.rb} +7 -7
  136. data/spec/models/{inline_response2001_spec.rb → paginatedcontainer_tag_response_list_spec.rb} +7 -7
  137. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  138. data/spec/models/patchedcontainer_container_remote_spec.rb +25 -1
  139. data/spec/models/patchedcontainer_container_repository_spec.rb +1 -1
  140. data/spec/models/patchedcontainer_content_redirect_content_guard_spec.rb +1 -1
  141. data/spec/models/policy_enum_spec.rb +1 -1
  142. data/spec/models/recursive_manage_spec.rb +1 -1
  143. data/spec/models/repository_sync_url_spec.rb +1 -1
  144. data/spec/models/repository_version_response_spec.rb +1 -1
  145. data/spec/models/repository_version_spec.rb +1 -1
  146. data/spec/models/tag_copy_spec.rb +1 -1
  147. data/spec/models/tag_image_spec.rb +1 -1
  148. data/spec/models/un_tag_image_spec.rb +1 -1
  149. data/spec/spec_helper.rb +1 -1
  150. metadata +87 -77
  151. data/spec/models/inline_response2005_spec.rb +0 -59
  152. data/spec/models/inline_response2006_spec.rb +0 -59
  153. data/spec/models/inline_response2007_spec.rb +0 -59
  154. data/spec/models/inline_response2008_spec.rb +0 -59
@@ -0,0 +1,239 @@
1
+ # PulpContainerClient::PulpContainerNamespacesApi
2
+
3
+ All URIs are relative to *http://pulp*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**create**](PulpContainerNamespacesApi.md#create) | **POST** /pulp/api/v3/pulp_container/namespaces/ | Create a container namespace
8
+ [**delete**](PulpContainerNamespacesApi.md#delete) | **DELETE** {container_container_namespace_href} | Delete a container namespace
9
+ [**list**](PulpContainerNamespacesApi.md#list) | **GET** /pulp/api/v3/pulp_container/namespaces/ | List container namespaces
10
+ [**read**](PulpContainerNamespacesApi.md#read) | **GET** {container_container_namespace_href} | Inspect a container namespace
11
+
12
+
13
+
14
+ ## create
15
+
16
+ > ContainerContainerNamespaceResponse create(container_container_namespace)
17
+
18
+ Create a container namespace
19
+
20
+ ViewSet for ContainerNamespaces.
21
+
22
+ ### Example
23
+
24
+ ```ruby
25
+ # load the gem
26
+ require 'pulp_container_client'
27
+ # setup authorization
28
+ PulpContainerClient.configure do |config|
29
+ # Configure HTTP basic authorization: basicAuth
30
+ config.username = 'YOUR USERNAME'
31
+ config.password = 'YOUR PASSWORD'
32
+ end
33
+
34
+ api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
35
+ container_container_namespace = PulpContainerClient::ContainerContainerNamespace.new # ContainerContainerNamespace |
36
+
37
+ begin
38
+ #Create a container namespace
39
+ result = api_instance.create(container_container_namespace)
40
+ p result
41
+ rescue PulpContainerClient::ApiError => e
42
+ puts "Exception when calling PulpContainerNamespacesApi->create: #{e}"
43
+ end
44
+ ```
45
+
46
+ ### Parameters
47
+
48
+
49
+ Name | Type | Description | Notes
50
+ ------------- | ------------- | ------------- | -------------
51
+ **container_container_namespace** | [**ContainerContainerNamespace**](ContainerContainerNamespace.md)| |
52
+
53
+ ### Return type
54
+
55
+ [**ContainerContainerNamespaceResponse**](ContainerContainerNamespaceResponse.md)
56
+
57
+ ### Authorization
58
+
59
+ [basicAuth](../README.md#basicAuth)
60
+
61
+ ### HTTP request headers
62
+
63
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
64
+ - **Accept**: application/json
65
+
66
+
67
+ ## delete
68
+
69
+ > delete(container_container_namespace_href)
70
+
71
+ Delete a container namespace
72
+
73
+ ViewSet for ContainerNamespaces.
74
+
75
+ ### Example
76
+
77
+ ```ruby
78
+ # load the gem
79
+ require 'pulp_container_client'
80
+ # setup authorization
81
+ PulpContainerClient.configure do |config|
82
+ # Configure HTTP basic authorization: basicAuth
83
+ config.username = 'YOUR USERNAME'
84
+ config.password = 'YOUR PASSWORD'
85
+ end
86
+
87
+ api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
88
+ container_container_namespace_href = 'container_container_namespace_href_example' # String |
89
+
90
+ begin
91
+ #Delete a container namespace
92
+ api_instance.delete(container_container_namespace_href)
93
+ rescue PulpContainerClient::ApiError => e
94
+ puts "Exception when calling PulpContainerNamespacesApi->delete: #{e}"
95
+ end
96
+ ```
97
+
98
+ ### Parameters
99
+
100
+
101
+ Name | Type | Description | Notes
102
+ ------------- | ------------- | ------------- | -------------
103
+ **container_container_namespace_href** | **String**| |
104
+
105
+ ### Return type
106
+
107
+ nil (empty response body)
108
+
109
+ ### Authorization
110
+
111
+ [basicAuth](../README.md#basicAuth)
112
+
113
+ ### HTTP request headers
114
+
115
+ - **Content-Type**: Not defined
116
+ - **Accept**: Not defined
117
+
118
+
119
+ ## list
120
+
121
+ > PaginatedcontainerContainerNamespaceResponseList list(opts)
122
+
123
+ List container namespaces
124
+
125
+ ViewSet for ContainerNamespaces.
126
+
127
+ ### Example
128
+
129
+ ```ruby
130
+ # load the gem
131
+ require 'pulp_container_client'
132
+ # setup authorization
133
+ PulpContainerClient.configure do |config|
134
+ # Configure HTTP basic authorization: basicAuth
135
+ config.username = 'YOUR USERNAME'
136
+ config.password = 'YOUR PASSWORD'
137
+ end
138
+
139
+ api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
140
+ opts = {
141
+ limit: 56, # Integer | Number of results to return per page.
142
+ offset: 56, # Integer | The initial index from which to return the results.
143
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
144
+ fields: 'fields_example', # String | A list of fields to include in the response.
145
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
146
+ }
147
+
148
+ begin
149
+ #List container namespaces
150
+ result = api_instance.list(opts)
151
+ p result
152
+ rescue PulpContainerClient::ApiError => e
153
+ puts "Exception when calling PulpContainerNamespacesApi->list: #{e}"
154
+ end
155
+ ```
156
+
157
+ ### Parameters
158
+
159
+
160
+ Name | Type | Description | Notes
161
+ ------------- | ------------- | ------------- | -------------
162
+ **limit** | **Integer**| Number of results to return per page. | [optional]
163
+ **offset** | **Integer**| The initial index from which to return the results. | [optional]
164
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
165
+ **fields** | **String**| A list of fields to include in the response. | [optional]
166
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
167
+
168
+ ### Return type
169
+
170
+ [**PaginatedcontainerContainerNamespaceResponseList**](PaginatedcontainerContainerNamespaceResponseList.md)
171
+
172
+ ### Authorization
173
+
174
+ [basicAuth](../README.md#basicAuth)
175
+
176
+ ### HTTP request headers
177
+
178
+ - **Content-Type**: Not defined
179
+ - **Accept**: application/json
180
+
181
+
182
+ ## read
183
+
184
+ > ContainerContainerNamespaceResponse read(container_container_namespace_href, opts)
185
+
186
+ Inspect a container namespace
187
+
188
+ ViewSet for ContainerNamespaces.
189
+
190
+ ### Example
191
+
192
+ ```ruby
193
+ # load the gem
194
+ require 'pulp_container_client'
195
+ # setup authorization
196
+ PulpContainerClient.configure do |config|
197
+ # Configure HTTP basic authorization: basicAuth
198
+ config.username = 'YOUR USERNAME'
199
+ config.password = 'YOUR PASSWORD'
200
+ end
201
+
202
+ api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
203
+ container_container_namespace_href = 'container_container_namespace_href_example' # String |
204
+ opts = {
205
+ fields: 'fields_example', # String | A list of fields to include in the response.
206
+ exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
207
+ }
208
+
209
+ begin
210
+ #Inspect a container namespace
211
+ result = api_instance.read(container_container_namespace_href, opts)
212
+ p result
213
+ rescue PulpContainerClient::ApiError => e
214
+ puts "Exception when calling PulpContainerNamespacesApi->read: #{e}"
215
+ end
216
+ ```
217
+
218
+ ### Parameters
219
+
220
+
221
+ Name | Type | Description | Notes
222
+ ------------- | ------------- | ------------- | -------------
223
+ **container_container_namespace_href** | **String**| |
224
+ **fields** | **String**| A list of fields to include in the response. | [optional]
225
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
226
+
227
+ ### Return type
228
+
229
+ [**ContainerContainerNamespaceResponse**](ContainerContainerNamespaceResponse.md)
230
+
231
+ ### Authorization
232
+
233
+ [basicAuth](../README.md#basicAuth)
234
+
235
+ ### HTTP request headers
236
+
237
+ - **Content-Type**: Not defined
238
+ - **Accept**: application/json
239
+
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **content_units** | [**Array<AnyType>**](AnyType.md) | A list of content units to operate on. | [optional]
7
+ **content_units** | **Array<Object>** | A list of content units to operate on. | [optional]
8
8
 
9
9
  ## Code Sample
10
10
 
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
121
121
 
122
122
  ## list
123
123
 
124
- > InlineResponse2005 list(opts)
124
+ > PaginatedcontainerContainerRemoteResponseList list(opts)
125
125
 
126
126
  List container remotes
127
127
 
@@ -186,7 +186,7 @@ Name | Type | Description | Notes
186
186
 
187
187
  ### Return type
188
188
 
189
- [**InlineResponse2005**](InlineResponse2005.md)
189
+ [**PaginatedcontainerContainerRemoteResponseList**](PaginatedcontainerContainerRemoteResponseList.md)
190
190
 
191
191
  ### Authorization
192
192
 
@@ -357,7 +357,7 @@ Name | Type | Description | Notes
357
357
 
358
358
  ## list
359
359
 
360
- > InlineResponse2006 list(opts)
360
+ > PaginatedcontainerContainerRepositoryResponseList list(opts)
361
361
 
362
362
  List container repositorys
363
363
 
@@ -410,7 +410,7 @@ Name | Type | Description | Notes
410
410
 
411
411
  ### Return type
412
412
 
413
- [**InlineResponse2006**](InlineResponse2006.md)
413
+ [**PaginatedcontainerContainerRepositoryResponseList**](PaginatedcontainerContainerRepositoryResponseList.md)
414
414
 
415
415
  ### Authorization
416
416
 
@@ -119,7 +119,7 @@ Name | Type | Description | Notes
119
119
 
120
120
  ## list
121
121
 
122
- > InlineResponse2007 list(opts)
122
+ > PaginatedcontainerContainerPushRepositoryResponseList list(opts)
123
123
 
124
124
  List container push repositorys
125
125
 
@@ -172,7 +172,7 @@ Name | Type | Description | Notes
172
172
 
173
173
  ### Return type
174
174
 
175
- [**InlineResponse2007**](InlineResponse2007.md)
175
+ [**PaginatedcontainerContainerPushRepositoryResponseList**](PaginatedcontainerContainerPushRepositoryResponseList.md)
176
176
 
177
177
  ### Authorization
178
178
 
@@ -21,7 +21,7 @@ Method | HTTP request | Description
21
21
 
22
22
  Delete a repository version
23
23
 
24
- Trigger an asynchronous task to delete a repositroy version.
24
+ Trigger an asynchronous task to delete a repository version.
25
25
 
26
26
  ### Example
27
27
 
@@ -74,7 +74,7 @@ Name | Type | Description | Notes
74
74
 
75
75
  Delete a repository version
76
76
 
77
- Trigger an asynchronous task to delete a repositroy version.
77
+ Trigger an asynchronous task to delete a repository version.
78
78
 
79
79
  ### Example
80
80
 
@@ -123,7 +123,7 @@ Name | Type | Description | Notes
123
123
 
124
124
  ## list
125
125
 
126
- > InlineResponse2008 list(container_container_push_repository_href, opts)
126
+ > PaginatedRepositoryVersionResponseList list(container_container_push_repository_href, opts)
127
127
 
128
128
  List repository versions
129
129
 
@@ -202,7 +202,7 @@ Name | Type | Description | Notes
202
202
 
203
203
  ### Return type
204
204
 
205
- [**InlineResponse2008**](InlineResponse2008.md)
205
+ [**PaginatedRepositoryVersionResponseList**](PaginatedRepositoryVersionResponseList.md)
206
206
 
207
207
  ### Authorization
208
208
 
@@ -216,7 +216,7 @@ Name | Type | Description | Notes
216
216
 
217
217
  ## list_0
218
218
 
219
- > InlineResponse2008 list_0(container_container_repository_href, opts)
219
+ > PaginatedRepositoryVersionResponseList list_0(container_container_repository_href, opts)
220
220
 
221
221
  List repository versions
222
222
 
@@ -295,7 +295,7 @@ Name | Type | Description | Notes
295
295
 
296
296
  ### Return type
297
297
 
298
- [**InlineResponse2008**](InlineResponse2008.md)
298
+ [**PaginatedRepositoryVersionResponseList**](PaginatedRepositoryVersionResponseList.md)
299
299
 
300
300
  ### Authorization
301
301
 
@@ -431,7 +431,7 @@ Name | Type | Description | Notes
431
431
 
432
432
 
433
433
 
434
- Trigger an asynchronous task to repair a repositroy version.
434
+ Trigger an asynchronous task to repair a repository version.
435
435
 
436
436
  ### Example
437
437
 
@@ -485,7 +485,7 @@ Name | Type | Description | Notes
485
485
 
486
486
 
487
487
 
488
- Trigger an asynchronous task to repair a repositroy version.
488
+ Trigger an asynchronous task to repair a repository version.
489
489
 
490
490
  ### Example
491
491
 
data/docs/TagCopy.md CHANGED
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **source_repository** | **String** | A URI of the repository to copy content from. | [optional]
8
8
  **source_repository_version** | **String** | A URI of the repository version to copy content from. | [optional]
9
- **names** | [**Array<AnyType>**](AnyType.md) | A list of tag names to copy. | [optional]
9
+ **names** | **Array<Object>** | A list of tag names to copy. | [optional]
10
10
 
11
11
  ## Code Sample
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -33,7 +33,7 @@ module PulpContainerClient
33
33
  # @option opts [String] :repository_version_removed repository_version_removed
34
34
  # @option opts [String] :fields A list of fields to include in the response.
35
35
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
36
- # @return [InlineResponse200]
36
+ # @return [PaginatedcontainerBlobResponseList]
37
37
  def list(opts = {})
38
38
  data, _status_code, _headers = list_with_http_info(opts)
39
39
  data
@@ -53,7 +53,7 @@ module PulpContainerClient
53
53
  # @option opts [String] :repository_version_removed repository_version_removed
54
54
  # @option opts [String] :fields A list of fields to include in the response.
55
55
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
56
- # @return [Array<(InlineResponse200, Integer, Hash)>] InlineResponse200 data, response status code and response headers
56
+ # @return [Array<(PaginatedcontainerBlobResponseList, Integer, Hash)>] PaginatedcontainerBlobResponseList data, response status code and response headers
57
57
  def list_with_http_info(opts = {})
58
58
  if @api_client.config.debugging
59
59
  @api_client.config.logger.debug 'Calling API: ContentBlobsApi.list ...'
@@ -91,7 +91,7 @@ module PulpContainerClient
91
91
  post_body = opts[:body]
92
92
 
93
93
  # return_type
94
- return_type = opts[:return_type] || 'InlineResponse200'
94
+ return_type = opts[:return_type] || 'PaginatedcontainerBlobResponseList'
95
95
 
96
96
  # auth_names
97
97
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -33,7 +33,7 @@ module PulpContainerClient
33
33
  # @option opts [String] :repository_version_removed repository_version_removed
34
34
  # @option opts [String] :fields A list of fields to include in the response.
35
35
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
36
- # @return [InlineResponse2001]
36
+ # @return [PaginatedcontainerManifestResponseList]
37
37
  def list(opts = {})
38
38
  data, _status_code, _headers = list_with_http_info(opts)
39
39
  data
@@ -53,7 +53,7 @@ module PulpContainerClient
53
53
  # @option opts [String] :repository_version_removed repository_version_removed
54
54
  # @option opts [String] :fields A list of fields to include in the response.
55
55
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
56
- # @return [Array<(InlineResponse2001, Integer, Hash)>] InlineResponse2001 data, response status code and response headers
56
+ # @return [Array<(PaginatedcontainerManifestResponseList, Integer, Hash)>] PaginatedcontainerManifestResponseList data, response status code and response headers
57
57
  def list_with_http_info(opts = {})
58
58
  if @api_client.config.debugging
59
59
  @api_client.config.logger.debug 'Calling API: ContentManifestsApi.list ...'
@@ -91,7 +91,7 @@ module PulpContainerClient
91
91
  post_body = opts[:body]
92
92
 
93
93
  # return_type
94
- return_type = opts[:return_type] || 'InlineResponse2001'
94
+ return_type = opts[:return_type] || 'PaginatedcontainerManifestResponseList'
95
95
 
96
96
  # auth_names
97
97
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -34,7 +34,7 @@ module PulpContainerClient
34
34
  # @option opts [String] :repository_version_removed repository_version_removed
35
35
  # @option opts [String] :fields A list of fields to include in the response.
36
36
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
37
- # @return [InlineResponse2002]
37
+ # @return [PaginatedcontainerTagResponseList]
38
38
  def list(opts = {})
39
39
  data, _status_code, _headers = list_with_http_info(opts)
40
40
  data
@@ -55,7 +55,7 @@ module PulpContainerClient
55
55
  # @option opts [String] :repository_version_removed repository_version_removed
56
56
  # @option opts [String] :fields A list of fields to include in the response.
57
57
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
58
- # @return [Array<(InlineResponse2002, Integer, Hash)>] InlineResponse2002 data, response status code and response headers
58
+ # @return [Array<(PaginatedcontainerTagResponseList, Integer, Hash)>] PaginatedcontainerTagResponseList data, response status code and response headers
59
59
  def list_with_http_info(opts = {})
60
60
  if @api_client.config.debugging
61
61
  @api_client.config.logger.debug 'Calling API: ContentTagsApi.list ...'
@@ -94,7 +94,7 @@ module PulpContainerClient
94
94
  post_body = opts[:body]
95
95
 
96
96
  # return_type
97
- return_type = opts[:return_type] || 'InlineResponse2002'
97
+ return_type = opts[:return_type] || 'PaginatedcontainerTagResponseList'
98
98
 
99
99
  # auth_names
100
100
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -153,7 +153,7 @@ module PulpContainerClient
153
153
  # @option opts [String] :ordering Which field to use when ordering the results.
154
154
  # @option opts [String] :fields A list of fields to include in the response.
155
155
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
156
- # @return [InlineResponse2003]
156
+ # @return [PaginatedcontainerContentRedirectContentGuardResponseList]
157
157
  def list(opts = {})
158
158
  data, _status_code, _headers = list_with_http_info(opts)
159
159
  data
@@ -169,7 +169,7 @@ module PulpContainerClient
169
169
  # @option opts [String] :ordering Which field to use when ordering the results.
170
170
  # @option opts [String] :fields A list of fields to include in the response.
171
171
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
172
- # @return [Array<(InlineResponse2003, Integer, Hash)>] InlineResponse2003 data, response status code and response headers
172
+ # @return [Array<(PaginatedcontainerContentRedirectContentGuardResponseList, Integer, Hash)>] PaginatedcontainerContentRedirectContentGuardResponseList data, response status code and response headers
173
173
  def list_with_http_info(opts = {})
174
174
  if @api_client.config.debugging
175
175
  @api_client.config.logger.debug 'Calling API: ContentguardsContentRedirectApi.list ...'
@@ -199,7 +199,7 @@ module PulpContainerClient
199
199
  post_body = opts[:body]
200
200
 
201
201
  # return_type
202
- return_type = opts[:return_type] || 'InlineResponse2003'
202
+ return_type = opts[:return_type] || 'PaginatedcontainerContentRedirectContentGuardResponseList'
203
203
 
204
204
  # auth_names
205
205
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
9
+ OpenAPI Generator version: 4.2.3
10
10
 
11
11
  =end
12
12
 
@@ -155,11 +155,12 @@ module PulpContainerClient
155
155
  # @option opts [Integer] :limit Number of results to return per page.
156
156
  # @option opts [String] :name name
157
157
  # @option opts [String] :name__in name__in
158
+ # @option opts [String] :namespace__name namespace__name
158
159
  # @option opts [Integer] :offset The initial index from which to return the results.
159
160
  # @option opts [String] :ordering Which field to use when ordering the results.
160
161
  # @option opts [String] :fields A list of fields to include in the response.
161
162
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
162
- # @return [InlineResponse2004]
163
+ # @return [PaginatedcontainerContainerDistributionResponseList]
163
164
  def list(opts = {})
164
165
  data, _status_code, _headers = list_with_http_info(opts)
165
166
  data
@@ -175,11 +176,12 @@ module PulpContainerClient
175
176
  # @option opts [Integer] :limit Number of results to return per page.
176
177
  # @option opts [String] :name name
177
178
  # @option opts [String] :name__in name__in
179
+ # @option opts [String] :namespace__name namespace__name
178
180
  # @option opts [Integer] :offset The initial index from which to return the results.
179
181
  # @option opts [String] :ordering Which field to use when ordering the results.
180
182
  # @option opts [String] :fields A list of fields to include in the response.
181
183
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
182
- # @return [Array<(InlineResponse2004, Integer, Hash)>] InlineResponse2004 data, response status code and response headers
184
+ # @return [Array<(PaginatedcontainerContainerDistributionResponseList, Integer, Hash)>] PaginatedcontainerContainerDistributionResponseList data, response status code and response headers
183
185
  def list_with_http_info(opts = {})
184
186
  if @api_client.config.debugging
185
187
  @api_client.config.logger.debug 'Calling API: DistributionsContainerApi.list ...'
@@ -196,6 +198,7 @@ module PulpContainerClient
196
198
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
197
199
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
198
200
  query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
201
+ query_params[:'namespace__name'] = opts[:'namespace__name'] if !opts[:'namespace__name'].nil?
199
202
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
200
203
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
201
204
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
@@ -213,7 +216,7 @@ module PulpContainerClient
213
216
  post_body = opts[:body]
214
217
 
215
218
  # return_type
216
- return_type = opts[:return_type] || 'InlineResponse2004'
219
+ return_type = opts[:return_type] || 'PaginatedcontainerContainerDistributionResponseList'
217
220
 
218
221
  # auth_names
219
222
  auth_names = opts[:auth_names] || ['basicAuth']