pulp_ostree_client 2.0.0a1.dev1626751709 → 2.0.0a1.dev1631416829

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_ostree_client might be problematic. Click here for more details.

Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +41 -23
  3. data/docs/ContentCommitsApi.md +138 -0
  4. data/docs/ContentConfigsApi.md +138 -0
  5. data/docs/ContentObjectsApi.md +138 -0
  6. data/docs/ContentRefsApi.md +138 -0
  7. data/docs/{ContentOstreeApi.md → ContentSummariesApi.md} +21 -75
  8. data/docs/DistributionsOstreeApi.md +3 -3
  9. data/docs/OstreeOstreeCommitResponse.md +25 -0
  10. data/docs/OstreeOstreeConfigResponse.md +21 -0
  11. data/docs/OstreeOstreeDistribution.md +2 -2
  12. data/docs/OstreeOstreeDistributionResponse.md +2 -2
  13. data/docs/OstreeOstreeObjectResponse.md +27 -0
  14. data/docs/OstreeOstreeRefResponse.md +25 -0
  15. data/docs/OstreeOstreeRemote.md +4 -2
  16. data/docs/OstreeOstreeRemoteResponse.md +4 -2
  17. data/docs/OstreeOstreeRepository.md +3 -3
  18. data/docs/OstreeOstreeRepositoryResponse.md +3 -3
  19. data/docs/{OstreeOstreeContentResponse.md → OstreeOstreeSummaryResponse.md} +2 -2
  20. data/docs/OstreeRepoImport.md +23 -0
  21. data/docs/{PaginatedostreeOstreePublicationResponseList.md → PaginatedostreeOstreeCommitResponseList.md} +3 -3
  22. data/docs/PaginatedostreeOstreeConfigResponseList.md +23 -0
  23. data/docs/PaginatedostreeOstreeObjectResponseList.md +23 -0
  24. data/docs/PaginatedostreeOstreeRefResponseList.md +23 -0
  25. data/docs/{PaginatedostreeOstreeContentResponseList.md → PaginatedostreeOstreeSummaryResponseList.md} +3 -3
  26. data/docs/PatchedostreeOstreeDistribution.md +2 -2
  27. data/docs/PatchedostreeOstreeRemote.md +4 -2
  28. data/docs/PatchedostreeOstreeRepository.md +3 -3
  29. data/docs/RemotesOstreeApi.md +4 -4
  30. data/docs/RepositoriesOstreeApi.md +60 -4
  31. data/docs/RepositoriesOstreeVersionsApi.md +3 -3
  32. data/lib/pulp_ostree_client/api/content_commits_api.rb +170 -0
  33. data/lib/pulp_ostree_client/api/content_configs_api.rb +170 -0
  34. data/lib/pulp_ostree_client/api/content_objects_api.rb +170 -0
  35. data/lib/pulp_ostree_client/api/content_refs_api.rb +170 -0
  36. data/lib/pulp_ostree_client/api/{content_ostree_api.rb → content_summaries_api.rb} +29 -93
  37. data/lib/pulp_ostree_client/api/distributions_ostree_api.rb +4 -4
  38. data/lib/pulp_ostree_client/api/remotes_ostree_api.rb +6 -6
  39. data/lib/pulp_ostree_client/api/repositories_ostree_api.rb +76 -6
  40. data/lib/pulp_ostree_client/api/repositories_ostree_versions_api.rb +4 -4
  41. data/lib/pulp_ostree_client/configuration.rb +2 -2
  42. data/lib/pulp_ostree_client/models/ostree_ostree_commit_response.rb +256 -0
  43. data/lib/pulp_ostree_client/models/{ostree_ostree_publication_response.rb → ostree_ostree_config_response.rb} +17 -21
  44. data/lib/pulp_ostree_client/models/ostree_ostree_distribution.rb +10 -10
  45. data/lib/pulp_ostree_client/models/ostree_ostree_distribution_response.rb +10 -10
  46. data/lib/pulp_ostree_client/models/ostree_ostree_object_response.rb +275 -0
  47. data/lib/pulp_ostree_client/models/{ostree_ostree_content.rb → ostree_ostree_ref_response.rb} +47 -15
  48. data/lib/pulp_ostree_client/models/ostree_ostree_remote.rb +34 -7
  49. data/lib/pulp_ostree_client/models/ostree_ostree_remote_response.rb +34 -7
  50. data/lib/pulp_ostree_client/models/ostree_ostree_repository.rb +18 -17
  51. data/lib/pulp_ostree_client/models/ostree_ostree_repository_response.rb +18 -17
  52. data/lib/pulp_ostree_client/models/{ostree_ostree_content_response.rb → ostree_ostree_summary_response.rb} +4 -4
  53. data/lib/pulp_ostree_client/models/ostree_repo_import.rb +248 -0
  54. data/lib/pulp_ostree_client/models/{paginatedostree_ostree_publication_response_list.rb → paginatedostree_ostree_commit_response_list.rb} +4 -4
  55. data/lib/pulp_ostree_client/models/paginatedostree_ostree_config_response_list.rb +237 -0
  56. data/lib/pulp_ostree_client/models/paginatedostree_ostree_object_response_list.rb +237 -0
  57. data/lib/pulp_ostree_client/models/{ostree_ostree_publication.rb → paginatedostree_ostree_ref_response_list.rb} +38 -18
  58. data/lib/pulp_ostree_client/models/{paginatedostree_ostree_content_response_list.rb → paginatedostree_ostree_summary_response_list.rb} +4 -4
  59. data/lib/pulp_ostree_client/models/patchedostree_ostree_distribution.rb +10 -10
  60. data/lib/pulp_ostree_client/models/patchedostree_ostree_remote.rb +34 -7
  61. data/lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb +18 -17
  62. data/lib/pulp_ostree_client/models/policy_enum.rb +1 -1
  63. data/lib/pulp_ostree_client/version.rb +1 -1
  64. data/lib/pulp_ostree_client.rb +16 -8
  65. data/spec/api/{content_ostree_api_spec.rb → content_commits_api_spec.rb} +13 -25
  66. data/spec/api/content_configs_api_spec.rb +68 -0
  67. data/spec/api/content_objects_api_spec.rb +68 -0
  68. data/spec/api/content_refs_api_spec.rb +68 -0
  69. data/spec/api/content_summaries_api_spec.rb +68 -0
  70. data/spec/api/distributions_ostree_api_spec.rb +2 -2
  71. data/spec/api/remotes_ostree_api_spec.rb +3 -3
  72. data/spec/api/repositories_ostree_api_spec.rb +16 -3
  73. data/spec/api/repositories_ostree_versions_api_spec.rb +2 -2
  74. data/spec/configuration_spec.rb +3 -3
  75. data/spec/models/ostree_ostree_commit_response_spec.rb +65 -0
  76. data/spec/models/{ostree_ostree_content_spec.rb → ostree_ostree_config_response_spec.rb} +14 -8
  77. data/spec/models/ostree_ostree_distribution_response_spec.rb +1 -1
  78. data/spec/models/ostree_ostree_distribution_spec.rb +1 -1
  79. data/spec/models/ostree_ostree_object_response_spec.rb +71 -0
  80. data/spec/models/{ostree_ostree_publication_response_spec.rb → ostree_ostree_ref_response_spec.rb} +14 -8
  81. data/spec/models/ostree_ostree_remote_response_spec.rb +6 -0
  82. data/spec/models/ostree_ostree_remote_spec.rb +6 -0
  83. data/spec/models/ostree_ostree_repository_response_spec.rb +1 -1
  84. data/spec/models/ostree_ostree_repository_spec.rb +1 -1
  85. data/spec/models/{ostree_ostree_content_response_spec.rb → ostree_ostree_summary_response_spec.rb} +6 -6
  86. data/spec/models/ostree_repo_import_spec.rb +59 -0
  87. data/spec/models/{paginatedostree_ostree_publication_response_list_spec.rb → paginatedostree_ostree_commit_response_list_spec.rb} +6 -6
  88. data/spec/models/paginatedostree_ostree_config_response_list_spec.rb +59 -0
  89. data/spec/models/paginatedostree_ostree_object_response_list_spec.rb +59 -0
  90. data/spec/models/paginatedostree_ostree_ref_response_list_spec.rb +59 -0
  91. data/spec/models/{paginatedostree_ostree_content_response_list_spec.rb → paginatedostree_ostree_summary_response_list_spec.rb} +6 -6
  92. data/spec/models/patchedostree_ostree_distribution_spec.rb +1 -1
  93. data/spec/models/patchedostree_ostree_remote_spec.rb +6 -0
  94. data/spec/models/patchedostree_ostree_repository_spec.rb +1 -1
  95. metadata +81 -49
  96. data/docs/OstreeOstreeContent.md +0 -19
  97. data/docs/OstreeOstreePublication.md +0 -19
  98. data/docs/OstreeOstreePublicationResponse.md +0 -23
  99. data/docs/PublicationsOstreeApi.md +0 -257
  100. data/lib/pulp_ostree_client/api/publications_ostree_api.rb +0 -312
  101. data/spec/api/publications_ostree_api_spec.rb +0 -98
  102. data/spec/models/ostree_ostree_publication_spec.rb +0 -47
@@ -0,0 +1,138 @@
1
+ # PulpOstreeClient::ContentRefsApi
2
+
3
+ All URIs are relative to *https://pulp*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**list**](ContentRefsApi.md#list) | **GET** /pulp/api/v3/content/ostree/refs/ | List ostree refs
8
+ [**read**](ContentRefsApi.md#read) | **GET** {ostree_ostree_ref_href} | Inspect an ostree ref
9
+
10
+
11
+
12
+ ## list
13
+
14
+ > PaginatedostreeOstreeRefResponseList list(opts)
15
+
16
+ List ostree refs
17
+
18
+ A ViewSet class for OSTree head commits.
19
+
20
+ ### Example
21
+
22
+ ```ruby
23
+ # load the gem
24
+ require 'pulp_ostree_client'
25
+ # setup authorization
26
+ PulpOstreeClient.configure do |config|
27
+ # Configure HTTP basic authorization: basicAuth
28
+ config.username = 'YOUR USERNAME'
29
+ config.password = 'YOUR PASSWORD'
30
+ end
31
+
32
+ api_instance = PulpOstreeClient::ContentRefsApi.new
33
+ opts = {
34
+ limit: 56, # Integer | Number of results to return per page.
35
+ offset: 56, # Integer | The initial index from which to return the results.
36
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
37
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
38
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
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.
42
+ }
43
+
44
+ begin
45
+ #List ostree refs
46
+ result = api_instance.list(opts)
47
+ p result
48
+ rescue PulpOstreeClient::ApiError => e
49
+ puts "Exception when calling ContentRefsApi->list: #{e}"
50
+ end
51
+ ```
52
+
53
+ ### Parameters
54
+
55
+
56
+ Name | Type | Description | Notes
57
+ ------------- | ------------- | ------------- | -------------
58
+ **limit** | **Integer**| Number of results to return per page. | [optional]
59
+ **offset** | **Integer**| The initial index from which to return the results. | [optional]
60
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
61
+ **repository_version** | **String**| Repository Version referenced by HREF | [optional]
62
+ **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
63
+ **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
64
+ **fields** | **String**| A list of fields to include in the response. | [optional]
65
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
66
+
67
+ ### Return type
68
+
69
+ [**PaginatedostreeOstreeRefResponseList**](PaginatedostreeOstreeRefResponseList.md)
70
+
71
+ ### Authorization
72
+
73
+ [basicAuth](../README.md#basicAuth)
74
+
75
+ ### HTTP request headers
76
+
77
+ - **Content-Type**: Not defined
78
+ - **Accept**: application/json
79
+
80
+
81
+ ## read
82
+
83
+ > OstreeOstreeRefResponse read(ostree_ostree_ref_href, opts)
84
+
85
+ Inspect an ostree ref
86
+
87
+ A ViewSet class for OSTree head commits.
88
+
89
+ ### Example
90
+
91
+ ```ruby
92
+ # load the gem
93
+ require 'pulp_ostree_client'
94
+ # setup authorization
95
+ PulpOstreeClient.configure do |config|
96
+ # Configure HTTP basic authorization: basicAuth
97
+ config.username = 'YOUR USERNAME'
98
+ config.password = 'YOUR PASSWORD'
99
+ end
100
+
101
+ api_instance = PulpOstreeClient::ContentRefsApi.new
102
+ ostree_ostree_ref_href = 'ostree_ostree_ref_href_example' # String |
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.
106
+ }
107
+
108
+ begin
109
+ #Inspect an ostree ref
110
+ result = api_instance.read(ostree_ostree_ref_href, opts)
111
+ p result
112
+ rescue PulpOstreeClient::ApiError => e
113
+ puts "Exception when calling ContentRefsApi->read: #{e}"
114
+ end
115
+ ```
116
+
117
+ ### Parameters
118
+
119
+
120
+ Name | Type | Description | Notes
121
+ ------------- | ------------- | ------------- | -------------
122
+ **ostree_ostree_ref_href** | **String**| |
123
+ **fields** | **String**| A list of fields to include in the response. | [optional]
124
+ **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
125
+
126
+ ### Return type
127
+
128
+ [**OstreeOstreeRefResponse**](OstreeOstreeRefResponse.md)
129
+
130
+ ### Authorization
131
+
132
+ [basicAuth](../README.md#basicAuth)
133
+
134
+ ### HTTP request headers
135
+
136
+ - **Content-Type**: Not defined
137
+ - **Accept**: application/json
138
+
@@ -1,75 +1,21 @@
1
- # PulpOstreeClient::ContentOstreeApi
1
+ # PulpOstreeClient::ContentSummariesApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**create**](ContentOstreeApi.md#create) | **POST** /pulp/api/v3/content/ostree/ostree/ | Create an ostree content
8
- [**list**](ContentOstreeApi.md#list) | **GET** /pulp/api/v3/content/ostree/ostree/ | List ostree contents
9
- [**read**](ContentOstreeApi.md#read) | **GET** {ostree_ostree_content_href} | Inspect an ostree content
7
+ [**list**](ContentSummariesApi.md#list) | **GET** /pulp/api/v3/content/ostree/summaries/ | List ostree summarys
8
+ [**read**](ContentSummariesApi.md#read) | **GET** {ostree_ostree_summary_href} | Inspect an ostree summary
10
9
 
11
10
 
12
11
 
13
- ## create
14
-
15
- > OstreeOstreeContentResponse create(ostree_ostree_content)
16
-
17
- Create an ostree content
18
-
19
- Perform bookkeeping when saving Content. \"Artifacts\" need to be popped off and saved indpendently, as they are not actually part of the Content model.
20
-
21
- ### Example
22
-
23
- ```ruby
24
- # load the gem
25
- require 'pulp_ostree_client'
26
- # setup authorization
27
- PulpOstreeClient.configure do |config|
28
- # Configure HTTP basic authorization: basicAuth
29
- config.username = 'YOUR USERNAME'
30
- config.password = 'YOUR PASSWORD'
31
- end
32
-
33
- api_instance = PulpOstreeClient::ContentOstreeApi.new
34
- ostree_ostree_content = PulpOstreeClient::OstreeOstreeContent.new # OstreeOstreeContent |
35
-
36
- begin
37
- #Create an ostree content
38
- result = api_instance.create(ostree_ostree_content)
39
- p result
40
- rescue PulpOstreeClient::ApiError => e
41
- puts "Exception when calling ContentOstreeApi->create: #{e}"
42
- end
43
- ```
44
-
45
- ### Parameters
46
-
47
-
48
- Name | Type | Description | Notes
49
- ------------- | ------------- | ------------- | -------------
50
- **ostree_ostree_content** | [**OstreeOstreeContent**](OstreeOstreeContent.md)| |
51
-
52
- ### Return type
53
-
54
- [**OstreeOstreeContentResponse**](OstreeOstreeContentResponse.md)
55
-
56
- ### Authorization
57
-
58
- [basicAuth](../README.md#basicAuth)
59
-
60
- ### HTTP request headers
61
-
62
- - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
63
- - **Accept**: application/json
64
-
65
-
66
12
  ## list
67
13
 
68
- > PaginatedostreeOstreeContentResponseList list(opts)
14
+ > PaginatedostreeOstreeSummaryResponseList list(opts)
69
15
 
70
- List ostree contents
16
+ List ostree summarys
71
17
 
72
- A ViewSet for OstreeContent. Define endpoint name which will appear in the API endpoint for this content type. For example:: https://pulp.example.com/pulp/api/v3/content/ostree/units/ Also specify queryset and serializer for OstreeContent.
18
+ A ViewSet class for OSTree repository summary files.
73
19
 
74
20
  ### Example
75
21
 
@@ -83,7 +29,7 @@ PulpOstreeClient.configure do |config|
83
29
  config.password = 'YOUR PASSWORD'
84
30
  end
85
31
 
86
- api_instance = PulpOstreeClient::ContentOstreeApi.new
32
+ api_instance = PulpOstreeClient::ContentSummariesApi.new
87
33
  opts = {
88
34
  limit: 56, # Integer | Number of results to return per page.
89
35
  offset: 56, # Integer | The initial index from which to return the results.
@@ -96,11 +42,11 @@ opts = {
96
42
  }
97
43
 
98
44
  begin
99
- #List ostree contents
45
+ #List ostree summarys
100
46
  result = api_instance.list(opts)
101
47
  p result
102
48
  rescue PulpOstreeClient::ApiError => e
103
- puts "Exception when calling ContentOstreeApi->list: #{e}"
49
+ puts "Exception when calling ContentSummariesApi->list: #{e}"
104
50
  end
105
51
  ```
106
52
 
@@ -120,7 +66,7 @@ Name | Type | Description | Notes
120
66
 
121
67
  ### Return type
122
68
 
123
- [**PaginatedostreeOstreeContentResponseList**](PaginatedostreeOstreeContentResponseList.md)
69
+ [**PaginatedostreeOstreeSummaryResponseList**](PaginatedostreeOstreeSummaryResponseList.md)
124
70
 
125
71
  ### Authorization
126
72
 
@@ -134,11 +80,11 @@ Name | Type | Description | Notes
134
80
 
135
81
  ## read
136
82
 
137
- > OstreeOstreeContentResponse read(ostree_ostree_content_href, opts)
83
+ > OstreeOstreeSummaryResponse read(ostree_ostree_summary_href, opts)
138
84
 
139
- Inspect an ostree content
85
+ Inspect an ostree summary
140
86
 
141
- A ViewSet for OstreeContent. Define endpoint name which will appear in the API endpoint for this content type. For example:: https://pulp.example.com/pulp/api/v3/content/ostree/units/ Also specify queryset and serializer for OstreeContent.
87
+ A ViewSet class for OSTree repository summary files.
142
88
 
143
89
  ### Example
144
90
 
@@ -152,19 +98,19 @@ PulpOstreeClient.configure do |config|
152
98
  config.password = 'YOUR PASSWORD'
153
99
  end
154
100
 
155
- api_instance = PulpOstreeClient::ContentOstreeApi.new
156
- ostree_ostree_content_href = 'ostree_ostree_content_href_example' # String |
101
+ api_instance = PulpOstreeClient::ContentSummariesApi.new
102
+ ostree_ostree_summary_href = 'ostree_ostree_summary_href_example' # String |
157
103
  opts = {
158
104
  fields: 'fields_example', # String | A list of fields to include in the response.
159
105
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
160
106
  }
161
107
 
162
108
  begin
163
- #Inspect an ostree content
164
- result = api_instance.read(ostree_ostree_content_href, opts)
109
+ #Inspect an ostree summary
110
+ result = api_instance.read(ostree_ostree_summary_href, opts)
165
111
  p result
166
112
  rescue PulpOstreeClient::ApiError => e
167
- puts "Exception when calling ContentOstreeApi->read: #{e}"
113
+ puts "Exception when calling ContentSummariesApi->read: #{e}"
168
114
  end
169
115
  ```
170
116
 
@@ -173,13 +119,13 @@ end
173
119
 
174
120
  Name | Type | Description | Notes
175
121
  ------------- | ------------- | ------------- | -------------
176
- **ostree_ostree_content_href** | **String**| |
122
+ **ostree_ostree_summary_href** | **String**| |
177
123
  **fields** | **String**| A list of fields to include in the response. | [optional]
178
124
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
179
125
 
180
126
  ### Return type
181
127
 
182
- [**OstreeOstreeContentResponse**](OstreeOstreeContentResponse.md)
128
+ [**OstreeOstreeSummaryResponse**](OstreeOstreeSummaryResponse.md)
183
129
 
184
130
  ### Authorization
185
131
 
@@ -1,6 +1,6 @@
1
1
  # PulpOstreeClient::DistributionsOstreeApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -125,7 +125,7 @@ Name | Type | Description | Notes
125
125
 
126
126
  List ostree distributions
127
127
 
128
- A ViewSet for OstreeDistribution. Similar to the OstreeContentViewSet above, define endpoint_name, queryset and serializer, at a minimum.
128
+ A ViewSet class for OSTree distributions.
129
129
 
130
130
  ### Example
131
131
 
@@ -263,7 +263,7 @@ Name | Type | Description | Notes
263
263
 
264
264
  Inspect an ostree distribution
265
265
 
266
- A ViewSet for OstreeDistribution. Similar to the OstreeContentViewSet above, define endpoint_name, queryset and serializer, at a minimum.
266
+ A ViewSet class for OSTree distributions.
267
267
 
268
268
  ### Example
269
269
 
@@ -0,0 +1,25 @@
1
+ # PulpOstreeClient::OstreeOstreeCommitResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **artifact** | **String** | Artifact file representing the physical content |
10
+ **parent_commit** | **String** | | [optional]
11
+ **checksum** | **String** | |
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'PulpOstreeClient'
17
+
18
+ instance = PulpOstreeClient::OstreeOstreeCommitResponse.new(pulp_href: null,
19
+ pulp_created: null,
20
+ artifact: null,
21
+ parent_commit: null,
22
+ checksum: null)
23
+ ```
24
+
25
+
@@ -0,0 +1,21 @@
1
+ # PulpOstreeClient::OstreeOstreeConfigResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **artifact** | **String** | Artifact file representing the physical content |
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'PulpOstreeClient'
15
+
16
+ instance = PulpOstreeClient::OstreeOstreeConfigResponse.new(pulp_href: null,
17
+ pulp_created: null,
18
+ artifact: null)
19
+ ```
20
+
21
+
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
  **pulp_labels** | [**Object**](.md) | | [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
- **publication** | **String** | Publication to be served | [optional]
12
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
13
13
 
14
14
  ## Code Sample
15
15
 
@@ -21,7 +21,7 @@ instance = PulpOstreeClient::OstreeOstreeDistribution.new(base_path: null,
21
21
  pulp_labels: null,
22
22
  name: null,
23
23
  repository: null,
24
- publication: null)
24
+ repository_version: null)
25
25
  ```
26
26
 
27
27
 
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
  **pulp_labels** | [**Object**](.md) | | [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
- **publication** | **String** | Publication to be served | [optional]
15
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
16
16
 
17
17
  ## Code Sample
18
18
 
@@ -27,7 +27,7 @@ instance = PulpOstreeClient::OstreeOstreeDistributionResponse.new(pulp_href: nul
27
27
  pulp_labels: null,
28
28
  name: null,
29
29
  repository: null,
30
- publication: null)
30
+ repository_version: null)
31
31
  ```
32
32
 
33
33
 
@@ -0,0 +1,27 @@
1
+ # PulpOstreeClient::OstreeOstreeObjectResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **artifact** | **String** | Artifact file representing the physical content |
10
+ **commit** | **String** | |
11
+ **checksum** | **String** | |
12
+ **typ** | **Integer** | The type of an object. All values are described by the mapping declared at https://lazka.github.io/pgi-docs/OSTree-1.0/enums.html#OSTree.ObjectType |
13
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'PulpOstreeClient'
18
+
19
+ instance = PulpOstreeClient::OstreeOstreeObjectResponse.new(pulp_href: null,
20
+ pulp_created: null,
21
+ artifact: null,
22
+ commit: null,
23
+ checksum: null,
24
+ typ: null)
25
+ ```
26
+
27
+