pulp_ostree_client 2.0.0a6 → 2.0.0a7.dev1676430950
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.
Potentially problematic release.
This version of pulp_ostree_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +7 -6
- data/docs/ContentCommitsApi.md +8 -8
- data/docs/ContentConfigsApi.md +8 -8
- data/docs/ContentObjectsApi.md +8 -8
- data/docs/ContentRefsApi.md +8 -8
- data/docs/ContentSummariesApi.md +8 -8
- data/docs/DistributionsOstreeApi.md +18 -12
- data/docs/OstreeOstreeDistribution.md +1 -1
- data/docs/OstreeOstreeDistributionResponse.md +1 -1
- data/docs/OstreeOstreeRemote.md +1 -1
- data/docs/OstreeOstreeRemoteResponse.md +3 -1
- data/docs/OstreeOstreeRemoteResponseHiddenFields.md +19 -0
- data/docs/OstreeOstreeRepository.md +1 -1
- data/docs/OstreeOstreeRepositoryResponse.md +1 -1
- data/docs/PatchedostreeOstreeDistribution.md +1 -1
- data/docs/PatchedostreeOstreeRemote.md +1 -1
- data/docs/PatchedostreeOstreeRepository.md +1 -1
- data/docs/RemotesOstreeApi.md +12 -12
- data/docs/RepositoriesOstreeApi.md +28 -10
- data/docs/RepositoriesOstreeVersionsApi.md +12 -12
- data/lib/pulp_ostree_client/api/content_commits_api.rb +13 -13
- data/lib/pulp_ostree_client/api/content_configs_api.rb +12 -12
- data/lib/pulp_ostree_client/api/content_objects_api.rb +13 -13
- data/lib/pulp_ostree_client/api/content_refs_api.rb +13 -13
- data/lib/pulp_ostree_client/api/content_summaries_api.rb +12 -12
- data/lib/pulp_ostree_client/api/distributions_ostree_api.rb +26 -17
- data/lib/pulp_ostree_client/api/remotes_ostree_api.rb +17 -17
- data/lib/pulp_ostree_client/api/repositories_ostree_api.rb +42 -15
- data/lib/pulp_ostree_client/api/repositories_ostree_versions_api.rb +17 -17
- data/lib/pulp_ostree_client/api_client.rb +1 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_distribution.rb +4 -2
- data/lib/pulp_ostree_client/models/ostree_ostree_distribution_response.rb +4 -2
- data/lib/pulp_ostree_client/models/ostree_ostree_remote.rb +4 -2
- data/lib/pulp_ostree_client/models/ostree_ostree_remote_response.rb +17 -3
- data/lib/pulp_ostree_client/models/ostree_ostree_remote_response_hidden_fields.rb +215 -0
- data/lib/pulp_ostree_client/models/ostree_ostree_repository.rb +4 -2
- data/lib/pulp_ostree_client/models/ostree_ostree_repository_response.rb +4 -2
- data/lib/pulp_ostree_client/models/patchedostree_ostree_distribution.rb +4 -2
- data/lib/pulp_ostree_client/models/patchedostree_ostree_remote.rb +4 -2
- data/lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb +4 -2
- data/lib/pulp_ostree_client/version.rb +1 -1
- data/lib/pulp_ostree_client.rb +1 -0
- data/pulp_ostree_client.gemspec +3 -3
- data/spec/api/content_commits_api_spec.rb +4 -4
- data/spec/api/content_configs_api_spec.rb +4 -4
- data/spec/api/content_objects_api_spec.rb +4 -4
- data/spec/api/content_refs_api_spec.rb +4 -4
- data/spec/api/content_summaries_api_spec.rb +4 -4
- data/spec/api/distributions_ostree_api_spec.rb +9 -6
- data/spec/api/remotes_ostree_api_spec.rb +6 -6
- data/spec/api/repositories_ostree_api_spec.rb +14 -5
- data/spec/api/repositories_ostree_versions_api_spec.rb +6 -6
- data/spec/models/ostree_ostree_remote_response_hidden_fields_spec.rb +47 -0
- data/spec/models/ostree_ostree_remote_response_spec.rb +6 -0
- metadata +41 -38
- data/git_push.sh +0 -58
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2aa071bbe49b65c1b84d0cb05c34187113c4b2d59be362f448cd953db55574af
|
4
|
+
data.tar.gz: 33807257330221b605b7e1138da275d1a826ed37ff70faf81d3205f956594067
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2253221688f8a8d6f95956ce467596a8a40fa415cd4069ff307277525e392442e8f50e52dfb0ec5148b012681b7b949cf782d8215cbb8a30750535b9a4ca6bf8
|
7
|
+
data.tar.gz: 723a68b746b5791a41ba0783bf5d7a814be4e1a695c60c4368611b58df7cd223845d311e0e75110a54d4607b5c4ad78d4085d635a4de87075992c041d282439c
|
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.0.
|
10
|
+
- Package version: 2.0.0a7.dev1676430950
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_ostree_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_ostree_client-2.0.
|
27
|
+
gem install ./pulp_ostree_client-2.0.0a7.dev1676430950.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_ostree_client-2.0.
|
30
|
+
(for development, run `gem install --dev ./pulp_ostree_client-2.0.0a7.dev1676430950.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_ostree_client', '~> 2.0.
|
36
|
+
gem 'pulp_ostree_client', '~> 2.0.0a7.dev1676430950'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -73,8 +73,8 @@ opts = {
|
|
73
73
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
74
74
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
75
75
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
76
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
77
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
76
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
77
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
78
78
|
}
|
79
79
|
|
80
80
|
begin
|
@@ -145,6 +145,7 @@ Class | Method | HTTP request | Description
|
|
145
145
|
- [PulpOstreeClient::OstreeOstreeRefResponse](docs/OstreeOstreeRefResponse.md)
|
146
146
|
- [PulpOstreeClient::OstreeOstreeRemote](docs/OstreeOstreeRemote.md)
|
147
147
|
- [PulpOstreeClient::OstreeOstreeRemoteResponse](docs/OstreeOstreeRemoteResponse.md)
|
148
|
+
- [PulpOstreeClient::OstreeOstreeRemoteResponseHiddenFields](docs/OstreeOstreeRemoteResponseHiddenFields.md)
|
148
149
|
- [PulpOstreeClient::OstreeOstreeRepository](docs/OstreeOstreeRepository.md)
|
149
150
|
- [PulpOstreeClient::OstreeOstreeRepositoryResponse](docs/OstreeOstreeRepositoryResponse.md)
|
150
151
|
- [PulpOstreeClient::OstreeOstreeSummaryResponse](docs/OstreeOstreeSummaryResponse.md)
|
data/docs/ContentCommitsApi.md
CHANGED
@@ -38,8 +38,8 @@ opts = {
|
|
38
38
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
39
39
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
40
40
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
41
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
42
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
41
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
42
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
43
43
|
}
|
44
44
|
|
45
45
|
begin
|
@@ -63,8 +63,8 @@ Name | Type | Description | Notes
|
|
63
63
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
64
64
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
65
65
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
66
|
-
**fields** | **String
|
67
|
-
**exclude_fields** | **String
|
66
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
67
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
68
68
|
|
69
69
|
### Return type
|
70
70
|
|
@@ -103,8 +103,8 @@ end
|
|
103
103
|
api_instance = PulpOstreeClient::ContentCommitsApi.new
|
104
104
|
ostree_ostree_commit_href = 'ostree_ostree_commit_href_example' # String |
|
105
105
|
opts = {
|
106
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
107
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
106
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
107
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
108
108
|
}
|
109
109
|
|
110
110
|
begin
|
@@ -122,8 +122,8 @@ end
|
|
122
122
|
Name | Type | Description | Notes
|
123
123
|
------------- | ------------- | ------------- | -------------
|
124
124
|
**ostree_ostree_commit_href** | **String**| |
|
125
|
-
**fields** | **String
|
126
|
-
**exclude_fields** | **String
|
125
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
126
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
127
127
|
|
128
128
|
### Return type
|
129
129
|
|
data/docs/ContentConfigsApi.md
CHANGED
@@ -37,8 +37,8 @@ opts = {
|
|
37
37
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
38
38
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
39
39
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
40
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
41
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
40
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
41
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
42
42
|
}
|
43
43
|
|
44
44
|
begin
|
@@ -61,8 +61,8 @@ Name | Type | Description | Notes
|
|
61
61
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
62
62
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
63
63
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
64
|
-
**fields** | **String
|
65
|
-
**exclude_fields** | **String
|
64
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
65
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
66
66
|
|
67
67
|
### Return type
|
68
68
|
|
@@ -101,8 +101,8 @@ end
|
|
101
101
|
api_instance = PulpOstreeClient::ContentConfigsApi.new
|
102
102
|
ostree_ostree_config_href = 'ostree_ostree_config_href_example' # String |
|
103
103
|
opts = {
|
104
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
105
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
104
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
105
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
106
106
|
}
|
107
107
|
|
108
108
|
begin
|
@@ -120,8 +120,8 @@ end
|
|
120
120
|
Name | Type | Description | Notes
|
121
121
|
------------- | ------------- | ------------- | -------------
|
122
122
|
**ostree_ostree_config_href** | **String**| |
|
123
|
-
**fields** | **String
|
124
|
-
**exclude_fields** | **String
|
123
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
124
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
125
125
|
|
126
126
|
### Return type
|
127
127
|
|
data/docs/ContentObjectsApi.md
CHANGED
@@ -38,8 +38,8 @@ opts = {
|
|
38
38
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
39
39
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
40
40
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
41
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
42
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
41
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
42
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
43
43
|
}
|
44
44
|
|
45
45
|
begin
|
@@ -63,8 +63,8 @@ Name | Type | Description | Notes
|
|
63
63
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
64
64
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
65
65
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
66
|
-
**fields** | **String
|
67
|
-
**exclude_fields** | **String
|
66
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
67
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
68
68
|
|
69
69
|
### Return type
|
70
70
|
|
@@ -103,8 +103,8 @@ end
|
|
103
103
|
api_instance = PulpOstreeClient::ContentObjectsApi.new
|
104
104
|
ostree_ostree_object_href = 'ostree_ostree_object_href_example' # String |
|
105
105
|
opts = {
|
106
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
107
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
106
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
107
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
108
108
|
}
|
109
109
|
|
110
110
|
begin
|
@@ -122,8 +122,8 @@ end
|
|
122
122
|
Name | Type | Description | Notes
|
123
123
|
------------- | ------------- | ------------- | -------------
|
124
124
|
**ostree_ostree_object_href** | **String**| |
|
125
|
-
**fields** | **String
|
126
|
-
**exclude_fields** | **String
|
125
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
126
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
127
127
|
|
128
128
|
### Return type
|
129
129
|
|
data/docs/ContentRefsApi.md
CHANGED
@@ -43,8 +43,8 @@ opts = {
|
|
43
43
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
44
44
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
45
45
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
46
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
47
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
46
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
47
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
48
48
|
}
|
49
49
|
|
50
50
|
begin
|
@@ -73,8 +73,8 @@ Name | Type | Description | Notes
|
|
73
73
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
74
74
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
75
75
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
76
|
-
**fields** | **String
|
77
|
-
**exclude_fields** | **String
|
76
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
77
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
78
78
|
|
79
79
|
### Return type
|
80
80
|
|
@@ -113,8 +113,8 @@ end
|
|
113
113
|
api_instance = PulpOstreeClient::ContentRefsApi.new
|
114
114
|
ostree_ostree_ref_href = 'ostree_ostree_ref_href_example' # String |
|
115
115
|
opts = {
|
116
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
117
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
116
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
117
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
118
118
|
}
|
119
119
|
|
120
120
|
begin
|
@@ -132,8 +132,8 @@ end
|
|
132
132
|
Name | Type | Description | Notes
|
133
133
|
------------- | ------------- | ------------- | -------------
|
134
134
|
**ostree_ostree_ref_href** | **String**| |
|
135
|
-
**fields** | **String
|
136
|
-
**exclude_fields** | **String
|
135
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
136
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
137
137
|
|
138
138
|
### Return type
|
139
139
|
|
data/docs/ContentSummariesApi.md
CHANGED
@@ -37,8 +37,8 @@ opts = {
|
|
37
37
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
38
38
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
39
39
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
40
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
41
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
40
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
41
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
42
42
|
}
|
43
43
|
|
44
44
|
begin
|
@@ -61,8 +61,8 @@ Name | Type | Description | Notes
|
|
61
61
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
62
62
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
63
63
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
64
|
-
**fields** | **String
|
65
|
-
**exclude_fields** | **String
|
64
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
65
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
66
66
|
|
67
67
|
### Return type
|
68
68
|
|
@@ -101,8 +101,8 @@ end
|
|
101
101
|
api_instance = PulpOstreeClient::ContentSummariesApi.new
|
102
102
|
ostree_ostree_summary_href = 'ostree_ostree_summary_href_example' # String |
|
103
103
|
opts = {
|
104
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
105
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
104
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
105
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
106
106
|
}
|
107
107
|
|
108
108
|
begin
|
@@ -120,8 +120,8 @@ end
|
|
120
120
|
Name | Type | Description | Notes
|
121
121
|
------------- | ------------- | ------------- | -------------
|
122
122
|
**ostree_ostree_summary_href** | **String**| |
|
123
|
-
**fields** | **String
|
124
|
-
**exclude_fields** | **String
|
123
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
124
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
125
125
|
|
126
126
|
### Return type
|
127
127
|
|
@@ -141,12 +141,12 @@ end
|
|
141
141
|
|
142
142
|
api_instance = PulpOstreeClient::DistributionsOstreeApi.new
|
143
143
|
opts = {
|
144
|
-
base_path: 'base_path_example', # String |
|
144
|
+
base_path: 'base_path_example', # String | Filter results where base_path matches value
|
145
145
|
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
146
146
|
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
147
147
|
base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
148
148
|
limit: 56, # Integer | Number of results to return per page.
|
149
|
-
name: 'name_example', # String |
|
149
|
+
name: 'name_example', # String | Filter results where name matches value
|
150
150
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
151
151
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
152
152
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
@@ -154,8 +154,11 @@ opts = {
|
|
154
154
|
offset: 56, # Integer | The initial index from which to return the results.
|
155
155
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
156
156
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
157
|
-
|
158
|
-
|
157
|
+
repository: 'repository_example', # String | Filter results where repository matches value
|
158
|
+
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
159
|
+
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
160
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
161
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
159
162
|
}
|
160
163
|
|
161
164
|
begin
|
@@ -172,12 +175,12 @@ end
|
|
172
175
|
|
173
176
|
Name | Type | Description | Notes
|
174
177
|
------------- | ------------- | ------------- | -------------
|
175
|
-
**base_path** | **String**|
|
178
|
+
**base_path** | **String**| Filter results where base_path matches value | [optional]
|
176
179
|
**base_path__contains** | **String**| Filter results where base_path contains value | [optional]
|
177
180
|
**base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
|
178
181
|
**base_path__in** | [**Array<String>**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
|
179
182
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
180
|
-
**name** | **String**|
|
183
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
181
184
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
182
185
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
183
186
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
@@ -185,8 +188,11 @@ Name | Type | Description | Notes
|
|
185
188
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
186
189
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
187
190
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
188
|
-
**
|
189
|
-
**
|
191
|
+
**repository** | **String**| Filter results where repository matches value | [optional]
|
192
|
+
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
193
|
+
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
194
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
195
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
190
196
|
|
191
197
|
### Return type
|
192
198
|
|
@@ -280,8 +286,8 @@ end
|
|
280
286
|
api_instance = PulpOstreeClient::DistributionsOstreeApi.new
|
281
287
|
ostree_ostree_distribution_href = 'ostree_ostree_distribution_href_example' # String |
|
282
288
|
opts = {
|
283
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
284
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
289
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
290
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
285
291
|
}
|
286
292
|
|
287
293
|
begin
|
@@ -299,8 +305,8 @@ end
|
|
299
305
|
Name | Type | Description | Notes
|
300
306
|
------------- | ------------- | ------------- | -------------
|
301
307
|
**ostree_ostree_distribution_href** | **String**| |
|
302
|
-
**fields** | **String
|
303
|
-
**exclude_fields** | **String
|
308
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
309
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
304
310
|
|
305
311
|
### Return type
|
306
312
|
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
|
-
**pulp_labels** |
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
11
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
12
12
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
|
|
9
9
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
10
10
|
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
11
11
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
12
|
-
**pulp_labels** |
|
12
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
13
13
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
14
14
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
15
15
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
data/docs/OstreeOstreeRemote.md
CHANGED
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
15
15
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
16
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
17
17
|
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
18
|
-
**pulp_labels** |
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
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
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. | [optional]
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
12
12
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
13
13
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
14
14
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
15
|
-
**pulp_labels** |
|
15
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
16
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
17
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
18
18
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
|
|
23
23
|
**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]
|
24
24
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
25
25
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
26
|
+
**hidden_fields** | [**Array<OstreeOstreeRemoteResponseHiddenFields>**](OstreeOstreeRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
26
27
|
**depth** | **Integer** | An option to specify how many commits to traverse. | [optional] [default to 0]
|
27
28
|
**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]
|
28
29
|
**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]
|
@@ -51,6 +52,7 @@ instance = PulpOstreeClient::OstreeOstreeRemoteResponse.new(pulp_href: null,
|
|
51
52
|
sock_read_timeout: null,
|
52
53
|
headers: null,
|
53
54
|
rate_limit: null,
|
55
|
+
hidden_fields: null,
|
54
56
|
depth: null,
|
55
57
|
include_refs: null,
|
56
58
|
exclude_refs: null)
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# PulpOstreeClient::OstreeOstreeRemoteResponseHiddenFields
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**name** | **String** | | [optional]
|
8
|
+
**is_set** | **Boolean** | | [optional]
|
9
|
+
|
10
|
+
## Code Sample
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'PulpOstreeClient'
|
14
|
+
|
15
|
+
instance = PulpOstreeClient::OstreeOstreeRemoteResponseHiddenFields.new(name: null,
|
16
|
+
is_set: null)
|
17
|
+
```
|
18
|
+
|
19
|
+
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_labels** |
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
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. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
9
|
**versions_href** | **String** | | [optional] [readonly]
|
10
|
-
**pulp_labels** |
|
10
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
11
|
**latest_version_href** | **String** | | [optional] [readonly]
|
12
12
|
**name** | **String** | A unique name for this repository. |
|
13
13
|
**description** | **String** | An optional description. | [optional]
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
|
-
**pulp_labels** |
|
9
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
10
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
11
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
12
12
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
|
15
15
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
16
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
17
17
|
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
18
|
-
**pulp_labels** |
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
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
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. | [optional]
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_labels** |
|
7
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
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. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
|
data/docs/RemotesOstreeApi.md
CHANGED
@@ -142,7 +142,7 @@ end
|
|
142
142
|
api_instance = PulpOstreeClient::RemotesOstreeApi.new
|
143
143
|
opts = {
|
144
144
|
limit: 56, # Integer | Number of results to return per page.
|
145
|
-
name: 'name_example', # String |
|
145
|
+
name: 'name_example', # String | Filter results where name matches value
|
146
146
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
147
147
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
148
148
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
@@ -150,14 +150,14 @@ opts = {
|
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
151
151
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
152
152
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
153
|
-
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime |
|
153
|
+
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
|
154
154
|
pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
|
155
155
|
pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
|
156
156
|
pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
|
157
157
|
pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
|
158
158
|
pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
|
159
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
160
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
159
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
160
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
161
161
|
}
|
162
162
|
|
163
163
|
begin
|
@@ -175,7 +175,7 @@ end
|
|
175
175
|
Name | Type | Description | Notes
|
176
176
|
------------- | ------------- | ------------- | -------------
|
177
177
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
178
|
-
**name** | **String**|
|
178
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
179
179
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
180
180
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
181
181
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
@@ -183,14 +183,14 @@ Name | Type | Description | Notes
|
|
183
183
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
184
184
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
185
185
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
186
|
-
**pulp_last_updated** | **DateTime**|
|
186
|
+
**pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
|
187
187
|
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|
188
188
|
**pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
|
189
189
|
**pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
|
190
190
|
**pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
191
191
|
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
192
|
-
**fields** | **String
|
193
|
-
**exclude_fields** | **String
|
192
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
193
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
194
194
|
|
195
195
|
### Return type
|
196
196
|
|
@@ -284,8 +284,8 @@ end
|
|
284
284
|
api_instance = PulpOstreeClient::RemotesOstreeApi.new
|
285
285
|
ostree_ostree_remote_href = 'ostree_ostree_remote_href_example' # String |
|
286
286
|
opts = {
|
287
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
288
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
287
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
288
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
289
289
|
}
|
290
290
|
|
291
291
|
begin
|
@@ -303,8 +303,8 @@ end
|
|
303
303
|
Name | Type | Description | Notes
|
304
304
|
------------- | ------------- | ------------- | -------------
|
305
305
|
**ostree_ostree_remote_href** | **String**| |
|
306
|
-
**fields** | **String
|
307
|
-
**exclude_fields** | **String
|
306
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
307
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
308
308
|
|
309
309
|
### Return type
|
310
310
|
|