pulp_ostree_client 2.6.0 → 2.6.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 +7 -7
- data/docs/ContentCommitsApi.md +6 -6
- data/docs/ContentConfigsApi.md +6 -6
- data/docs/ContentContentApi.md +6 -6
- data/docs/ContentObjectsApi.md +6 -6
- data/docs/ContentRefsApi.md +6 -6
- data/docs/ContentSummariesApi.md +6 -6
- data/docs/DistributionsOstreeApi.md +4 -4
- data/docs/OstreeOstreeContent.md +2 -0
- data/docs/OstreeOstreeDistributionResponse.md +2 -0
- data/docs/OstreeOstreeRemote.md +6 -6
- data/docs/OstreeOstreeRemoteResponse.md +8 -8
- data/docs/OstreeOstreeRepository.md +2 -0
- data/docs/OstreeOstreeRepositoryResponse.md +2 -0
- data/docs/PatchedostreeOstreeRemote.md +6 -6
- data/docs/PatchedostreeOstreeRepository.md +2 -0
- data/docs/RepositoriesOstreeApi.md +20 -4
- data/docs/RepositoryAddRemoveContent.md +3 -1
- data/lib/pulp_ostree_client/api/content_commits_api.rb +6 -6
- data/lib/pulp_ostree_client/api/content_configs_api.rb +6 -6
- data/lib/pulp_ostree_client/api/content_content_api.rb +6 -6
- data/lib/pulp_ostree_client/api/content_objects_api.rb +6 -6
- data/lib/pulp_ostree_client/api/content_refs_api.rb +6 -6
- data/lib/pulp_ostree_client/api/content_summaries_api.rb +6 -6
- data/lib/pulp_ostree_client/api/distributions_ostree_api.rb +4 -4
- data/lib/pulp_ostree_client/api/repositories_ostree_api.rb +29 -5
- data/lib/pulp_ostree_client/models/ostree_ostree_content.rb +11 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_distribution_response.rb +11 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_remote.rb +48 -33
- data/lib/pulp_ostree_client/models/ostree_ostree_remote_response.rb +60 -45
- data/lib/pulp_ostree_client/models/ostree_ostree_repository.rb +42 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_repository_response.rb +42 -1
- data/lib/pulp_ostree_client/models/patchedostree_ostree_remote.rb +48 -33
- data/lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb +42 -1
- data/lib/pulp_ostree_client/models/repository_add_remove_content.rb +16 -4
- data/lib/pulp_ostree_client/models/set_label.rb +0 -11
- data/lib/pulp_ostree_client/models/set_label_response.rb +0 -21
- data/lib/pulp_ostree_client/models/unset_label.rb +0 -11
- data/lib/pulp_ostree_client/models/unset_label_response.rb +0 -21
- data/lib/pulp_ostree_client/version.rb +1 -1
- data/spec/api/content_commits_api_spec.rb +3 -3
- data/spec/api/content_configs_api_spec.rb +3 -3
- data/spec/api/content_content_api_spec.rb +3 -3
- data/spec/api/content_objects_api_spec.rb +3 -3
- data/spec/api/content_refs_api_spec.rb +3 -3
- data/spec/api/content_summaries_api_spec.rb +3 -3
- data/spec/api/distributions_ostree_api_spec.rb +2 -2
- data/spec/api/repositories_ostree_api_spec.rb +10 -2
- data/spec/models/ostree_ostree_content_spec.rb +6 -0
- data/spec/models/ostree_ostree_distribution_response_spec.rb +6 -0
- data/spec/models/ostree_ostree_remote_response_spec.rb +10 -10
- data/spec/models/ostree_ostree_remote_spec.rb +17 -17
- data/spec/models/ostree_ostree_repository_response_spec.rb +6 -0
- data/spec/models/ostree_ostree_repository_spec.rb +6 -0
- data/spec/models/patchedostree_ostree_remote_spec.rb +17 -17
- data/spec/models/patchedostree_ostree_repository_spec.rb +6 -0
- data/spec/models/repository_add_remove_content_spec.rb +6 -0
- metadata +41 -41
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0647f841eb52201bd4374bda5683e725157a03f857759338668354ec70499cb
|
|
4
|
+
data.tar.gz: 97f71a71a68810987ae5d39b92f009afed3708fdae6193b04d3060bc21c0a1c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 891c8e4efb95a49e26c7587b925aeeabf4076535f1a9da06d4aa837fba41ba9d31b6452c9a0161623607847d465e11f6f62c0792f4a8b11ef55d30670393c1c5
|
|
7
|
+
data.tar.gz: 848e9b5ec4f770131ff4405d524dd14bf1e1ec54dc8acbf265f7b98955c6ed1edc8990f52eb0d93cdc0d6368c46191ee165f6b05e80c7e826b4ebfe7bd544733
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: v3
|
|
10
|
-
- Package version: 2.6.
|
|
10
|
+
- Package version: 2.6.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 pulp_ostree_client.gemspec
|
|
|
25
25
|
Then either install the gem locally:
|
|
26
26
|
|
|
27
27
|
```shell
|
|
28
|
-
gem install ./pulp_ostree_client-2.6.
|
|
28
|
+
gem install ./pulp_ostree_client-2.6.1.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_ostree_client-2.6.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_ostree_client-2.6.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 'pulp_ostree_client', '~> 2.6.
|
|
37
|
+
gem 'pulp_ostree_client', '~> 2.6.1'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -80,9 +80,9 @@ opts = {
|
|
|
80
80
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
81
81
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
82
82
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
83
|
-
repository_version: 'repository_version_example', # String |
|
|
84
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
85
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
83
|
+
repository_version: 'repository_version_example', # String |
|
|
84
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
85
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
86
86
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
87
87
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
88
88
|
}
|
data/docs/ContentCommitsApi.md
CHANGED
|
@@ -43,9 +43,9 @@ opts = {
|
|
|
43
43
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
44
44
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
45
45
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
46
|
-
repository_version: 'repository_version_example', # String |
|
|
47
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
48
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
46
|
+
repository_version: 'repository_version_example', # String |
|
|
47
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
48
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
49
49
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
50
50
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
51
51
|
}
|
|
@@ -92,9 +92,9 @@ end
|
|
|
92
92
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
93
93
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
94
94
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
95
|
-
| **repository_version** | **String** |
|
|
96
|
-
| **repository_version_added** | **String** |
|
|
97
|
-
| **repository_version_removed** | **String** |
|
|
95
|
+
| **repository_version** | **String** | | [optional] |
|
|
96
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
97
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
98
98
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
99
99
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
100
100
|
|
data/docs/ContentConfigsApi.md
CHANGED
|
@@ -42,9 +42,9 @@ opts = {
|
|
|
42
42
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
43
43
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
44
44
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
45
|
-
repository_version: 'repository_version_example', # String |
|
|
46
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
47
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
45
|
+
repository_version: 'repository_version_example', # String |
|
|
46
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
47
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
48
48
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
49
49
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
50
50
|
}
|
|
@@ -90,9 +90,9 @@ end
|
|
|
90
90
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
91
91
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
92
92
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
93
|
-
| **repository_version** | **String** |
|
|
94
|
-
| **repository_version_added** | **String** |
|
|
95
|
-
| **repository_version_removed** | **String** |
|
|
93
|
+
| **repository_version** | **String** | | [optional] |
|
|
94
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
95
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
96
96
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
97
97
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
98
98
|
|
data/docs/ContentContentApi.md
CHANGED
|
@@ -117,9 +117,9 @@ opts = {
|
|
|
117
117
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
118
118
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
119
119
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
120
|
-
repository_version: 'repository_version_example', # String |
|
|
121
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
122
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
120
|
+
repository_version: 'repository_version_example', # String |
|
|
121
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
122
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
123
123
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
124
124
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
125
125
|
}
|
|
@@ -165,9 +165,9 @@ end
|
|
|
165
165
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
166
166
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
167
167
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
168
|
-
| **repository_version** | **String** |
|
|
169
|
-
| **repository_version_added** | **String** |
|
|
170
|
-
| **repository_version_removed** | **String** |
|
|
168
|
+
| **repository_version** | **String** | | [optional] |
|
|
169
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
170
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
171
171
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
172
172
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
173
173
|
|
data/docs/ContentObjectsApi.md
CHANGED
|
@@ -43,9 +43,9 @@ opts = {
|
|
|
43
43
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
44
44
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
45
45
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
46
|
-
repository_version: 'repository_version_example', # String |
|
|
47
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
48
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
46
|
+
repository_version: 'repository_version_example', # String |
|
|
47
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
48
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
49
49
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
50
50
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
51
51
|
}
|
|
@@ -92,9 +92,9 @@ end
|
|
|
92
92
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
93
93
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
94
94
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
95
|
-
| **repository_version** | **String** |
|
|
96
|
-
| **repository_version_added** | **String** |
|
|
97
|
-
| **repository_version_removed** | **String** |
|
|
95
|
+
| **repository_version** | **String** | | [optional] |
|
|
96
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
97
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
98
98
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
99
99
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
100
100
|
|
data/docs/ContentRefsApi.md
CHANGED
|
@@ -52,9 +52,9 @@ opts = {
|
|
|
52
52
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
53
53
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
54
54
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
55
|
-
repository_version: 'repository_version_example', # String |
|
|
56
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
57
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
55
|
+
repository_version: 'repository_version_example', # String |
|
|
56
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
57
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
58
58
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
59
59
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
60
60
|
}
|
|
@@ -110,9 +110,9 @@ end
|
|
|
110
110
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
111
111
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
112
112
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
113
|
-
| **repository_version** | **String** |
|
|
114
|
-
| **repository_version_added** | **String** |
|
|
115
|
-
| **repository_version_removed** | **String** |
|
|
113
|
+
| **repository_version** | **String** | | [optional] |
|
|
114
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
115
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
116
116
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
117
117
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
118
118
|
|
data/docs/ContentSummariesApi.md
CHANGED
|
@@ -42,9 +42,9 @@ opts = {
|
|
|
42
42
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
43
43
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
44
44
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
45
|
-
repository_version: 'repository_version_example', # String |
|
|
46
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
47
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
45
|
+
repository_version: 'repository_version_example', # String |
|
|
46
|
+
repository_version_added: 'repository_version_added_example', # String |
|
|
47
|
+
repository_version_removed: 'repository_version_removed_example', # String |
|
|
48
48
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
49
49
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
50
50
|
}
|
|
@@ -90,9 +90,9 @@ end
|
|
|
90
90
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
91
91
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
92
92
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
93
|
-
| **repository_version** | **String** |
|
|
94
|
-
| **repository_version_added** | **String** |
|
|
95
|
-
| **repository_version_removed** | **String** |
|
|
93
|
+
| **repository_version** | **String** | | [optional] |
|
|
94
|
+
| **repository_version_added** | **String** | | [optional] |
|
|
95
|
+
| **repository_version_removed** | **String** | | [optional] |
|
|
96
96
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
97
97
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
98
98
|
|
|
@@ -287,8 +287,8 @@ opts = {
|
|
|
287
287
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
288
288
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
289
289
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
290
|
-
repository: '
|
|
291
|
-
repository__in: ['inner_example'], # Array<String> |
|
|
290
|
+
repository: 'repository_example', # String |
|
|
291
|
+
repository__in: ['inner_example'], # Array<String> |
|
|
292
292
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
|
293
293
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
294
294
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
@@ -348,8 +348,8 @@ end
|
|
|
348
348
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
349
349
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
350
350
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
351
|
-
| **repository** | **String** |
|
|
352
|
-
| **repository__in** | [**Array<String>**](String.md) |
|
|
351
|
+
| **repository** | **String** | | [optional] |
|
|
352
|
+
| **repository__in** | [**Array<String>**](String.md) | | [optional] |
|
|
353
353
|
| **with_content** | **String** | Filter distributions based on the content served by them | [optional] |
|
|
354
354
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
355
355
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
data/docs/OstreeOstreeContent.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
|
8
|
+
| **overwrite** | **Boolean** | When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when 'repository' is specified. Defaults to true. | [optional] |
|
|
8
9
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
9
10
|
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
10
11
|
| **relative_path** | **String** | | |
|
|
@@ -17,6 +18,7 @@ require 'pulp_ostree_client'
|
|
|
17
18
|
|
|
18
19
|
instance = PulpOstreeClient::OstreeOstreeContent.new(
|
|
19
20
|
repository: null,
|
|
21
|
+
overwrite: null,
|
|
20
22
|
pulp_labels: null,
|
|
21
23
|
artifact: null,
|
|
22
24
|
relative_path: null,
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
| **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
|
|
12
12
|
| **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
|
|
13
13
|
| **content_guard** | **String** | An optional content-guard. | [optional] |
|
|
14
|
+
| **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
|
|
14
15
|
| **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
16
|
| **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
|
|
16
17
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
@@ -31,6 +32,7 @@ instance = PulpOstreeClient::OstreeOstreeDistributionResponse.new(
|
|
|
31
32
|
base_path: null,
|
|
32
33
|
base_url: null,
|
|
33
34
|
content_guard: null,
|
|
35
|
+
content_guard_prn: null,
|
|
34
36
|
no_content_change_since: null,
|
|
35
37
|
hidden: null,
|
|
36
38
|
pulp_labels: null,
|
data/docs/OstreeOstreeRemote.md
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **name** | **String** | A unique name for this remote. | |
|
|
8
8
|
| **url** | **String** | The URL of an external content source. | |
|
|
9
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
10
|
+
| **policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client. * `immediate` - immediate * `on_demand` - on_demand | [optional] |
|
|
9
11
|
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
10
12
|
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
11
13
|
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
@@ -15,15 +17,13 @@
|
|
|
15
17
|
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
16
18
|
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
17
19
|
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
18
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
19
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
20
20
|
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
21
|
-
| **policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client. * `immediate` - immediate * `on_demand` - on_demand | [optional] |
|
|
22
21
|
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
23
22
|
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
24
23
|
| **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
25
24
|
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
26
25
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
26
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
27
27
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
28
28
|
| **depth** | **Integer** | An option to specify how many commits to traverse. | [optional][default to 0] |
|
|
29
29
|
| **include_refs** | **Array<String>** | A list of refs to include during a sync. The wildcards *, ? are recognized. 'include_refs' is evaluated before 'exclude_refs'. | [optional] |
|
|
@@ -37,6 +37,8 @@ require 'pulp_ostree_client'
|
|
|
37
37
|
instance = PulpOstreeClient::OstreeOstreeRemote.new(
|
|
38
38
|
name: null,
|
|
39
39
|
url: null,
|
|
40
|
+
pulp_labels: null,
|
|
41
|
+
policy: null,
|
|
40
42
|
ca_cert: null,
|
|
41
43
|
client_cert: null,
|
|
42
44
|
client_key: null,
|
|
@@ -46,15 +48,13 @@ instance = PulpOstreeClient::OstreeOstreeRemote.new(
|
|
|
46
48
|
proxy_password: null,
|
|
47
49
|
username: null,
|
|
48
50
|
password: null,
|
|
49
|
-
pulp_labels: null,
|
|
50
|
-
download_concurrency: null,
|
|
51
51
|
max_retries: null,
|
|
52
|
-
policy: null,
|
|
53
52
|
total_timeout: null,
|
|
54
53
|
connect_timeout: null,
|
|
55
54
|
sock_connect_timeout: null,
|
|
56
55
|
sock_read_timeout: null,
|
|
57
56
|
headers: null,
|
|
57
|
+
download_concurrency: null,
|
|
58
58
|
rate_limit: null,
|
|
59
59
|
depth: null,
|
|
60
60
|
include_refs: null,
|
|
@@ -10,21 +10,21 @@
|
|
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
|
|
11
11
|
| **name** | **String** | A unique name for this remote. | |
|
|
12
12
|
| **url** | **String** | The URL of an external content source. | |
|
|
13
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
14
|
+
| **policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client. * `immediate` - immediate * `on_demand` - on_demand | [optional] |
|
|
15
|
+
| **hidden_fields** | [**Array<OstreeOstreeRemoteResponseHiddenFieldsInner>**](OstreeOstreeRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
|
13
16
|
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
14
17
|
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
15
18
|
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
16
19
|
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
17
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
18
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
19
20
|
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
20
|
-
| **policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client. * `immediate` - immediate * `on_demand` - on_demand | [optional] |
|
|
21
21
|
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
22
22
|
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
23
23
|
| **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
24
24
|
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
25
25
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
26
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
26
27
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
27
|
-
| **hidden_fields** | [**Array<OstreeOstreeRemoteResponseHiddenFieldsInner>**](OstreeOstreeRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
|
28
28
|
| **depth** | **Integer** | An option to specify how many commits to traverse. | [optional][default to 0] |
|
|
29
29
|
| **include_refs** | **Array<String>** | A list of refs to include during a sync. The wildcards *, ? are recognized. 'include_refs' is evaluated before 'exclude_refs'. | [optional] |
|
|
30
30
|
| **exclude_refs** | **Array<String>** | A list of tags to exclude during a sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'. | [optional] |
|
|
@@ -41,21 +41,21 @@ instance = PulpOstreeClient::OstreeOstreeRemoteResponse.new(
|
|
|
41
41
|
pulp_last_updated: null,
|
|
42
42
|
name: null,
|
|
43
43
|
url: null,
|
|
44
|
+
pulp_labels: null,
|
|
45
|
+
policy: null,
|
|
46
|
+
hidden_fields: null,
|
|
44
47
|
ca_cert: null,
|
|
45
48
|
client_cert: null,
|
|
46
49
|
tls_validation: null,
|
|
47
50
|
proxy_url: null,
|
|
48
|
-
pulp_labels: null,
|
|
49
|
-
download_concurrency: null,
|
|
50
51
|
max_retries: null,
|
|
51
|
-
policy: null,
|
|
52
52
|
total_timeout: null,
|
|
53
53
|
connect_timeout: null,
|
|
54
54
|
sock_connect_timeout: null,
|
|
55
55
|
sock_read_timeout: null,
|
|
56
56
|
headers: null,
|
|
57
|
+
download_concurrency: null,
|
|
57
58
|
rate_limit: null,
|
|
58
|
-
hidden_fields: null,
|
|
59
59
|
depth: null,
|
|
60
60
|
include_refs: null,
|
|
61
61
|
exclude_refs: null
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **name** | **String** | A unique name for this repository. | |
|
|
9
9
|
| **description** | **String** | An optional description. | [optional] |
|
|
10
10
|
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
11
|
+
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
11
12
|
| **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
|
|
12
13
|
| **compute_delta** | **Boolean** | | [optional][default to true] |
|
|
13
14
|
|
|
@@ -21,6 +22,7 @@ instance = PulpOstreeClient::OstreeOstreeRepository.new(
|
|
|
21
22
|
name: null,
|
|
22
23
|
description: null,
|
|
23
24
|
retain_repo_versions: null,
|
|
25
|
+
retain_checkpoints: null,
|
|
24
26
|
remote: null,
|
|
25
27
|
compute_delta: null
|
|
26
28
|
)
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
| **name** | **String** | A unique name for this repository. | |
|
|
15
15
|
| **description** | **String** | An optional description. | [optional] |
|
|
16
16
|
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
17
|
+
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
17
18
|
| **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
|
|
18
19
|
| **compute_delta** | **Boolean** | | [optional][default to true] |
|
|
19
20
|
|
|
@@ -33,6 +34,7 @@ instance = PulpOstreeClient::OstreeOstreeRepositoryResponse.new(
|
|
|
33
34
|
name: null,
|
|
34
35
|
description: null,
|
|
35
36
|
retain_repo_versions: null,
|
|
37
|
+
retain_checkpoints: null,
|
|
36
38
|
remote: null,
|
|
37
39
|
compute_delta: null
|
|
38
40
|
)
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **name** | **String** | A unique name for this remote. | [optional] |
|
|
8
8
|
| **url** | **String** | The URL of an external content source. | [optional] |
|
|
9
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
10
|
+
| **policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client. * `immediate` - immediate * `on_demand` - on_demand | [optional] |
|
|
9
11
|
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
10
12
|
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
11
13
|
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
@@ -15,15 +17,13 @@
|
|
|
15
17
|
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
16
18
|
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
17
19
|
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
18
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
19
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
20
20
|
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
21
|
-
| **policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client. * `immediate` - immediate * `on_demand` - on_demand | [optional] |
|
|
22
21
|
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
23
22
|
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
24
23
|
| **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
25
24
|
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
26
25
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
26
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
27
27
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
28
28
|
| **depth** | **Integer** | An option to specify how many commits to traverse. | [optional][default to 0] |
|
|
29
29
|
| **include_refs** | **Array<String>** | A list of refs to include during a sync. The wildcards *, ? are recognized. 'include_refs' is evaluated before 'exclude_refs'. | [optional] |
|
|
@@ -37,6 +37,8 @@ require 'pulp_ostree_client'
|
|
|
37
37
|
instance = PulpOstreeClient::PatchedostreeOstreeRemote.new(
|
|
38
38
|
name: null,
|
|
39
39
|
url: null,
|
|
40
|
+
pulp_labels: null,
|
|
41
|
+
policy: null,
|
|
40
42
|
ca_cert: null,
|
|
41
43
|
client_cert: null,
|
|
42
44
|
client_key: null,
|
|
@@ -46,15 +48,13 @@ instance = PulpOstreeClient::PatchedostreeOstreeRemote.new(
|
|
|
46
48
|
proxy_password: null,
|
|
47
49
|
username: null,
|
|
48
50
|
password: null,
|
|
49
|
-
pulp_labels: null,
|
|
50
|
-
download_concurrency: null,
|
|
51
51
|
max_retries: null,
|
|
52
|
-
policy: null,
|
|
53
52
|
total_timeout: null,
|
|
54
53
|
connect_timeout: null,
|
|
55
54
|
sock_connect_timeout: null,
|
|
56
55
|
sock_read_timeout: null,
|
|
57
56
|
headers: null,
|
|
57
|
+
download_concurrency: null,
|
|
58
58
|
rate_limit: null,
|
|
59
59
|
depth: null,
|
|
60
60
|
include_refs: null,
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **name** | **String** | A unique name for this repository. | [optional] |
|
|
9
9
|
| **description** | **String** | An optional description. | [optional] |
|
|
10
10
|
| **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
|
|
11
|
+
| **retain_checkpoints** | **Integer** | Retain X checkpoint publications for the repository. Default is null which retains all checkpoints. | [optional] |
|
|
11
12
|
| **remote** | **String** | An optional remote to use by default when syncing. | [optional] |
|
|
12
13
|
| **compute_delta** | **Boolean** | | [optional][default to true] |
|
|
13
14
|
|
|
@@ -21,6 +22,7 @@ instance = PulpOstreeClient::PatchedostreeOstreeRepository.new(
|
|
|
21
22
|
name: null,
|
|
22
23
|
description: null,
|
|
23
24
|
retain_repo_versions: null,
|
|
25
|
+
retain_checkpoints: null,
|
|
24
26
|
remote: null,
|
|
25
27
|
compute_delta: null
|
|
26
28
|
)
|
|
@@ -433,13 +433,21 @@ opts = {
|
|
|
433
433
|
name__regex: 'name__regex_example', # String | Filter results where name matches regex value
|
|
434
434
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
435
435
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
436
|
-
ordering: ['-description'], # 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) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
436
|
+
ordering: ['-description'], # 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) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `retain_checkpoints` - Retain checkpoints * `-retain_checkpoints` - Retain checkpoints (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
437
437
|
prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
438
438
|
pulp_href__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
439
439
|
pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
|
|
440
440
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
441
441
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
|
442
|
-
remote: '
|
|
442
|
+
remote: 'remote_example', # String |
|
|
443
|
+
retain_checkpoints: 56, # Integer | Filter results where retain_checkpoints matches value
|
|
444
|
+
retain_checkpoints__gt: 56, # Integer | Filter results where retain_checkpoints is greater than value
|
|
445
|
+
retain_checkpoints__gte: 56, # Integer | Filter results where retain_checkpoints is greater than or equal to value
|
|
446
|
+
retain_checkpoints__isnull: true, # Boolean | Filter results where retain_checkpoints has a null value
|
|
447
|
+
retain_checkpoints__lt: 56, # Integer | Filter results where retain_checkpoints is less than value
|
|
448
|
+
retain_checkpoints__lte: 56, # Integer | Filter results where retain_checkpoints is less than or equal to value
|
|
449
|
+
retain_checkpoints__ne: 56, # Integer | Filter results where retain_checkpoints not equal to value
|
|
450
|
+
retain_checkpoints__range: [37], # Array<Integer> | Filter results where retain_checkpoints is between two comma separated values
|
|
443
451
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
|
444
452
|
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
|
445
453
|
retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
|
|
@@ -497,13 +505,21 @@ end
|
|
|
497
505
|
| **name__regex** | **String** | Filter results where name matches regex value | [optional] |
|
|
498
506
|
| **name__startswith** | **String** | Filter results where name starts with value | [optional] |
|
|
499
507
|
| **offset** | **Integer** | The initial index from which to return the results. | [optional] |
|
|
500
|
-
| **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) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
508
|
+
| **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) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `retain_checkpoints` - Retain checkpoints * `-retain_checkpoints` - Retain checkpoints (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
|
501
509
|
| **prn__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
502
510
|
| **pulp_href__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
503
511
|
| **pulp_id__in** | [**Array<String>**](String.md) | Multiple values may be separated by commas. | [optional] |
|
|
504
512
|
| **pulp_label_select** | **String** | Filter labels by search string | [optional] |
|
|
505
513
|
| **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
|
|
506
|
-
| **remote** | **String** |
|
|
514
|
+
| **remote** | **String** | | [optional] |
|
|
515
|
+
| **retain_checkpoints** | **Integer** | Filter results where retain_checkpoints matches value | [optional] |
|
|
516
|
+
| **retain_checkpoints__gt** | **Integer** | Filter results where retain_checkpoints is greater than value | [optional] |
|
|
517
|
+
| **retain_checkpoints__gte** | **Integer** | Filter results where retain_checkpoints is greater than or equal to value | [optional] |
|
|
518
|
+
| **retain_checkpoints__isnull** | **Boolean** | Filter results where retain_checkpoints has a null value | [optional] |
|
|
519
|
+
| **retain_checkpoints__lt** | **Integer** | Filter results where retain_checkpoints is less than value | [optional] |
|
|
520
|
+
| **retain_checkpoints__lte** | **Integer** | Filter results where retain_checkpoints is less than or equal to value | [optional] |
|
|
521
|
+
| **retain_checkpoints__ne** | **Integer** | Filter results where retain_checkpoints not equal to value | [optional] |
|
|
522
|
+
| **retain_checkpoints__range** | [**Array<Integer>**](Integer.md) | Filter results where retain_checkpoints is between two comma separated values | [optional] |
|
|
507
523
|
| **retain_repo_versions** | **Integer** | Filter results where retain_repo_versions matches value | [optional] |
|
|
508
524
|
| **retain_repo_versions__gt** | **Integer** | Filter results where retain_repo_versions is greater than value | [optional] |
|
|
509
525
|
| **retain_repo_versions__gte** | **Integer** | Filter results where retain_repo_versions is greater than or equal to value | [optional] |
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
| **add_content_units** | **Array<String>** | A list of content units to add to a new repository version. This content is added after remove_content_units are removed. | [optional] |
|
|
8
8
|
| **remove_content_units** | **Array<String>** | A list of content units to remove from the latest repository version. You may also specify '*' as an entry to remove all content. This content is removed before add_content_units are added. | [optional] |
|
|
9
9
|
| **base_version** | **String** | A repository version whose content will be used as the initial set of content for the new repository version | [optional] |
|
|
10
|
+
| **overwrite** | **Boolean** | When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Defaults to true. | [optional][default to true] |
|
|
10
11
|
|
|
11
12
|
## Example
|
|
12
13
|
|
|
@@ -16,7 +17,8 @@ require 'pulp_ostree_client'
|
|
|
16
17
|
instance = PulpOstreeClient::RepositoryAddRemoveContent.new(
|
|
17
18
|
add_content_units: null,
|
|
18
19
|
remove_content_units: null,
|
|
19
|
-
base_version: null
|
|
20
|
+
base_version: null,
|
|
21
|
+
overwrite: null
|
|
20
22
|
)
|
|
21
23
|
```
|
|
22
24
|
|
|
@@ -33,9 +33,9 @@ module PulpOstreeClient
|
|
|
33
33
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
34
34
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
35
35
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
36
|
-
# @option opts [String] :repository_version
|
|
37
|
-
# @option opts [String] :repository_version_added
|
|
38
|
-
# @option opts [String] :repository_version_removed
|
|
36
|
+
# @option opts [String] :repository_version
|
|
37
|
+
# @option opts [String] :repository_version_added
|
|
38
|
+
# @option opts [String] :repository_version_removed
|
|
39
39
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
40
40
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
41
41
|
# @return [PaginatedostreeOstreeCommitResponseList]
|
|
@@ -58,9 +58,9 @@ module PulpOstreeClient
|
|
|
58
58
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
59
59
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
60
60
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
61
|
-
# @option opts [String] :repository_version
|
|
62
|
-
# @option opts [String] :repository_version_added
|
|
63
|
-
# @option opts [String] :repository_version_removed
|
|
61
|
+
# @option opts [String] :repository_version
|
|
62
|
+
# @option opts [String] :repository_version_added
|
|
63
|
+
# @option opts [String] :repository_version_removed
|
|
64
64
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
65
65
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
66
66
|
# @return [Array<(PaginatedostreeOstreeCommitResponseList, Integer, Hash)>] PaginatedostreeOstreeCommitResponseList data, response status code and response headers
|