pulp_container_client 2.16.7 → 2.16.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5fa4a0c2d24ad807387e401d2edbbcd96c93f96a6343dfdc9f0d97835048abb9
4
- data.tar.gz: 33ab511c0446903d606d4fb4fdfacab5ac97bad0bedad379a7f367d679f4edf3
3
+ metadata.gz: 452ffa3464533f0c4ad32046215e4686c73199647feba1f71d8a9d16ecdb2bcc
4
+ data.tar.gz: c4b53d1fb5f29b673021bc2a0b6a676e1814349e50b3ee5ceb4f60b6ea569735
5
5
  SHA512:
6
- metadata.gz: 3cea3d57ff030bbb7093bf9a7f3c88793aa05b3457858f85a77bda97e409398c52d98dbb61b0e28e50eaa930088c923908763e9bb019a4b110ccd4adefe3f878
7
- data.tar.gz: a690db78a5ee0f13cc54d692ffe6b1477f29e418ed58541fd3952befad321519438b2d6f88db6956e80349328475ff198d15151b2eb52081dd27fe3bfcca19c7
6
+ metadata.gz: f00d3a4df59e8f5938d8c607e11f1a56aaa566ff32429e6e3515cc9605d3d9c6b0c08bea3fcf5d0875188cb6cedb84ee670542e8589006b0c9a864eaa234ca70
7
+ data.tar.gz: 7824c9686b3d10c52b8e46bc595e46262be4f2424938149eb8c503da552ed9124cc02236ef7a65057b74c5dd57482baf930244d8a9848bf8d58ff0014da19b2a
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.16.7
10
+ - Package version: 2.16.8
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.16.7.gem
27
+ gem install ./pulp_container_client-2.16.8.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.16.7.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.16.8.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.16.7'
36
+ gem 'pulp_container_client', '~> 2.16.8'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
8
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
9
9
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
10
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
- **pulp_labels** | **Hash<String, String>** | | [optional]
10
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
12
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
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
13
13
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
14
14
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
15
15
  **description** | **String** | An optional description. | [optional]
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerDistribution.new(content_guard: null,
22
+ instance = PulpContainerClient::ContainerContainerDistribution.new(pulp_labels: null,
23
23
  hidden: null,
24
24
  name: null,
25
- repository: null,
26
- pulp_labels: null,
25
+ content_guard: null,
27
26
  base_path: null,
27
+ repository: null,
28
28
  repository_version: null,
29
29
  private: null,
30
30
  description: null)
@@ -4,14 +4,14 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
+ **pulp_href** | **String** | | [optional] [readonly]
8
9
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
9
10
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
11
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
11
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
12
- **pulp_labels** | **Hash<String, String>** | | [optional]
12
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
13
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
- **pulp_href** | **String** | | [optional] [readonly]
14
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
15
15
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
16
16
  **registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
17
17
  **namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
@@ -23,14 +23,14 @@ Name | Type | Description | Notes
23
23
  ```ruby
24
24
  require 'PulpContainerClient'
25
25
 
26
- instance = PulpContainerClient::ContainerContainerDistributionResponse.new(content_guard: null,
26
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_labels: null,
27
+ pulp_href: null,
27
28
  hidden: null,
28
29
  pulp_created: null,
29
30
  name: null,
30
- repository: null,
31
- pulp_labels: null,
31
+ content_guard: null,
32
32
  base_path: null,
33
- pulp_href: null,
33
+ repository: null,
34
34
  repository_version: null,
35
35
  registry_path: null,
36
36
  namespace: null,
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **description** | **String** | An optional description. | [optional]
8
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
9
- **name** | **String** | A unique name for this repository. |
10
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
8
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
9
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
10
+ **name** | **String** | A unique name for this repository. |
11
+ **description** | **String** | An optional description. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::ContainerContainerPushRepository.new(description: null,
18
+ instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_labels: null,
19
+ manifest_signing_service: null,
19
20
  retain_repo_versions: null,
20
21
  name: null,
21
- pulp_labels: null,
22
- manifest_signing_service: null)
22
+ description: null)
23
23
  ```
24
24
 
25
25
 
@@ -4,30 +4,30 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **description** | **String** | An optional description. | [optional]
8
- **versions_href** | **String** | | [optional] [readonly]
9
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
- **name** | **String** | A unique name for this repository. |
12
- **latest_version_href** | **String** | | [optional] [readonly]
13
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
14
8
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
15
9
  **pulp_href** | **String** | | [optional] [readonly]
10
+ **latest_version_href** | **String** | | [optional] [readonly]
11
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
12
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
13
+ **name** | **String** | A unique name for this repository. |
14
+ **description** | **String** | An optional description. | [optional]
15
+ **versions_href** | **String** | | [optional] [readonly]
16
16
 
17
17
  ## Code Sample
18
18
 
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(description: null,
23
- versions_href: null,
22
+ instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_labels: null,
23
+ manifest_signing_service: null,
24
+ pulp_href: null,
25
+ latest_version_href: null,
24
26
  pulp_created: null,
25
27
  retain_repo_versions: null,
26
28
  name: null,
27
- latest_version_href: null,
28
- pulp_labels: null,
29
- manifest_signing_service: null,
30
- pulp_href: null)
29
+ description: null,
30
+ versions_href: null)
31
31
  ```
32
32
 
33
33
 
@@ -4,12 +4,12 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
8
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
9
9
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
10
- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
11
- **pulp_labels** | **Hash<String, String>** | | [optional]
10
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
12
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
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
13
13
  **repository_version** | **String** | RepositoryVersion to be served | [optional]
14
14
  **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
15
15
  **description** | **String** | An optional description. | [optional]
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(content_guard: null,
22
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(pulp_labels: null,
23
23
  hidden: null,
24
24
  name: null,
25
- repository: null,
26
- pulp_labels: null,
25
+ content_guard: null,
27
26
  base_path: null,
27
+ repository: null,
28
28
  repository_version: null,
29
29
  private: null,
30
30
  description: null)
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **description** | **String** | An optional description. | [optional]
8
- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
9
- **name** | **String** | A unique name for this repository. | [optional]
10
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
8
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
9
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
10
+ **name** | **String** | A unique name for this repository. | [optional]
11
+ **description** | **String** | An optional description. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(description: null,
18
+ instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(pulp_labels: null,
19
+ manifest_signing_service: null,
19
20
  retain_repo_versions: null,
20
21
  name: null,
21
- pulp_labels: null,
22
- manifest_signing_service: null)
22
+ description: null)
23
23
  ```
24
24
 
25
25
 
@@ -15,8 +15,7 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistribution
18
- # An optional content-guard. If none is specified, a default one will be used.
19
- attr_accessor :content_guard
18
+ attr_accessor :pulp_labels
20
19
 
21
20
  # Whether this distribution should be shown in the content app.
22
21
  attr_accessor :hidden
@@ -24,14 +23,15 @@ module PulpContainerClient
24
23
  # A unique name. Ex, `rawhide` and `stable`.
25
24
  attr_accessor :name
26
25
 
27
- # The latest RepositoryVersion for this Repository will be served.
28
- attr_accessor :repository
29
-
30
- attr_accessor :pulp_labels
26
+ # An optional content-guard. If none is specified, a default one will be used.
27
+ attr_accessor :content_guard
31
28
 
32
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\")
33
30
  attr_accessor :base_path
34
31
 
32
+ # The latest RepositoryVersion for this Repository will be served.
33
+ attr_accessor :repository
34
+
35
35
  # RepositoryVersion to be served
36
36
  attr_accessor :repository_version
37
37
 
@@ -44,12 +44,12 @@ module PulpContainerClient
44
44
  # Attribute mapping from ruby-style variable name to JSON key.
45
45
  def self.attribute_map
46
46
  {
47
- :'content_guard' => :'content_guard',
47
+ :'pulp_labels' => :'pulp_labels',
48
48
  :'hidden' => :'hidden',
49
49
  :'name' => :'name',
50
- :'repository' => :'repository',
51
- :'pulp_labels' => :'pulp_labels',
50
+ :'content_guard' => :'content_guard',
52
51
  :'base_path' => :'base_path',
52
+ :'repository' => :'repository',
53
53
  :'repository_version' => :'repository_version',
54
54
  :'private' => :'private',
55
55
  :'description' => :'description'
@@ -59,12 +59,12 @@ module PulpContainerClient
59
59
  # Attribute type mapping.
60
60
  def self.openapi_types
61
61
  {
62
- :'content_guard' => :'String',
62
+ :'pulp_labels' => :'Hash<String, String>',
63
63
  :'hidden' => :'Boolean',
64
64
  :'name' => :'String',
65
- :'repository' => :'String',
66
- :'pulp_labels' => :'Hash<String, String>',
65
+ :'content_guard' => :'String',
67
66
  :'base_path' => :'String',
67
+ :'repository' => :'String',
68
68
  :'repository_version' => :'String',
69
69
  :'private' => :'Boolean',
70
70
  :'description' => :'String'
@@ -95,8 +95,10 @@ module PulpContainerClient
95
95
  h[k.to_sym] = v
96
96
  }
97
97
 
98
- if attributes.key?(:'content_guard')
99
- self.content_guard = attributes[:'content_guard']
98
+ if attributes.key?(:'pulp_labels')
99
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
100
+ self.pulp_labels = value
101
+ end
100
102
  end
101
103
 
102
104
  if attributes.key?(:'hidden')
@@ -109,20 +111,18 @@ module PulpContainerClient
109
111
  self.name = attributes[:'name']
110
112
  end
111
113
 
112
- if attributes.key?(:'repository')
113
- self.repository = attributes[:'repository']
114
- end
115
-
116
- if attributes.key?(:'pulp_labels')
117
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
118
- self.pulp_labels = value
119
- end
114
+ if attributes.key?(:'content_guard')
115
+ self.content_guard = attributes[:'content_guard']
120
116
  end
121
117
 
122
118
  if attributes.key?(:'base_path')
123
119
  self.base_path = attributes[:'base_path']
124
120
  end
125
121
 
122
+ if attributes.key?(:'repository')
123
+ self.repository = attributes[:'repository']
124
+ end
125
+
126
126
  if attributes.key?(:'repository_version')
127
127
  self.repository_version = attributes[:'repository_version']
128
128
  end
@@ -217,12 +217,12 @@ module PulpContainerClient
217
217
  def ==(o)
218
218
  return true if self.equal?(o)
219
219
  self.class == o.class &&
220
- content_guard == o.content_guard &&
220
+ pulp_labels == o.pulp_labels &&
221
221
  hidden == o.hidden &&
222
222
  name == o.name &&
223
- repository == o.repository &&
224
- pulp_labels == o.pulp_labels &&
223
+ content_guard == o.content_guard &&
225
224
  base_path == o.base_path &&
225
+ repository == o.repository &&
226
226
  repository_version == o.repository_version &&
227
227
  private == o.private &&
228
228
  description == o.description
@@ -237,7 +237,7 @@ module PulpContainerClient
237
237
  # Calculates hash code according to all attributes.
238
238
  # @return [Integer] Hash code
239
239
  def hash
240
- [content_guard, hidden, name, repository, pulp_labels, base_path, repository_version, private, description].hash
240
+ [pulp_labels, hidden, name, content_guard, base_path, repository, repository_version, private, description].hash
241
241
  end
242
242
 
243
243
  # Builds the object from hash
@@ -15,8 +15,9 @@ require 'date'
15
15
  module PulpContainerClient
16
16
  # A serializer for ContainerDistribution.
17
17
  class ContainerContainerDistributionResponse
18
- # An optional content-guard. If none is specified, a default one will be used.
19
- attr_accessor :content_guard
18
+ attr_accessor :pulp_labels
19
+
20
+ attr_accessor :pulp_href
20
21
 
21
22
  # Whether this distribution should be shown in the content app.
22
23
  attr_accessor :hidden
@@ -27,15 +28,14 @@ module PulpContainerClient
27
28
  # A unique name. Ex, `rawhide` and `stable`.
28
29
  attr_accessor :name
29
30
 
30
- # The latest RepositoryVersion for this Repository will be served.
31
- attr_accessor :repository
32
-
33
- attr_accessor :pulp_labels
31
+ # An optional content-guard. If none is specified, a default one will be used.
32
+ attr_accessor :content_guard
34
33
 
35
34
  # 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
35
  attr_accessor :base_path
37
36
 
38
- attr_accessor :pulp_href
37
+ # The latest RepositoryVersion for this Repository will be served.
38
+ attr_accessor :repository
39
39
 
40
40
  # RepositoryVersion to be served
41
41
  attr_accessor :repository_version
@@ -55,14 +55,14 @@ module PulpContainerClient
55
55
  # Attribute mapping from ruby-style variable name to JSON key.
56
56
  def self.attribute_map
57
57
  {
58
- :'content_guard' => :'content_guard',
58
+ :'pulp_labels' => :'pulp_labels',
59
+ :'pulp_href' => :'pulp_href',
59
60
  :'hidden' => :'hidden',
60
61
  :'pulp_created' => :'pulp_created',
61
62
  :'name' => :'name',
62
- :'repository' => :'repository',
63
- :'pulp_labels' => :'pulp_labels',
63
+ :'content_guard' => :'content_guard',
64
64
  :'base_path' => :'base_path',
65
- :'pulp_href' => :'pulp_href',
65
+ :'repository' => :'repository',
66
66
  :'repository_version' => :'repository_version',
67
67
  :'registry_path' => :'registry_path',
68
68
  :'namespace' => :'namespace',
@@ -74,14 +74,14 @@ module PulpContainerClient
74
74
  # Attribute type mapping.
75
75
  def self.openapi_types
76
76
  {
77
- :'content_guard' => :'String',
77
+ :'pulp_labels' => :'Hash<String, String>',
78
+ :'pulp_href' => :'String',
78
79
  :'hidden' => :'Boolean',
79
80
  :'pulp_created' => :'DateTime',
80
81
  :'name' => :'String',
81
- :'repository' => :'String',
82
- :'pulp_labels' => :'Hash<String, String>',
82
+ :'content_guard' => :'String',
83
83
  :'base_path' => :'String',
84
- :'pulp_href' => :'String',
84
+ :'repository' => :'String',
85
85
  :'repository_version' => :'String',
86
86
  :'registry_path' => :'String',
87
87
  :'namespace' => :'String',
@@ -114,8 +114,14 @@ module PulpContainerClient
114
114
  h[k.to_sym] = v
115
115
  }
116
116
 
117
- if attributes.key?(:'content_guard')
118
- self.content_guard = attributes[:'content_guard']
117
+ if attributes.key?(:'pulp_labels')
118
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
119
+ self.pulp_labels = value
120
+ end
121
+ end
122
+
123
+ if attributes.key?(:'pulp_href')
124
+ self.pulp_href = attributes[:'pulp_href']
119
125
  end
120
126
 
121
127
  if attributes.key?(:'hidden')
@@ -132,22 +138,16 @@ module PulpContainerClient
132
138
  self.name = attributes[:'name']
133
139
  end
134
140
 
135
- if attributes.key?(:'repository')
136
- self.repository = attributes[:'repository']
137
- end
138
-
139
- if attributes.key?(:'pulp_labels')
140
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
141
- self.pulp_labels = value
142
- end
141
+ if attributes.key?(:'content_guard')
142
+ self.content_guard = attributes[:'content_guard']
143
143
  end
144
144
 
145
145
  if attributes.key?(:'base_path')
146
146
  self.base_path = attributes[:'base_path']
147
147
  end
148
148
 
149
- if attributes.key?(:'pulp_href')
150
- self.pulp_href = attributes[:'pulp_href']
149
+ if attributes.key?(:'repository')
150
+ self.repository = attributes[:'repository']
151
151
  end
152
152
 
153
153
  if attributes.key?(:'repository_version')
@@ -199,14 +199,14 @@ module PulpContainerClient
199
199
  def ==(o)
200
200
  return true if self.equal?(o)
201
201
  self.class == o.class &&
202
- content_guard == o.content_guard &&
202
+ pulp_labels == o.pulp_labels &&
203
+ pulp_href == o.pulp_href &&
203
204
  hidden == o.hidden &&
204
205
  pulp_created == o.pulp_created &&
205
206
  name == o.name &&
206
- repository == o.repository &&
207
- pulp_labels == o.pulp_labels &&
207
+ content_guard == o.content_guard &&
208
208
  base_path == o.base_path &&
209
- pulp_href == o.pulp_href &&
209
+ repository == o.repository &&
210
210
  repository_version == o.repository_version &&
211
211
  registry_path == o.registry_path &&
212
212
  namespace == o.namespace &&
@@ -223,7 +223,7 @@ module PulpContainerClient
223
223
  # Calculates hash code according to all attributes.
224
224
  # @return [Integer] Hash code
225
225
  def hash
226
- [content_guard, hidden, pulp_created, name, repository, pulp_labels, base_path, pulp_href, repository_version, registry_path, namespace, private, description].hash
226
+ [pulp_labels, pulp_href, hidden, pulp_created, name, content_guard, base_path, repository, repository_version, registry_path, namespace, private, description].hash
227
227
  end
228
228
 
229
229
  # Builds the object from hash