pulp_container_client 2.8.5 → 2.8.8

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 (26) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContainerContainerDistribution.md +5 -5
  4. data/docs/ContainerContainerDistributionResponse.md +8 -8
  5. data/docs/ContainerContainerPushRepository.md +3 -3
  6. data/docs/ContainerContainerPushRepositoryResponse.md +11 -11
  7. data/docs/PatchedcontainerContainerDistribution.md +5 -5
  8. data/docs/PatchedcontainerContainerPushRepository.md +3 -3
  9. data/lib/pulp_container_client/api_client.rb +2 -5
  10. data/lib/pulp_container_client/configuration.rb +1 -0
  11. data/lib/pulp_container_client/models/container_container_distribution.rb +20 -20
  12. data/lib/pulp_container_client/models/container_container_distribution_response.rb +33 -33
  13. data/lib/pulp_container_client/models/container_container_push_repository.rb +10 -10
  14. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +38 -38
  15. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +20 -20
  16. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +10 -10
  17. data/lib/pulp_container_client/version.rb +1 -1
  18. data/pulp_container_client.gemspec +3 -3
  19. data/spec/models/container_container_distribution_response_spec.rb +7 -7
  20. data/spec/models/container_container_distribution_spec.rb +4 -4
  21. data/spec/models/container_container_push_repository_response_spec.rb +8 -8
  22. data/spec/models/container_container_push_repository_spec.rb +3 -3
  23. data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
  24. data/spec/models/patchedcontainer_container_push_repository_spec.rb +3 -3
  25. metadata +52 -53
  26. data/git_push.sh +0 -58
@@ -15,51 +15,51 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class ContainerContainerPushRepositoryResponse
18
- attr_accessor :pulp_labels
18
+ attr_accessor :latest_version_href
19
19
 
20
- attr_accessor :pulp_href
20
+ # Timestamp of creation.
21
+ attr_accessor :pulp_created
22
+
23
+ attr_accessor :versions_href
21
24
 
22
25
  # 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.
23
26
  attr_accessor :retain_repo_versions
24
27
 
25
- attr_accessor :versions_href
28
+ attr_accessor :pulp_href
26
29
 
27
30
  # An optional description.
28
31
  attr_accessor :description
29
32
 
30
- attr_accessor :latest_version_href
33
+ attr_accessor :pulp_labels
31
34
 
32
35
  # A unique name for this repository.
33
36
  attr_accessor :name
34
37
 
35
- # Timestamp of creation.
36
- attr_accessor :pulp_created
37
-
38
38
  # Attribute mapping from ruby-style variable name to JSON key.
39
39
  def self.attribute_map
40
40
  {
41
- :'pulp_labels' => :'pulp_labels',
42
- :'pulp_href' => :'pulp_href',
43
- :'retain_repo_versions' => :'retain_repo_versions',
41
+ :'latest_version_href' => :'latest_version_href',
42
+ :'pulp_created' => :'pulp_created',
44
43
  :'versions_href' => :'versions_href',
44
+ :'retain_repo_versions' => :'retain_repo_versions',
45
+ :'pulp_href' => :'pulp_href',
45
46
  :'description' => :'description',
46
- :'latest_version_href' => :'latest_version_href',
47
- :'name' => :'name',
48
- :'pulp_created' => :'pulp_created'
47
+ :'pulp_labels' => :'pulp_labels',
48
+ :'name' => :'name'
49
49
  }
50
50
  end
51
51
 
52
52
  # Attribute type mapping.
53
53
  def self.openapi_types
54
54
  {
55
- :'pulp_labels' => :'Object',
56
- :'pulp_href' => :'String',
57
- :'retain_repo_versions' => :'Integer',
55
+ :'latest_version_href' => :'String',
56
+ :'pulp_created' => :'DateTime',
58
57
  :'versions_href' => :'String',
58
+ :'retain_repo_versions' => :'Integer',
59
+ :'pulp_href' => :'String',
59
60
  :'description' => :'String',
60
- :'latest_version_href' => :'String',
61
- :'name' => :'String',
62
- :'pulp_created' => :'DateTime'
61
+ :'pulp_labels' => :'Object',
62
+ :'name' => :'String'
63
63
  }
64
64
  end
65
65
 
@@ -86,37 +86,37 @@ module PulpContainerClient
86
86
  h[k.to_sym] = v
87
87
  }
88
88
 
89
- if attributes.key?(:'pulp_labels')
90
- self.pulp_labels = attributes[:'pulp_labels']
89
+ if attributes.key?(:'latest_version_href')
90
+ self.latest_version_href = attributes[:'latest_version_href']
91
91
  end
92
92
 
93
- if attributes.key?(:'pulp_href')
94
- self.pulp_href = attributes[:'pulp_href']
93
+ if attributes.key?(:'pulp_created')
94
+ self.pulp_created = attributes[:'pulp_created']
95
+ end
96
+
97
+ if attributes.key?(:'versions_href')
98
+ self.versions_href = attributes[:'versions_href']
95
99
  end
96
100
 
97
101
  if attributes.key?(:'retain_repo_versions')
98
102
  self.retain_repo_versions = attributes[:'retain_repo_versions']
99
103
  end
100
104
 
101
- if attributes.key?(:'versions_href')
102
- self.versions_href = attributes[:'versions_href']
105
+ if attributes.key?(:'pulp_href')
106
+ self.pulp_href = attributes[:'pulp_href']
103
107
  end
104
108
 
105
109
  if attributes.key?(:'description')
106
110
  self.description = attributes[:'description']
107
111
  end
108
112
 
109
- if attributes.key?(:'latest_version_href')
110
- self.latest_version_href = attributes[:'latest_version_href']
113
+ if attributes.key?(:'pulp_labels')
114
+ self.pulp_labels = attributes[:'pulp_labels']
111
115
  end
112
116
 
113
117
  if attributes.key?(:'name')
114
118
  self.name = attributes[:'name']
115
119
  end
116
-
117
- if attributes.key?(:'pulp_created')
118
- self.pulp_created = attributes[:'pulp_created']
119
- end
120
120
  end
121
121
 
122
122
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -157,14 +157,14 @@ module PulpContainerClient
157
157
  def ==(o)
158
158
  return true if self.equal?(o)
159
159
  self.class == o.class &&
160
- pulp_labels == o.pulp_labels &&
161
- pulp_href == o.pulp_href &&
162
- retain_repo_versions == o.retain_repo_versions &&
160
+ latest_version_href == o.latest_version_href &&
161
+ pulp_created == o.pulp_created &&
163
162
  versions_href == o.versions_href &&
163
+ retain_repo_versions == o.retain_repo_versions &&
164
+ pulp_href == o.pulp_href &&
164
165
  description == o.description &&
165
- latest_version_href == o.latest_version_href &&
166
- name == o.name &&
167
- pulp_created == o.pulp_created
166
+ pulp_labels == o.pulp_labels &&
167
+ name == o.name
168
168
  end
169
169
 
170
170
  # @see the `==` method
@@ -176,7 +176,7 @@ module PulpContainerClient
176
176
  # Calculates hash code according to all attributes.
177
177
  # @return [Integer] Hash code
178
178
  def hash
179
- [pulp_labels, pulp_href, retain_repo_versions, versions_href, description, latest_version_href, name, pulp_created].hash
179
+ [latest_version_href, pulp_created, versions_href, retain_repo_versions, pulp_href, description, pulp_labels, name].hash
180
180
  end
181
181
 
182
182
  # Builds the object from hash
@@ -15,17 +15,17 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class PatchedcontainerContainerDistribution
18
- attr_accessor :pulp_labels
19
-
20
18
  # An optional content-guard. If none is specified, a default one will be used.
21
19
  attr_accessor :content_guard
22
20
 
23
- # The latest RepositoryVersion for this Repository will be served.
24
- attr_accessor :repository
25
-
26
21
  # 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
22
  attr_accessor :base_path
28
23
 
24
+ attr_accessor :pulp_labels
25
+
26
+ # The latest RepositoryVersion for this Repository will be served.
27
+ attr_accessor :repository
28
+
29
29
  # A unique name. Ex, `rawhide` and `stable`.
30
30
  attr_accessor :name
31
31
 
@@ -41,10 +41,10 @@ module PulpContainerClient
41
41
  # Attribute mapping from ruby-style variable name to JSON key.
42
42
  def self.attribute_map
43
43
  {
44
- :'pulp_labels' => :'pulp_labels',
45
44
  :'content_guard' => :'content_guard',
46
- :'repository' => :'repository',
47
45
  :'base_path' => :'base_path',
46
+ :'pulp_labels' => :'pulp_labels',
47
+ :'repository' => :'repository',
48
48
  :'name' => :'name',
49
49
  :'repository_version' => :'repository_version',
50
50
  :'private' => :'private',
@@ -55,10 +55,10 @@ module PulpContainerClient
55
55
  # Attribute type mapping.
56
56
  def self.openapi_types
57
57
  {
58
- :'pulp_labels' => :'Object',
59
58
  :'content_guard' => :'String',
60
- :'repository' => :'String',
61
59
  :'base_path' => :'String',
60
+ :'pulp_labels' => :'Object',
61
+ :'repository' => :'String',
62
62
  :'name' => :'String',
63
63
  :'repository_version' => :'String',
64
64
  :'private' => :'Boolean',
@@ -90,22 +90,22 @@ module PulpContainerClient
90
90
  h[k.to_sym] = v
91
91
  }
92
92
 
93
- if attributes.key?(:'pulp_labels')
94
- self.pulp_labels = attributes[:'pulp_labels']
95
- end
96
-
97
93
  if attributes.key?(:'content_guard')
98
94
  self.content_guard = attributes[:'content_guard']
99
95
  end
100
96
 
101
- if attributes.key?(:'repository')
102
- self.repository = attributes[:'repository']
103
- end
104
-
105
97
  if attributes.key?(:'base_path')
106
98
  self.base_path = attributes[:'base_path']
107
99
  end
108
100
 
101
+ if attributes.key?(:'pulp_labels')
102
+ self.pulp_labels = attributes[:'pulp_labels']
103
+ end
104
+
105
+ if attributes.key?(:'repository')
106
+ self.repository = attributes[:'repository']
107
+ end
108
+
109
109
  if attributes.key?(:'name')
110
110
  self.name = attributes[:'name']
111
111
  end
@@ -141,10 +141,10 @@ module PulpContainerClient
141
141
  def ==(o)
142
142
  return true if self.equal?(o)
143
143
  self.class == o.class &&
144
- pulp_labels == o.pulp_labels &&
145
144
  content_guard == o.content_guard &&
146
- repository == o.repository &&
147
145
  base_path == o.base_path &&
146
+ pulp_labels == o.pulp_labels &&
147
+ repository == o.repository &&
148
148
  name == o.name &&
149
149
  repository_version == o.repository_version &&
150
150
  private == o.private &&
@@ -160,7 +160,7 @@ module PulpContainerClient
160
160
  # Calculates hash code according to all attributes.
161
161
  # @return [Integer] Hash code
162
162
  def hash
163
- [pulp_labels, content_guard, repository, base_path, name, repository_version, private, description].hash
163
+ [content_guard, base_path, pulp_labels, repository, name, repository_version, private, description].hash
164
164
  end
165
165
 
166
166
  # Builds the object from hash
@@ -15,23 +15,23 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class PatchedcontainerContainerPushRepository
18
- attr_accessor :pulp_labels
19
-
20
18
  # 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.
21
19
  attr_accessor :retain_repo_versions
22
20
 
23
21
  # An optional description.
24
22
  attr_accessor :description
25
23
 
24
+ attr_accessor :pulp_labels
25
+
26
26
  # A unique name for this repository.
27
27
  attr_accessor :name
28
28
 
29
29
  # Attribute mapping from ruby-style variable name to JSON key.
30
30
  def self.attribute_map
31
31
  {
32
- :'pulp_labels' => :'pulp_labels',
33
32
  :'retain_repo_versions' => :'retain_repo_versions',
34
33
  :'description' => :'description',
34
+ :'pulp_labels' => :'pulp_labels',
35
35
  :'name' => :'name'
36
36
  }
37
37
  end
@@ -39,9 +39,9 @@ module PulpContainerClient
39
39
  # Attribute type mapping.
40
40
  def self.openapi_types
41
41
  {
42
- :'pulp_labels' => :'Object',
43
42
  :'retain_repo_versions' => :'Integer',
44
43
  :'description' => :'String',
44
+ :'pulp_labels' => :'Object',
45
45
  :'name' => :'String'
46
46
  }
47
47
  end
@@ -69,10 +69,6 @@ module PulpContainerClient
69
69
  h[k.to_sym] = v
70
70
  }
71
71
 
72
- if attributes.key?(:'pulp_labels')
73
- self.pulp_labels = attributes[:'pulp_labels']
74
- end
75
-
76
72
  if attributes.key?(:'retain_repo_versions')
77
73
  self.retain_repo_versions = attributes[:'retain_repo_versions']
78
74
  end
@@ -81,6 +77,10 @@ module PulpContainerClient
81
77
  self.description = attributes[:'description']
82
78
  end
83
79
 
80
+ if attributes.key?(:'pulp_labels')
81
+ self.pulp_labels = attributes[:'pulp_labels']
82
+ end
83
+
84
84
  if attributes.key?(:'name')
85
85
  self.name = attributes[:'name']
86
86
  end
@@ -119,9 +119,9 @@ module PulpContainerClient
119
119
  def ==(o)
120
120
  return true if self.equal?(o)
121
121
  self.class == o.class &&
122
- pulp_labels == o.pulp_labels &&
123
122
  retain_repo_versions == o.retain_repo_versions &&
124
123
  description == o.description &&
124
+ pulp_labels == o.pulp_labels &&
125
125
  name == o.name
126
126
  end
127
127
 
@@ -134,7 +134,7 @@ module PulpContainerClient
134
134
  # Calculates hash code according to all attributes.
135
135
  # @return [Integer] Hash code
136
136
  def hash
137
- [pulp_labels, retain_repo_versions, description, name].hash
137
+ [retain_repo_versions, description, pulp_labels, name].hash
138
138
  end
139
139
 
140
140
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpContainerClient
14
- VERSION = '2.8.5'
14
+ VERSION = '2.8.8'
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://openapi-generator.tech"
24
+ s.homepage = "https://github.com/pulp/pulp_container"
25
25
  s.summary = "Pulp 3 API Ruby Gem"
26
26
  s.description = "Fetch, Upload, Organize, and Distribute Software Packages"
27
- s.license = 'GPL-2.0+'
27
+ s.license = 'GPLv2+'
28
28
  s.required_ruby_version = ">= 1.9"
29
29
 
30
- s.add_runtime_dependency 'faraday', '~> 0.17', '< 1.9.0'
30
+ s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 2.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'
@@ -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 "pulp_labels"' 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 "content_guard"' 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 "pulp_href"' 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 "base_path"' 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 "pulp_labels"' 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 "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
69
69
  end
70
70
 
71
- describe 'test attribute "pulp_created"' do
71
+ describe 'test attribute "name"' 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,25 +32,25 @@ describe 'ContainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_labels"' do
35
+ describe 'test attribute "content_guard"' 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 "content_guard"' do
41
+ describe 'test attribute "base_path"' 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 "repository"' 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 "base_path"' do
53
+ describe 'test attribute "repository"' 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
@@ -32,49 +32,49 @@ describe 'ContainerContainerPushRepositoryResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepositoryResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_labels"' do
35
+ describe 'test attribute "latest_version_href"' 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_created"' 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 "versions_href"' 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 "versions_href"' do
53
+ describe 'test attribute "retain_repo_versions"' 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_href"' 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 "description"' 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 "name"' do
71
+ describe 'test attribute "pulp_labels"' 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_created"' do
77
+ describe 'test attribute "name"' 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
@@ -32,19 +32,19 @@ describe 'ContainerContainerPushRepository' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepository)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_labels"' 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 "retain_repo_versions"' do
41
+ describe 'test attribute "description"' 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 "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
@@ -32,25 +32,25 @@ describe 'PatchedcontainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_labels"' do
35
+ describe 'test attribute "content_guard"' 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 "content_guard"' do
41
+ describe 'test attribute "base_path"' 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 "repository"' 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 "base_path"' do
53
+ describe 'test attribute "repository"' 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
@@ -32,19 +32,19 @@ describe 'PatchedcontainerContainerPushRepository' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerPushRepository)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_labels"' 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 "retain_repo_versions"' do
41
+ describe 'test attribute "description"' 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 "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