pulp_container_client 2.16.5 → 2.17.0

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: 3d1cc3c8531a2e4c2b5a9efbaee4d4d7fbd72ead400292f4746f2b809b99095f
4
- data.tar.gz: 9de783233064a7ff1be23916fa0ca97179052a0e18cc3b8312b04b0ba200402b
3
+ metadata.gz: b53a4080d645e553588e03910d348071fb1351591722e4edf992f361c24fb59d
4
+ data.tar.gz: 6890cb01c9be109ae51a684e3e65a6900a7a1e44ac15e9b03cab0c3338f77590
5
5
  SHA512:
6
- metadata.gz: d7cf5a9437ed45d21b299dc6e569db152c5905439a24c0820a5b04bc96c060b7fafc30f8ecdd4d52da32708cec6477473e3ed687dbc5716acbe4eb85eb9265b6
7
- data.tar.gz: 535cc046f38227819939ac94f00c581aa18cc1c5a0a4e61db08caabbe1cc8dca04400ba0de4f17f8e98091541e53d4adabf6692a460ca534c065ebcd93498bef
6
+ metadata.gz: c9439c60b963496e588efe266a5c4fe47b7cf51e495a27d74f3604312c76f14618ac30d81ce26032d0ff820cdce4a0dd67e118df04d2fabb6bc009899f04a7a4
7
+ data.tar.gz: 0da75fdd349dbf3bb00c124b0ee730ffeceaa5479f561d17268ac3eaa5a9916077ebaeb3f51709f14a2eaa727d46bef225455095179db7e36d43d8896da04a9d
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.5
10
+ - Package version: 2.17.0
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.5.gem
27
+ gem install ./pulp_container_client-2.17.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_container_client-2.16.5.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_container_client-2.17.0.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.5'
36
+ gem 'pulp_container_client', '~> 2.17.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,11 +4,11 @@
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]
8
- **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
- **pulp_labels** | **Hash<String, String>** | | [optional]
10
7
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
+ **pulp_labels** | **Hash<String, String>** | | [optional]
9
+ **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\") |
11
10
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
12
12
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
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]
@@ -19,11 +19,11 @@ Name | Type | Description | Notes
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerDistribution.new(content_guard: null,
23
- base_path: null,
22
+ instance = PulpContainerClient::ContainerContainerDistribution.new(repository: null,
24
23
  pulp_labels: null,
25
- repository: null,
24
+ base_path: null,
26
25
  hidden: null,
26
+ content_guard: null,
27
27
  name: null,
28
28
  repository_version: null,
29
29
  private: 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]
8
- **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
- **pulp_labels** | **Hash<String, String>** | | [optional]
7
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
8
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
9
+ **pulp_labels** | **Hash<String, String>** | | [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\") |
11
11
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
12
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
13
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
14
12
  **pulp_href** | **String** | | [optional] [readonly]
13
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
14
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
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,
27
- base_path: null,
28
- pulp_labels: null,
26
+ instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_created: null,
29
27
  repository: null,
28
+ pulp_labels: null,
29
+ base_path: null,
30
30
  hidden: null,
31
- name: null,
32
- pulp_created: null,
33
31
  pulp_href: null,
32
+ content_guard: null,
33
+ name: 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
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
7
8
  **pulp_labels** | **Hash<String, String>** | | [optional]
8
- **name** | **String** | A unique name for this repository. |
9
9
  **description** | **String** | An optional description. | [optional]
10
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
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
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_labels: null,
19
- name: null,
18
+ instance = PulpContainerClient::ContainerContainerPushRepository.new(manifest_signing_service: null,
19
+ pulp_labels: null,
20
20
  description: null,
21
- manifest_signing_service: null,
22
- retain_repo_versions: null)
21
+ retain_repo_versions: null,
22
+ name: null)
23
23
  ```
24
24
 
25
25
 
@@ -4,30 +4,30 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_labels** | **Hash<String, String>** | | [optional]
8
- **versions_href** | **String** | | [optional] [readonly]
9
- **name** | **String** | A unique name for this repository. |
10
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
7
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
8
  **latest_version_href** | **String** | | [optional] [readonly]
9
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
+ **pulp_labels** | **Hash<String, String>** | | [optional]
12
11
  **description** | **String** | An optional description. | [optional]
13
- **pulp_href** | **String** | | [optional] [readonly]
14
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
12
+ **versions_href** | **String** | | [optional] [readonly]
15
13
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
14
+ **pulp_href** | **String** | | [optional] [readonly]
15
+ **name** | **String** | A unique name for this repository. |
16
16
 
17
17
  ## Code Sample
18
18
 
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_labels: null,
23
- versions_href: null,
24
- name: null,
25
- pulp_created: null,
22
+ instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(manifest_signing_service: null,
26
23
  latest_version_href: null,
24
+ pulp_created: null,
25
+ pulp_labels: null,
27
26
  description: null,
27
+ versions_href: null,
28
+ retain_repo_versions: null,
28
29
  pulp_href: null,
29
- manifest_signing_service: null,
30
- retain_repo_versions: null)
30
+ name: null)
31
31
  ```
32
32
 
33
33
 
@@ -4,11 +4,11 @@
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]
8
- **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
- **pulp_labels** | **Hash<String, String>** | | [optional]
10
7
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
8
+ **pulp_labels** | **Hash<String, String>** | | [optional]
9
+ **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]
11
10
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
+ **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
12
12
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [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]
@@ -19,11 +19,11 @@ Name | Type | Description | Notes
19
19
  ```ruby
20
20
  require 'PulpContainerClient'
21
21
 
22
- instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(content_guard: null,
23
- base_path: null,
22
+ instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(repository: null,
24
23
  pulp_labels: null,
25
- repository: null,
24
+ base_path: null,
26
25
  hidden: null,
26
+ content_guard: null,
27
27
  name: null,
28
28
  repository_version: null,
29
29
  private: null,
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
7
8
  **pulp_labels** | **Hash<String, String>** | | [optional]
8
- **name** | **String** | A unique name for this repository. | [optional]
9
9
  **description** | **String** | An optional description. | [optional]
10
- **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
11
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. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(pulp_labels: null,
19
- name: null,
18
+ instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(manifest_signing_service: null,
19
+ pulp_labels: null,
20
20
  description: null,
21
- manifest_signing_service: null,
22
- retain_repo_versions: null)
21
+ retain_repo_versions: null,
22
+ name: null)
23
23
  ```
24
24
 
25
25
 
@@ -15,20 +15,20 @@ 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
20
-
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\")
22
- attr_accessor :base_path
18
+ # The latest RepositoryVersion for this Repository will be served.
19
+ attr_accessor :repository
23
20
 
24
21
  attr_accessor :pulp_labels
25
22
 
26
- # The latest RepositoryVersion for this Repository will be served.
27
- attr_accessor :repository
23
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
24
+ attr_accessor :base_path
28
25
 
29
26
  # Whether this distribution should be shown in the content app.
30
27
  attr_accessor :hidden
31
28
 
29
+ # An optional content-guard. If none is specified, a default one will be used.
30
+ attr_accessor :content_guard
31
+
32
32
  # A unique name. Ex, `rawhide` and `stable`.
33
33
  attr_accessor :name
34
34
 
@@ -44,11 +44,11 @@ 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',
48
- :'base_path' => :'base_path',
49
- :'pulp_labels' => :'pulp_labels',
50
47
  :'repository' => :'repository',
48
+ :'pulp_labels' => :'pulp_labels',
49
+ :'base_path' => :'base_path',
51
50
  :'hidden' => :'hidden',
51
+ :'content_guard' => :'content_guard',
52
52
  :'name' => :'name',
53
53
  :'repository_version' => :'repository_version',
54
54
  :'private' => :'private',
@@ -59,11 +59,11 @@ module PulpContainerClient
59
59
  # Attribute type mapping.
60
60
  def self.openapi_types
61
61
  {
62
- :'content_guard' => :'String',
63
- :'base_path' => :'String',
64
- :'pulp_labels' => :'Hash<String, String>',
65
62
  :'repository' => :'String',
63
+ :'pulp_labels' => :'Hash<String, String>',
64
+ :'base_path' => :'String',
66
65
  :'hidden' => :'Boolean',
66
+ :'content_guard' => :'String',
67
67
  :'name' => :'String',
68
68
  :'repository_version' => :'String',
69
69
  :'private' => :'Boolean',
@@ -95,12 +95,8 @@ 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']
100
- end
101
-
102
- if attributes.key?(:'base_path')
103
- self.base_path = attributes[:'base_path']
98
+ if attributes.key?(:'repository')
99
+ self.repository = attributes[:'repository']
104
100
  end
105
101
 
106
102
  if attributes.key?(:'pulp_labels')
@@ -109,8 +105,8 @@ module PulpContainerClient
109
105
  end
110
106
  end
111
107
 
112
- if attributes.key?(:'repository')
113
- self.repository = attributes[:'repository']
108
+ if attributes.key?(:'base_path')
109
+ self.base_path = attributes[:'base_path']
114
110
  end
115
111
 
116
112
  if attributes.key?(:'hidden')
@@ -119,6 +115,10 @@ module PulpContainerClient
119
115
  self.hidden = false
120
116
  end
121
117
 
118
+ if attributes.key?(:'content_guard')
119
+ self.content_guard = attributes[:'content_guard']
120
+ end
121
+
122
122
  if attributes.key?(:'name')
123
123
  self.name = attributes[:'name']
124
124
  end
@@ -217,11 +217,11 @@ 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 &&
221
- base_path == o.base_path &&
222
- pulp_labels == o.pulp_labels &&
223
220
  repository == o.repository &&
221
+ pulp_labels == o.pulp_labels &&
222
+ base_path == o.base_path &&
224
223
  hidden == o.hidden &&
224
+ content_guard == o.content_guard &&
225
225
  name == o.name &&
226
226
  repository_version == o.repository_version &&
227
227
  private == o.private &&
@@ -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, base_path, pulp_labels, repository, hidden, name, repository_version, private, description].hash
240
+ [repository, pulp_labels, base_path, hidden, content_guard, name, repository_version, private, description].hash
241
241
  end
242
242
 
243
243
  # Builds the object from hash
@@ -15,27 +15,27 @@ 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
+ # Timestamp of creation.
19
+ attr_accessor :pulp_created
20
20
 
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\")
22
- attr_accessor :base_path
21
+ # The latest RepositoryVersion for this Repository will be served.
22
+ attr_accessor :repository
23
23
 
24
24
  attr_accessor :pulp_labels
25
25
 
26
- # The latest RepositoryVersion for this Repository will be served.
27
- attr_accessor :repository
26
+ # 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
+ attr_accessor :base_path
28
28
 
29
29
  # Whether this distribution should be shown in the content app.
30
30
  attr_accessor :hidden
31
31
 
32
- # A unique name. Ex, `rawhide` and `stable`.
33
- attr_accessor :name
32
+ attr_accessor :pulp_href
34
33
 
35
- # Timestamp of creation.
36
- attr_accessor :pulp_created
34
+ # An optional content-guard. If none is specified, a default one will be used.
35
+ attr_accessor :content_guard
37
36
 
38
- attr_accessor :pulp_href
37
+ # A unique name. Ex, `rawhide` and `stable`.
38
+ attr_accessor :name
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',
59
- :'base_path' => :'base_path',
60
- :'pulp_labels' => :'pulp_labels',
58
+ :'pulp_created' => :'pulp_created',
61
59
  :'repository' => :'repository',
60
+ :'pulp_labels' => :'pulp_labels',
61
+ :'base_path' => :'base_path',
62
62
  :'hidden' => :'hidden',
63
- :'name' => :'name',
64
- :'pulp_created' => :'pulp_created',
65
63
  :'pulp_href' => :'pulp_href',
64
+ :'content_guard' => :'content_guard',
65
+ :'name' => :'name',
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',
78
- :'base_path' => :'String',
79
- :'pulp_labels' => :'Hash<String, String>',
77
+ :'pulp_created' => :'DateTime',
80
78
  :'repository' => :'String',
79
+ :'pulp_labels' => :'Hash<String, String>',
80
+ :'base_path' => :'String',
81
81
  :'hidden' => :'Boolean',
82
- :'name' => :'String',
83
- :'pulp_created' => :'DateTime',
84
82
  :'pulp_href' => :'String',
83
+ :'content_guard' => :'String',
84
+ :'name' => :'String',
85
85
  :'repository_version' => :'String',
86
86
  :'registry_path' => :'String',
87
87
  :'namespace' => :'String',
@@ -114,12 +114,12 @@ 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_created')
118
+ self.pulp_created = attributes[:'pulp_created']
119
119
  end
120
120
 
121
- if attributes.key?(:'base_path')
122
- self.base_path = attributes[:'base_path']
121
+ if attributes.key?(:'repository')
122
+ self.repository = attributes[:'repository']
123
123
  end
124
124
 
125
125
  if attributes.key?(:'pulp_labels')
@@ -128,8 +128,8 @@ module PulpContainerClient
128
128
  end
129
129
  end
130
130
 
131
- if attributes.key?(:'repository')
132
- self.repository = attributes[:'repository']
131
+ if attributes.key?(:'base_path')
132
+ self.base_path = attributes[:'base_path']
133
133
  end
134
134
 
135
135
  if attributes.key?(:'hidden')
@@ -138,16 +138,16 @@ module PulpContainerClient
138
138
  self.hidden = false
139
139
  end
140
140
 
141
- if attributes.key?(:'name')
142
- self.name = attributes[:'name']
141
+ if attributes.key?(:'pulp_href')
142
+ self.pulp_href = attributes[:'pulp_href']
143
143
  end
144
144
 
145
- if attributes.key?(:'pulp_created')
146
- self.pulp_created = attributes[:'pulp_created']
145
+ if attributes.key?(:'content_guard')
146
+ self.content_guard = attributes[:'content_guard']
147
147
  end
148
148
 
149
- if attributes.key?(:'pulp_href')
150
- self.pulp_href = attributes[:'pulp_href']
149
+ if attributes.key?(:'name')
150
+ self.name = attributes[:'name']
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 &&
203
- base_path == o.base_path &&
204
- pulp_labels == o.pulp_labels &&
202
+ pulp_created == o.pulp_created &&
205
203
  repository == o.repository &&
204
+ pulp_labels == o.pulp_labels &&
205
+ base_path == o.base_path &&
206
206
  hidden == o.hidden &&
207
- name == o.name &&
208
- pulp_created == o.pulp_created &&
209
207
  pulp_href == o.pulp_href &&
208
+ content_guard == o.content_guard &&
209
+ name == o.name &&
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, base_path, pulp_labels, repository, hidden, name, pulp_created, pulp_href, repository_version, registry_path, namespace, private, description].hash
226
+ [pulp_created, repository, pulp_labels, base_path, hidden, pulp_href, content_guard, name, repository_version, registry_path, namespace, private, description].hash
227
227
  end
228
228
 
229
229
  # Builds the object from hash