pulp_container_client 2.12.3 → 2.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/docs/ContainerContainerDistribution.md +5 -5
  4. data/docs/ContainerContainerDistributionResponse.md +8 -8
  5. data/docs/ContainerContainerPushRepository.md +6 -6
  6. data/docs/ContainerContainerPushRepositoryResponse.md +12 -12
  7. data/docs/ContainerContainerRemote.md +2 -2
  8. data/docs/ContentBlobsApi.md +2 -2
  9. data/docs/ContentManifestsApi.md +2 -2
  10. data/docs/ContentSignaturesApi.md +2 -2
  11. data/docs/ContentTagsApi.md +2 -2
  12. data/docs/DistributionsContainerApi.md +2 -2
  13. data/docs/OCIBuildImage.md +2 -2
  14. data/docs/PatchedcontainerContainerDistribution.md +5 -5
  15. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  16. data/docs/PatchedcontainerContainerRemote.md +2 -2
  17. data/docs/PulpContainerNamespacesApi.md +2 -2
  18. data/docs/RemotesContainerApi.md +2 -2
  19. data/docs/RepositoriesContainerApi.md +6 -6
  20. data/docs/RepositoriesContainerPushApi.md +2 -2
  21. data/docs/RepositoriesContainerPushVersionsApi.md +2 -2
  22. data/docs/RepositoriesContainerVersionsApi.md +2 -2
  23. data/git_push.sh +58 -0
  24. data/lib/pulp_container_client/api/content_blobs_api.rb +7 -3
  25. data/lib/pulp_container_client/api/content_manifests_api.rb +7 -3
  26. data/lib/pulp_container_client/api/content_signatures_api.rb +7 -3
  27. data/lib/pulp_container_client/api/content_tags_api.rb +7 -3
  28. data/lib/pulp_container_client/api/distributions_container_api.rb +7 -3
  29. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +7 -3
  30. data/lib/pulp_container_client/api/remotes_container_api.rb +7 -3
  31. data/lib/pulp_container_client/api/repositories_container_api.rb +11 -7
  32. data/lib/pulp_container_client/api/repositories_container_push_api.rb +7 -3
  33. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +7 -3
  34. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +7 -3
  35. data/lib/pulp_container_client/api_client.rb +1 -1
  36. data/lib/pulp_container_client/models/container_container_distribution.rb +20 -20
  37. data/lib/pulp_container_client/models/container_container_distribution_response.rb +37 -37
  38. data/lib/pulp_container_client/models/container_container_namespace.rb +0 -9
  39. data/lib/pulp_container_client/models/container_container_namespace_response.rb +0 -19
  40. data/lib/pulp_container_client/models/container_container_push_repository.rb +41 -41
  41. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +53 -53
  42. data/lib/pulp_container_client/models/container_container_remote.rb +2 -2
  43. data/lib/pulp_container_client/models/oci_build_image.rb +2 -2
  44. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +20 -20
  45. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +41 -41
  46. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +2 -2
  47. data/lib/pulp_container_client/version.rb +1 -1
  48. data/pulp_container_client.gemspec +3 -3
  49. data/spec/api/content_blobs_api_spec.rb +1 -1
  50. data/spec/api/content_manifests_api_spec.rb +1 -1
  51. data/spec/api/content_signatures_api_spec.rb +1 -1
  52. data/spec/api/content_tags_api_spec.rb +1 -1
  53. data/spec/api/distributions_container_api_spec.rb +1 -1
  54. data/spec/api/pulp_container_namespaces_api_spec.rb +1 -1
  55. data/spec/api/remotes_container_api_spec.rb +1 -1
  56. data/spec/api/repositories_container_api_spec.rb +3 -3
  57. data/spec/api/repositories_container_push_api_spec.rb +1 -1
  58. data/spec/api/repositories_container_push_versions_api_spec.rb +1 -1
  59. data/spec/api/repositories_container_versions_api_spec.rb +1 -1
  60. data/spec/models/container_container_distribution_response_spec.rb +7 -7
  61. data/spec/models/container_container_distribution_spec.rb +5 -5
  62. data/spec/models/container_container_push_repository_response_spec.rb +9 -9
  63. data/spec/models/container_container_push_repository_spec.rb +5 -5
  64. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  65. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  66. metadata +57 -56
@@ -15,20 +15,20 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class PatchedcontainerContainerDistribution
18
+ attr_accessor :pulp_labels
19
+
20
+ # The latest RepositoryVersion for this Repository will be served.
21
+ attr_accessor :repository
22
+
18
23
  # A unique name. Ex, `rawhide` and `stable`.
19
24
  attr_accessor :name
20
25
 
21
- attr_accessor :pulp_labels
22
-
23
26
  # An optional content-guard. If none is specified, a default one will be used.
24
27
  attr_accessor :content_guard
25
28
 
26
29
  # 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
30
  attr_accessor :base_path
28
31
 
29
- # The latest RepositoryVersion for this Repository will be served.
30
- attr_accessor :repository
31
-
32
32
  # RepositoryVersion to be served
33
33
  attr_accessor :repository_version
34
34
 
@@ -41,11 +41,11 @@ module PulpContainerClient
41
41
  # Attribute mapping from ruby-style variable name to JSON key.
42
42
  def self.attribute_map
43
43
  {
44
- :'name' => :'name',
45
44
  :'pulp_labels' => :'pulp_labels',
45
+ :'repository' => :'repository',
46
+ :'name' => :'name',
46
47
  :'content_guard' => :'content_guard',
47
48
  :'base_path' => :'base_path',
48
- :'repository' => :'repository',
49
49
  :'repository_version' => :'repository_version',
50
50
  :'private' => :'private',
51
51
  :'description' => :'description'
@@ -55,11 +55,11 @@ module PulpContainerClient
55
55
  # Attribute type mapping.
56
56
  def self.openapi_types
57
57
  {
58
- :'name' => :'String',
59
58
  :'pulp_labels' => :'Object',
59
+ :'repository' => :'String',
60
+ :'name' => :'String',
60
61
  :'content_guard' => :'String',
61
62
  :'base_path' => :'String',
62
- :'repository' => :'String',
63
63
  :'repository_version' => :'String',
64
64
  :'private' => :'Boolean',
65
65
  :'description' => :'String'
@@ -90,14 +90,18 @@ module PulpContainerClient
90
90
  h[k.to_sym] = v
91
91
  }
92
92
 
93
- if attributes.key?(:'name')
94
- self.name = attributes[:'name']
95
- end
96
-
97
93
  if attributes.key?(:'pulp_labels')
98
94
  self.pulp_labels = attributes[:'pulp_labels']
99
95
  end
100
96
 
97
+ if attributes.key?(:'repository')
98
+ self.repository = attributes[:'repository']
99
+ end
100
+
101
+ if attributes.key?(:'name')
102
+ self.name = attributes[:'name']
103
+ end
104
+
101
105
  if attributes.key?(:'content_guard')
102
106
  self.content_guard = attributes[:'content_guard']
103
107
  end
@@ -106,10 +110,6 @@ module PulpContainerClient
106
110
  self.base_path = attributes[:'base_path']
107
111
  end
108
112
 
109
- if attributes.key?(:'repository')
110
- self.repository = attributes[:'repository']
111
- end
112
-
113
113
  if attributes.key?(:'repository_version')
114
114
  self.repository_version = attributes[:'repository_version']
115
115
  end
@@ -186,11 +186,11 @@ module PulpContainerClient
186
186
  def ==(o)
187
187
  return true if self.equal?(o)
188
188
  self.class == o.class &&
189
- name == o.name &&
190
189
  pulp_labels == o.pulp_labels &&
190
+ repository == o.repository &&
191
+ name == o.name &&
191
192
  content_guard == o.content_guard &&
192
193
  base_path == o.base_path &&
193
- repository == o.repository &&
194
194
  repository_version == o.repository_version &&
195
195
  private == o.private &&
196
196
  description == o.description
@@ -205,7 +205,7 @@ module PulpContainerClient
205
205
  # Calculates hash code according to all attributes.
206
206
  # @return [Integer] Hash code
207
207
  def hash
208
- [name, pulp_labels, content_guard, base_path, repository, repository_version, private, description].hash
208
+ [pulp_labels, repository, name, content_guard, base_path, repository_version, private, description].hash
209
209
  end
210
210
 
211
211
  # Builds the object from hash
@@ -15,48 +15,48 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class PatchedcontainerContainerPushRepository
18
- # A unique name for this repository.
19
- attr_accessor :name
20
-
21
18
  attr_accessor :pulp_labels
22
19
 
23
- # An optional description.
24
- attr_accessor :description
25
-
26
20
  # Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future.
27
21
  attr_accessor :retain_repo_versions
28
22
 
23
+ # A unique name for this repository.
24
+ attr_accessor :name
25
+
29
26
  # A reference to an associated signing service.
30
27
  attr_accessor :manifest_signing_service
31
28
 
29
+ # An optional description.
30
+ attr_accessor :description
31
+
32
32
  # Attribute mapping from ruby-style variable name to JSON key.
33
33
  def self.attribute_map
34
34
  {
35
- :'name' => :'name',
36
35
  :'pulp_labels' => :'pulp_labels',
37
- :'description' => :'description',
38
36
  :'retain_repo_versions' => :'retain_repo_versions',
39
- :'manifest_signing_service' => :'manifest_signing_service'
37
+ :'name' => :'name',
38
+ :'manifest_signing_service' => :'manifest_signing_service',
39
+ :'description' => :'description'
40
40
  }
41
41
  end
42
42
 
43
43
  # Attribute type mapping.
44
44
  def self.openapi_types
45
45
  {
46
- :'name' => :'String',
47
46
  :'pulp_labels' => :'Object',
48
- :'description' => :'String',
49
47
  :'retain_repo_versions' => :'Integer',
50
- :'manifest_signing_service' => :'String'
48
+ :'name' => :'String',
49
+ :'manifest_signing_service' => :'String',
50
+ :'description' => :'String'
51
51
  }
52
52
  end
53
53
 
54
54
  # List of attributes with nullable: true
55
55
  def self.openapi_nullable
56
56
  Set.new([
57
- :'description',
58
57
  :'retain_repo_versions',
59
- :'manifest_signing_service'
58
+ :'manifest_signing_service',
59
+ :'description'
60
60
  ])
61
61
  end
62
62
 
@@ -75,31 +75,35 @@ module PulpContainerClient
75
75
  h[k.to_sym] = v
76
76
  }
77
77
 
78
- if attributes.key?(:'name')
79
- self.name = attributes[:'name']
80
- end
81
-
82
78
  if attributes.key?(:'pulp_labels')
83
79
  self.pulp_labels = attributes[:'pulp_labels']
84
80
  end
85
81
 
86
- if attributes.key?(:'description')
87
- self.description = attributes[:'description']
88
- end
89
-
90
82
  if attributes.key?(:'retain_repo_versions')
91
83
  self.retain_repo_versions = attributes[:'retain_repo_versions']
92
84
  end
93
85
 
86
+ if attributes.key?(:'name')
87
+ self.name = attributes[:'name']
88
+ end
89
+
94
90
  if attributes.key?(:'manifest_signing_service')
95
91
  self.manifest_signing_service = attributes[:'manifest_signing_service']
96
92
  end
93
+
94
+ if attributes.key?(:'description')
95
+ self.description = attributes[:'description']
96
+ end
97
97
  end
98
98
 
99
99
  # Show invalid properties with the reasons. Usually used together with valid?
100
100
  # @return Array for valid properties with the reasons
101
101
  def list_invalid_properties
102
102
  invalid_properties = Array.new
103
+ if !@retain_repo_versions.nil? && @retain_repo_versions < 1
104
+ invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
105
+ end
106
+
103
107
  if !@name.nil? && @name.to_s.length < 1
104
108
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
105
109
  end
@@ -108,22 +112,28 @@ module PulpContainerClient
108
112
  invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
109
113
  end
110
114
 
111
- if !@retain_repo_versions.nil? && @retain_repo_versions < 1
112
- invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
113
- end
114
-
115
115
  invalid_properties
116
116
  end
117
117
 
118
118
  # Check to see if the all the properties in the model are valid
119
119
  # @return true if the model is valid
120
120
  def valid?
121
+ return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
121
122
  return false if !@name.nil? && @name.to_s.length < 1
122
123
  return false if !@description.nil? && @description.to_s.length < 1
123
- return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
124
124
  true
125
125
  end
126
126
 
127
+ # Custom attribute writer method with validation
128
+ # @param [Object] retain_repo_versions Value to be assigned
129
+ def retain_repo_versions=(retain_repo_versions)
130
+ if !retain_repo_versions.nil? && retain_repo_versions < 1
131
+ fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
132
+ end
133
+
134
+ @retain_repo_versions = retain_repo_versions
135
+ end
136
+
127
137
  # Custom attribute writer method with validation
128
138
  # @param [Object] name Value to be assigned
129
139
  def name=(name)
@@ -144,26 +154,16 @@ module PulpContainerClient
144
154
  @description = description
145
155
  end
146
156
 
147
- # Custom attribute writer method with validation
148
- # @param [Object] retain_repo_versions Value to be assigned
149
- def retain_repo_versions=(retain_repo_versions)
150
- if !retain_repo_versions.nil? && retain_repo_versions < 1
151
- fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
152
- end
153
-
154
- @retain_repo_versions = retain_repo_versions
155
- end
156
-
157
157
  # Checks equality by comparing each attribute.
158
158
  # @param [Object] Object to be compared
159
159
  def ==(o)
160
160
  return true if self.equal?(o)
161
161
  self.class == o.class &&
162
- name == o.name &&
163
162
  pulp_labels == o.pulp_labels &&
164
- description == o.description &&
165
163
  retain_repo_versions == o.retain_repo_versions &&
166
- manifest_signing_service == o.manifest_signing_service
164
+ name == o.name &&
165
+ manifest_signing_service == o.manifest_signing_service &&
166
+ description == o.description
167
167
  end
168
168
 
169
169
  # @see the `==` method
@@ -175,7 +175,7 @@ module PulpContainerClient
175
175
  # Calculates hash code according to all attributes.
176
176
  # @return [Integer] Hash code
177
177
  def hash
178
- [name, pulp_labels, description, retain_repo_versions, manifest_signing_service].hash
178
+ [pulp_labels, retain_repo_versions, name, manifest_signing_service, description].hash
179
179
  end
180
180
 
181
181
  # Builds the object from hash
@@ -39,13 +39,13 @@ module PulpContainerClient
39
39
  # The username to authenticte to the proxy.
40
40
  attr_accessor :proxy_username
41
41
 
42
- # The password to authenticte to the proxy.
42
+ # The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed.
43
43
  attr_accessor :proxy_password
44
44
 
45
45
  # The username to be used for authentication when syncing.
46
46
  attr_accessor :username
47
47
 
48
- # The password to be used for authentication when syncing.
48
+ # The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed.
49
49
  attr_accessor :password
50
50
 
51
51
  attr_accessor :pulp_labels
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpContainerClient
14
- VERSION = '2.12.3'
14
+ VERSION = '2.13.0'
15
15
  end
@@ -21,13 +21,13 @@ Gem::Specification.new do |s|
21
21
  s.platform = Gem::Platform::RUBY
22
22
  s.authors = ["OpenAPI-Generator"]
23
23
  s.email = ["pulp-list@redhat.com"]
24
- s.homepage = "https://github.com/pulp/pulp_container"
24
+ s.homepage = "https://openapi-generator.tech"
25
25
  s.summary = "Pulp 3 API Ruby Gem"
26
26
  s.description = "Fetch, Upload, Organize, and Distribute Software Packages"
27
- s.license = 'GPLv2+'
27
+ s.license = 'GPL-2.0+'
28
28
  s.required_ruby_version = ">= 1.9"
29
29
 
30
- s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 2.0'
30
+ s.add_runtime_dependency 'faraday', '~> 0.17', '< 1.9.0'
31
31
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
32
32
 
33
33
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
@@ -40,7 +40,7 @@ describe 'ContentBlobsApi' do
40
40
  # @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
41
41
  # @option opts [Integer] :limit Number of results to return per page.
42
42
  # @option opts [Integer] :offset The initial index from which to return the results.
43
- # @option opts [String] :ordering Which field to use when ordering the results.
43
+ # @option opts [Array<String>] :ordering Ordering
44
44
  # @option opts [String] :repository_version Repository Version referenced by HREF
45
45
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
46
46
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -41,7 +41,7 @@ describe 'ContentManifestsApi' do
41
41
  # @option opts [Integer] :limit Number of results to return per page.
42
42
  # @option opts [Array<String>] :media_type
43
43
  # @option opts [Integer] :offset The initial index from which to return the results.
44
- # @option opts [String] :ordering Which field to use when ordering the results.
44
+ # @option opts [Array<String>] :ordering Ordering
45
45
  # @option opts [String] :repository_version Repository Version referenced by HREF
46
46
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
47
47
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -48,7 +48,7 @@ describe 'ContentSignaturesApi' do
48
48
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
49
49
  # @option opts [String] :name__startswith Filter results where name starts with value
50
50
  # @option opts [Integer] :offset The initial index from which to return the results.
51
- # @option opts [String] :ordering Which field to use when ordering the results.
51
+ # @option opts [Array<String>] :ordering Ordering
52
52
  # @option opts [String] :repository_version Repository Version referenced by HREF
53
53
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
54
54
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -42,7 +42,7 @@ describe 'ContentTagsApi' do
42
42
  # @option opts [String] :name Filter results where name matches value
43
43
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
44
44
  # @option opts [Integer] :offset The initial index from which to return the results.
45
- # @option opts [String] :ordering Which field to use when ordering the results.
45
+ # @option opts [Array<String>] :ordering Ordering
46
46
  # @option opts [String] :repository_version Repository Version referenced by HREF
47
47
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
48
48
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -84,7 +84,7 @@ describe 'DistributionsContainerApi' do
84
84
  # @option opts [String] :name__startswith Filter results where name starts with value
85
85
  # @option opts [String] :namespace__name
86
86
  # @option opts [Integer] :offset The initial index from which to return the results.
87
- # @option opts [String] :ordering Which field to use when ordering the results.
87
+ # @option opts [Array<String>] :ordering Ordering
88
88
  # @option opts [String] :pulp_label_select Filter labels by search string
89
89
  # @option opts [String] :fields A list of fields to include in the response.
90
90
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
@@ -79,7 +79,7 @@ describe 'PulpContainerNamespacesApi' do
79
79
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
80
80
  # @option opts [String] :name__startswith Filter results where name starts with value
81
81
  # @option opts [Integer] :offset The initial index from which to return the results.
82
- # @option opts [String] :ordering Which field to use when ordering the results.
82
+ # @option opts [Array<String>] :ordering Ordering
83
83
  # @option opts [String] :fields A list of fields to include in the response.
84
84
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
85
85
  # @return [PaginatedcontainerContainerNamespaceResponseList]
@@ -79,7 +79,7 @@ describe 'RemotesContainerApi' do
79
79
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
80
80
  # @option opts [String] :name__startswith Filter results where name starts with value
81
81
  # @option opts [Integer] :offset The initial index from which to return the results.
82
- # @option opts [String] :ordering Which field to use when ordering the results.
82
+ # @option opts [Array<String>] :ordering Ordering
83
83
  # @option opts [String] :pulp_label_select Filter labels by search string
84
84
  # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
85
85
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
@@ -62,8 +62,8 @@ describe 'RepositoriesContainerApi' do
62
62
  # Trigger an asynchronous task to build an OCI image from a Containerfile. A new repository version is created with the new image and tag. This API is tech preview in Pulp Container 1.1. Backwards compatibility when upgrading is not guaranteed.
63
63
  # @param container_container_repository_href
64
64
  # @param [Hash] opts the optional parameters
65
- # @option opts [String] :containerfile_artifact Artifact representing the Containerfile that should be used to run buildah.
66
- # @option opts [File] :containerfile An uploaded Containerfile that should be used to run buildah.
65
+ # @option opts [String] :containerfile_artifact Artifact representing the Containerfile that should be used to run podman-build.
66
+ # @option opts [File] :containerfile An uploaded Containerfile that should be used to run podman-build.
67
67
  # @option opts [String] :tag A tag name for the new image being built.
68
68
  # @option opts [Object] :artifacts A JSON string where each key is an artifact href and the value is it&#39;s relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile.
69
69
  # @return [AsyncOperationResponse]
@@ -134,7 +134,7 @@ describe 'RepositoriesContainerApi' do
134
134
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
135
135
  # @option opts [String] :name__startswith Filter results where name starts with value
136
136
  # @option opts [Integer] :offset The initial index from which to return the results.
137
- # @option opts [String] :ordering Which field to use when ordering the results.
137
+ # @option opts [Array<String>] :ordering Ordering
138
138
  # @option opts [String] :pulp_label_select Filter labels by search string
139
139
  # @option opts [String] :fields A list of fields to include in the response.
140
140
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
@@ -55,7 +55,7 @@ describe 'RepositoriesContainerPushApi' do
55
55
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
56
56
  # @option opts [String] :name__startswith Filter results where name starts with value
57
57
  # @option opts [Integer] :offset The initial index from which to return the results.
58
- # @option opts [String] :ordering Which field to use when ordering the results.
58
+ # @option opts [Array<String>] :ordering Ordering
59
59
  # @option opts [String] :pulp_label_select Filter labels by search string
60
60
  # @option opts [String] :fields A list of fields to include in the response.
61
61
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
@@ -59,7 +59,7 @@ describe 'RepositoriesContainerPushVersionsApi' do
59
59
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
60
60
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
61
61
  # @option opts [Integer] :offset The initial index from which to return the results.
62
- # @option opts [String] :ordering Which field to use when ordering the results.
62
+ # @option opts [Array<String>] :ordering Ordering
63
63
  # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
64
64
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
65
65
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
@@ -59,7 +59,7 @@ describe 'RepositoriesContainerVersionsApi' do
59
59
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
60
60
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
61
61
  # @option opts [Integer] :offset The initial index from which to return the results.
62
- # @option opts [String] :ordering Which field to use when ordering the results.
62
+ # @option opts [Array<String>] :ordering Ordering
63
63
  # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
64
64
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
65
65
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
@@ -32,43 +32,43 @@ describe 'ContainerContainerDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "name"' do
35
+ describe 'test attribute "pulp_created"' 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_href"' 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 "repository"' 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
57
57
  end
58
58
 
59
- describe 'test attribute "base_path"' do
59
+ describe 'test attribute "content_guard"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "repository"' do
65
+ describe 'test attribute "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
69
69
  end
70
70
 
71
- describe 'test attribute "pulp_created"' do
71
+ describe 'test attribute "base_path"' 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
@@ -32,31 +32,31 @@ describe 'ContainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "name"' do
35
+ describe 'test attribute "pulp_labels"' 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 "repository"' 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 "content_guard"' do
47
+ describe 'test attribute "name"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "base_path"' do
53
+ describe 'test attribute "content_guard"' 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 "repository"' do
59
+ describe 'test attribute "base_path"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
@@ -32,55 +32,55 @@ describe 'ContainerContainerPushRepositoryResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepositoryResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "versions_href"' do
35
+ describe 'test attribute "pulp_created"' 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 "name"' 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_href"' do
47
+ describe 'test attribute "retain_repo_versions"' 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 "pulp_labels"' 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 "latest_version_href"' do
59
+ describe 'test attribute "manifest_signing_service"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "description"' do
65
+ describe 'test attribute "latest_version_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
69
69
  end
70
70
 
71
- describe 'test attribute "pulp_created"' do
71
+ describe 'test attribute "description"' 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 "retain_repo_versions"' do
77
+ describe 'test attribute "versions_href"' 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 "manifest_signing_service"' do
83
+ describe 'test attribute "pulp_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 "name"' do
35
+ describe 'test attribute "pulp_labels"' 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 "retain_repo_versions"' 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 "description"' do
47
+ describe 'test attribute "name"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "retain_repo_versions"' do
53
+ describe 'test attribute "manifest_signing_service"' 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 "manifest_signing_service"' 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