pulp_container_client 2.16.3 → 2.16.5

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