pulpcore_client 3.73.2 → 3.74.1
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 +4 -4
- data/README.md +4 -4
- data/docs/ArtifactDistributionResponse.md +14 -14
- data/docs/DistributionsApi.md +4 -2
- data/docs/DistributionsArtifactsApi.md +4 -2
- data/docs/DistributionsOpenpgpApi.md +2 -2
- data/docs/PublicationsApi.md +4 -2
- data/lib/pulpcore_client/api/distributions_api.rb +6 -3
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +6 -3
- data/lib/pulpcore_client/api/distributions_openpgp_api.rb +3 -3
- data/lib/pulpcore_client/api/publications_api.rb +6 -3
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +64 -64
- data/lib/pulpcore_client/models/orphans_cleanup.rb +24 -0
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/distributions_api_spec.rb +2 -1
- data/spec/api/distributions_artifacts_api_spec.rb +2 -1
- data/spec/api/distributions_openpgp_api_spec.rb +1 -1
- data/spec/api/publications_api_spec.rb +2 -1
- data/spec/models/artifact_distribution_response_spec.rb +9 -9
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 148190ecb085f0f7d939e22a01fd868419bdbd67cfb6cbd9a32c1f065449b27c
|
4
|
+
data.tar.gz: 4cb8219881f468d1e2659b56c721ae872a59e797f41588cddcd918133a70d0a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c503b0ff8d8088d45e60d0b29ef16f17486743d84dda801be115b766fb9a2f36e24af82983ae26cb98bf39766dfc809f5386b5eb7133585be188c45eacbf499e
|
7
|
+
data.tar.gz: a2519f0bf08517440b94fb8232fa95ff37d76c912d0d92ebea97d7092416ab0fdaa0b653193faf961ac09e61c0c7a67feec35bd09d39e96e9f9d7946f35a3302
|
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: 3.
|
10
|
+
- Package version: 3.74.1
|
11
11
|
- Generator version: 7.10.0
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
@@ -25,16 +25,16 @@ gem build pulpcore_client.gemspec
|
|
25
25
|
Then either install the gem locally:
|
26
26
|
|
27
27
|
```shell
|
28
|
-
gem install ./pulpcore_client-3.
|
28
|
+
gem install ./pulpcore_client-3.74.1.gem
|
29
29
|
```
|
30
30
|
|
31
|
-
(for development, run `gem install --dev ./pulpcore_client-3.
|
31
|
+
(for development, run `gem install --dev ./pulpcore_client-3.74.1.gem` to install the development dependencies)
|
32
32
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
34
34
|
|
35
35
|
Finally add this to the Gemfile:
|
36
36
|
|
37
|
-
gem 'pulpcore_client', '~> 3.
|
37
|
+
gem 'pulpcore_client', '~> 3.74.1'
|
38
38
|
|
39
39
|
### Install from Git
|
40
40
|
|
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **
|
8
|
-
| **
|
7
|
+
| **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\") | |
|
8
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
9
9
|
| **content_guard** | **String** | An optional content-guard. | [optional] |
|
10
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
11
10
|
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
11
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
12
|
+
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
12
13
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
13
|
-
| **
|
14
|
-
| **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
|
14
|
+
| **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
|
15
15
|
| **pulp_href** | **String** | | [optional][readonly] |
|
16
|
-
| **
|
17
|
-
| **
|
16
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
17
|
+
| **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
|
18
18
|
|
19
19
|
## Example
|
20
20
|
|
@@ -22,17 +22,17 @@
|
|
22
22
|
require 'pulpcore_client'
|
23
23
|
|
24
24
|
instance = PulpcoreClient::ArtifactDistributionResponse.new(
|
25
|
-
|
26
|
-
|
25
|
+
base_path: null,
|
26
|
+
prn: null,
|
27
27
|
content_guard: null,
|
28
|
-
pulp_labels: null,
|
29
28
|
name: null,
|
29
|
+
pulp_created: null,
|
30
|
+
pulp_last_updated: null,
|
30
31
|
hidden: null,
|
31
|
-
|
32
|
-
base_url: null,
|
32
|
+
no_content_change_since: null,
|
33
33
|
pulp_href: null,
|
34
|
-
|
35
|
-
|
34
|
+
pulp_labels: null,
|
35
|
+
base_url: null
|
36
36
|
)
|
37
37
|
```
|
38
38
|
|
data/docs/DistributionsApi.md
CHANGED
@@ -33,6 +33,7 @@ opts = {
|
|
33
33
|
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
34
34
|
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
35
35
|
base_path__in: ['inner_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
36
|
+
checkpoint: true, # Boolean | Filter results where checkpoint matches value
|
36
37
|
limit: 56, # Integer | Number of results to return per page.
|
37
38
|
name: 'name_example', # String | Filter results where name matches value
|
38
39
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
@@ -44,7 +45,7 @@ opts = {
|
|
44
45
|
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
45
46
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
46
47
|
offset: 56, # Integer | The initial index from which to return the results.
|
47
|
-
ordering: ['-base_path'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
48
|
+
ordering: ['-base_path'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
48
49
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
49
50
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
50
51
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
@@ -94,6 +95,7 @@ end
|
|
94
95
|
| **base_path__contains** | **String** | Filter results where base_path contains value | [optional] |
|
95
96
|
| **base_path__icontains** | **String** | Filter results where base_path contains value | [optional] |
|
96
97
|
| **base_path__in** | [**Array<String>**](String.md) | Filter results where base_path is in a comma-separated list of values | [optional] |
|
98
|
+
| **checkpoint** | **Boolean** | Filter results where checkpoint matches value | [optional] |
|
97
99
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
98
100
|
| **name** | **String** | Filter results where name matches value | [optional] |
|
99
101
|
| **name__contains** | **String** | Filter results where name contains value | [optional] |
|
@@ -105,7 +107,7 @@ end
|
|
105
107
|
| **name__regex** | **String** | Filter results where name matches regex value | [optional] |
|
106
108
|
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
107
109
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
108
|
-
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
110
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
109
111
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
110
112
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
111
113
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
@@ -34,6 +34,7 @@ opts = {
|
|
34
34
|
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
35
35
|
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
36
36
|
base_path__in: ['inner_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
37
|
+
checkpoint: true, # Boolean | Filter results where checkpoint matches value
|
37
38
|
limit: 56, # Integer | Number of results to return per page.
|
38
39
|
name: 'name_example', # String | Filter results where name matches value
|
39
40
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
@@ -45,7 +46,7 @@ opts = {
|
|
45
46
|
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
46
47
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
47
48
|
offset: 56, # Integer | The initial index from which to return the results.
|
48
|
-
ordering: ['-base_path'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
49
|
+
ordering: ['-base_path'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
49
50
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
50
51
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
51
52
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
@@ -93,6 +94,7 @@ end
|
|
93
94
|
| **base_path__contains** | **String** | Filter results where base_path contains value | [optional] |
|
94
95
|
| **base_path__icontains** | **String** | Filter results where base_path contains value | [optional] |
|
95
96
|
| **base_path__in** | [**Array<String>**](String.md) | Filter results where base_path is in a comma-separated list of values | [optional] |
|
97
|
+
| **checkpoint** | **Boolean** | Filter results where checkpoint matches value | [optional] |
|
96
98
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
97
99
|
| **name** | **String** | Filter results where name matches value | [optional] |
|
98
100
|
| **name__contains** | **String** | Filter results where name contains value | [optional] |
|
@@ -104,7 +106,7 @@ end
|
|
104
106
|
| **name__regex** | **String** | Filter results where name matches regex value | [optional] |
|
105
107
|
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
106
108
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
107
|
-
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
109
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
108
110
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
109
111
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
110
112
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
@@ -178,7 +178,7 @@ api_instance = PulpcoreClient::DistributionsOpenpgpApi.new
|
|
178
178
|
opts = {
|
179
179
|
limit: 56, # Integer | Number of results to return per page.
|
180
180
|
offset: 56, # Integer | The initial index from which to return the results.
|
181
|
-
ordering: ['-base_path'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
181
|
+
ordering: ['-base_path'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
182
182
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
183
183
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
184
184
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
@@ -223,7 +223,7 @@ end
|
|
223
223
|
| ---- | ---- | ----------- | ----- |
|
224
224
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
225
225
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
226
|
-
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
226
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
227
227
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
228
228
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
229
229
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
data/docs/PublicationsApi.md
CHANGED
@@ -29,11 +29,12 @@ end
|
|
29
29
|
|
30
30
|
api_instance = PulpcoreClient::PublicationsApi.new
|
31
31
|
opts = {
|
32
|
+
checkpoint: true, # Boolean | Filter results where checkpoint matches value
|
32
33
|
content: 'content_example', # String | Content Unit referenced by HREF/PRN
|
33
34
|
content__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
34
35
|
limit: 56, # Integer | Number of results to return per page.
|
35
36
|
offset: 56, # Integer | The initial index from which to return the results.
|
36
|
-
ordering: ['-
|
37
|
+
ordering: ['-checkpoint'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
37
38
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
38
39
|
pulp_created: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created matches value
|
39
40
|
pulp_created__gt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is greater than value
|
@@ -84,11 +85,12 @@ end
|
|
84
85
|
|
85
86
|
| Name | Type | Description | Notes |
|
86
87
|
| ---- | ---- | ----------- | ----- |
|
88
|
+
| **checkpoint** | **Boolean** | Filter results where checkpoint matches value | [optional] |
|
87
89
|
| **content** | **String** | Content Unit referenced by HREF/PRN | [optional] |
|
88
90
|
| **content__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
89
91
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
90
92
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
91
|
-
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
93
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
92
94
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
93
95
|
| **pulp_created** | **Time** | Filter results where pulp_created matches value | [optional] |
|
94
96
|
| **pulp_created__gt** | **Time** | Filter results where pulp_created is greater than value | [optional] |
|
@@ -26,6 +26,7 @@ module PulpcoreClient
|
|
26
26
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
27
27
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
28
28
|
# @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
|
29
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
29
30
|
# @option opts [Integer] :limit Number of results to return per page.
|
30
31
|
# @option opts [String] :name Filter results where name matches value
|
31
32
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -37,7 +38,7 @@ module PulpcoreClient
|
|
37
38
|
# @option opts [String] :name__regex Filter results where name matches regex value
|
38
39
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
39
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
40
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
41
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
41
42
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
42
43
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
43
44
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -63,6 +64,7 @@ module PulpcoreClient
|
|
63
64
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
64
65
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
65
66
|
# @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
|
67
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
66
68
|
# @option opts [Integer] :limit Number of results to return per page.
|
67
69
|
# @option opts [String] :name Filter results where name matches value
|
68
70
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -74,7 +76,7 @@ module PulpcoreClient
|
|
74
76
|
# @option opts [String] :name__regex Filter results where name matches regex value
|
75
77
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
76
78
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
77
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
79
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
78
80
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
79
81
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
80
82
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -92,7 +94,7 @@ module PulpcoreClient
|
|
92
94
|
if @api_client.config.debugging
|
93
95
|
@api_client.config.logger.debug 'Calling API: DistributionsApi.list ...'
|
94
96
|
end
|
95
|
-
allowable_values = ["-base_path", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
|
97
|
+
allowable_values = ["-base_path", "-checkpoint", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "checkpoint", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
|
96
98
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
97
99
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
98
100
|
end
|
@@ -113,6 +115,7 @@ module PulpcoreClient
|
|
113
115
|
query_params[:'base_path__contains'] = opts[:'base_path__contains'] if !opts[:'base_path__contains'].nil?
|
114
116
|
query_params[:'base_path__icontains'] = opts[:'base_path__icontains'] if !opts[:'base_path__icontains'].nil?
|
115
117
|
query_params[:'base_path__in'] = @api_client.build_collection_param(opts[:'base_path__in'], :csv) if !opts[:'base_path__in'].nil?
|
118
|
+
query_params[:'checkpoint'] = opts[:'checkpoint'] if !opts[:'checkpoint'].nil?
|
116
119
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
117
120
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
118
121
|
query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
|
@@ -26,6 +26,7 @@ module PulpcoreClient
|
|
26
26
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
27
27
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
28
28
|
# @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
|
29
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
29
30
|
# @option opts [Integer] :limit Number of results to return per page.
|
30
31
|
# @option opts [String] :name Filter results where name matches value
|
31
32
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -37,7 +38,7 @@ module PulpcoreClient
|
|
37
38
|
# @option opts [String] :name__regex Filter results where name matches regex value
|
38
39
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
39
40
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
40
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
41
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
41
42
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
42
43
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
43
44
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -61,6 +62,7 @@ module PulpcoreClient
|
|
61
62
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
62
63
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
63
64
|
# @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
|
65
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
64
66
|
# @option opts [Integer] :limit Number of results to return per page.
|
65
67
|
# @option opts [String] :name Filter results where name matches value
|
66
68
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -72,7 +74,7 @@ module PulpcoreClient
|
|
72
74
|
# @option opts [String] :name__regex Filter results where name matches regex value
|
73
75
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
74
76
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
75
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
77
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
76
78
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
77
79
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
78
80
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -88,7 +90,7 @@ module PulpcoreClient
|
|
88
90
|
if @api_client.config.debugging
|
89
91
|
@api_client.config.logger.debug 'Calling API: DistributionsArtifactsApi.list ...'
|
90
92
|
end
|
91
|
-
allowable_values = ["-base_path", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
|
93
|
+
allowable_values = ["-base_path", "-checkpoint", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "checkpoint", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
|
92
94
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
93
95
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
94
96
|
end
|
@@ -101,6 +103,7 @@ module PulpcoreClient
|
|
101
103
|
query_params[:'base_path__contains'] = opts[:'base_path__contains'] if !opts[:'base_path__contains'].nil?
|
102
104
|
query_params[:'base_path__icontains'] = opts[:'base_path__icontains'] if !opts[:'base_path__icontains'].nil?
|
103
105
|
query_params[:'base_path__in'] = @api_client.build_collection_param(opts[:'base_path__in'], :csv) if !opts[:'base_path__in'].nil?
|
106
|
+
query_params[:'checkpoint'] = opts[:'checkpoint'] if !opts[:'checkpoint'].nil?
|
104
107
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
105
108
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
106
109
|
query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
|
@@ -155,7 +155,7 @@ module PulpcoreClient
|
|
155
155
|
# @param [Hash] opts the optional parameters
|
156
156
|
# @option opts [Integer] :limit Number of results to return per page.
|
157
157
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
158
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
158
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
159
159
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
160
160
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
161
161
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -176,7 +176,7 @@ module PulpcoreClient
|
|
176
176
|
# @param [Hash] opts the optional parameters
|
177
177
|
# @option opts [Integer] :limit Number of results to return per page.
|
178
178
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
179
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
179
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
180
180
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
181
181
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
182
182
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -191,7 +191,7 @@ module PulpcoreClient
|
|
191
191
|
if @api_client.config.debugging
|
192
192
|
@api_client.config.logger.debug 'Calling API: DistributionsOpenpgpApi.list ...'
|
193
193
|
end
|
194
|
-
allowable_values = ["-base_path", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
|
194
|
+
allowable_values = ["-base_path", "-checkpoint", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "checkpoint", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
|
195
195
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
196
196
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
197
197
|
end
|
@@ -22,11 +22,12 @@ module PulpcoreClient
|
|
22
22
|
# List publications
|
23
23
|
# A base class for any publication viewset.
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
25
26
|
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
26
27
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
27
28
|
# @option opts [Integer] :limit Number of results to return per page.
|
28
29
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
29
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
30
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
30
31
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
31
32
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
32
33
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
@@ -53,11 +54,12 @@ module PulpcoreClient
|
|
53
54
|
# List publications
|
54
55
|
# A base class for any publication viewset.
|
55
56
|
# @param [Hash] opts the optional parameters
|
57
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
56
58
|
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
57
59
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
58
60
|
# @option opts [Integer] :limit Number of results to return per page.
|
59
61
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
60
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
62
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
61
63
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
62
64
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
63
65
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
@@ -80,7 +82,7 @@ module PulpcoreClient
|
|
80
82
|
if @api_client.config.debugging
|
81
83
|
@api_client.config.logger.debug 'Calling API: PublicationsApi.list ...'
|
82
84
|
end
|
83
|
-
allowable_values = ["-complete", "-pass_through", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "complete", "pass_through", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
|
85
|
+
allowable_values = ["-checkpoint", "-complete", "-pass_through", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "checkpoint", "complete", "pass_through", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
|
84
86
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
85
87
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
86
88
|
end
|
@@ -97,6 +99,7 @@ module PulpcoreClient
|
|
97
99
|
|
98
100
|
# query parameters
|
99
101
|
query_params = opts[:query_params] || {}
|
102
|
+
query_params[:'checkpoint'] = opts[:'checkpoint'] if !opts[:'checkpoint'].nil?
|
100
103
|
query_params[:'content'] = opts[:'content'] if !opts[:'content'].nil?
|
101
104
|
query_params[:'content__in'] = @api_client.build_collection_param(opts[:'content__in'], :csv) if !opts[:'content__in'].nil?
|
102
105
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
@@ -16,51 +16,51 @@ require 'time'
|
|
16
16
|
module PulpcoreClient
|
17
17
|
# A serializer for ArtifactDistribution.
|
18
18
|
class ArtifactDistributionResponse
|
19
|
-
#
|
20
|
-
attr_accessor :
|
19
|
+
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
20
|
+
attr_accessor :base_path
|
21
21
|
|
22
|
-
#
|
23
|
-
attr_accessor :
|
22
|
+
# The Pulp Resource Name (PRN).
|
23
|
+
attr_accessor :prn
|
24
24
|
|
25
25
|
# An optional content-guard.
|
26
26
|
attr_accessor :content_guard
|
27
27
|
|
28
|
-
attr_accessor :pulp_labels
|
29
|
-
|
30
28
|
# A unique name. Ex, `rawhide` and `stable`.
|
31
29
|
attr_accessor :name
|
32
30
|
|
31
|
+
# Timestamp of creation.
|
32
|
+
attr_accessor :pulp_created
|
33
|
+
|
34
|
+
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
35
|
+
attr_accessor :pulp_last_updated
|
36
|
+
|
33
37
|
# Whether this distribution should be shown in the content app.
|
34
38
|
attr_accessor :hidden
|
35
39
|
|
36
|
-
#
|
37
|
-
attr_accessor :
|
38
|
-
|
39
|
-
# The URL for accessing the publication as defined by this distribution.
|
40
|
-
attr_accessor :base_url
|
40
|
+
# Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
|
41
|
+
attr_accessor :no_content_change_since
|
41
42
|
|
42
43
|
attr_accessor :pulp_href
|
43
44
|
|
44
|
-
|
45
|
-
attr_accessor :base_path
|
45
|
+
attr_accessor :pulp_labels
|
46
46
|
|
47
|
-
#
|
48
|
-
attr_accessor :
|
47
|
+
# The URL for accessing the publication as defined by this distribution.
|
48
|
+
attr_accessor :base_url
|
49
49
|
|
50
50
|
# Attribute mapping from ruby-style variable name to JSON key.
|
51
51
|
def self.attribute_map
|
52
52
|
{
|
53
|
-
:'
|
54
|
-
:'
|
53
|
+
:'base_path' => :'base_path',
|
54
|
+
:'prn' => :'prn',
|
55
55
|
:'content_guard' => :'content_guard',
|
56
|
-
:'pulp_labels' => :'pulp_labels',
|
57
56
|
:'name' => :'name',
|
57
|
+
:'pulp_created' => :'pulp_created',
|
58
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
58
59
|
:'hidden' => :'hidden',
|
59
|
-
:'
|
60
|
-
:'base_url' => :'base_url',
|
60
|
+
:'no_content_change_since' => :'no_content_change_since',
|
61
61
|
:'pulp_href' => :'pulp_href',
|
62
|
-
:'
|
63
|
-
:'
|
62
|
+
:'pulp_labels' => :'pulp_labels',
|
63
|
+
:'base_url' => :'base_url'
|
64
64
|
}
|
65
65
|
end
|
66
66
|
|
@@ -72,17 +72,17 @@ module PulpcoreClient
|
|
72
72
|
# Attribute type mapping.
|
73
73
|
def self.openapi_types
|
74
74
|
{
|
75
|
-
:'
|
76
|
-
:'
|
75
|
+
:'base_path' => :'String',
|
76
|
+
:'prn' => :'String',
|
77
77
|
:'content_guard' => :'String',
|
78
|
-
:'pulp_labels' => :'Hash<String, String>',
|
79
78
|
:'name' => :'String',
|
79
|
+
:'pulp_created' => :'Time',
|
80
|
+
:'pulp_last_updated' => :'Time',
|
80
81
|
:'hidden' => :'Boolean',
|
81
|
-
:'
|
82
|
-
:'base_url' => :'String',
|
82
|
+
:'no_content_change_since' => :'String',
|
83
83
|
:'pulp_href' => :'String',
|
84
|
-
:'
|
85
|
-
:'
|
84
|
+
:'pulp_labels' => :'Hash<String, String>',
|
85
|
+
:'base_url' => :'String'
|
86
86
|
}
|
87
87
|
end
|
88
88
|
|
@@ -108,56 +108,56 @@ module PulpcoreClient
|
|
108
108
|
h[k.to_sym] = v
|
109
109
|
}
|
110
110
|
|
111
|
-
if attributes.key?(:'
|
112
|
-
self.
|
111
|
+
if attributes.key?(:'base_path')
|
112
|
+
self.base_path = attributes[:'base_path']
|
113
|
+
else
|
114
|
+
self.base_path = nil
|
113
115
|
end
|
114
116
|
|
115
|
-
if attributes.key?(:'
|
116
|
-
self.
|
117
|
+
if attributes.key?(:'prn')
|
118
|
+
self.prn = attributes[:'prn']
|
117
119
|
end
|
118
120
|
|
119
121
|
if attributes.key?(:'content_guard')
|
120
122
|
self.content_guard = attributes[:'content_guard']
|
121
123
|
end
|
122
124
|
|
123
|
-
if attributes.key?(:'pulp_labels')
|
124
|
-
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
125
|
-
self.pulp_labels = value
|
126
|
-
end
|
127
|
-
end
|
128
|
-
|
129
125
|
if attributes.key?(:'name')
|
130
126
|
self.name = attributes[:'name']
|
131
127
|
else
|
132
128
|
self.name = nil
|
133
129
|
end
|
134
130
|
|
131
|
+
if attributes.key?(:'pulp_created')
|
132
|
+
self.pulp_created = attributes[:'pulp_created']
|
133
|
+
end
|
134
|
+
|
135
|
+
if attributes.key?(:'pulp_last_updated')
|
136
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
137
|
+
end
|
138
|
+
|
135
139
|
if attributes.key?(:'hidden')
|
136
140
|
self.hidden = attributes[:'hidden']
|
137
141
|
else
|
138
142
|
self.hidden = false
|
139
143
|
end
|
140
144
|
|
141
|
-
if attributes.key?(:'
|
142
|
-
self.
|
143
|
-
end
|
144
|
-
|
145
|
-
if attributes.key?(:'base_url')
|
146
|
-
self.base_url = attributes[:'base_url']
|
145
|
+
if attributes.key?(:'no_content_change_since')
|
146
|
+
self.no_content_change_since = attributes[:'no_content_change_since']
|
147
147
|
end
|
148
148
|
|
149
149
|
if attributes.key?(:'pulp_href')
|
150
150
|
self.pulp_href = attributes[:'pulp_href']
|
151
151
|
end
|
152
152
|
|
153
|
-
if attributes.key?(:'
|
154
|
-
|
155
|
-
|
156
|
-
|
153
|
+
if attributes.key?(:'pulp_labels')
|
154
|
+
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
155
|
+
self.pulp_labels = value
|
156
|
+
end
|
157
157
|
end
|
158
158
|
|
159
|
-
if attributes.key?(:'
|
160
|
-
self.
|
159
|
+
if attributes.key?(:'base_url')
|
160
|
+
self.base_url = attributes[:'base_url']
|
161
161
|
end
|
162
162
|
end
|
163
163
|
|
@@ -166,14 +166,14 @@ module PulpcoreClient
|
|
166
166
|
def list_invalid_properties
|
167
167
|
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
168
168
|
invalid_properties = Array.new
|
169
|
-
if @name.nil?
|
170
|
-
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
171
|
-
end
|
172
|
-
|
173
169
|
if @base_path.nil?
|
174
170
|
invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
|
175
171
|
end
|
176
172
|
|
173
|
+
if @name.nil?
|
174
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
175
|
+
end
|
176
|
+
|
177
177
|
invalid_properties
|
178
178
|
end
|
179
179
|
|
@@ -181,8 +181,8 @@ module PulpcoreClient
|
|
181
181
|
# @return true if the model is valid
|
182
182
|
def valid?
|
183
183
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
184
|
-
return false if @name.nil?
|
185
184
|
return false if @base_path.nil?
|
185
|
+
return false if @name.nil?
|
186
186
|
true
|
187
187
|
end
|
188
188
|
|
@@ -191,17 +191,17 @@ module PulpcoreClient
|
|
191
191
|
def ==(o)
|
192
192
|
return true if self.equal?(o)
|
193
193
|
self.class == o.class &&
|
194
|
-
|
195
|
-
|
194
|
+
base_path == o.base_path &&
|
195
|
+
prn == o.prn &&
|
196
196
|
content_guard == o.content_guard &&
|
197
|
-
pulp_labels == o.pulp_labels &&
|
198
197
|
name == o.name &&
|
198
|
+
pulp_created == o.pulp_created &&
|
199
|
+
pulp_last_updated == o.pulp_last_updated &&
|
199
200
|
hidden == o.hidden &&
|
200
|
-
|
201
|
-
base_url == o.base_url &&
|
201
|
+
no_content_change_since == o.no_content_change_since &&
|
202
202
|
pulp_href == o.pulp_href &&
|
203
|
-
|
204
|
-
|
203
|
+
pulp_labels == o.pulp_labels &&
|
204
|
+
base_url == o.base_url
|
205
205
|
end
|
206
206
|
|
207
207
|
# @see the `==` method
|
@@ -213,7 +213,7 @@ module PulpcoreClient
|
|
213
213
|
# Calculates hash code according to all attributes.
|
214
214
|
# @return [Integer] Hash code
|
215
215
|
def hash
|
216
|
-
[
|
216
|
+
[base_path, prn, content_guard, name, pulp_created, pulp_last_updated, hidden, no_content_change_since, pulp_href, pulp_labels, base_url].hash
|
217
217
|
end
|
218
218
|
|
219
219
|
# Builds the object from hash
|
@@ -80,6 +80,14 @@ module PulpcoreClient
|
|
80
80
|
def list_invalid_properties
|
81
81
|
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
82
82
|
invalid_properties = Array.new
|
83
|
+
if !@orphan_protection_time.nil? && @orphan_protection_time > 4294967295
|
84
|
+
invalid_properties.push('invalid value for "orphan_protection_time", must be smaller than or equal to 4294967295.')
|
85
|
+
end
|
86
|
+
|
87
|
+
if !@orphan_protection_time.nil? && @orphan_protection_time < 0
|
88
|
+
invalid_properties.push('invalid value for "orphan_protection_time", must be greater than or equal to 0.')
|
89
|
+
end
|
90
|
+
|
83
91
|
invalid_properties
|
84
92
|
end
|
85
93
|
|
@@ -87,9 +95,25 @@ module PulpcoreClient
|
|
87
95
|
# @return true if the model is valid
|
88
96
|
def valid?
|
89
97
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
98
|
+
return false if !@orphan_protection_time.nil? && @orphan_protection_time > 4294967295
|
99
|
+
return false if !@orphan_protection_time.nil? && @orphan_protection_time < 0
|
90
100
|
true
|
91
101
|
end
|
92
102
|
|
103
|
+
# Custom attribute writer method with validation
|
104
|
+
# @param [Object] orphan_protection_time Value to be assigned
|
105
|
+
def orphan_protection_time=(orphan_protection_time)
|
106
|
+
if !orphan_protection_time.nil? && orphan_protection_time > 4294967295
|
107
|
+
fail ArgumentError, 'invalid value for "orphan_protection_time", must be smaller than or equal to 4294967295.'
|
108
|
+
end
|
109
|
+
|
110
|
+
if !orphan_protection_time.nil? && orphan_protection_time < 0
|
111
|
+
fail ArgumentError, 'invalid value for "orphan_protection_time", must be greater than or equal to 0.'
|
112
|
+
end
|
113
|
+
|
114
|
+
@orphan_protection_time = orphan_protection_time
|
115
|
+
end
|
116
|
+
|
93
117
|
# Checks equality by comparing each attribute.
|
94
118
|
# @param [Object] Object to be compared
|
95
119
|
def ==(o)
|
@@ -40,6 +40,7 @@ describe 'DistributionsApi' do
|
|
40
40
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
41
41
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
42
42
|
# @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
|
43
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
43
44
|
# @option opts [Integer] :limit Number of results to return per page.
|
44
45
|
# @option opts [String] :name Filter results where name matches value
|
45
46
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -51,7 +52,7 @@ describe 'DistributionsApi' do
|
|
51
52
|
# @option opts [String] :name__regex Filter results where name matches regex value
|
52
53
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
53
54
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
54
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
55
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
55
56
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
56
57
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
57
58
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -40,6 +40,7 @@ describe 'DistributionsArtifactsApi' do
|
|
40
40
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
41
41
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
42
42
|
# @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
|
43
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
43
44
|
# @option opts [Integer] :limit Number of results to return per page.
|
44
45
|
# @option opts [String] :name Filter results where name matches value
|
45
46
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -51,7 +52,7 @@ describe 'DistributionsArtifactsApi' do
|
|
51
52
|
# @option opts [String] :name__regex Filter results where name matches regex value
|
52
53
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
53
54
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
54
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
55
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
55
56
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
56
57
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
57
58
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -62,7 +62,7 @@ describe 'DistributionsOpenpgpApi' do
|
|
62
62
|
# @param [Hash] opts the optional parameters
|
63
63
|
# @option opts [Integer] :limit Number of results to return per page.
|
64
64
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
65
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
65
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
66
66
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
67
67
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
68
68
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
@@ -36,11 +36,12 @@ describe 'PublicationsApi' do
|
|
36
36
|
# List publications
|
37
37
|
# A base class for any publication viewset.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [Boolean] :checkpoint Filter results where checkpoint matches value
|
39
40
|
# @option opts [String] :content Content Unit referenced by HREF/PRN
|
40
41
|
# @option opts [Array<String>] :content__in Multiple values may be separated by commas.
|
41
42
|
# @option opts [Integer] :limit Number of results to return per page.
|
42
43
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
43
|
-
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
44
|
+
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
44
45
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
45
46
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
46
47
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
@@ -27,13 +27,13 @@ describe PulpcoreClient::ArtifactDistributionResponse do
|
|
27
27
|
end
|
28
28
|
end
|
29
29
|
|
30
|
-
describe 'test attribute "
|
30
|
+
describe 'test attribute "base_path"' do
|
31
31
|
it 'should work' do
|
32
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
33
33
|
end
|
34
34
|
end
|
35
35
|
|
36
|
-
describe 'test attribute "
|
36
|
+
describe 'test attribute "prn"' do
|
37
37
|
it 'should work' do
|
38
38
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
39
39
|
end
|
@@ -45,31 +45,31 @@ describe PulpcoreClient::ArtifactDistributionResponse do
|
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
|
-
describe 'test attribute "
|
48
|
+
describe 'test attribute "name"' do
|
49
49
|
it 'should work' do
|
50
50
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
51
51
|
end
|
52
52
|
end
|
53
53
|
|
54
|
-
describe 'test attribute "
|
54
|
+
describe 'test attribute "pulp_created"' do
|
55
55
|
it 'should work' do
|
56
56
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
-
describe 'test attribute "
|
60
|
+
describe 'test attribute "pulp_last_updated"' do
|
61
61
|
it 'should work' do
|
62
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
63
|
end
|
64
64
|
end
|
65
65
|
|
66
|
-
describe 'test attribute "
|
66
|
+
describe 'test attribute "hidden"' do
|
67
67
|
it 'should work' do
|
68
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
69
69
|
end
|
70
70
|
end
|
71
71
|
|
72
|
-
describe 'test attribute "
|
72
|
+
describe 'test attribute "no_content_change_since"' do
|
73
73
|
it 'should work' do
|
74
74
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
75
75
|
end
|
@@ -81,13 +81,13 @@ describe PulpcoreClient::ArtifactDistributionResponse do
|
|
81
81
|
end
|
82
82
|
end
|
83
83
|
|
84
|
-
describe 'test attribute "
|
84
|
+
describe 'test attribute "pulp_labels"' do
|
85
85
|
it 'should work' do
|
86
86
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
87
87
|
end
|
88
88
|
end
|
89
89
|
|
90
|
-
describe 'test attribute "
|
90
|
+
describe 'test attribute "base_url"' do
|
91
91
|
it 'should work' do
|
92
92
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
93
93
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulpcore_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.74.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday-net_http
|