pulpcore_client 3.73.2 → 3.74.0
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 +63 -63
- 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 +10 -10
- 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: 375ea837f49e0ac29977bc7850636bb79dd9b06f3e0d5fd82abf4c6c54e15bd8
|
4
|
+
data.tar.gz: 5ec7f83b85833de9bfe99023b4c02f14e9f2718ee36cad96e257d407a8aa1c44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70d7c1ad579951bf05d00a239afee2bdbe3f5b6212f617aa5320625d324a6583ebcfa2533f14772129cf4b085dcdbf51c51b6a52b1731f799a8f5607141a629b
|
7
|
+
data.tar.gz: edc1910331b9fef5b89023fa6b6de45aa7b7647ad70bc640c499a81e9fd8c8ffadef5f5b8bb4da11e514a294d7f0b6487b5899b8c56d9927a156733a802616ed
|
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.0
|
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.0.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.0.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.0'
|
38
38
|
|
39
39
|
### Install from Git
|
40
40
|
|
@@ -4,17 +4,17 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **
|
7
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
8
|
+
| **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
|
9
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
8
10
|
| **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] |
|
9
|
-
| **content_guard** | **String** | An optional content-guard. | [optional] |
|
10
11
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
11
|
-
| **
|
12
|
-
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
13
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
12
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
14
13
|
| **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
|
15
|
-
| **
|
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
|
+
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
16
16
|
| **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\") | |
|
17
|
-
| **
|
17
|
+
| **content_guard** | **String** | An optional content-guard. | [optional] |
|
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
|
-
|
25
|
+
prn: null,
|
26
|
+
name: null,
|
27
|
+
pulp_href: null,
|
26
28
|
pulp_last_updated: null,
|
27
|
-
content_guard: null,
|
28
29
|
pulp_labels: null,
|
29
|
-
|
30
|
-
hidden: null,
|
31
|
-
prn: null,
|
30
|
+
pulp_created: null,
|
32
31
|
base_url: null,
|
33
|
-
|
32
|
+
no_content_change_since: null,
|
33
|
+
hidden: null,
|
34
34
|
base_path: null,
|
35
|
-
|
35
|
+
content_guard: 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 Pulp Resource Name (PRN).
|
20
|
+
attr_accessor :prn
|
21
|
+
|
22
|
+
# A unique name. Ex, `rawhide` and `stable`.
|
23
|
+
attr_accessor :name
|
24
|
+
|
25
|
+
attr_accessor :pulp_href
|
21
26
|
|
22
27
|
# 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.
|
23
28
|
attr_accessor :pulp_last_updated
|
24
29
|
|
25
|
-
# An optional content-guard.
|
26
|
-
attr_accessor :content_guard
|
27
|
-
|
28
30
|
attr_accessor :pulp_labels
|
29
31
|
|
30
|
-
#
|
31
|
-
attr_accessor :
|
32
|
-
|
33
|
-
# Whether this distribution should be shown in the content app.
|
34
|
-
attr_accessor :hidden
|
35
|
-
|
36
|
-
# The Pulp Resource Name (PRN).
|
37
|
-
attr_accessor :prn
|
32
|
+
# Timestamp of creation.
|
33
|
+
attr_accessor :pulp_created
|
38
34
|
|
39
35
|
# The URL for accessing the publication as defined by this distribution.
|
40
36
|
attr_accessor :base_url
|
41
37
|
|
42
|
-
|
38
|
+
# Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
|
39
|
+
attr_accessor :no_content_change_since
|
40
|
+
|
41
|
+
# Whether this distribution should be shown in the content app.
|
42
|
+
attr_accessor :hidden
|
43
43
|
|
44
44
|
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
45
45
|
attr_accessor :base_path
|
46
46
|
|
47
|
-
#
|
48
|
-
attr_accessor :
|
47
|
+
# An optional content-guard.
|
48
|
+
attr_accessor :content_guard
|
49
49
|
|
50
50
|
# Attribute mapping from ruby-style variable name to JSON key.
|
51
51
|
def self.attribute_map
|
52
52
|
{
|
53
|
-
:'
|
53
|
+
:'prn' => :'prn',
|
54
|
+
:'name' => :'name',
|
55
|
+
:'pulp_href' => :'pulp_href',
|
54
56
|
:'pulp_last_updated' => :'pulp_last_updated',
|
55
|
-
:'content_guard' => :'content_guard',
|
56
57
|
:'pulp_labels' => :'pulp_labels',
|
57
|
-
:'
|
58
|
-
:'hidden' => :'hidden',
|
59
|
-
:'prn' => :'prn',
|
58
|
+
:'pulp_created' => :'pulp_created',
|
60
59
|
:'base_url' => :'base_url',
|
61
|
-
:'
|
60
|
+
:'no_content_change_since' => :'no_content_change_since',
|
61
|
+
:'hidden' => :'hidden',
|
62
62
|
:'base_path' => :'base_path',
|
63
|
-
:'
|
63
|
+
:'content_guard' => :'content_guard'
|
64
64
|
}
|
65
65
|
end
|
66
66
|
|
@@ -72,24 +72,24 @@ module PulpcoreClient
|
|
72
72
|
# Attribute type mapping.
|
73
73
|
def self.openapi_types
|
74
74
|
{
|
75
|
-
:'
|
75
|
+
:'prn' => :'String',
|
76
|
+
:'name' => :'String',
|
77
|
+
:'pulp_href' => :'String',
|
76
78
|
:'pulp_last_updated' => :'Time',
|
77
|
-
:'content_guard' => :'String',
|
78
79
|
:'pulp_labels' => :'Hash<String, String>',
|
79
|
-
:'
|
80
|
-
:'hidden' => :'Boolean',
|
81
|
-
:'prn' => :'String',
|
80
|
+
:'pulp_created' => :'Time',
|
82
81
|
:'base_url' => :'String',
|
83
|
-
:'
|
82
|
+
:'no_content_change_since' => :'String',
|
83
|
+
:'hidden' => :'Boolean',
|
84
84
|
:'base_path' => :'String',
|
85
|
-
:'
|
85
|
+
:'content_guard' => :'String'
|
86
86
|
}
|
87
87
|
end
|
88
88
|
|
89
89
|
# List of attributes with nullable: true
|
90
90
|
def self.openapi_nullable
|
91
91
|
Set.new([
|
92
|
-
:'content_guard'
|
92
|
+
:'content_guard'
|
93
93
|
])
|
94
94
|
end
|
95
95
|
|
@@ -108,16 +108,22 @@ module PulpcoreClient
|
|
108
108
|
h[k.to_sym] = v
|
109
109
|
}
|
110
110
|
|
111
|
-
if attributes.key?(:'
|
112
|
-
self.
|
111
|
+
if attributes.key?(:'prn')
|
112
|
+
self.prn = attributes[:'prn']
|
113
113
|
end
|
114
114
|
|
115
|
-
if attributes.key?(:'
|
116
|
-
self.
|
115
|
+
if attributes.key?(:'name')
|
116
|
+
self.name = attributes[:'name']
|
117
|
+
else
|
118
|
+
self.name = nil
|
117
119
|
end
|
118
120
|
|
119
|
-
if attributes.key?(:'
|
120
|
-
self.
|
121
|
+
if attributes.key?(:'pulp_href')
|
122
|
+
self.pulp_href = attributes[:'pulp_href']
|
123
|
+
end
|
124
|
+
|
125
|
+
if attributes.key?(:'pulp_last_updated')
|
126
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
121
127
|
end
|
122
128
|
|
123
129
|
if attributes.key?(:'pulp_labels')
|
@@ -126,28 +132,22 @@ module PulpcoreClient
|
|
126
132
|
end
|
127
133
|
end
|
128
134
|
|
129
|
-
if attributes.key?(:'
|
130
|
-
self.
|
131
|
-
else
|
132
|
-
self.name = nil
|
133
|
-
end
|
134
|
-
|
135
|
-
if attributes.key?(:'hidden')
|
136
|
-
self.hidden = attributes[:'hidden']
|
137
|
-
else
|
138
|
-
self.hidden = false
|
139
|
-
end
|
140
|
-
|
141
|
-
if attributes.key?(:'prn')
|
142
|
-
self.prn = attributes[:'prn']
|
135
|
+
if attributes.key?(:'pulp_created')
|
136
|
+
self.pulp_created = attributes[:'pulp_created']
|
143
137
|
end
|
144
138
|
|
145
139
|
if attributes.key?(:'base_url')
|
146
140
|
self.base_url = attributes[:'base_url']
|
147
141
|
end
|
148
142
|
|
149
|
-
if attributes.key?(:'
|
150
|
-
self.
|
143
|
+
if attributes.key?(:'no_content_change_since')
|
144
|
+
self.no_content_change_since = attributes[:'no_content_change_since']
|
145
|
+
end
|
146
|
+
|
147
|
+
if attributes.key?(:'hidden')
|
148
|
+
self.hidden = attributes[:'hidden']
|
149
|
+
else
|
150
|
+
self.hidden = false
|
151
151
|
end
|
152
152
|
|
153
153
|
if attributes.key?(:'base_path')
|
@@ -156,8 +156,8 @@ module PulpcoreClient
|
|
156
156
|
self.base_path = nil
|
157
157
|
end
|
158
158
|
|
159
|
-
if attributes.key?(:'
|
160
|
-
self.
|
159
|
+
if attributes.key?(:'content_guard')
|
160
|
+
self.content_guard = attributes[:'content_guard']
|
161
161
|
end
|
162
162
|
end
|
163
163
|
|
@@ -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
|
-
|
194
|
+
prn == o.prn &&
|
195
|
+
name == o.name &&
|
196
|
+
pulp_href == o.pulp_href &&
|
195
197
|
pulp_last_updated == o.pulp_last_updated &&
|
196
|
-
content_guard == o.content_guard &&
|
197
198
|
pulp_labels == o.pulp_labels &&
|
198
|
-
|
199
|
-
hidden == o.hidden &&
|
200
|
-
prn == o.prn &&
|
199
|
+
pulp_created == o.pulp_created &&
|
201
200
|
base_url == o.base_url &&
|
202
|
-
|
201
|
+
no_content_change_since == o.no_content_change_since &&
|
202
|
+
hidden == o.hidden &&
|
203
203
|
base_path == o.base_path &&
|
204
|
-
|
204
|
+
content_guard == o.content_guard
|
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
|
+
[prn, name, pulp_href, pulp_last_updated, pulp_labels, pulp_created, base_url, no_content_change_since, hidden, base_path, content_guard].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,55 +27,55 @@ describe PulpcoreClient::ArtifactDistributionResponse do
|
|
27
27
|
end
|
28
28
|
end
|
29
29
|
|
30
|
-
describe 'test attribute "
|
30
|
+
describe 'test attribute "prn"' 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 "name"' 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
|
40
40
|
end
|
41
41
|
|
42
|
-
describe 'test attribute "
|
42
|
+
describe 'test attribute "pulp_href"' do
|
43
43
|
it 'should work' do
|
44
44
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
|
-
describe 'test attribute "
|
48
|
+
describe 'test attribute "pulp_last_updated"' 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_labels"' 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_created"' 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 "base_url"' 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
|
76
76
|
end
|
77
77
|
|
78
|
-
describe 'test attribute "
|
78
|
+
describe 'test attribute "hidden"' do
|
79
79
|
it 'should work' do
|
80
80
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
81
81
|
end
|
@@ -87,7 +87,7 @@ describe PulpcoreClient::ArtifactDistributionResponse do
|
|
87
87
|
end
|
88
88
|
end
|
89
89
|
|
90
|
-
describe 'test attribute "
|
90
|
+
describe 'test attribute "content_guard"' 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.0
|
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-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday-net_http
|