pulp_container_client 2.3.0.dev01611115725 → 2.3.0.dev01611717997

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.

Potentially problematic release.


This version of pulp_container_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f63cd6d4e1403c5e0c02e0987c7ab45d610a3af882bb67acbfdda687ee30dbf0
4
- data.tar.gz: 35740bfa5f53329893e2231f6154a3c34cb57b6c4c0c1c635300d09609f64771
3
+ metadata.gz: 2d19e95f54cdcffc9322078192e90263f8f244aef04d97f6466b0b74e958fafe
4
+ data.tar.gz: d39f1e2a3d65bfa9adfd17b8d7abc52ee38ebef263e8f8b35da2093978792dc6
5
5
  SHA512:
6
- metadata.gz: 63bfbfd44eaff8b9a090ce1b0e828139aced8f7675adaec00624e7623e08f7f6316056fa505618b68dd6bc5f85539e0cd8446ccca32bc076dfeffe6025efeee6
7
- data.tar.gz: 738ba839db5aa8cf0799225bc44b40f969682b2be8470ec3d561d39bad890740cff527751351a3c110fbc94d8c86db61612c3fb11c707c477f4f34aad87c7853
6
+ metadata.gz: 4907b1a7598229ae2e6f36692dd4a8b67e8d13278b611bd43c964aed26f00269a641a953d029683b9ff4cfd2cb76b0ddbef3e616d3d2e18eb90da7863abbe9ae
7
+ data.tar.gz: 05b090e258b6db44ba9552f34ee54e507fb53dde55f38c3529903a62f4850876f0effa1b0c091e1e8cc39198429f86cdafecc595844f66956f7bfb00e883c40e
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 2.3.0.dev01611115725
10
+ - Package version: 2.3.0.dev01611717997
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_container_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_container_client-2.3.0.dev01611115725.gem
27
+ gem install ./pulp_container_client-2.3.0.dev01611717997.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.3.0.dev01611115725.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.3.0.dev01611717997.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_container_client', '~> 2.3.0.dev01611115725'
36
+ gem 'pulp_container_client', '~> 2.3.0.dev01611717997'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -5,10 +5,10 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
8
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
9
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
11
10
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
11
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
12
12
 
13
13
  ## Code Sample
14
14
 
@@ -16,10 +16,10 @@ Name | Type | Description | Notes
16
16
  require 'PulpContainerClient'
17
17
 
18
18
  instance = PulpContainerClient::ContainerContainerDistribution.new(repository: null,
19
- content_guard: null,
20
19
  name: null,
21
- base_path: null,
22
- repository_version: null)
20
+ content_guard: null,
21
+ repository_version: null,
22
+ base_path: null)
23
23
  ```
24
24
 
25
25
 
@@ -6,11 +6,11 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
8
  **pulp_href** | **String** | | [optional] [readonly]
9
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
10
9
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
11
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
12
10
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
11
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
13
12
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
13
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
14
14
  **registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
15
15
  **namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
16
16
 
@@ -21,11 +21,11 @@ require 'PulpContainerClient'
21
21
 
22
22
  instance = PulpContainerClient::ContainerContainerDistributionResponse.new(repository: null,
23
23
  pulp_href: null,
24
- content_guard: null,
25
24
  name: null,
26
- base_path: null,
27
25
  pulp_created: null,
26
+ content_guard: null,
28
27
  repository_version: null,
28
+ base_path: null,
29
29
  registry_path: null,
30
30
  namespace: null)
31
31
  ```
@@ -5,10 +5,10 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
9
8
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
10
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
9
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
11
10
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
11
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
@@ -16,10 +16,10 @@ Name | Type | Description | Notes
16
16
  require 'PulpContainerClient'
17
17
 
18
18
  instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(repository: null,
19
- content_guard: null,
20
19
  name: null,
21
- base_path: null,
22
- repository_version: null)
20
+ content_guard: null,
21
+ repository_version: null,
22
+ base_path: null)
23
23
  ```
24
24
 
25
25
 
@@ -18,26 +18,26 @@ module PulpContainerClient
18
18
  # The latest RepositoryVersion for this Repository will be served.
19
19
  attr_accessor :repository
20
20
 
21
- # An optional content-guard. If none is specified, a default one will be used.
22
- attr_accessor :content_guard
23
-
24
21
  # A unique name. Ex, `rawhide` and `stable`.
25
22
  attr_accessor :name
26
23
 
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
24
+ # An optional content-guard. If none is specified, a default one will be used.
25
+ attr_accessor :content_guard
29
26
 
30
27
  # RepositoryVersion to be served
31
28
  attr_accessor :repository_version
32
29
 
30
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
31
+ attr_accessor :base_path
32
+
33
33
  # Attribute mapping from ruby-style variable name to JSON key.
34
34
  def self.attribute_map
35
35
  {
36
36
  :'repository' => :'repository',
37
- :'content_guard' => :'content_guard',
38
37
  :'name' => :'name',
39
- :'base_path' => :'base_path',
40
- :'repository_version' => :'repository_version'
38
+ :'content_guard' => :'content_guard',
39
+ :'repository_version' => :'repository_version',
40
+ :'base_path' => :'base_path'
41
41
  }
42
42
  end
43
43
 
@@ -45,10 +45,10 @@ module PulpContainerClient
45
45
  def self.openapi_types
46
46
  {
47
47
  :'repository' => :'String',
48
- :'content_guard' => :'String',
49
48
  :'name' => :'String',
50
- :'base_path' => :'String',
51
- :'repository_version' => :'String'
49
+ :'content_guard' => :'String',
50
+ :'repository_version' => :'String',
51
+ :'base_path' => :'String'
52
52
  }
53
53
  end
54
54
 
@@ -56,7 +56,7 @@ module PulpContainerClient
56
56
  def self.openapi_nullable
57
57
  Set.new([
58
58
  :'repository',
59
- :'repository_version'
59
+ :'repository_version',
60
60
  ])
61
61
  end
62
62
 
@@ -79,21 +79,21 @@ module PulpContainerClient
79
79
  self.repository = attributes[:'repository']
80
80
  end
81
81
 
82
- if attributes.key?(:'content_guard')
83
- self.content_guard = attributes[:'content_guard']
84
- end
85
-
86
82
  if attributes.key?(:'name')
87
83
  self.name = attributes[:'name']
88
84
  end
89
85
 
90
- if attributes.key?(:'base_path')
91
- self.base_path = attributes[:'base_path']
86
+ if attributes.key?(:'content_guard')
87
+ self.content_guard = attributes[:'content_guard']
92
88
  end
93
89
 
94
90
  if attributes.key?(:'repository_version')
95
91
  self.repository_version = attributes[:'repository_version']
96
92
  end
93
+
94
+ if attributes.key?(:'base_path')
95
+ self.base_path = attributes[:'base_path']
96
+ end
97
97
  end
98
98
 
99
99
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -125,10 +125,10 @@ module PulpContainerClient
125
125
  return true if self.equal?(o)
126
126
  self.class == o.class &&
127
127
  repository == o.repository &&
128
- content_guard == o.content_guard &&
129
128
  name == o.name &&
130
- base_path == o.base_path &&
131
- repository_version == o.repository_version
129
+ content_guard == o.content_guard &&
130
+ repository_version == o.repository_version &&
131
+ base_path == o.base_path
132
132
  end
133
133
 
134
134
  # @see the `==` method
@@ -140,7 +140,7 @@ module PulpContainerClient
140
140
  # Calculates hash code according to all attributes.
141
141
  # @return [Integer] Hash code
142
142
  def hash
143
- [repository, content_guard, name, base_path, repository_version].hash
143
+ [repository, name, content_guard, repository_version, base_path].hash
144
144
  end
145
145
 
146
146
  # Builds the object from hash
@@ -20,21 +20,21 @@ module PulpContainerClient
20
20
 
21
21
  attr_accessor :pulp_href
22
22
 
23
- # An optional content-guard. If none is specified, a default one will be used.
24
- attr_accessor :content_guard
25
-
26
23
  # A unique name. Ex, `rawhide` and `stable`.
27
24
  attr_accessor :name
28
25
 
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\")
30
- attr_accessor :base_path
31
-
32
26
  # Timestamp of creation.
33
27
  attr_accessor :pulp_created
34
28
 
29
+ # An optional content-guard. If none is specified, a default one will be used.
30
+ attr_accessor :content_guard
31
+
35
32
  # RepositoryVersion to be served
36
33
  attr_accessor :repository_version
37
34
 
35
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
36
+ attr_accessor :base_path
37
+
38
38
  # The Registry hostame/name/ to use with docker pull command defined by this distribution.
39
39
  attr_accessor :registry_path
40
40
 
@@ -46,11 +46,11 @@ module PulpContainerClient
46
46
  {
47
47
  :'repository' => :'repository',
48
48
  :'pulp_href' => :'pulp_href',
49
- :'content_guard' => :'content_guard',
50
49
  :'name' => :'name',
51
- :'base_path' => :'base_path',
52
50
  :'pulp_created' => :'pulp_created',
51
+ :'content_guard' => :'content_guard',
53
52
  :'repository_version' => :'repository_version',
53
+ :'base_path' => :'base_path',
54
54
  :'registry_path' => :'registry_path',
55
55
  :'namespace' => :'namespace'
56
56
  }
@@ -61,11 +61,11 @@ module PulpContainerClient
61
61
  {
62
62
  :'repository' => :'String',
63
63
  :'pulp_href' => :'String',
64
- :'content_guard' => :'String',
65
64
  :'name' => :'String',
66
- :'base_path' => :'String',
67
65
  :'pulp_created' => :'DateTime',
66
+ :'content_guard' => :'String',
68
67
  :'repository_version' => :'String',
68
+ :'base_path' => :'String',
69
69
  :'registry_path' => :'String',
70
70
  :'namespace' => :'String'
71
71
  }
@@ -102,26 +102,26 @@ module PulpContainerClient
102
102
  self.pulp_href = attributes[:'pulp_href']
103
103
  end
104
104
 
105
- if attributes.key?(:'content_guard')
106
- self.content_guard = attributes[:'content_guard']
107
- end
108
-
109
105
  if attributes.key?(:'name')
110
106
  self.name = attributes[:'name']
111
107
  end
112
108
 
113
- if attributes.key?(:'base_path')
114
- self.base_path = attributes[:'base_path']
115
- end
116
-
117
109
  if attributes.key?(:'pulp_created')
118
110
  self.pulp_created = attributes[:'pulp_created']
119
111
  end
120
112
 
113
+ if attributes.key?(:'content_guard')
114
+ self.content_guard = attributes[:'content_guard']
115
+ end
116
+
121
117
  if attributes.key?(:'repository_version')
122
118
  self.repository_version = attributes[:'repository_version']
123
119
  end
124
120
 
121
+ if attributes.key?(:'base_path')
122
+ self.base_path = attributes[:'base_path']
123
+ end
124
+
125
125
  if attributes.key?(:'registry_path')
126
126
  self.registry_path = attributes[:'registry_path']
127
127
  end
@@ -161,11 +161,11 @@ module PulpContainerClient
161
161
  self.class == o.class &&
162
162
  repository == o.repository &&
163
163
  pulp_href == o.pulp_href &&
164
- content_guard == o.content_guard &&
165
164
  name == o.name &&
166
- base_path == o.base_path &&
167
165
  pulp_created == o.pulp_created &&
166
+ content_guard == o.content_guard &&
168
167
  repository_version == o.repository_version &&
168
+ base_path == o.base_path &&
169
169
  registry_path == o.registry_path &&
170
170
  namespace == o.namespace
171
171
  end
@@ -179,7 +179,7 @@ module PulpContainerClient
179
179
  # Calculates hash code according to all attributes.
180
180
  # @return [Integer] Hash code
181
181
  def hash
182
- [repository, pulp_href, content_guard, name, base_path, pulp_created, repository_version, registry_path, namespace].hash
182
+ [repository, pulp_href, name, pulp_created, content_guard, repository_version, base_path, registry_path, namespace].hash
183
183
  end
184
184
 
185
185
  # Builds the object from hash
@@ -18,26 +18,26 @@ module PulpContainerClient
18
18
  # The latest RepositoryVersion for this Repository will be served.
19
19
  attr_accessor :repository
20
20
 
21
- # An optional content-guard. If none is specified, a default one will be used.
22
- attr_accessor :content_guard
23
-
24
21
  # A unique name. Ex, `rawhide` and `stable`.
25
22
  attr_accessor :name
26
23
 
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
24
+ # An optional content-guard. If none is specified, a default one will be used.
25
+ attr_accessor :content_guard
29
26
 
30
27
  # RepositoryVersion to be served
31
28
  attr_accessor :repository_version
32
29
 
30
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
31
+ attr_accessor :base_path
32
+
33
33
  # Attribute mapping from ruby-style variable name to JSON key.
34
34
  def self.attribute_map
35
35
  {
36
36
  :'repository' => :'repository',
37
- :'content_guard' => :'content_guard',
38
37
  :'name' => :'name',
39
- :'base_path' => :'base_path',
40
- :'repository_version' => :'repository_version'
38
+ :'content_guard' => :'content_guard',
39
+ :'repository_version' => :'repository_version',
40
+ :'base_path' => :'base_path'
41
41
  }
42
42
  end
43
43
 
@@ -45,10 +45,10 @@ module PulpContainerClient
45
45
  def self.openapi_types
46
46
  {
47
47
  :'repository' => :'String',
48
- :'content_guard' => :'String',
49
48
  :'name' => :'String',
50
- :'base_path' => :'String',
51
- :'repository_version' => :'String'
49
+ :'content_guard' => :'String',
50
+ :'repository_version' => :'String',
51
+ :'base_path' => :'String'
52
52
  }
53
53
  end
54
54
 
@@ -56,7 +56,7 @@ module PulpContainerClient
56
56
  def self.openapi_nullable
57
57
  Set.new([
58
58
  :'repository',
59
- :'repository_version'
59
+ :'repository_version',
60
60
  ])
61
61
  end
62
62
 
@@ -79,21 +79,21 @@ module PulpContainerClient
79
79
  self.repository = attributes[:'repository']
80
80
  end
81
81
 
82
- if attributes.key?(:'content_guard')
83
- self.content_guard = attributes[:'content_guard']
84
- end
85
-
86
82
  if attributes.key?(:'name')
87
83
  self.name = attributes[:'name']
88
84
  end
89
85
 
90
- if attributes.key?(:'base_path')
91
- self.base_path = attributes[:'base_path']
86
+ if attributes.key?(:'content_guard')
87
+ self.content_guard = attributes[:'content_guard']
92
88
  end
93
89
 
94
90
  if attributes.key?(:'repository_version')
95
91
  self.repository_version = attributes[:'repository_version']
96
92
  end
93
+
94
+ if attributes.key?(:'base_path')
95
+ self.base_path = attributes[:'base_path']
96
+ end
97
97
  end
98
98
 
99
99
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -115,10 +115,10 @@ module PulpContainerClient
115
115
  return true if self.equal?(o)
116
116
  self.class == o.class &&
117
117
  repository == o.repository &&
118
- content_guard == o.content_guard &&
119
118
  name == o.name &&
120
- base_path == o.base_path &&
121
- repository_version == o.repository_version
119
+ content_guard == o.content_guard &&
120
+ repository_version == o.repository_version &&
121
+ base_path == o.base_path
122
122
  end
123
123
 
124
124
  # @see the `==` method
@@ -130,7 +130,7 @@ module PulpContainerClient
130
130
  # Calculates hash code according to all attributes.
131
131
  # @return [Integer] Hash code
132
132
  def hash
133
- [repository, content_guard, name, base_path, repository_version].hash
133
+ [repository, name, content_guard, repository_version, base_path].hash
134
134
  end
135
135
 
136
136
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpContainerClient
14
- VERSION = '2.3.0.dev01611115725'
14
+ VERSION = '2.3.0.dev01611717997'
15
15
  end
@@ -44,31 +44,31 @@ describe 'ContainerContainerDistributionResponse' do
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 "name"' do
53
+ describe 'test attribute "pulp_created"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "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 "pulp_created"' do
65
+ describe 'test attribute "repository_version"' 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 "repository_version"' 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
@@ -38,25 +38,25 @@ describe 'ContainerContainerDistribution' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "content_guard"' 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 "name"' do
47
+ describe 'test attribute "content_guard"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "base_path"' do
53
+ describe 'test attribute "repository_version"' 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_version"' 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
@@ -38,25 +38,25 @@ describe 'PatchedcontainerContainerDistribution' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "content_guard"' 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 "name"' do
47
+ describe 'test attribute "content_guard"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "base_path"' do
53
+ describe 'test attribute "repository_version"' 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_version"' 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
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_container_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0.dev01611115725
4
+ version: 2.3.0.dev01611717997
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-20 00:00:00.000000000 Z
11
+ date: 2021-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -264,58 +264,58 @@ signing_key:
264
264
  specification_version: 4
265
265
  summary: Pulp 3 API Ruby Gem
266
266
  test_files:
267
- - spec/api/repositories_container_push_api_spec.rb
267
+ - spec/api/content_blobs_api_spec.rb
268
268
  - spec/api/distributions_container_api_spec.rb
269
- - spec/api/remotes_container_api_spec.rb
269
+ - spec/api/content_manifests_api_spec.rb
270
+ - spec/api/repositories_container_versions_api_spec.rb
270
271
  - spec/api/content_tags_api_spec.rb
272
+ - spec/api/pulp_container_namespaces_api_spec.rb
273
+ - spec/api/remotes_container_api_spec.rb
271
274
  - spec/api/repositories_container_api_spec.rb
272
- - spec/api/repositories_container_versions_api_spec.rb
275
+ - spec/api/repositories_container_push_api_spec.rb
273
276
  - spec/api/token_api_spec.rb
274
- - spec/api/content_blobs_api_spec.rb
275
- - spec/api/pulp_container_namespaces_api_spec.rb
276
277
  - spec/api/contentguards_content_redirect_api_spec.rb
277
- - spec/api/content_manifests_api_spec.rb
278
278
  - spec/api_client_spec.rb
279
279
  - spec/configuration_spec.rb
280
- - spec/models/un_tag_image_spec.rb
281
- - spec/models/container_container_repository_response_spec.rb
280
+ - spec/models/content_summary_spec.rb
282
281
  - spec/models/container_tag_response_spec.rb
283
- - spec/models/paginated_repository_version_response_list_spec.rb
284
- - spec/models/container_container_remote_response_spec.rb
285
- - spec/models/container_container_repository_spec.rb
286
- - spec/models/patchedcontainer_container_repository_spec.rb
282
+ - spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
283
+ - spec/models/container_container_namespace_response_spec.rb
284
+ - spec/models/repository_version_spec.rb
285
+ - spec/models/content_summary_response_spec.rb
286
+ - spec/models/un_tag_image_spec.rb
287
+ - spec/models/patchedcontainer_container_distribution_spec.rb
287
288
  - spec/models/paginatedcontainer_content_redirect_content_guard_response_list_spec.rb
288
- - spec/models/tag_copy_spec.rb
289
- - spec/models/policy_enum_spec.rb
290
- - spec/models/container_container_push_repository_response_spec.rb
289
+ - spec/models/patchedcontainer_container_remote_spec.rb
291
290
  - spec/models/container_container_remote_spec.rb
292
- - spec/models/manifest_copy_spec.rb
293
- - spec/models/content_summary_response_spec.rb
294
- - spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
295
- - spec/models/container_blob_response_spec.rb
296
- - spec/models/paginatedcontainer_container_repository_response_list_spec.rb
297
- - spec/models/container_container_distribution_spec.rb
298
291
  - spec/models/container_container_distribution_response_spec.rb
299
- - spec/models/repository_version_spec.rb
300
- - spec/models/paginatedcontainer_blob_response_list_spec.rb
301
- - spec/models/container_content_redirect_content_guard_response_spec.rb
302
- - spec/models/content_summary_spec.rb
292
+ - spec/models/paginatedcontainer_manifest_response_list_spec.rb
293
+ - spec/models/container_container_push_repository_response_spec.rb
303
294
  - spec/models/repository_version_response_spec.rb
304
- - spec/models/container_container_namespace_response_spec.rb
305
- - spec/models/patchedcontainer_container_remote_spec.rb
306
- - spec/models/tag_image_spec.rb
295
+ - spec/models/patchedcontainer_content_redirect_content_guard_spec.rb
296
+ - spec/models/paginatedcontainer_container_remote_response_list_spec.rb
297
+ - spec/models/paginatedcontainer_container_repository_response_list_spec.rb
307
298
  - spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
308
- - spec/models/container_container_namespace_spec.rb
309
299
  - spec/models/repository_sync_url_spec.rb
300
+ - spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
301
+ - spec/models/container_container_repository_response_spec.rb
302
+ - spec/models/patchedcontainer_container_repository_spec.rb
303
+ - spec/models/container_blob_response_spec.rb
304
+ - spec/models/tag_copy_spec.rb
310
305
  - spec/models/async_operation_response_spec.rb
306
+ - spec/models/policy_enum_spec.rb
307
+ - spec/models/manifest_copy_spec.rb
308
+ - spec/models/container_container_repository_spec.rb
311
309
  - spec/models/recursive_manage_spec.rb
312
- - spec/models/paginatedcontainer_manifest_response_list_spec.rb
313
- - spec/models/patchedcontainer_container_distribution_spec.rb
314
- - spec/models/container_manifest_response_spec.rb
315
- - spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
316
- - spec/models/container_content_redirect_content_guard_spec.rb
317
310
  - spec/models/paginatedcontainer_tag_response_list_spec.rb
318
- - spec/models/patchedcontainer_content_redirect_content_guard_spec.rb
311
+ - spec/models/container_content_redirect_content_guard_response_spec.rb
319
312
  - spec/models/oci_build_image_spec.rb
320
- - spec/models/paginatedcontainer_container_remote_response_list_spec.rb
313
+ - spec/models/tag_image_spec.rb
314
+ - spec/models/container_content_redirect_content_guard_spec.rb
315
+ - spec/models/container_container_remote_response_spec.rb
316
+ - spec/models/container_manifest_response_spec.rb
317
+ - spec/models/container_container_namespace_spec.rb
318
+ - spec/models/paginatedcontainer_blob_response_list_spec.rb
319
+ - spec/models/paginated_repository_version_response_list_spec.rb
320
+ - spec/models/container_container_distribution_spec.rb
321
321
  - spec/spec_helper.rb