pulp_container_client 2.3.0.dev01611717997 → 2.3.0.dev01612322499
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.
Potentially problematic release.
This version of pulp_container_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +10 -10
- data/docs/ContainerContainerDistribution.md +5 -3
- data/docs/ContainerContainerDistributionResponse.md +8 -6
- data/docs/ContainerContainerPushRepositoryResponse.md +2 -0
- data/docs/ContainerContainerRemote.md +4 -0
- data/docs/ContainerContainerRemoteResponse.md +4 -0
- data/docs/ContainerContainerRepository.md +3 -1
- data/docs/ContainerContainerRepositoryResponse.md +2 -0
- data/docs/{ContentguardsContentRedirectApi.md → ContentGuardsContentRedirectApi.md} +19 -19
- data/docs/DistributionsContainerApi.md +2 -0
- data/docs/PatchedcontainerContainerDistribution.md +5 -3
- data/docs/PatchedcontainerContainerRemote.md +4 -0
- data/docs/PatchedcontainerContainerRepository.md +3 -1
- data/docs/RemotesContainerApi.md +2 -0
- data/docs/RepositoriesContainerApi.md +2 -0
- data/docs/RepositoriesContainerPushApi.md +2 -0
- data/lib/pulp_container_client.rb +1 -1
- data/lib/pulp_container_client/api/{contentguards_content_redirect_api.rb → content_guards_content_redirect_api.rb} +22 -22
- data/lib/pulp_container_client/api/distributions_container_api.rb +3 -0
- data/lib/pulp_container_client/api/remotes_container_api.rb +3 -0
- data/lib/pulp_container_client/api/repositories_container_api.rb +3 -0
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +3 -0
- data/lib/pulp_container_client/models/container_container_distribution.rb +24 -15
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +30 -21
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +10 -1
- data/lib/pulp_container_client/models/container_container_remote.rb +21 -1
- data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -1
- data/lib/pulp_container_client/models/container_container_repository.rb +10 -1
- data/lib/pulp_container_client/models/container_container_repository_response.rb +10 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +24 -15
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +21 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +10 -1
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/{contentguards_content_redirect_api_spec.rb → content_guards_content_redirect_api_spec.rb} +6 -6
- data/spec/api/distributions_container_api_spec.rb +1 -0
- data/spec/api/remotes_container_api_spec.rb +1 -0
- data/spec/api/repositories_container_api_spec.rb +1 -0
- data/spec/api/repositories_container_push_api_spec.rb +1 -0
- data/spec/models/container_container_distribution_response_spec.rb +9 -3
- data/spec/models/container_container_distribution_spec.rb +9 -3
- data/spec/models/container_container_push_repository_response_spec.rb +6 -0
- data/spec/models/container_container_remote_response_spec.rb +12 -0
- data/spec/models/container_container_remote_spec.rb +12 -0
- data/spec/models/container_container_repository_response_spec.rb +6 -0
- data/spec/models/container_container_repository_spec.rb +6 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +9 -3
- data/spec/models/patchedcontainer_container_remote_spec.rb +12 -0
- data/spec/models/patchedcontainer_container_repository_spec.rb +6 -0
- metadata +43 -43
data/docs/RemotesContainerApi.md
CHANGED
@@ -149,6 +149,7 @@ opts = {
|
|
149
149
|
name__startswith: 'name__startswith_example', # String | name__startswith
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
151
151
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
152
|
+
pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
|
152
153
|
pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
|
153
154
|
pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
|
154
155
|
pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
|
@@ -181,6 +182,7 @@ Name | Type | Description | Notes
|
|
181
182
|
**name__startswith** | **String**| name__startswith | [optional]
|
182
183
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
183
184
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
185
|
+
**pulp_label_select** | **String**| pulp_label_select | [optional]
|
184
186
|
**pulp_last_updated** | **String**| pulp_last_updated | [optional]
|
185
187
|
**pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
|
186
188
|
**pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
|
@@ -385,6 +385,7 @@ opts = {
|
|
385
385
|
name__startswith: 'name__startswith_example', # String | name__startswith
|
386
386
|
offset: 56, # Integer | The initial index from which to return the results.
|
387
387
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
388
|
+
pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
|
388
389
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
389
390
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
390
391
|
}
|
@@ -411,6 +412,7 @@ Name | Type | Description | Notes
|
|
411
412
|
**name__startswith** | **String**| name__startswith | [optional]
|
412
413
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
413
414
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
415
|
+
**pulp_label_select** | **String**| pulp_label_select | [optional]
|
414
416
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
415
417
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
416
418
|
|
@@ -39,6 +39,7 @@ opts = {
|
|
39
39
|
name__startswith: 'name__startswith_example', # String | name__startswith
|
40
40
|
offset: 56, # Integer | The initial index from which to return the results.
|
41
41
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
42
|
+
pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
|
42
43
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
43
44
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
44
45
|
}
|
@@ -65,6 +66,7 @@ Name | Type | Description | Notes
|
|
65
66
|
**name__startswith** | **String**| name__startswith | [optional]
|
66
67
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
67
68
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
69
|
+
**pulp_label_select** | **String**| pulp_label_select | [optional]
|
68
70
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
69
71
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
70
72
|
|
@@ -61,9 +61,9 @@ require 'pulp_container_client/models/un_tag_image'
|
|
61
61
|
|
62
62
|
# APIs
|
63
63
|
require 'pulp_container_client/api/content_blobs_api'
|
64
|
+
require 'pulp_container_client/api/content_guards_content_redirect_api'
|
64
65
|
require 'pulp_container_client/api/content_manifests_api'
|
65
66
|
require 'pulp_container_client/api/content_tags_api'
|
66
|
-
require 'pulp_container_client/api/contentguards_content_redirect_api'
|
67
67
|
require 'pulp_container_client/api/distributions_container_api'
|
68
68
|
require 'pulp_container_client/api/pulp_container_namespaces_api'
|
69
69
|
require 'pulp_container_client/api/remotes_container_api'
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.3
|
|
13
13
|
require 'cgi'
|
14
14
|
|
15
15
|
module PulpContainerClient
|
16
|
-
class
|
16
|
+
class ContentGuardsContentRedirectApi
|
17
17
|
attr_accessor :api_client
|
18
18
|
|
19
19
|
def initialize(api_client = ApiClient.default)
|
@@ -36,14 +36,14 @@ module PulpContainerClient
|
|
36
36
|
# @return [Array<(ContainerContentRedirectContentGuardResponse, Integer, Hash)>] ContainerContentRedirectContentGuardResponse data, response status code and response headers
|
37
37
|
def create_with_http_info(container_content_redirect_content_guard, opts = {})
|
38
38
|
if @api_client.config.debugging
|
39
|
-
@api_client.config.logger.debug 'Calling API:
|
39
|
+
@api_client.config.logger.debug 'Calling API: ContentGuardsContentRedirectApi.create ...'
|
40
40
|
end
|
41
41
|
# verify the required parameter 'container_content_redirect_content_guard' is set
|
42
42
|
if @api_client.config.client_side_validation && container_content_redirect_content_guard.nil?
|
43
|
-
fail ArgumentError, "Missing the required parameter 'container_content_redirect_content_guard' when calling
|
43
|
+
fail ArgumentError, "Missing the required parameter 'container_content_redirect_content_guard' when calling ContentGuardsContentRedirectApi.create"
|
44
44
|
end
|
45
45
|
# resource path
|
46
|
-
local_var_path = '/pulp/api/v3/
|
46
|
+
local_var_path = '/pulp/api/v3/content_guards/container/content_redirect/'
|
47
47
|
|
48
48
|
# query parameters
|
49
49
|
query_params = opts[:query_params] || {}
|
@@ -78,7 +78,7 @@ module PulpContainerClient
|
|
78
78
|
|
79
79
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
80
80
|
if @api_client.config.debugging
|
81
|
-
@api_client.config.logger.debug "API called:
|
81
|
+
@api_client.config.logger.debug "API called: ContentGuardsContentRedirectApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
82
82
|
end
|
83
83
|
return data, status_code, headers
|
84
84
|
end
|
@@ -100,11 +100,11 @@ module PulpContainerClient
|
|
100
100
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
101
101
|
def delete_with_http_info(container_content_redirect_content_guard_href, opts = {})
|
102
102
|
if @api_client.config.debugging
|
103
|
-
@api_client.config.logger.debug 'Calling API:
|
103
|
+
@api_client.config.logger.debug 'Calling API: ContentGuardsContentRedirectApi.delete ...'
|
104
104
|
end
|
105
105
|
# verify the required parameter 'container_content_redirect_content_guard_href' is set
|
106
106
|
if @api_client.config.client_side_validation && container_content_redirect_content_guard_href.nil?
|
107
|
-
fail ArgumentError, "Missing the required parameter 'container_content_redirect_content_guard_href' when calling
|
107
|
+
fail ArgumentError, "Missing the required parameter 'container_content_redirect_content_guard_href' when calling ContentGuardsContentRedirectApi.delete"
|
108
108
|
end
|
109
109
|
# resource path
|
110
110
|
local_var_path = '{container_content_redirect_content_guard_href}'.sub('{' + 'container_content_redirect_content_guard_href' + '}', CGI.escape(container_content_redirect_content_guard_href.to_s).gsub('%2F', '/'))
|
@@ -138,7 +138,7 @@ module PulpContainerClient
|
|
138
138
|
|
139
139
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
140
140
|
if @api_client.config.debugging
|
141
|
-
@api_client.config.logger.debug "API called:
|
141
|
+
@api_client.config.logger.debug "API called: ContentGuardsContentRedirectApi#delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
142
142
|
end
|
143
143
|
return data, status_code, headers
|
144
144
|
end
|
@@ -178,10 +178,10 @@ module PulpContainerClient
|
|
178
178
|
# @return [Array<(PaginatedcontainerContentRedirectContentGuardResponseList, Integer, Hash)>] PaginatedcontainerContentRedirectContentGuardResponseList data, response status code and response headers
|
179
179
|
def list_with_http_info(opts = {})
|
180
180
|
if @api_client.config.debugging
|
181
|
-
@api_client.config.logger.debug 'Calling API:
|
181
|
+
@api_client.config.logger.debug 'Calling API: ContentGuardsContentRedirectApi.list ...'
|
182
182
|
end
|
183
183
|
# resource path
|
184
|
-
local_var_path = '/pulp/api/v3/
|
184
|
+
local_var_path = '/pulp/api/v3/content_guards/container/content_redirect/'
|
185
185
|
|
186
186
|
# query parameters
|
187
187
|
query_params = opts[:query_params] || {}
|
@@ -224,7 +224,7 @@ module PulpContainerClient
|
|
224
224
|
|
225
225
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
226
226
|
if @api_client.config.debugging
|
227
|
-
@api_client.config.logger.debug "API called:
|
227
|
+
@api_client.config.logger.debug "API called: ContentGuardsContentRedirectApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
228
228
|
end
|
229
229
|
return data, status_code, headers
|
230
230
|
end
|
@@ -248,15 +248,15 @@ module PulpContainerClient
|
|
248
248
|
# @return [Array<(ContainerContentRedirectContentGuardResponse, Integer, Hash)>] ContainerContentRedirectContentGuardResponse data, response status code and response headers
|
249
249
|
def partial_update_with_http_info(container_content_redirect_content_guard_href, patchedcontainer_content_redirect_content_guard, opts = {})
|
250
250
|
if @api_client.config.debugging
|
251
|
-
@api_client.config.logger.debug 'Calling API:
|
251
|
+
@api_client.config.logger.debug 'Calling API: ContentGuardsContentRedirectApi.partial_update ...'
|
252
252
|
end
|
253
253
|
# verify the required parameter 'container_content_redirect_content_guard_href' is set
|
254
254
|
if @api_client.config.client_side_validation && container_content_redirect_content_guard_href.nil?
|
255
|
-
fail ArgumentError, "Missing the required parameter 'container_content_redirect_content_guard_href' when calling
|
255
|
+
fail ArgumentError, "Missing the required parameter 'container_content_redirect_content_guard_href' when calling ContentGuardsContentRedirectApi.partial_update"
|
256
256
|
end
|
257
257
|
# verify the required parameter 'patchedcontainer_content_redirect_content_guard' is set
|
258
258
|
if @api_client.config.client_side_validation && patchedcontainer_content_redirect_content_guard.nil?
|
259
|
-
fail ArgumentError, "Missing the required parameter 'patchedcontainer_content_redirect_content_guard' when calling
|
259
|
+
fail ArgumentError, "Missing the required parameter 'patchedcontainer_content_redirect_content_guard' when calling ContentGuardsContentRedirectApi.partial_update"
|
260
260
|
end
|
261
261
|
# resource path
|
262
262
|
local_var_path = '{container_content_redirect_content_guard_href}'.sub('{' + 'container_content_redirect_content_guard_href' + '}', CGI.escape(container_content_redirect_content_guard_href.to_s).gsub('%2F', '/'))
|
@@ -294,7 +294,7 @@ module PulpContainerClient
|
|
294
294
|
|
295
295
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
296
296
|
if @api_client.config.debugging
|
297
|
-
@api_client.config.logger.debug "API called:
|
297
|
+
@api_client.config.logger.debug "API called: ContentGuardsContentRedirectApi#partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
298
298
|
end
|
299
299
|
return data, status_code, headers
|
300
300
|
end
|
@@ -320,11 +320,11 @@ module PulpContainerClient
|
|
320
320
|
# @return [Array<(ContainerContentRedirectContentGuardResponse, Integer, Hash)>] ContainerContentRedirectContentGuardResponse data, response status code and response headers
|
321
321
|
def read_with_http_info(container_content_redirect_content_guard_href, opts = {})
|
322
322
|
if @api_client.config.debugging
|
323
|
-
@api_client.config.logger.debug 'Calling API:
|
323
|
+
@api_client.config.logger.debug 'Calling API: ContentGuardsContentRedirectApi.read ...'
|
324
324
|
end
|
325
325
|
# verify the required parameter 'container_content_redirect_content_guard_href' is set
|
326
326
|
if @api_client.config.client_side_validation && container_content_redirect_content_guard_href.nil?
|
327
|
-
fail ArgumentError, "Missing the required parameter 'container_content_redirect_content_guard_href' when calling
|
327
|
+
fail ArgumentError, "Missing the required parameter 'container_content_redirect_content_guard_href' when calling ContentGuardsContentRedirectApi.read"
|
328
328
|
end
|
329
329
|
# resource path
|
330
330
|
local_var_path = '{container_content_redirect_content_guard_href}'.sub('{' + 'container_content_redirect_content_guard_href' + '}', CGI.escape(container_content_redirect_content_guard_href.to_s).gsub('%2F', '/'))
|
@@ -362,7 +362,7 @@ module PulpContainerClient
|
|
362
362
|
|
363
363
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
364
364
|
if @api_client.config.debugging
|
365
|
-
@api_client.config.logger.debug "API called:
|
365
|
+
@api_client.config.logger.debug "API called: ContentGuardsContentRedirectApi#read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
366
366
|
end
|
367
367
|
return data, status_code, headers
|
368
368
|
end
|
@@ -386,15 +386,15 @@ module PulpContainerClient
|
|
386
386
|
# @return [Array<(ContainerContentRedirectContentGuardResponse, Integer, Hash)>] ContainerContentRedirectContentGuardResponse data, response status code and response headers
|
387
387
|
def update_with_http_info(container_content_redirect_content_guard_href, container_content_redirect_content_guard, opts = {})
|
388
388
|
if @api_client.config.debugging
|
389
|
-
@api_client.config.logger.debug 'Calling API:
|
389
|
+
@api_client.config.logger.debug 'Calling API: ContentGuardsContentRedirectApi.update ...'
|
390
390
|
end
|
391
391
|
# verify the required parameter 'container_content_redirect_content_guard_href' is set
|
392
392
|
if @api_client.config.client_side_validation && container_content_redirect_content_guard_href.nil?
|
393
|
-
fail ArgumentError, "Missing the required parameter 'container_content_redirect_content_guard_href' when calling
|
393
|
+
fail ArgumentError, "Missing the required parameter 'container_content_redirect_content_guard_href' when calling ContentGuardsContentRedirectApi.update"
|
394
394
|
end
|
395
395
|
# verify the required parameter 'container_content_redirect_content_guard' is set
|
396
396
|
if @api_client.config.client_side_validation && container_content_redirect_content_guard.nil?
|
397
|
-
fail ArgumentError, "Missing the required parameter 'container_content_redirect_content_guard' when calling
|
397
|
+
fail ArgumentError, "Missing the required parameter 'container_content_redirect_content_guard' when calling ContentGuardsContentRedirectApi.update"
|
398
398
|
end
|
399
399
|
# resource path
|
400
400
|
local_var_path = '{container_content_redirect_content_guard_href}'.sub('{' + 'container_content_redirect_content_guard_href' + '}', CGI.escape(container_content_redirect_content_guard_href.to_s).gsub('%2F', '/'))
|
@@ -432,7 +432,7 @@ module PulpContainerClient
|
|
432
432
|
|
433
433
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
434
434
|
if @api_client.config.debugging
|
435
|
-
@api_client.config.logger.debug "API called:
|
435
|
+
@api_client.config.logger.debug "API called: ContentGuardsContentRedirectApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
436
436
|
end
|
437
437
|
return data, status_code, headers
|
438
438
|
end
|
@@ -161,6 +161,7 @@ module PulpContainerClient
|
|
161
161
|
# @option opts [String] :namespace__name namespace__name
|
162
162
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
163
163
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
164
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
164
165
|
# @option opts [String] :fields A list of fields to include in the response.
|
165
166
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
166
167
|
# @return [PaginatedcontainerContainerDistributionResponseList]
|
@@ -185,6 +186,7 @@ module PulpContainerClient
|
|
185
186
|
# @option opts [String] :namespace__name namespace__name
|
186
187
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
187
188
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
189
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
188
190
|
# @option opts [String] :fields A list of fields to include in the response.
|
189
191
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
190
192
|
# @return [Array<(PaginatedcontainerContainerDistributionResponseList, Integer, Hash)>] PaginatedcontainerContainerDistributionResponseList data, response status code and response headers
|
@@ -210,6 +212,7 @@ module PulpContainerClient
|
|
210
212
|
query_params[:'namespace__name'] = opts[:'namespace__name'] if !opts[:'namespace__name'].nil?
|
211
213
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
212
214
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
215
|
+
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
213
216
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
214
217
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
215
218
|
|
@@ -156,6 +156,7 @@ module PulpContainerClient
|
|
156
156
|
# @option opts [String] :name__startswith name__startswith
|
157
157
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
158
158
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
159
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
159
160
|
# @option opts [String] :pulp_last_updated pulp_last_updated
|
160
161
|
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
161
162
|
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
@@ -181,6 +182,7 @@ module PulpContainerClient
|
|
181
182
|
# @option opts [String] :name__startswith name__startswith
|
182
183
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
183
184
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
185
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
184
186
|
# @option opts [String] :pulp_last_updated pulp_last_updated
|
185
187
|
# @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
|
186
188
|
# @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
|
@@ -207,6 +209,7 @@ module PulpContainerClient
|
|
207
209
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
208
210
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
209
211
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
212
|
+
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
210
213
|
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
211
214
|
query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
|
212
215
|
query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
|
@@ -442,6 +442,7 @@ module PulpContainerClient
|
|
442
442
|
# @option opts [String] :name__startswith name__startswith
|
443
443
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
444
444
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
445
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
445
446
|
# @option opts [String] :fields A list of fields to include in the response.
|
446
447
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
447
448
|
# @return [PaginatedcontainerContainerRepositoryResponseList]
|
@@ -461,6 +462,7 @@ module PulpContainerClient
|
|
461
462
|
# @option opts [String] :name__startswith name__startswith
|
462
463
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
463
464
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
465
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
464
466
|
# @option opts [String] :fields A list of fields to include in the response.
|
465
467
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
466
468
|
# @return [Array<(PaginatedcontainerContainerRepositoryResponseList, Integer, Hash)>] PaginatedcontainerContainerRepositoryResponseList data, response status code and response headers
|
@@ -481,6 +483,7 @@ module PulpContainerClient
|
|
481
483
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
482
484
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
483
485
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
486
|
+
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
484
487
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
485
488
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
486
489
|
|
@@ -30,6 +30,7 @@ module PulpContainerClient
|
|
30
30
|
# @option opts [String] :name__startswith name__startswith
|
31
31
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
32
32
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
33
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
33
34
|
# @option opts [String] :fields A list of fields to include in the response.
|
34
35
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
35
36
|
# @return [PaginatedcontainerContainerPushRepositoryResponseList]
|
@@ -49,6 +50,7 @@ module PulpContainerClient
|
|
49
50
|
# @option opts [String] :name__startswith name__startswith
|
50
51
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
51
52
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
53
|
+
# @option opts [String] :pulp_label_select pulp_label_select
|
52
54
|
# @option opts [String] :fields A list of fields to include in the response.
|
53
55
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
54
56
|
# @return [Array<(PaginatedcontainerContainerPushRepositoryResponseList, Integer, Hash)>] PaginatedcontainerContainerPushRepositoryResponseList data, response status code and response headers
|
@@ -69,6 +71,7 @@ module PulpContainerClient
|
|
69
71
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
70
72
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
71
73
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
74
|
+
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
72
75
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
73
76
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
74
77
|
|
@@ -18,26 +18,29 @@ module PulpContainerClient
|
|
18
18
|
# The latest RepositoryVersion for this Repository will be served.
|
19
19
|
attr_accessor :repository
|
20
20
|
|
21
|
+
attr_accessor :pulp_labels
|
22
|
+
|
21
23
|
# A unique name. Ex, `rawhide` and `stable`.
|
22
24
|
attr_accessor :name
|
23
25
|
|
26
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
27
|
+
attr_accessor :base_path
|
28
|
+
|
24
29
|
# An optional content-guard. If none is specified, a default one will be used.
|
25
30
|
attr_accessor :content_guard
|
26
31
|
|
27
32
|
# RepositoryVersion to be served
|
28
33
|
attr_accessor :repository_version
|
29
34
|
|
30
|
-
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
31
|
-
attr_accessor :base_path
|
32
|
-
|
33
35
|
# Attribute mapping from ruby-style variable name to JSON key.
|
34
36
|
def self.attribute_map
|
35
37
|
{
|
36
38
|
:'repository' => :'repository',
|
39
|
+
:'pulp_labels' => :'pulp_labels',
|
37
40
|
:'name' => :'name',
|
41
|
+
:'base_path' => :'base_path',
|
38
42
|
:'content_guard' => :'content_guard',
|
39
|
-
:'repository_version' => :'repository_version'
|
40
|
-
:'base_path' => :'base_path'
|
43
|
+
:'repository_version' => :'repository_version'
|
41
44
|
}
|
42
45
|
end
|
43
46
|
|
@@ -45,10 +48,11 @@ module PulpContainerClient
|
|
45
48
|
def self.openapi_types
|
46
49
|
{
|
47
50
|
:'repository' => :'String',
|
51
|
+
:'pulp_labels' => :'Object',
|
48
52
|
:'name' => :'String',
|
53
|
+
:'base_path' => :'String',
|
49
54
|
:'content_guard' => :'String',
|
50
|
-
:'repository_version' => :'String'
|
51
|
-
:'base_path' => :'String'
|
55
|
+
:'repository_version' => :'String'
|
52
56
|
}
|
53
57
|
end
|
54
58
|
|
@@ -56,7 +60,7 @@ module PulpContainerClient
|
|
56
60
|
def self.openapi_nullable
|
57
61
|
Set.new([
|
58
62
|
:'repository',
|
59
|
-
:'repository_version'
|
63
|
+
:'repository_version'
|
60
64
|
])
|
61
65
|
end
|
62
66
|
|
@@ -79,10 +83,18 @@ module PulpContainerClient
|
|
79
83
|
self.repository = attributes[:'repository']
|
80
84
|
end
|
81
85
|
|
86
|
+
if attributes.key?(:'pulp_labels')
|
87
|
+
self.pulp_labels = attributes[:'pulp_labels']
|
88
|
+
end
|
89
|
+
|
82
90
|
if attributes.key?(:'name')
|
83
91
|
self.name = attributes[:'name']
|
84
92
|
end
|
85
93
|
|
94
|
+
if attributes.key?(:'base_path')
|
95
|
+
self.base_path = attributes[:'base_path']
|
96
|
+
end
|
97
|
+
|
86
98
|
if attributes.key?(:'content_guard')
|
87
99
|
self.content_guard = attributes[:'content_guard']
|
88
100
|
end
|
@@ -90,10 +102,6 @@ module PulpContainerClient
|
|
90
102
|
if attributes.key?(:'repository_version')
|
91
103
|
self.repository_version = attributes[:'repository_version']
|
92
104
|
end
|
93
|
-
|
94
|
-
if attributes.key?(:'base_path')
|
95
|
-
self.base_path = attributes[:'base_path']
|
96
|
-
end
|
97
105
|
end
|
98
106
|
|
99
107
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -125,10 +133,11 @@ module PulpContainerClient
|
|
125
133
|
return true if self.equal?(o)
|
126
134
|
self.class == o.class &&
|
127
135
|
repository == o.repository &&
|
136
|
+
pulp_labels == o.pulp_labels &&
|
128
137
|
name == o.name &&
|
138
|
+
base_path == o.base_path &&
|
129
139
|
content_guard == o.content_guard &&
|
130
|
-
repository_version == o.repository_version
|
131
|
-
base_path == o.base_path
|
140
|
+
repository_version == o.repository_version
|
132
141
|
end
|
133
142
|
|
134
143
|
# @see the `==` method
|
@@ -140,7 +149,7 @@ module PulpContainerClient
|
|
140
149
|
# Calculates hash code according to all attributes.
|
141
150
|
# @return [Integer] Hash code
|
142
151
|
def hash
|
143
|
-
[repository, name, content_guard, repository_version
|
152
|
+
[repository, pulp_labels, name, base_path, content_guard, repository_version].hash
|
144
153
|
end
|
145
154
|
|
146
155
|
# Builds the object from hash
|
@@ -18,22 +18,24 @@ module PulpContainerClient
|
|
18
18
|
# The latest RepositoryVersion for this Repository will be served.
|
19
19
|
attr_accessor :repository
|
20
20
|
|
21
|
-
attr_accessor :
|
21
|
+
attr_accessor :pulp_labels
|
22
22
|
|
23
23
|
# A unique name. Ex, `rawhide` and `stable`.
|
24
24
|
attr_accessor :name
|
25
25
|
|
26
|
-
#
|
27
|
-
attr_accessor :
|
26
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
27
|
+
attr_accessor :base_path
|
28
28
|
|
29
29
|
# An optional content-guard. If none is specified, a default one will be used.
|
30
30
|
attr_accessor :content_guard
|
31
31
|
|
32
|
+
# Timestamp of creation.
|
33
|
+
attr_accessor :pulp_created
|
34
|
+
|
32
35
|
# RepositoryVersion to be served
|
33
36
|
attr_accessor :repository_version
|
34
37
|
|
35
|
-
|
36
|
-
attr_accessor :base_path
|
38
|
+
attr_accessor :pulp_href
|
37
39
|
|
38
40
|
# The Registry hostame/name/ to use with docker pull command defined by this distribution.
|
39
41
|
attr_accessor :registry_path
|
@@ -45,12 +47,13 @@ module PulpContainerClient
|
|
45
47
|
def self.attribute_map
|
46
48
|
{
|
47
49
|
:'repository' => :'repository',
|
48
|
-
:'
|
50
|
+
:'pulp_labels' => :'pulp_labels',
|
49
51
|
:'name' => :'name',
|
50
|
-
:'
|
52
|
+
:'base_path' => :'base_path',
|
51
53
|
:'content_guard' => :'content_guard',
|
54
|
+
:'pulp_created' => :'pulp_created',
|
52
55
|
:'repository_version' => :'repository_version',
|
53
|
-
:'
|
56
|
+
:'pulp_href' => :'pulp_href',
|
54
57
|
:'registry_path' => :'registry_path',
|
55
58
|
:'namespace' => :'namespace'
|
56
59
|
}
|
@@ -60,12 +63,13 @@ module PulpContainerClient
|
|
60
63
|
def self.openapi_types
|
61
64
|
{
|
62
65
|
:'repository' => :'String',
|
63
|
-
:'
|
66
|
+
:'pulp_labels' => :'Object',
|
64
67
|
:'name' => :'String',
|
65
|
-
:'
|
68
|
+
:'base_path' => :'String',
|
66
69
|
:'content_guard' => :'String',
|
70
|
+
:'pulp_created' => :'DateTime',
|
67
71
|
:'repository_version' => :'String',
|
68
|
-
:'
|
72
|
+
:'pulp_href' => :'String',
|
69
73
|
:'registry_path' => :'String',
|
70
74
|
:'namespace' => :'String'
|
71
75
|
}
|
@@ -98,28 +102,32 @@ module PulpContainerClient
|
|
98
102
|
self.repository = attributes[:'repository']
|
99
103
|
end
|
100
104
|
|
101
|
-
if attributes.key?(:'
|
102
|
-
self.
|
105
|
+
if attributes.key?(:'pulp_labels')
|
106
|
+
self.pulp_labels = attributes[:'pulp_labels']
|
103
107
|
end
|
104
108
|
|
105
109
|
if attributes.key?(:'name')
|
106
110
|
self.name = attributes[:'name']
|
107
111
|
end
|
108
112
|
|
109
|
-
if attributes.key?(:'
|
110
|
-
self.
|
113
|
+
if attributes.key?(:'base_path')
|
114
|
+
self.base_path = attributes[:'base_path']
|
111
115
|
end
|
112
116
|
|
113
117
|
if attributes.key?(:'content_guard')
|
114
118
|
self.content_guard = attributes[:'content_guard']
|
115
119
|
end
|
116
120
|
|
121
|
+
if attributes.key?(:'pulp_created')
|
122
|
+
self.pulp_created = attributes[:'pulp_created']
|
123
|
+
end
|
124
|
+
|
117
125
|
if attributes.key?(:'repository_version')
|
118
126
|
self.repository_version = attributes[:'repository_version']
|
119
127
|
end
|
120
128
|
|
121
|
-
if attributes.key?(:'
|
122
|
-
self.
|
129
|
+
if attributes.key?(:'pulp_href')
|
130
|
+
self.pulp_href = attributes[:'pulp_href']
|
123
131
|
end
|
124
132
|
|
125
133
|
if attributes.key?(:'registry_path')
|
@@ -160,12 +168,13 @@ module PulpContainerClient
|
|
160
168
|
return true if self.equal?(o)
|
161
169
|
self.class == o.class &&
|
162
170
|
repository == o.repository &&
|
163
|
-
|
171
|
+
pulp_labels == o.pulp_labels &&
|
164
172
|
name == o.name &&
|
165
|
-
|
173
|
+
base_path == o.base_path &&
|
166
174
|
content_guard == o.content_guard &&
|
175
|
+
pulp_created == o.pulp_created &&
|
167
176
|
repository_version == o.repository_version &&
|
168
|
-
|
177
|
+
pulp_href == o.pulp_href &&
|
169
178
|
registry_path == o.registry_path &&
|
170
179
|
namespace == o.namespace
|
171
180
|
end
|
@@ -179,7 +188,7 @@ module PulpContainerClient
|
|
179
188
|
# Calculates hash code according to all attributes.
|
180
189
|
# @return [Integer] Hash code
|
181
190
|
def hash
|
182
|
-
[repository,
|
191
|
+
[repository, pulp_labels, name, base_path, content_guard, pulp_created, repository_version, pulp_href, registry_path, namespace].hash
|
183
192
|
end
|
184
193
|
|
185
194
|
# Builds the object from hash
|