pulp_container_client 2.16.0 → 2.16.2

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 (73) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +36 -25
  3. data/docs/ContainerContainerDistribution.md +4 -4
  4. data/docs/ContainerContainerDistributionResponse.md +9 -9
  5. data/docs/ContainerContainerPushRepository.md +6 -6
  6. data/docs/ContainerContainerPushRepositoryResponse.md +10 -10
  7. data/docs/ContentBlobsApi.md +3 -1
  8. data/docs/ContentManifestsApi.md +3 -1
  9. data/docs/ContentSignaturesApi.md +7 -1
  10. data/docs/ContentTagsApi.md +3 -1
  11. data/docs/DistributionsContainerApi.md +132 -10
  12. data/docs/IndexDynamicApi.md +1 -1
  13. data/docs/IndexStaticApi.md +1 -1
  14. data/docs/PatchedcontainerContainerDistribution.md +4 -4
  15. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  16. data/docs/PulpContainerNamespacesApi.md +19 -9
  17. data/docs/RemotesContainerApi.md +131 -9
  18. data/docs/RepositoriesContainerApi.md +132 -10
  19. data/docs/RepositoriesContainerPushApi.md +20 -10
  20. data/docs/RepositoriesContainerPushVersionsApi.md +3 -1
  21. data/docs/RepositoriesContainerVersionsApi.md +3 -1
  22. data/docs/SetLabel.md +19 -0
  23. data/docs/SetLabelResponse.md +19 -0
  24. data/docs/TokenApi.md +1 -1
  25. data/docs/UnsetLabel.md +17 -0
  26. data/docs/UnsetLabelResponse.md +19 -0
  27. data/lib/pulp_container_client/api/content_blobs_api.rb +3 -0
  28. data/lib/pulp_container_client/api/content_manifests_api.rb +3 -0
  29. data/lib/pulp_container_client/api/content_signatures_api.rb +9 -0
  30. data/lib/pulp_container_client/api/content_tags_api.rb +3 -0
  31. data/lib/pulp_container_client/api/distributions_container_api.rb +157 -0
  32. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +17 -0
  33. data/lib/pulp_container_client/api/remotes_container_api.rb +157 -0
  34. data/lib/pulp_container_client/api/repositories_container_api.rb +157 -0
  35. data/lib/pulp_container_client/api/repositories_container_push_api.rb +17 -0
  36. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +3 -0
  37. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +3 -0
  38. data/lib/pulp_container_client/configuration.rb +2 -2
  39. data/lib/pulp_container_client/models/container_container_distribution.rb +42 -42
  40. data/lib/pulp_container_client/models/container_container_distribution_response.rb +40 -40
  41. data/lib/pulp_container_client/models/container_container_push_repository.rb +38 -38
  42. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +42 -42
  43. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +33 -33
  44. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +38 -38
  45. data/lib/pulp_container_client/models/set_label.rb +252 -0
  46. data/lib/pulp_container_client/models/set_label_response.rb +243 -0
  47. data/lib/pulp_container_client/models/unset_label.rb +242 -0
  48. data/lib/pulp_container_client/models/unset_label_response.rb +242 -0
  49. data/lib/pulp_container_client/version.rb +1 -1
  50. data/lib/pulp_container_client.rb +4 -0
  51. data/spec/api/content_blobs_api_spec.rb +1 -0
  52. data/spec/api/content_manifests_api_spec.rb +1 -0
  53. data/spec/api/content_signatures_api_spec.rb +3 -0
  54. data/spec/api/content_tags_api_spec.rb +1 -0
  55. data/spec/api/distributions_container_api_spec.rb +33 -0
  56. data/spec/api/pulp_container_namespaces_api_spec.rb +7 -0
  57. data/spec/api/remotes_container_api_spec.rb +33 -0
  58. data/spec/api/repositories_container_api_spec.rb +33 -0
  59. data/spec/api/repositories_container_push_api_spec.rb +7 -0
  60. data/spec/api/repositories_container_push_versions_api_spec.rb +1 -0
  61. data/spec/api/repositories_container_versions_api_spec.rb +1 -0
  62. data/spec/configuration_spec.rb +3 -3
  63. data/spec/models/container_container_distribution_response_spec.rb +7 -7
  64. data/spec/models/container_container_distribution_spec.rb +3 -3
  65. data/spec/models/container_container_push_repository_response_spec.rb +7 -7
  66. data/spec/models/container_container_push_repository_spec.rb +5 -5
  67. data/spec/models/patchedcontainer_container_distribution_spec.rb +3 -3
  68. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  69. data/spec/models/set_label_response_spec.rb +47 -0
  70. data/spec/models/set_label_spec.rb +47 -0
  71. data/spec/models/unset_label_response_spec.rb +47 -0
  72. data/spec/models/unset_label_spec.rb +41 -0
  73. metadata +60 -44
@@ -33,6 +33,7 @@ describe 'RemotesContainerApi' do
33
33
  end
34
34
 
35
35
  # unit tests for add_role
36
+ # Add a role
36
37
  # Add a role for this object to users/groups.
37
38
  # @param container_container_remote_href
38
39
  # @param nested_role
@@ -76,7 +77,9 @@ describe 'RemotesContainerApi' do
76
77
  # @option opts [String] :name Filter results where name matches value
77
78
  # @option opts [String] :name__contains Filter results where name contains value
78
79
  # @option opts [String] :name__icontains Filter results where name contains value
80
+ # @option opts [String] :name__iexact Filter results where name matches value
79
81
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
82
+ # @option opts [String] :name__istartswith Filter results where name starts with value
80
83
  # @option opts [String] :name__startswith Filter results where name starts with value
81
84
  # @option opts [Integer] :offset The initial index from which to return the results.
82
85
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -89,6 +92,7 @@ describe 'RemotesContainerApi' do
89
92
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
90
93
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
91
94
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
95
+ # @option opts [String] :q
92
96
  # @option opts [Array<String>] :fields A list of fields to include in the response.
93
97
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
94
98
  # @return [PaginatedcontainerContainerRemoteResponseList]
@@ -99,6 +103,7 @@ describe 'RemotesContainerApi' do
99
103
  end
100
104
 
101
105
  # unit tests for list_roles
106
+ # List roles
102
107
  # List roles assigned to this object.
103
108
  # @param container_container_remote_href
104
109
  # @param [Hash] opts the optional parameters
@@ -112,6 +117,7 @@ describe 'RemotesContainerApi' do
112
117
  end
113
118
 
114
119
  # unit tests for my_permissions
120
+ # List user permissions
115
121
  # List permissions available to the current user on this object.
116
122
  # @param container_container_remote_href
117
123
  # @param [Hash] opts the optional parameters
@@ -152,6 +158,7 @@ describe 'RemotesContainerApi' do
152
158
  end
153
159
 
154
160
  # unit tests for remove_role
161
+ # Remove a role
155
162
  # Remove a role for this object from users/groups.
156
163
  # @param container_container_remote_href
157
164
  # @param nested_role
@@ -163,6 +170,32 @@ describe 'RemotesContainerApi' do
163
170
  end
164
171
  end
165
172
 
173
+ # unit tests for set_label
174
+ # Set a label
175
+ # Set a single pulp_label on the object to a specific value or null.
176
+ # @param container_container_remote_href
177
+ # @param set_label
178
+ # @param [Hash] opts the optional parameters
179
+ # @return [SetLabelResponse]
180
+ describe 'set_label test' do
181
+ it 'should work' do
182
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
183
+ end
184
+ end
185
+
186
+ # unit tests for unset_label
187
+ # Unset a label
188
+ # Unset a single pulp_label on the object.
189
+ # @param container_container_remote_href
190
+ # @param unset_label
191
+ # @param [Hash] opts the optional parameters
192
+ # @return [UnsetLabelResponse]
193
+ describe 'unset_label test' do
194
+ it 'should work' do
195
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
196
+ end
197
+ end
198
+
166
199
  # unit tests for update
167
200
  # Update a container remote
168
201
  # Trigger an asynchronous update task
@@ -46,6 +46,7 @@ describe 'RepositoriesContainerApi' do
46
46
  end
47
47
 
48
48
  # unit tests for add_role
49
+ # Add a role
49
50
  # Add a role for this object to users/groups.
50
51
  # @param container_container_repository_href
51
52
  # @param nested_role
@@ -132,13 +133,16 @@ describe 'RepositoriesContainerApi' do
132
133
  # @option opts [String] :name Filter results where name matches value
133
134
  # @option opts [String] :name__contains Filter results where name contains value
134
135
  # @option opts [String] :name__icontains Filter results where name contains value
136
+ # @option opts [String] :name__iexact Filter results where name matches value
135
137
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
138
+ # @option opts [String] :name__istartswith Filter results where name starts with value
136
139
  # @option opts [String] :name__startswith Filter results where name starts with value
137
140
  # @option opts [Integer] :offset The initial index from which to return the results.
138
141
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
139
142
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
140
143
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
141
144
  # @option opts [String] :pulp_label_select Filter labels by search string
145
+ # @option opts [String] :q
142
146
  # @option opts [String] :remote Foreign Key referenced by HREF
143
147
  # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
144
148
  # @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
@@ -159,6 +163,7 @@ describe 'RepositoriesContainerApi' do
159
163
  end
160
164
 
161
165
  # unit tests for list_roles
166
+ # List roles
162
167
  # List roles assigned to this object.
163
168
  # @param container_container_repository_href
164
169
  # @param [Hash] opts the optional parameters
@@ -172,6 +177,7 @@ describe 'RepositoriesContainerApi' do
172
177
  end
173
178
 
174
179
  # unit tests for my_permissions
180
+ # List user permissions
175
181
  # List permissions available to the current user on this object.
176
182
  # @param container_container_repository_href
177
183
  # @param [Hash] opts the optional parameters
@@ -225,6 +231,7 @@ describe 'RepositoriesContainerApi' do
225
231
  end
226
232
 
227
233
  # unit tests for remove_role
234
+ # Remove a role
228
235
  # Remove a role for this object from users/groups.
229
236
  # @param container_container_repository_href
230
237
  # @param nested_role
@@ -236,6 +243,19 @@ describe 'RepositoriesContainerApi' do
236
243
  end
237
244
  end
238
245
 
246
+ # unit tests for set_label
247
+ # Set a label
248
+ # Set a single pulp_label on the object to a specific value or null.
249
+ # @param container_container_repository_href
250
+ # @param set_label
251
+ # @param [Hash] opts the optional parameters
252
+ # @return [SetLabelResponse]
253
+ describe 'set_label test' do
254
+ it 'should work' do
255
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
256
+ end
257
+ end
258
+
239
259
  # unit tests for sign
240
260
  # Sign images in the repo
241
261
  # Trigger an asynchronous task to sign content.
@@ -275,6 +295,19 @@ describe 'RepositoriesContainerApi' do
275
295
  end
276
296
  end
277
297
 
298
+ # unit tests for unset_label
299
+ # Unset a label
300
+ # Unset a single pulp_label on the object.
301
+ # @param container_container_repository_href
302
+ # @param unset_label
303
+ # @param [Hash] opts the optional parameters
304
+ # @return [UnsetLabelResponse]
305
+ describe 'unset_label test' do
306
+ it 'should work' do
307
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
308
+ end
309
+ end
310
+
278
311
  # unit tests for untag
279
312
  # Delete a tag
280
313
  # Trigger an asynchronous task to untag an image in the repository
@@ -33,6 +33,7 @@ describe 'RepositoriesContainerPushApi' do
33
33
  end
34
34
 
35
35
  # unit tests for add_role
36
+ # Add a role
36
37
  # Add a role for this object to users/groups.
37
38
  # @param container_container_push_repository_href
38
39
  # @param nested_role
@@ -53,13 +54,16 @@ describe 'RepositoriesContainerPushApi' do
53
54
  # @option opts [String] :name Filter results where name matches value
54
55
  # @option opts [String] :name__contains Filter results where name contains value
55
56
  # @option opts [String] :name__icontains Filter results where name contains value
57
+ # @option opts [String] :name__iexact Filter results where name matches value
56
58
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
59
+ # @option opts [String] :name__istartswith Filter results where name starts with value
57
60
  # @option opts [String] :name__startswith Filter results where name starts with value
58
61
  # @option opts [Integer] :offset The initial index from which to return the results.
59
62
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
60
63
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
61
64
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
62
65
  # @option opts [String] :pulp_label_select Filter labels by search string
66
+ # @option opts [String] :q
63
67
  # @option opts [String] :remote Foreign Key referenced by HREF
64
68
  # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
65
69
  # @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
@@ -80,6 +84,7 @@ describe 'RepositoriesContainerPushApi' do
80
84
  end
81
85
 
82
86
  # unit tests for list_roles
87
+ # List roles
83
88
  # List roles assigned to this object.
84
89
  # @param container_container_push_repository_href
85
90
  # @param [Hash] opts the optional parameters
@@ -93,6 +98,7 @@ describe 'RepositoriesContainerPushApi' do
93
98
  end
94
99
 
95
100
  # unit tests for my_permissions
101
+ # List user permissions
96
102
  # List permissions available to the current user on this object.
97
103
  # @param container_container_push_repository_href
98
104
  # @param [Hash] opts the optional parameters
@@ -146,6 +152,7 @@ describe 'RepositoriesContainerPushApi' do
146
152
  end
147
153
 
148
154
  # unit tests for remove_role
155
+ # Remove a role
149
156
  # Remove a role for this object from users/groups.
150
157
  # @param container_container_push_repository_href
151
158
  # @param nested_role
@@ -67,6 +67,7 @@ describe 'RepositoriesContainerPushVersionsApi' do
67
67
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
68
68
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
69
69
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
70
+ # @option opts [String] :q
70
71
  # @option opts [Array<String>] :fields A list of fields to include in the response.
71
72
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
72
73
  # @return [PaginatedRepositoryVersionResponseList]
@@ -67,6 +67,7 @@ describe 'RepositoriesContainerVersionsApi' do
67
67
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
68
68
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
69
69
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
70
+ # @option opts [String] :q
70
71
  # @option opts [Array<String>] :fields A list of fields to include in the response.
71
72
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
72
73
  # @return [PaginatedRepositoryVersionResponseList]
@@ -18,7 +18,7 @@ describe PulpContainerClient::Configuration do
18
18
  before(:each) do
19
19
  # uncomment below to setup host and base_path
20
20
  # require 'URI'
21
- # uri = URI.parse("https://pulp")
21
+ # uri = URI.parse("http://pulp")
22
22
  # PulpContainerClient.configure do |c|
23
23
  # c.host = uri.host
24
24
  # c.base_path = uri.path
@@ -28,14 +28,14 @@ describe PulpContainerClient::Configuration do
28
28
  describe '#base_url' do
29
29
  it 'should have the default value' do
30
30
  # uncomment below to test default value of the base path
31
- # expect(config.base_url).to eq("https://pulp")
31
+ # expect(config.base_url).to eq("http://pulp")
32
32
  end
33
33
 
34
34
  it 'should remove trailing slashes' do
35
35
  [nil, '', '/', '//'].each do |base_path|
36
36
  config.base_path = base_path
37
37
  # uncomment below to test trailing slashes
38
- # expect(config.base_url).to eq("https://pulp")
38
+ # expect(config.base_url).to eq("http://pulp")
39
39
  end
40
40
  end
41
41
  end
@@ -32,37 +32,37 @@ describe 'ContainerContainerDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_created"' do
35
+ describe 'test attribute "hidden"' 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 "hidden"' 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 "pulp_labels"' do
47
+ describe 'test attribute "content_guard"' 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 "repository"' 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_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 "content_guard"' do
65
+ describe 'test attribute "pulp_href"' 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
@@ -74,7 +74,7 @@ describe 'ContainerContainerDistributionResponse' do
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "name"' do
77
+ describe 'test attribute "repository"' 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
@@ -44,13 +44,13 @@ describe 'ContainerContainerDistribution' do
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "repository"' do
47
+ describe 'test attribute "content_guard"' 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 "content_guard"' do
53
+ describe 'test attribute "name"' 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
@@ -62,7 +62,7 @@ describe 'ContainerContainerDistribution' do
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,7 +32,7 @@ describe 'ContainerContainerPushRepositoryResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepositoryResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_created"' do
35
+ describe 'test attribute "retain_repo_versions"' 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
@@ -50,37 +50,37 @@ describe 'ContainerContainerPushRepositoryResponse' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "retain_repo_versions"' do
53
+ describe 'test attribute "latest_version_href"' 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 "description"' do
59
+ describe 'test attribute "pulp_created"' 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 "latest_version_href"' 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 "versions_href"' do
71
+ describe 'test attribute "pulp_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 "pulp_href"' 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
81
81
  end
82
82
 
83
- describe 'test attribute "name"' do
83
+ describe 'test attribute "versions_href"' 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,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 "manifest_signing_service"' do
35
+ describe 'test attribute "retain_repo_versions"' 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 "manifest_signing_service"' 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 "retain_repo_versions"' do
47
+ describe 'test attribute "pulp_labels"' 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 "description"' do
53
+ describe 'test attribute "name"' 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 "name"' do
59
+ describe 'test attribute "description"' 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
@@ -44,13 +44,13 @@ describe 'PatchedcontainerContainerDistribution' do
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "repository"' do
47
+ describe 'test attribute "content_guard"' 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 "content_guard"' do
53
+ describe 'test attribute "name"' 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
@@ -62,7 +62,7 @@ describe 'PatchedcontainerContainerDistribution' do
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,31 +32,31 @@ describe 'PatchedcontainerContainerPushRepository' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerPushRepository)
33
33
  end
34
34
  end
35
- describe 'test attribute "manifest_signing_service"' do
35
+ describe 'test attribute "retain_repo_versions"' 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 "manifest_signing_service"' 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 "retain_repo_versions"' do
47
+ describe 'test attribute "pulp_labels"' 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 "description"' do
53
+ describe 'test attribute "name"' 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 "name"' do
59
+ describe 'test attribute "description"' 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
@@ -0,0 +1,47 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpContainerClient::SetLabelResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'SetLabelResponse' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpContainerClient::SetLabelResponse.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of SetLabelResponse' do
31
+ it 'should create an instance of SetLabelResponse' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::SetLabelResponse)
33
+ end
34
+ end
35
+ describe 'test attribute "key"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "value"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ end
@@ -0,0 +1,47 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpContainerClient::SetLabel
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'SetLabel' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpContainerClient::SetLabel.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of SetLabel' do
31
+ it 'should create an instance of SetLabel' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::SetLabel)
33
+ end
34
+ end
35
+ describe 'test attribute "key"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "value"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ end
@@ -0,0 +1,47 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.3.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpContainerClient::UnsetLabelResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'UnsetLabelResponse' do
21
+ before do
22
+ # run before each test
23
+ @instance = PulpContainerClient::UnsetLabelResponse.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of UnsetLabelResponse' do
31
+ it 'should create an instance of UnsetLabelResponse' do
32
+ expect(@instance).to be_instance_of(PulpContainerClient::UnsetLabelResponse)
33
+ end
34
+ end
35
+ describe 'test attribute "key"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "value"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ end