pulp_container_client 2.8.6 → 2.8.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (24) 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 +6 -6
  6. data/docs/ContainerContainerPushRepositoryResponse.md +11 -11
  7. data/docs/PatchedcontainerContainerDistribution.md +5 -5
  8. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  9. data/lib/pulp_container_client/api_client.rb +1 -4
  10. data/lib/pulp_container_client/configuration.rb +1 -0
  11. data/lib/pulp_container_client/models/container_container_distribution.rb +25 -25
  12. data/lib/pulp_container_client/models/container_container_distribution_response.rb +38 -38
  13. data/lib/pulp_container_client/models/container_container_push_repository.rb +24 -24
  14. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +43 -43
  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 +24 -24
  17. data/lib/pulp_container_client/version.rb +1 -1
  18. data/spec/models/container_container_distribution_response_spec.rb +7 -7
  19. data/spec/models/container_container_distribution_spec.rb +5 -5
  20. data/spec/models/container_container_push_repository_response_spec.rb +8 -8
  21. data/spec/models/container_container_push_repository_spec.rb +4 -4
  22. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  23. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  24. metadata +45 -45
@@ -15,15 +15,7 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class ContainerContainerPushRepositoryResponse
18
- # An optional description.
19
- attr_accessor :description
20
-
21
- # Timestamp of creation.
22
- attr_accessor :pulp_created
23
-
24
- attr_accessor :pulp_labels
25
-
26
- attr_accessor :latest_version_href
18
+ attr_accessor :pulp_href
27
19
 
28
20
  # A unique name for this repository.
29
21
  attr_accessor :name
@@ -31,43 +23,51 @@ module PulpContainerClient
31
23
  # 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.
32
24
  attr_accessor :retain_repo_versions
33
25
 
34
- attr_accessor :pulp_href
26
+ # An optional description.
27
+ attr_accessor :description
35
28
 
36
29
  attr_accessor :versions_href
37
30
 
31
+ # Timestamp of creation.
32
+ attr_accessor :pulp_created
33
+
34
+ attr_accessor :latest_version_href
35
+
36
+ attr_accessor :pulp_labels
37
+
38
38
  # Attribute mapping from ruby-style variable name to JSON key.
39
39
  def self.attribute_map
40
40
  {
41
+ :'pulp_href' => :'pulp_href',
42
+ :'name' => :'name',
43
+ :'retain_repo_versions' => :'retain_repo_versions',
41
44
  :'description' => :'description',
45
+ :'versions_href' => :'versions_href',
42
46
  :'pulp_created' => :'pulp_created',
43
- :'pulp_labels' => :'pulp_labels',
44
47
  :'latest_version_href' => :'latest_version_href',
45
- :'name' => :'name',
46
- :'retain_repo_versions' => :'retain_repo_versions',
47
- :'pulp_href' => :'pulp_href',
48
- :'versions_href' => :'versions_href'
48
+ :'pulp_labels' => :'pulp_labels'
49
49
  }
50
50
  end
51
51
 
52
52
  # Attribute type mapping.
53
53
  def self.openapi_types
54
54
  {
55
+ :'pulp_href' => :'String',
56
+ :'name' => :'String',
57
+ :'retain_repo_versions' => :'Integer',
55
58
  :'description' => :'String',
59
+ :'versions_href' => :'String',
56
60
  :'pulp_created' => :'DateTime',
57
- :'pulp_labels' => :'Object',
58
61
  :'latest_version_href' => :'String',
59
- :'name' => :'String',
60
- :'retain_repo_versions' => :'Integer',
61
- :'pulp_href' => :'String',
62
- :'versions_href' => :'String'
62
+ :'pulp_labels' => :'Object'
63
63
  }
64
64
  end
65
65
 
66
66
  # List of attributes with nullable: true
67
67
  def self.openapi_nullable
68
68
  Set.new([
69
- :'description',
70
69
  :'retain_repo_versions',
70
+ :'description',
71
71
  ])
72
72
  end
73
73
 
@@ -86,20 +86,8 @@ module PulpContainerClient
86
86
  h[k.to_sym] = v
87
87
  }
88
88
 
89
- if attributes.key?(:'description')
90
- self.description = attributes[:'description']
91
- end
92
-
93
- if attributes.key?(:'pulp_created')
94
- self.pulp_created = attributes[:'pulp_created']
95
- end
96
-
97
- if attributes.key?(:'pulp_labels')
98
- self.pulp_labels = attributes[:'pulp_labels']
99
- end
100
-
101
- if attributes.key?(:'latest_version_href')
102
- self.latest_version_href = attributes[:'latest_version_href']
89
+ if attributes.key?(:'pulp_href')
90
+ self.pulp_href = attributes[:'pulp_href']
103
91
  end
104
92
 
105
93
  if attributes.key?(:'name')
@@ -110,13 +98,25 @@ module PulpContainerClient
110
98
  self.retain_repo_versions = attributes[:'retain_repo_versions']
111
99
  end
112
100
 
113
- if attributes.key?(:'pulp_href')
114
- self.pulp_href = attributes[:'pulp_href']
101
+ if attributes.key?(:'description')
102
+ self.description = attributes[:'description']
115
103
  end
116
104
 
117
105
  if attributes.key?(:'versions_href')
118
106
  self.versions_href = attributes[:'versions_href']
119
107
  end
108
+
109
+ if attributes.key?(:'pulp_created')
110
+ self.pulp_created = attributes[:'pulp_created']
111
+ end
112
+
113
+ if attributes.key?(:'latest_version_href')
114
+ self.latest_version_href = attributes[:'latest_version_href']
115
+ end
116
+
117
+ if attributes.key?(:'pulp_labels')
118
+ self.pulp_labels = attributes[:'pulp_labels']
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_href == o.pulp_href &&
161
+ name == o.name &&
162
+ retain_repo_versions == o.retain_repo_versions &&
160
163
  description == o.description &&
164
+ versions_href == o.versions_href &&
161
165
  pulp_created == o.pulp_created &&
162
- pulp_labels == o.pulp_labels &&
163
166
  latest_version_href == o.latest_version_href &&
164
- name == o.name &&
165
- retain_repo_versions == o.retain_repo_versions &&
166
- pulp_href == o.pulp_href &&
167
- versions_href == o.versions_href
167
+ pulp_labels == o.pulp_labels
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
- [description, pulp_created, pulp_labels, latest_version_href, name, retain_repo_versions, pulp_href, versions_href].hash
179
+ [pulp_href, name, retain_repo_versions, description, versions_href, pulp_created, latest_version_href, pulp_labels].hash
180
180
  end
181
181
 
182
182
  # Builds the object from hash
@@ -15,11 +15,6 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class PatchedcontainerContainerDistribution
18
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
19
- attr_accessor :base_path
20
-
21
- attr_accessor :pulp_labels
22
-
23
18
  # An optional content-guard. If none is specified, a default one will be used.
24
19
  attr_accessor :content_guard
25
20
 
@@ -29,6 +24,11 @@ module PulpContainerClient
29
24
  # The latest RepositoryVersion for this Repository will be served.
30
25
  attr_accessor :repository
31
26
 
27
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
28
+ attr_accessor :base_path
29
+
30
+ attr_accessor :pulp_labels
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
- :'base_path' => :'base_path',
45
- :'pulp_labels' => :'pulp_labels',
46
44
  :'content_guard' => :'content_guard',
47
45
  :'name' => :'name',
48
46
  :'repository' => :'repository',
47
+ :'base_path' => :'base_path',
48
+ :'pulp_labels' => :'pulp_labels',
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
- :'base_path' => :'String',
59
- :'pulp_labels' => :'Object',
60
58
  :'content_guard' => :'String',
61
59
  :'name' => :'String',
62
60
  :'repository' => :'String',
61
+ :'base_path' => :'String',
62
+ :'pulp_labels' => :'Object',
63
63
  :'repository_version' => :'String',
64
64
  :'private' => :'Boolean',
65
65
  :'description' => :'String'
@@ -90,14 +90,6 @@ module PulpContainerClient
90
90
  h[k.to_sym] = v
91
91
  }
92
92
 
93
- if attributes.key?(:'base_path')
94
- self.base_path = attributes[:'base_path']
95
- end
96
-
97
- if attributes.key?(:'pulp_labels')
98
- self.pulp_labels = attributes[:'pulp_labels']
99
- end
100
-
101
93
  if attributes.key?(:'content_guard')
102
94
  self.content_guard = attributes[:'content_guard']
103
95
  end
@@ -110,6 +102,14 @@ module PulpContainerClient
110
102
  self.repository = attributes[:'repository']
111
103
  end
112
104
 
105
+ if attributes.key?(:'base_path')
106
+ self.base_path = attributes[:'base_path']
107
+ end
108
+
109
+ if attributes.key?(:'pulp_labels')
110
+ self.pulp_labels = attributes[:'pulp_labels']
111
+ end
112
+
113
113
  if attributes.key?(:'repository_version')
114
114
  self.repository_version = attributes[:'repository_version']
115
115
  end
@@ -141,11 +141,11 @@ module PulpContainerClient
141
141
  def ==(o)
142
142
  return true if self.equal?(o)
143
143
  self.class == o.class &&
144
- base_path == o.base_path &&
145
- pulp_labels == o.pulp_labels &&
146
144
  content_guard == o.content_guard &&
147
145
  name == o.name &&
148
146
  repository == o.repository &&
147
+ base_path == o.base_path &&
148
+ pulp_labels == o.pulp_labels &&
149
149
  repository_version == o.repository_version &&
150
150
  private == o.private &&
151
151
  description == o.description
@@ -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
- [base_path, pulp_labels, content_guard, name, repository, repository_version, private, description].hash
163
+ [content_guard, name, repository, base_path, pulp_labels, repository_version, private, description].hash
164
164
  end
165
165
 
166
166
  # Builds the object from hash
@@ -15,42 +15,42 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # Serializer for Container Push Repositories.
17
17
  class PatchedcontainerContainerPushRepository
18
- # An optional description.
19
- attr_accessor :description
20
-
21
- attr_accessor :pulp_labels
22
-
23
18
  # A unique name for this repository.
24
19
  attr_accessor :name
25
20
 
26
21
  # 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
22
  attr_accessor :retain_repo_versions
28
23
 
24
+ # An optional description.
25
+ attr_accessor :description
26
+
27
+ attr_accessor :pulp_labels
28
+
29
29
  # Attribute mapping from ruby-style variable name to JSON key.
30
30
  def self.attribute_map
31
31
  {
32
- :'description' => :'description',
33
- :'pulp_labels' => :'pulp_labels',
34
32
  :'name' => :'name',
35
- :'retain_repo_versions' => :'retain_repo_versions'
33
+ :'retain_repo_versions' => :'retain_repo_versions',
34
+ :'description' => :'description',
35
+ :'pulp_labels' => :'pulp_labels'
36
36
  }
37
37
  end
38
38
 
39
39
  # Attribute type mapping.
40
40
  def self.openapi_types
41
41
  {
42
- :'description' => :'String',
43
- :'pulp_labels' => :'Object',
44
42
  :'name' => :'String',
45
- :'retain_repo_versions' => :'Integer'
43
+ :'retain_repo_versions' => :'Integer',
44
+ :'description' => :'String',
45
+ :'pulp_labels' => :'Object'
46
46
  }
47
47
  end
48
48
 
49
49
  # List of attributes with nullable: true
50
50
  def self.openapi_nullable
51
51
  Set.new([
52
+ :'retain_repo_versions',
52
53
  :'description',
53
- :'retain_repo_versions'
54
54
  ])
55
55
  end
56
56
 
@@ -69,14 +69,6 @@ module PulpContainerClient
69
69
  h[k.to_sym] = v
70
70
  }
71
71
 
72
- if attributes.key?(:'description')
73
- self.description = attributes[:'description']
74
- end
75
-
76
- if attributes.key?(:'pulp_labels')
77
- self.pulp_labels = attributes[:'pulp_labels']
78
- end
79
-
80
72
  if attributes.key?(:'name')
81
73
  self.name = attributes[:'name']
82
74
  end
@@ -84,6 +76,14 @@ module PulpContainerClient
84
76
  if attributes.key?(:'retain_repo_versions')
85
77
  self.retain_repo_versions = attributes[:'retain_repo_versions']
86
78
  end
79
+
80
+ if attributes.key?(:'description')
81
+ self.description = attributes[:'description']
82
+ end
83
+
84
+ if attributes.key?(:'pulp_labels')
85
+ self.pulp_labels = attributes[:'pulp_labels']
86
+ end
87
87
  end
88
88
 
89
89
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -119,10 +119,10 @@ module PulpContainerClient
119
119
  def ==(o)
120
120
  return true if self.equal?(o)
121
121
  self.class == o.class &&
122
- description == o.description &&
123
- pulp_labels == o.pulp_labels &&
124
122
  name == o.name &&
125
- retain_repo_versions == o.retain_repo_versions
123
+ retain_repo_versions == o.retain_repo_versions &&
124
+ description == o.description &&
125
+ pulp_labels == o.pulp_labels
126
126
  end
127
127
 
128
128
  # @see the `==` method
@@ -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
- [description, pulp_labels, name, retain_repo_versions].hash
137
+ [name, retain_repo_versions, description, pulp_labels].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.6'
14
+ VERSION = '2.8.7'
15
15
  end
@@ -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 "base_path"' do
35
+ describe 'test attribute "pulp_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_created"' 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 "pulp_labels"' 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 "content_guard"' 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
57
57
  end
58
58
 
59
- describe 'test attribute "name"' 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
63
63
  end
64
64
 
65
- describe 'test attribute "repository"' do
65
+ describe 'test attribute "pulp_created"' 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_href"' 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
@@ -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 "base_path"' 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 "pulp_labels"' do
41
+ describe 'test attribute "name"' 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 "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 "name"' 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 "repository"' 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
@@ -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 "description"' do
35
+ describe 'test attribute "pulp_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_created"' do
41
+ describe 'test attribute "name"' 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 "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 "latest_version_href"' do
53
+ describe 'test attribute "description"' 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 "versions_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 "retain_repo_versions"' do
65
+ describe 'test attribute "pulp_created"' 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_href"' do
71
+ describe 'test attribute "latest_version_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 "versions_href"' do
77
+ describe 'test attribute "pulp_labels"' 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,25 +32,25 @@ describe 'ContainerContainerPushRepository' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepository)
33
33
  end
34
34
  end
35
- describe 'test attribute "description"' do
35
+ describe 'test attribute "name"' 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 "name"' do
47
+ describe 'test attribute "description"' 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 "pulp_labels"' 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,31 +32,31 @@ describe 'PatchedcontainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "base_path"' 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 "pulp_labels"' do
41
+ describe 'test attribute "name"' 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 "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 "name"' 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 "repository"' 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
@@ -32,25 +32,25 @@ describe 'PatchedcontainerContainerPushRepository' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerPushRepository)
33
33
  end
34
34
  end
35
- describe 'test attribute "description"' do
35
+ describe 'test attribute "name"' 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 "name"' do
47
+ describe 'test attribute "description"' 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 "pulp_labels"' 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