pulp_ostree_client 2.0.0a6 → 2.0.0a7.dev1668569524
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 +10 -8
- data/docs/OstreeOstreeRemoteResponse.md +2 -0
- data/docs/OstreeOstreeRemoteResponseHiddenFields.md +19 -0
- data/docs/RemotesOstreeApi.md +8 -8
- data/docs/RepositoriesOstreeApi.md +10 -8
- data/docs/RepositoriesOstreeVersionsApi.md +8 -8
- data/lib/pulp_ostree_client/api/content_commits_api.rb +12 -12
- data/lib/pulp_ostree_client/api/content_configs_api.rb +12 -12
- data/lib/pulp_ostree_client/api/content_objects_api.rb +12 -12
- data/lib/pulp_ostree_client/api/content_refs_api.rb +12 -12
- data/lib/pulp_ostree_client/api/content_summaries_api.rb +12 -12
- data/lib/pulp_ostree_client/api/distributions_ostree_api.rb +16 -13
- data/lib/pulp_ostree_client/api/remotes_ostree_api.rb +12 -12
- data/lib/pulp_ostree_client/api/repositories_ostree_api.rb +15 -12
- data/lib/pulp_ostree_client/api/repositories_ostree_versions_api.rb +13 -13
- data/lib/pulp_ostree_client/api_client.rb +1 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_remote_response.rb +13 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_remote_response_hidden_fields.rb +215 -0
- 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 +5 -4
- data/spec/api/remotes_ostree_api_spec.rb +4 -4
- data/spec/api/repositories_ostree_api_spec.rb +5 -4
- data/spec/api/repositories_ostree_versions_api_spec.rb +4 -4
- 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 +43 -40
- 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: 6daa2de7791a0dd6fb7cfcb1a367ac2f55e3acfd4606d500d262f0a9f11a247d
|
4
|
+
data.tar.gz: a63c6e22ffd4858889614ff0a34fbc04e6883d4986890cfc1cdd6efbd09f93b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31fb032cb5cb3645cbf2eecc408a18bf5a5793a2c6bfef4d3b202851e62235240b143583f17363e5f1a5d68416002a49da56b5a83f451ffff984acc9059078dc
|
7
|
+
data.tar.gz: edbc4bc0ad342c308a88db2beb5cd1dff577926a5de960723c97ffbc823671994d79d97f2c7d9f87c2810424903913c5395f961937d7c482aff99d72fb8c8069
|
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.dev1668569524
|
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.dev1668569524.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.dev1668569524.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.dev1668569524'
|
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
|
|
@@ -154,8 +154,9 @@ 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
|
+
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
158
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
159
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
159
160
|
}
|
160
161
|
|
161
162
|
begin
|
@@ -185,8 +186,9 @@ Name | Type | Description | Notes
|
|
185
186
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
186
187
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
187
188
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
188
|
-
**
|
189
|
-
**
|
189
|
+
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
190
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
191
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
190
192
|
|
191
193
|
### Return type
|
192
194
|
|
@@ -280,8 +282,8 @@ end
|
|
280
282
|
api_instance = PulpOstreeClient::DistributionsOstreeApi.new
|
281
283
|
ostree_ostree_distribution_href = 'ostree_ostree_distribution_href_example' # String |
|
282
284
|
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.
|
285
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
286
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
285
287
|
}
|
286
288
|
|
287
289
|
begin
|
@@ -299,8 +301,8 @@ end
|
|
299
301
|
Name | Type | Description | Notes
|
300
302
|
------------- | ------------- | ------------- | -------------
|
301
303
|
**ostree_ostree_distribution_href** | **String**| |
|
302
|
-
**fields** | **String
|
303
|
-
**exclude_fields** | **String
|
304
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
305
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
304
306
|
|
305
307
|
### Return type
|
306
308
|
|
@@ -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
|
+
|
data/docs/RemotesOstreeApi.md
CHANGED
@@ -156,8 +156,8 @@ opts = {
|
|
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
|
@@ -189,8 +189,8 @@ Name | Type | Description | Notes
|
|
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
|
|
@@ -264,8 +264,9 @@ opts = {
|
|
264
264
|
offset: 56, # Integer | The initial index from which to return the results.
|
265
265
|
ordering: ['ordering_example'], # Array<String> | Ordering
|
266
266
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
267
|
-
|
268
|
-
|
267
|
+
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
268
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
269
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
269
270
|
}
|
270
271
|
|
271
272
|
begin
|
@@ -291,8 +292,9 @@ Name | Type | Description | Notes
|
|
291
292
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
292
293
|
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
293
294
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
294
|
-
**
|
295
|
-
**
|
295
|
+
**remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
|
296
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
297
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
296
298
|
|
297
299
|
### Return type
|
298
300
|
|
@@ -441,8 +443,8 @@ end
|
|
441
443
|
api_instance = PulpOstreeClient::RepositoriesOstreeApi.new
|
442
444
|
ostree_ostree_repository_href = 'ostree_ostree_repository_href_example' # String |
|
443
445
|
opts = {
|
444
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
445
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
446
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
447
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
446
448
|
}
|
447
449
|
|
448
450
|
begin
|
@@ -460,8 +462,8 @@ end
|
|
460
462
|
Name | Type | Description | Notes
|
461
463
|
------------- | ------------- | ------------- | -------------
|
462
464
|
**ostree_ostree_repository_href** | **String**| |
|
463
|
-
**fields** | **String
|
464
|
-
**exclude_fields** | **String
|
465
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
466
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
465
467
|
|
466
468
|
### Return type
|
467
469
|
|
@@ -104,8 +104,8 @@ opts = {
|
|
104
104
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
105
105
|
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
106
106
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
107
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
108
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
107
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
108
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
109
109
|
}
|
110
110
|
|
111
111
|
begin
|
@@ -140,8 +140,8 @@ Name | Type | Description | Notes
|
|
140
140
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
141
141
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
142
142
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
143
|
-
**fields** | **String
|
144
|
-
**exclude_fields** | **String
|
143
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
144
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
145
145
|
|
146
146
|
### Return type
|
147
147
|
|
@@ -180,8 +180,8 @@ end
|
|
180
180
|
api_instance = PulpOstreeClient::RepositoriesOstreeVersionsApi.new
|
181
181
|
ostree_ostree_repository_version_href = 'ostree_ostree_repository_version_href_example' # String |
|
182
182
|
opts = {
|
183
|
-
fields: 'fields_example', # String | A list of fields to include in the response.
|
184
|
-
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
183
|
+
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
184
|
+
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
185
185
|
}
|
186
186
|
|
187
187
|
begin
|
@@ -199,8 +199,8 @@ end
|
|
199
199
|
Name | Type | Description | Notes
|
200
200
|
------------- | ------------- | ------------- | -------------
|
201
201
|
**ostree_ostree_repository_version_href** | **String**| |
|
202
|
-
**fields** | **String
|
203
|
-
**exclude_fields** | **String
|
202
|
+
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
203
|
+
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
204
204
|
|
205
205
|
### Return type
|
206
206
|
|
@@ -29,8 +29,8 @@ module PulpOstreeClient
|
|
29
29
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
30
30
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
31
31
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
32
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
33
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
32
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
33
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
34
34
|
# @return [PaginatedostreeOstreeCommitResponseList]
|
35
35
|
def list(opts = {})
|
36
36
|
data, _status_code, _headers = list_with_http_info(opts)
|
@@ -47,8 +47,8 @@ module PulpOstreeClient
|
|
47
47
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
48
48
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
49
49
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
50
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
51
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
50
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
51
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
52
52
|
# @return [Array<(PaginatedostreeOstreeCommitResponseList, Integer, Hash)>] PaginatedostreeOstreeCommitResponseList data, response status code and response headers
|
53
53
|
def list_with_http_info(opts = {})
|
54
54
|
if @api_client.config.debugging
|
@@ -70,8 +70,8 @@ module PulpOstreeClient
|
|
70
70
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
71
71
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
72
72
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
73
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
74
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
73
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
74
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
75
75
|
|
76
76
|
# header parameters
|
77
77
|
header_params = opts[:header_params] || {}
|
@@ -110,8 +110,8 @@ module PulpOstreeClient
|
|
110
110
|
# A ViewSet class for OSTree commits.
|
111
111
|
# @param ostree_ostree_commit_href [String]
|
112
112
|
# @param [Hash] opts the optional parameters
|
113
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
114
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
113
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
114
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
115
115
|
# @return [OstreeOstreeCommitResponse]
|
116
116
|
def read(ostree_ostree_commit_href, opts = {})
|
117
117
|
data, _status_code, _headers = read_with_http_info(ostree_ostree_commit_href, opts)
|
@@ -122,8 +122,8 @@ module PulpOstreeClient
|
|
122
122
|
# A ViewSet class for OSTree commits.
|
123
123
|
# @param ostree_ostree_commit_href [String]
|
124
124
|
# @param [Hash] opts the optional parameters
|
125
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
126
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
125
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
126
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
127
127
|
# @return [Array<(OstreeOstreeCommitResponse, Integer, Hash)>] OstreeOstreeCommitResponse data, response status code and response headers
|
128
128
|
def read_with_http_info(ostree_ostree_commit_href, opts = {})
|
129
129
|
if @api_client.config.debugging
|
@@ -138,8 +138,8 @@ module PulpOstreeClient
|
|
138
138
|
|
139
139
|
# query parameters
|
140
140
|
query_params = opts[:query_params] || {}
|
141
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
142
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
141
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
142
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
143
143
|
|
144
144
|
# header parameters
|
145
145
|
header_params = opts[:header_params] || {}
|