pulp_container_client 2.27.10 → 2.27.12

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 (34) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -6
  3. data/docs/ContainerContainerDistribution.md +6 -6
  4. data/docs/ContainerContainerDistributionResponse.md +14 -14
  5. data/docs/ContainerContainerPullThroughDistribution.md +7 -7
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +15 -15
  7. data/docs/ContainerContainerPushRepository.md +6 -6
  8. data/docs/ContainerContainerPushRepositoryResponse.md +17 -17
  9. data/docs/DistributionsPullThroughApi.md +10 -10
  10. data/docs/PatchedcontainerContainerDistribution.md +6 -6
  11. data/docs/PatchedcontainerContainerPullThroughDistribution.md +7 -7
  12. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  13. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +4 -8
  14. data/lib/pulp_container_client/models/container_container_distribution.rb +28 -28
  15. data/lib/pulp_container_client/models/container_container_distribution_response.rb +59 -59
  16. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +29 -29
  17. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +60 -60
  18. data/lib/pulp_container_client/models/container_container_push_repository.rb +54 -54
  19. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +79 -79
  20. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +26 -26
  21. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +27 -27
  22. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +54 -54
  23. data/lib/pulp_container_client/version.rb +1 -1
  24. data/spec/api/distributions_pull_through_api_spec.rb +2 -4
  25. data/spec/models/container_container_distribution_response_spec.rb +12 -12
  26. data/spec/models/container_container_distribution_spec.rb +4 -4
  27. data/spec/models/container_container_pull_through_distribution_response_spec.rb +12 -12
  28. data/spec/models/container_container_pull_through_distribution_spec.rb +4 -4
  29. data/spec/models/container_container_push_repository_response_spec.rb +12 -12
  30. data/spec/models/container_container_push_repository_spec.rb +5 -5
  31. data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
  32. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +4 -4
  33. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  34. metadata +62 -62
@@ -16,21 +16,21 @@ require 'time'
16
16
  module PulpContainerClient
17
17
  # A serializer for a specialized pull-through distribution referencing sub-distributions.
18
18
  class PatchedcontainerContainerPullThroughDistribution
19
- attr_accessor :pulp_labels
19
+ # An optional content-guard. If none is specified, a default one will be used.
20
+ attr_accessor :content_guard
20
21
 
21
22
  # Whether this distribution should be shown in the content app.
22
23
  attr_accessor :hidden
23
24
 
24
- # An optional content-guard. If none is specified, a default one will be used.
25
- attr_accessor :content_guard
25
+ # A unique name. Ex, `rawhide` and `stable`.
26
+ attr_accessor :name
27
+
28
+ attr_accessor :pulp_labels
26
29
 
27
30
  # The latest RepositoryVersion for this Repository will be served.
28
31
  attr_accessor :repository
29
32
 
30
- # A unique name. Ex, `rawhide` and `stable`.
31
- attr_accessor :name
32
-
33
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
33
+ # The registry path exposed by this pull-through distribution.
34
34
  attr_accessor :base_path
35
35
 
36
36
  # RepositoryVersion to be served
@@ -51,11 +51,11 @@ module PulpContainerClient
51
51
  # Attribute mapping from ruby-style variable name to JSON key.
52
52
  def self.attribute_map
53
53
  {
54
- :'pulp_labels' => :'pulp_labels',
55
- :'hidden' => :'hidden',
56
54
  :'content_guard' => :'content_guard',
57
- :'repository' => :'repository',
55
+ :'hidden' => :'hidden',
58
56
  :'name' => :'name',
57
+ :'pulp_labels' => :'pulp_labels',
58
+ :'repository' => :'repository',
59
59
  :'base_path' => :'base_path',
60
60
  :'repository_version' => :'repository_version',
61
61
  :'remote' => :'remote',
@@ -73,11 +73,11 @@ module PulpContainerClient
73
73
  # Attribute type mapping.
74
74
  def self.openapi_types
75
75
  {
76
- :'pulp_labels' => :'Hash<String, String>',
77
- :'hidden' => :'Boolean',
78
76
  :'content_guard' => :'String',
79
- :'repository' => :'String',
77
+ :'hidden' => :'Boolean',
80
78
  :'name' => :'String',
79
+ :'pulp_labels' => :'Hash<String, String>',
80
+ :'repository' => :'String',
81
81
  :'base_path' => :'String',
82
82
  :'repository_version' => :'String',
83
83
  :'remote' => :'String',
@@ -111,10 +111,8 @@ module PulpContainerClient
111
111
  h[k.to_sym] = v
112
112
  }
113
113
 
114
- if attributes.key?(:'pulp_labels')
115
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
116
- self.pulp_labels = value
117
- end
114
+ if attributes.key?(:'content_guard')
115
+ self.content_guard = attributes[:'content_guard']
118
116
  end
119
117
 
120
118
  if attributes.key?(:'hidden')
@@ -123,16 +121,18 @@ module PulpContainerClient
123
121
  self.hidden = false
124
122
  end
125
123
 
126
- if attributes.key?(:'content_guard')
127
- self.content_guard = attributes[:'content_guard']
124
+ if attributes.key?(:'name')
125
+ self.name = attributes[:'name']
128
126
  end
129
127
 
130
- if attributes.key?(:'repository')
131
- self.repository = attributes[:'repository']
128
+ if attributes.key?(:'pulp_labels')
129
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
130
+ self.pulp_labels = value
131
+ end
132
132
  end
133
133
 
134
- if attributes.key?(:'name')
135
- self.name = attributes[:'name']
134
+ if attributes.key?(:'repository')
135
+ self.repository = attributes[:'repository']
136
136
  end
137
137
 
138
138
  if attributes.key?(:'base_path')
@@ -235,11 +235,11 @@ module PulpContainerClient
235
235
  def ==(o)
236
236
  return true if self.equal?(o)
237
237
  self.class == o.class &&
238
- pulp_labels == o.pulp_labels &&
239
- hidden == o.hidden &&
240
238
  content_guard == o.content_guard &&
241
- repository == o.repository &&
239
+ hidden == o.hidden &&
242
240
  name == o.name &&
241
+ pulp_labels == o.pulp_labels &&
242
+ repository == o.repository &&
243
243
  base_path == o.base_path &&
244
244
  repository_version == o.repository_version &&
245
245
  remote == o.remote &&
@@ -257,7 +257,7 @@ module PulpContainerClient
257
257
  # Calculates hash code according to all attributes.
258
258
  # @return [Integer] Hash code
259
259
  def hash
260
- [pulp_labels, hidden, content_guard, repository, name, base_path, repository_version, remote, distributions, private, description].hash
260
+ [content_guard, hidden, name, pulp_labels, repository, base_path, repository_version, remote, distributions, private, description].hash
261
261
  end
262
262
 
263
263
  # Builds the object from hash
@@ -16,32 +16,32 @@ require 'time'
16
16
  module PulpContainerClient
17
17
  # Serializer for Container Push Repositories.
18
18
  class PatchedcontainerContainerPushRepository
19
+ # An optional description.
20
+ attr_accessor :description
21
+
19
22
  # A reference to an associated signing service.
20
23
  attr_accessor :manifest_signing_service
21
24
 
22
- attr_accessor :pulp_labels
23
-
24
25
  # Retain X versions of the repository. Default is null which retains all versions.
25
26
  attr_accessor :retain_repo_versions
26
27
 
27
- # Retain X checkpoint publications for the repository. Default is null which retains all checkpoints.
28
- attr_accessor :retain_checkpoints
29
-
30
28
  # A unique name for this repository.
31
29
  attr_accessor :name
32
30
 
33
- # An optional description.
34
- attr_accessor :description
31
+ attr_accessor :pulp_labels
32
+
33
+ # Retain X checkpoint publications for the repository. Default is null which retains all checkpoints.
34
+ attr_accessor :retain_checkpoints
35
35
 
36
36
  # Attribute mapping from ruby-style variable name to JSON key.
37
37
  def self.attribute_map
38
38
  {
39
+ :'description' => :'description',
39
40
  :'manifest_signing_service' => :'manifest_signing_service',
40
- :'pulp_labels' => :'pulp_labels',
41
41
  :'retain_repo_versions' => :'retain_repo_versions',
42
- :'retain_checkpoints' => :'retain_checkpoints',
43
42
  :'name' => :'name',
44
- :'description' => :'description'
43
+ :'pulp_labels' => :'pulp_labels',
44
+ :'retain_checkpoints' => :'retain_checkpoints'
45
45
  }
46
46
  end
47
47
 
@@ -53,22 +53,22 @@ module PulpContainerClient
53
53
  # Attribute type mapping.
54
54
  def self.openapi_types
55
55
  {
56
+ :'description' => :'String',
56
57
  :'manifest_signing_service' => :'String',
57
- :'pulp_labels' => :'Hash<String, String>',
58
58
  :'retain_repo_versions' => :'Integer',
59
- :'retain_checkpoints' => :'Integer',
60
59
  :'name' => :'String',
61
- :'description' => :'String'
60
+ :'pulp_labels' => :'Hash<String, String>',
61
+ :'retain_checkpoints' => :'Integer'
62
62
  }
63
63
  end
64
64
 
65
65
  # List of attributes with nullable: true
66
66
  def self.openapi_nullable
67
67
  Set.new([
68
+ :'description',
68
69
  :'manifest_signing_service',
69
70
  :'retain_repo_versions',
70
- :'retain_checkpoints',
71
- :'description'
71
+ :'retain_checkpoints'
72
72
  ])
73
73
  end
74
74
 
@@ -87,30 +87,30 @@ module PulpContainerClient
87
87
  h[k.to_sym] = v
88
88
  }
89
89
 
90
- if attributes.key?(:'manifest_signing_service')
91
- self.manifest_signing_service = attributes[:'manifest_signing_service']
90
+ if attributes.key?(:'description')
91
+ self.description = attributes[:'description']
92
92
  end
93
93
 
94
- if attributes.key?(:'pulp_labels')
95
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
96
- self.pulp_labels = value
97
- end
94
+ if attributes.key?(:'manifest_signing_service')
95
+ self.manifest_signing_service = attributes[:'manifest_signing_service']
98
96
  end
99
97
 
100
98
  if attributes.key?(:'retain_repo_versions')
101
99
  self.retain_repo_versions = attributes[:'retain_repo_versions']
102
100
  end
103
101
 
104
- if attributes.key?(:'retain_checkpoints')
105
- self.retain_checkpoints = attributes[:'retain_checkpoints']
106
- end
107
-
108
102
  if attributes.key?(:'name')
109
103
  self.name = attributes[:'name']
110
104
  end
111
105
 
112
- if attributes.key?(:'description')
113
- self.description = attributes[:'description']
106
+ if attributes.key?(:'pulp_labels')
107
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
108
+ self.pulp_labels = value
109
+ end
110
+ end
111
+
112
+ if attributes.key?(:'retain_checkpoints')
113
+ self.retain_checkpoints = attributes[:'retain_checkpoints']
114
114
  end
115
115
  end
116
116
 
@@ -119,20 +119,20 @@ module PulpContainerClient
119
119
  def list_invalid_properties
120
120
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
121
121
  invalid_properties = Array.new
122
- if !@retain_repo_versions.nil? && @retain_repo_versions < 1
123
- invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
122
+ if !@description.nil? && @description.to_s.length < 1
123
+ invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
124
124
  end
125
125
 
126
- if !@retain_checkpoints.nil? && @retain_checkpoints < 1
127
- invalid_properties.push('invalid value for "retain_checkpoints", must be greater than or equal to 1.')
126
+ if !@retain_repo_versions.nil? && @retain_repo_versions < 1
127
+ invalid_properties.push('invalid value for "retain_repo_versions", must be greater than or equal to 1.')
128
128
  end
129
129
 
130
130
  if !@name.nil? && @name.to_s.length < 1
131
131
  invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
132
132
  end
133
133
 
134
- if !@description.nil? && @description.to_s.length < 1
135
- invalid_properties.push('invalid value for "description", the character length must be great than or equal to 1.')
134
+ if !@retain_checkpoints.nil? && @retain_checkpoints < 1
135
+ invalid_properties.push('invalid value for "retain_checkpoints", must be greater than or equal to 1.')
136
136
  end
137
137
 
138
138
  invalid_properties
@@ -142,31 +142,31 @@ module PulpContainerClient
142
142
  # @return true if the model is valid
143
143
  def valid?
144
144
  warn '[DEPRECATED] the `valid?` method is obsolete'
145
+ return false if !@description.nil? && @description.to_s.length < 1
145
146
  return false if !@retain_repo_versions.nil? && @retain_repo_versions < 1
146
- return false if !@retain_checkpoints.nil? && @retain_checkpoints < 1
147
147
  return false if !@name.nil? && @name.to_s.length < 1
148
- return false if !@description.nil? && @description.to_s.length < 1
148
+ return false if !@retain_checkpoints.nil? && @retain_checkpoints < 1
149
149
  true
150
150
  end
151
151
 
152
152
  # Custom attribute writer method with validation
153
- # @param [Object] retain_repo_versions Value to be assigned
154
- def retain_repo_versions=(retain_repo_versions)
155
- if !retain_repo_versions.nil? && retain_repo_versions < 1
156
- fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
153
+ # @param [Object] description Value to be assigned
154
+ def description=(description)
155
+ if !description.nil? && description.to_s.length < 1
156
+ fail ArgumentError, 'invalid value for "description", the character length must be great than or equal to 1.'
157
157
  end
158
158
 
159
- @retain_repo_versions = retain_repo_versions
159
+ @description = description
160
160
  end
161
161
 
162
162
  # Custom attribute writer method with validation
163
- # @param [Object] retain_checkpoints Value to be assigned
164
- def retain_checkpoints=(retain_checkpoints)
165
- if !retain_checkpoints.nil? && retain_checkpoints < 1
166
- fail ArgumentError, 'invalid value for "retain_checkpoints", must be greater than or equal to 1.'
163
+ # @param [Object] retain_repo_versions Value to be assigned
164
+ def retain_repo_versions=(retain_repo_versions)
165
+ if !retain_repo_versions.nil? && retain_repo_versions < 1
166
+ fail ArgumentError, 'invalid value for "retain_repo_versions", must be greater than or equal to 1.'
167
167
  end
168
168
 
169
- @retain_checkpoints = retain_checkpoints
169
+ @retain_repo_versions = retain_repo_versions
170
170
  end
171
171
 
172
172
  # Custom attribute writer method with validation
@@ -184,13 +184,13 @@ module PulpContainerClient
184
184
  end
185
185
 
186
186
  # Custom attribute writer method with validation
187
- # @param [Object] description Value to be assigned
188
- def description=(description)
189
- if !description.nil? && description.to_s.length < 1
190
- fail ArgumentError, 'invalid value for "description", the character length must be great than or equal to 1.'
187
+ # @param [Object] retain_checkpoints Value to be assigned
188
+ def retain_checkpoints=(retain_checkpoints)
189
+ if !retain_checkpoints.nil? && retain_checkpoints < 1
190
+ fail ArgumentError, 'invalid value for "retain_checkpoints", must be greater than or equal to 1.'
191
191
  end
192
192
 
193
- @description = description
193
+ @retain_checkpoints = retain_checkpoints
194
194
  end
195
195
 
196
196
  # Checks equality by comparing each attribute.
@@ -198,12 +198,12 @@ module PulpContainerClient
198
198
  def ==(o)
199
199
  return true if self.equal?(o)
200
200
  self.class == o.class &&
201
+ description == o.description &&
201
202
  manifest_signing_service == o.manifest_signing_service &&
202
- pulp_labels == o.pulp_labels &&
203
203
  retain_repo_versions == o.retain_repo_versions &&
204
- retain_checkpoints == o.retain_checkpoints &&
205
204
  name == o.name &&
206
- description == o.description
205
+ pulp_labels == o.pulp_labels &&
206
+ retain_checkpoints == o.retain_checkpoints
207
207
  end
208
208
 
209
209
  # @see the `==` method
@@ -215,7 +215,7 @@ module PulpContainerClient
215
215
  # Calculates hash code according to all attributes.
216
216
  # @return [Integer] Hash code
217
217
  def hash
218
- [manifest_signing_service, pulp_labels, retain_repo_versions, retain_checkpoints, name, description].hash
218
+ [description, manifest_signing_service, retain_repo_versions, name, pulp_labels, retain_checkpoints].hash
219
219
  end
220
220
 
221
221
  # Builds the object from hash
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpContainerClient
14
- VERSION = '2.27.10'
14
+ VERSION = '2.27.12'
15
15
  end
@@ -185,8 +185,7 @@ describe 'DistributionsPullThroughApi' do
185
185
  end
186
186
 
187
187
  # unit tests for set_label
188
- # Set a label
189
- # Set a single pulp_label on the object to a specific value or null.
188
+ # Prevent clients from changing the internal pull-through marker.
190
189
  # @param container_container_pull_through_distribution_href
191
190
  # @param set_label
192
191
  # @param [Hash] opts the optional parameters
@@ -199,8 +198,7 @@ describe 'DistributionsPullThroughApi' do
199
198
  end
200
199
 
201
200
  # unit tests for unset_label
202
- # Unset a label
203
- # Unset a single pulp_label on the object.
201
+ # Prevent clients from removing the internal pull-through marker.
204
202
  # @param container_container_pull_through_distribution_href
205
203
  # @param unset_label
206
204
  # @param [Hash] opts the optional parameters
@@ -27,37 +27,37 @@ describe PulpContainerClient::ContainerContainerDistributionResponse do
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "pulp_labels"' do
30
+ describe 'test attribute "pulp_href"' do
31
31
  it 'should work' do
32
32
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "hidden"' do
36
+ describe 'test attribute "pulp_created"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "pulp_href"' do
42
+ describe 'test attribute "content_guard"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "content_guard_prn"' do
48
+ describe 'test attribute "hidden"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "content_guard"' do
54
+ describe 'test attribute "prn"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
58
58
  end
59
59
 
60
- describe 'test attribute "repository"' do
60
+ describe 'test attribute "content_guard_prn"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
@@ -69,37 +69,37 @@ describe PulpContainerClient::ContainerContainerDistributionResponse do
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "prn"' do
72
+ describe 'test attribute "pulp_labels"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "base_path"' do
78
+ describe 'test attribute "repository"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "pulp_created"' do
84
+ describe 'test attribute "base_path"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "pulp_last_updated"' do
90
+ describe 'test attribute "repository_version"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "no_content_change_since"' do
96
+ describe 'test attribute "pulp_last_updated"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
100
100
  end
101
101
 
102
- describe 'test attribute "repository_version"' do
102
+ describe 'test attribute "no_content_change_since"' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
105
  end
@@ -27,7 +27,7 @@ describe PulpContainerClient::ContainerContainerDistribution do
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "pulp_labels"' do
30
+ describe 'test attribute "content_guard"' do
31
31
  it 'should work' do
32
32
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
33
  end
@@ -39,19 +39,19 @@ describe PulpContainerClient::ContainerContainerDistribution do
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "content_guard"' do
42
+ describe 'test attribute "name"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "repository"' do
48
+ describe 'test attribute "pulp_labels"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "name"' do
54
+ describe 'test attribute "repository"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
@@ -27,37 +27,37 @@ describe PulpContainerClient::ContainerContainerPullThroughDistributionResponse
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "pulp_labels"' do
30
+ describe 'test attribute "pulp_href"' do
31
31
  it 'should work' do
32
32
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "hidden"' do
36
+ describe 'test attribute "pulp_created"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "pulp_href"' do
42
+ describe 'test attribute "content_guard"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "content_guard_prn"' do
48
+ describe 'test attribute "hidden"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "content_guard"' do
54
+ describe 'test attribute "prn"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
58
58
  end
59
59
 
60
- describe 'test attribute "repository"' do
60
+ describe 'test attribute "content_guard_prn"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
@@ -69,37 +69,37 @@ describe PulpContainerClient::ContainerContainerPullThroughDistributionResponse
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "prn"' do
72
+ describe 'test attribute "pulp_labels"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "base_path"' do
78
+ describe 'test attribute "repository"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "pulp_created"' do
84
+ describe 'test attribute "base_path"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "pulp_last_updated"' do
90
+ describe 'test attribute "repository_version"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "no_content_change_since"' do
96
+ describe 'test attribute "pulp_last_updated"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
100
100
  end
101
101
 
102
- describe 'test attribute "repository_version"' do
102
+ describe 'test attribute "no_content_change_since"' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
105
  end
@@ -27,7 +27,7 @@ describe PulpContainerClient::ContainerContainerPullThroughDistribution do
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "pulp_labels"' do
30
+ describe 'test attribute "content_guard"' do
31
31
  it 'should work' do
32
32
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
33
  end
@@ -39,19 +39,19 @@ describe PulpContainerClient::ContainerContainerPullThroughDistribution do
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "content_guard"' do
42
+ describe 'test attribute "name"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "repository"' do
48
+ describe 'test attribute "pulp_labels"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "name"' do
54
+ describe 'test attribute "repository"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end