pulp_ostree_client 2.3.0 → 2.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/OstreeOstreeCommitResponse.md +2 -0
- data/docs/OstreeOstreeConfigResponse.md +2 -0
- data/docs/OstreeOstreeContentResponse.md +2 -0
- data/docs/OstreeOstreeDistributionResponse.md +2 -0
- data/docs/OstreeOstreeObjectResponse.md +2 -0
- data/docs/OstreeOstreeRefResponse.md +2 -0
- data/docs/OstreeOstreeRemoteResponse.md +2 -2
- data/docs/OstreeOstreeRemoteResponseHiddenFields.md +2 -2
- data/docs/OstreeOstreeRepositoryResponse.md +2 -0
- data/docs/OstreeOstreeSummaryResponse.md +2 -0
- data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
- data/docs/PaginatedostreeOstreeCommitResponseList.md +2 -2
- data/docs/PaginatedostreeOstreeConfigResponseList.md +2 -2
- data/docs/PaginatedostreeOstreeContentResponseList.md +2 -2
- data/docs/PaginatedostreeOstreeDistributionResponseList.md +2 -2
- data/docs/PaginatedostreeOstreeObjectResponseList.md +2 -2
- data/docs/PaginatedostreeOstreeRefResponseList.md +2 -2
- data/docs/PaginatedostreeOstreeRemoteResponseList.md +2 -2
- data/docs/PaginatedostreeOstreeRepositoryResponseList.md +2 -2
- data/docs/PaginatedostreeOstreeSummaryResponseList.md +2 -2
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_ostree_client/models/ostree_ostree_commit_response.rb +11 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_config_response.rb +11 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_content_response.rb +11 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_distribution_response.rb +11 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_object_response.rb +11 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_ref_response.rb +11 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_remote_response.rb +11 -11
- data/lib/pulp_ostree_client/models/ostree_ostree_remote_response_hidden_fields.rb +10 -0
- data/lib/pulp_ostree_client/models/ostree_ostree_repository_response.rb +11 -1
- data/lib/pulp_ostree_client/models/ostree_ostree_summary_response.rb +11 -1
- data/lib/pulp_ostree_client/models/paginated_repository_version_response_list.rb +10 -0
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_commit_response_list.rb +10 -0
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_config_response_list.rb +10 -0
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_content_response_list.rb +10 -0
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_distribution_response_list.rb +10 -0
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_object_response_list.rb +10 -0
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_ref_response_list.rb +10 -0
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_remote_response_list.rb +10 -0
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_repository_response_list.rb +10 -0
- data/lib/pulp_ostree_client/models/paginatedostree_ostree_summary_response_list.rb +10 -0
- data/lib/pulp_ostree_client/models/repository_version_response.rb +11 -1
- data/lib/pulp_ostree_client/version.rb +1 -1
- data/spec/models/ostree_ostree_commit_response_spec.rb +6 -0
- data/spec/models/ostree_ostree_config_response_spec.rb +6 -0
- data/spec/models/ostree_ostree_content_response_spec.rb +6 -0
- data/spec/models/ostree_ostree_distribution_response_spec.rb +6 -0
- data/spec/models/ostree_ostree_object_response_spec.rb +6 -0
- data/spec/models/ostree_ostree_ref_response_spec.rb +6 -0
- data/spec/models/ostree_ostree_remote_response_spec.rb +6 -6
- data/spec/models/ostree_ostree_repository_response_spec.rb +6 -0
- data/spec/models/ostree_ostree_summary_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +41 -41
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9fabc43e65a33bb55b36ee8fe7ed6e292989ce7432cc292e20f01f17fde0db6a
|
4
|
+
data.tar.gz: 0e26baedf932e17c7b2a8c997de0eb4d3f8b15e8e2fe776ea23536d675edc3d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0209f022b02465e8fbcd3aff489b9837864c57939d8a6ef2579b1cefb469e7e92d75dfcec6a6f88f56aa9a61462f518b09bef732e1ca5549af1f041baa2991e9'
|
7
|
+
data.tar.gz: 80149617720d2c6a0cb12e547789c2f1856239701e47b79edec882b7503491916e3830a8fad17b0e1d567529731c371989834934ce90c90c1f987b070b15ecb2
|
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.3.
|
10
|
+
- Package version: 2.3.1
|
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.3.
|
27
|
+
gem install ./pulp_ostree_client-2.3.1.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_ostree_client-2.3.
|
30
|
+
(for development, run `gem install --dev ./pulp_ostree_client-2.3.1.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.3.
|
36
|
+
gem 'pulp_ostree_client', '~> 2.3.1'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
9
10
|
**artifact** | **String** | Artifact file representing the physical content |
|
10
11
|
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
|
11
12
|
**parent_commit** | **String** | | [optional]
|
@@ -19,6 +20,7 @@ require 'PulpOstreeClient'
|
|
19
20
|
|
20
21
|
instance = PulpOstreeClient::OstreeOstreeCommitResponse.new(pulp_href: null,
|
21
22
|
pulp_created: null,
|
23
|
+
pulp_last_updated: null,
|
22
24
|
artifact: null,
|
23
25
|
relative_path: null,
|
24
26
|
parent_commit: null,
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
9
10
|
**artifact** | **String** | Artifact file representing the physical content |
|
10
11
|
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
|
11
12
|
|
@@ -16,6 +17,7 @@ require 'PulpOstreeClient'
|
|
16
17
|
|
17
18
|
instance = PulpOstreeClient::OstreeOstreeConfigResponse.new(pulp_href: null,
|
18
19
|
pulp_created: null,
|
20
|
+
pulp_last_updated: null,
|
19
21
|
artifact: null,
|
20
22
|
relative_path: null)
|
21
23
|
```
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
9
10
|
**artifact** | **String** | Artifact file representing the physical content |
|
10
11
|
**relative_path** | **String** | |
|
11
12
|
**digest** | **String** | |
|
@@ -17,6 +18,7 @@ require 'PulpOstreeClient'
|
|
17
18
|
|
18
19
|
instance = PulpOstreeClient::OstreeOstreeContentResponse.new(pulp_href: null,
|
19
20
|
pulp_created: null,
|
21
|
+
pulp_last_updated: null,
|
20
22
|
artifact: null,
|
21
23
|
relative_path: null,
|
22
24
|
digest: null)
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
9
10
|
**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
11
|
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
11
12
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
@@ -22,6 +23,7 @@ require 'PulpOstreeClient'
|
|
22
23
|
|
23
24
|
instance = PulpOstreeClient::OstreeOstreeDistributionResponse.new(pulp_href: null,
|
24
25
|
pulp_created: null,
|
26
|
+
pulp_last_updated: null,
|
25
27
|
base_path: null,
|
26
28
|
base_url: null,
|
27
29
|
content_guard: null,
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
9
10
|
**artifact** | **String** | Artifact file representing the physical content |
|
10
11
|
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
|
11
12
|
**checksum** | **String** | |
|
@@ -18,6 +19,7 @@ require 'PulpOstreeClient'
|
|
18
19
|
|
19
20
|
instance = PulpOstreeClient::OstreeOstreeObjectResponse.new(pulp_href: null,
|
20
21
|
pulp_created: null,
|
22
|
+
pulp_last_updated: null,
|
21
23
|
artifact: null,
|
22
24
|
relative_path: null,
|
23
25
|
checksum: null,
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
9
10
|
**artifact** | **String** | Artifact file representing the physical content |
|
10
11
|
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
|
11
12
|
**commit** | **String** | |
|
@@ -19,6 +20,7 @@ require 'PulpOstreeClient'
|
|
19
20
|
|
20
21
|
instance = PulpOstreeClient::OstreeOstreeRefResponse.new(pulp_href: null,
|
21
22
|
pulp_created: null,
|
23
|
+
pulp_last_updated: null,
|
22
24
|
artifact: null,
|
23
25
|
relative_path: null,
|
24
26
|
commit: null,
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
9
10
|
**name** | **String** | A unique name for this remote. |
|
10
11
|
**url** | **String** | The URL of an external content source. |
|
11
12
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
@@ -13,7 +14,6 @@ Name | Type | Description | Notes
|
|
13
14
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
14
15
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
15
16
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
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]
|
19
19
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | immediate - All OSTree objects are downloaded and saved during synchronization. on_demand - Only commits, dirtrees, and refs are downloaded. Other OSTree objects are not downloaded until they are requested for the first time by a client. * `immediate` - immediate * `on_demand` - on_demand | [optional]
|
@@ -35,6 +35,7 @@ require 'PulpOstreeClient'
|
|
35
35
|
|
36
36
|
instance = PulpOstreeClient::OstreeOstreeRemoteResponse.new(pulp_href: null,
|
37
37
|
pulp_created: null,
|
38
|
+
pulp_last_updated: null,
|
38
39
|
name: null,
|
39
40
|
url: null,
|
40
41
|
ca_cert: null,
|
@@ -42,7 +43,6 @@ instance = PulpOstreeClient::OstreeOstreeRemoteResponse.new(pulp_href: null,
|
|
42
43
|
tls_validation: null,
|
43
44
|
proxy_url: null,
|
44
45
|
pulp_labels: null,
|
45
|
-
pulp_last_updated: null,
|
46
46
|
download_concurrency: null,
|
47
47
|
max_retries: null,
|
48
48
|
policy: null,
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**name** | **String** | |
|
8
|
-
**is_set** | **Boolean** | |
|
7
|
+
**name** | **String** | |
|
8
|
+
**is_set** | **Boolean** | |
|
9
9
|
|
10
10
|
## Code Sample
|
11
11
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
9
10
|
**versions_href** | **String** | | [optional] [readonly]
|
10
11
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
11
12
|
**latest_version_href** | **String** | | [optional] [readonly]
|
@@ -22,6 +23,7 @@ require 'PulpOstreeClient'
|
|
22
23
|
|
23
24
|
instance = PulpOstreeClient::OstreeOstreeRepositoryResponse.new(pulp_href: null,
|
24
25
|
pulp_created: null,
|
26
|
+
pulp_last_updated: null,
|
25
27
|
versions_href: null,
|
26
28
|
pulp_labels: null,
|
27
29
|
latest_version_href: null,
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
9
10
|
**artifact** | **String** | Artifact file representing the physical content |
|
10
11
|
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
|
11
12
|
|
@@ -16,6 +17,7 @@ require 'PulpOstreeClient'
|
|
16
17
|
|
17
18
|
instance = PulpOstreeClient::OstreeOstreeSummaryResponse.new(pulp_href: null,
|
18
19
|
pulp_created: null,
|
20
|
+
pulp_last_updated: null,
|
19
21
|
artifact: null,
|
20
22
|
relative_path: null)
|
21
23
|
```
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | |
|
10
|
+
**results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<OstreeOstreeCommitResponse>**](OstreeOstreeCommitResponse.md) | |
|
10
|
+
**results** | [**Array<OstreeOstreeCommitResponse>**](OstreeOstreeCommitResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<OstreeOstreeConfigResponse>**](OstreeOstreeConfigResponse.md) | |
|
10
|
+
**results** | [**Array<OstreeOstreeConfigResponse>**](OstreeOstreeConfigResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<OstreeOstreeContentResponse>**](OstreeOstreeContentResponse.md) | |
|
10
|
+
**results** | [**Array<OstreeOstreeContentResponse>**](OstreeOstreeContentResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<OstreeOstreeDistributionResponse>**](OstreeOstreeDistributionResponse.md) | |
|
10
|
+
**results** | [**Array<OstreeOstreeDistributionResponse>**](OstreeOstreeDistributionResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<OstreeOstreeObjectResponse>**](OstreeOstreeObjectResponse.md) | |
|
10
|
+
**results** | [**Array<OstreeOstreeObjectResponse>**](OstreeOstreeObjectResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<OstreeOstreeRefResponse>**](OstreeOstreeRefResponse.md) | |
|
10
|
+
**results** | [**Array<OstreeOstreeRefResponse>**](OstreeOstreeRefResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<OstreeOstreeRemoteResponse>**](OstreeOstreeRemoteResponse.md) | |
|
10
|
+
**results** | [**Array<OstreeOstreeRemoteResponse>**](OstreeOstreeRemoteResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<OstreeOstreeRepositoryResponse>**](OstreeOstreeRepositoryResponse.md) | |
|
10
|
+
**results** | [**Array<OstreeOstreeRepositoryResponse>**](OstreeOstreeRepositoryResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -4,10 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | |
|
7
|
+
**count** | **Integer** | |
|
8
8
|
**_next** | **String** | | [optional]
|
9
9
|
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<OstreeOstreeSummaryResponse>**](OstreeOstreeSummaryResponse.md) | |
|
10
|
+
**results** | [**Array<OstreeOstreeSummaryResponse>**](OstreeOstreeSummaryResponse.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
9
10
|
**number** | **Integer** | | [optional] [readonly]
|
10
11
|
**repository** | **String** | | [optional] [readonly]
|
11
12
|
**base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional]
|
@@ -18,6 +19,7 @@ require 'PulpOstreeClient'
|
|
18
19
|
|
19
20
|
instance = PulpOstreeClient::RepositoryVersionResponse.new(pulp_href: null,
|
20
21
|
pulp_created: null,
|
22
|
+
pulp_last_updated: null,
|
21
23
|
number: null,
|
22
24
|
repository: null,
|
23
25
|
base_version: null,
|
@@ -20,6 +20,9 @@ module PulpOstreeClient
|
|
20
20
|
# Timestamp of creation.
|
21
21
|
attr_accessor :pulp_created
|
22
22
|
|
23
|
+
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
24
|
+
attr_accessor :pulp_last_updated
|
25
|
+
|
23
26
|
# Artifact file representing the physical content
|
24
27
|
attr_accessor :artifact
|
25
28
|
|
@@ -37,6 +40,7 @@ module PulpOstreeClient
|
|
37
40
|
{
|
38
41
|
:'pulp_href' => :'pulp_href',
|
39
42
|
:'pulp_created' => :'pulp_created',
|
43
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
40
44
|
:'artifact' => :'artifact',
|
41
45
|
:'relative_path' => :'relative_path',
|
42
46
|
:'parent_commit' => :'parent_commit',
|
@@ -50,6 +54,7 @@ module PulpOstreeClient
|
|
50
54
|
{
|
51
55
|
:'pulp_href' => :'String',
|
52
56
|
:'pulp_created' => :'DateTime',
|
57
|
+
:'pulp_last_updated' => :'DateTime',
|
53
58
|
:'artifact' => :'String',
|
54
59
|
:'relative_path' => :'String',
|
55
60
|
:'parent_commit' => :'String',
|
@@ -88,6 +93,10 @@ module PulpOstreeClient
|
|
88
93
|
self.pulp_created = attributes[:'pulp_created']
|
89
94
|
end
|
90
95
|
|
96
|
+
if attributes.key?(:'pulp_last_updated')
|
97
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
98
|
+
end
|
99
|
+
|
91
100
|
if attributes.key?(:'artifact')
|
92
101
|
self.artifact = attributes[:'artifact']
|
93
102
|
end
|
@@ -151,6 +160,7 @@ module PulpOstreeClient
|
|
151
160
|
self.class == o.class &&
|
152
161
|
pulp_href == o.pulp_href &&
|
153
162
|
pulp_created == o.pulp_created &&
|
163
|
+
pulp_last_updated == o.pulp_last_updated &&
|
154
164
|
artifact == o.artifact &&
|
155
165
|
relative_path == o.relative_path &&
|
156
166
|
parent_commit == o.parent_commit &&
|
@@ -167,7 +177,7 @@ module PulpOstreeClient
|
|
167
177
|
# Calculates hash code according to all attributes.
|
168
178
|
# @return [Integer] Hash code
|
169
179
|
def hash
|
170
|
-
[pulp_href, pulp_created, artifact, relative_path, parent_commit, checksum, objs].hash
|
180
|
+
[pulp_href, pulp_created, pulp_last_updated, artifact, relative_path, parent_commit, checksum, objs].hash
|
171
181
|
end
|
172
182
|
|
173
183
|
# Builds the object from hash
|
@@ -20,6 +20,9 @@ module PulpOstreeClient
|
|
20
20
|
# Timestamp of creation.
|
21
21
|
attr_accessor :pulp_created
|
22
22
|
|
23
|
+
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
24
|
+
attr_accessor :pulp_last_updated
|
25
|
+
|
23
26
|
# Artifact file representing the physical content
|
24
27
|
attr_accessor :artifact
|
25
28
|
|
@@ -31,6 +34,7 @@ module PulpOstreeClient
|
|
31
34
|
{
|
32
35
|
:'pulp_href' => :'pulp_href',
|
33
36
|
:'pulp_created' => :'pulp_created',
|
37
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
34
38
|
:'artifact' => :'artifact',
|
35
39
|
:'relative_path' => :'relative_path'
|
36
40
|
}
|
@@ -41,6 +45,7 @@ module PulpOstreeClient
|
|
41
45
|
{
|
42
46
|
:'pulp_href' => :'String',
|
43
47
|
:'pulp_created' => :'DateTime',
|
48
|
+
:'pulp_last_updated' => :'DateTime',
|
44
49
|
:'artifact' => :'String',
|
45
50
|
:'relative_path' => :'String'
|
46
51
|
}
|
@@ -75,6 +80,10 @@ module PulpOstreeClient
|
|
75
80
|
self.pulp_created = attributes[:'pulp_created']
|
76
81
|
end
|
77
82
|
|
83
|
+
if attributes.key?(:'pulp_last_updated')
|
84
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
85
|
+
end
|
86
|
+
|
78
87
|
if attributes.key?(:'artifact')
|
79
88
|
self.artifact = attributes[:'artifact']
|
80
89
|
end
|
@@ -114,6 +123,7 @@ module PulpOstreeClient
|
|
114
123
|
self.class == o.class &&
|
115
124
|
pulp_href == o.pulp_href &&
|
116
125
|
pulp_created == o.pulp_created &&
|
126
|
+
pulp_last_updated == o.pulp_last_updated &&
|
117
127
|
artifact == o.artifact &&
|
118
128
|
relative_path == o.relative_path
|
119
129
|
end
|
@@ -127,7 +137,7 @@ module PulpOstreeClient
|
|
127
137
|
# Calculates hash code according to all attributes.
|
128
138
|
# @return [Integer] Hash code
|
129
139
|
def hash
|
130
|
-
[pulp_href, pulp_created, artifact, relative_path].hash
|
140
|
+
[pulp_href, pulp_created, pulp_last_updated, artifact, relative_path].hash
|
131
141
|
end
|
132
142
|
|
133
143
|
# Builds the object from hash
|
@@ -20,6 +20,9 @@ module PulpOstreeClient
|
|
20
20
|
# Timestamp of creation.
|
21
21
|
attr_accessor :pulp_created
|
22
22
|
|
23
|
+
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
24
|
+
attr_accessor :pulp_last_updated
|
25
|
+
|
23
26
|
# Artifact file representing the physical content
|
24
27
|
attr_accessor :artifact
|
25
28
|
|
@@ -32,6 +35,7 @@ module PulpOstreeClient
|
|
32
35
|
{
|
33
36
|
:'pulp_href' => :'pulp_href',
|
34
37
|
:'pulp_created' => :'pulp_created',
|
38
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
35
39
|
:'artifact' => :'artifact',
|
36
40
|
:'relative_path' => :'relative_path',
|
37
41
|
:'digest' => :'digest'
|
@@ -43,6 +47,7 @@ module PulpOstreeClient
|
|
43
47
|
{
|
44
48
|
:'pulp_href' => :'String',
|
45
49
|
:'pulp_created' => :'DateTime',
|
50
|
+
:'pulp_last_updated' => :'DateTime',
|
46
51
|
:'artifact' => :'String',
|
47
52
|
:'relative_path' => :'String',
|
48
53
|
:'digest' => :'String'
|
@@ -78,6 +83,10 @@ module PulpOstreeClient
|
|
78
83
|
self.pulp_created = attributes[:'pulp_created']
|
79
84
|
end
|
80
85
|
|
86
|
+
if attributes.key?(:'pulp_last_updated')
|
87
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
88
|
+
end
|
89
|
+
|
81
90
|
if attributes.key?(:'artifact')
|
82
91
|
self.artifact = attributes[:'artifact']
|
83
92
|
end
|
@@ -126,6 +135,7 @@ module PulpOstreeClient
|
|
126
135
|
self.class == o.class &&
|
127
136
|
pulp_href == o.pulp_href &&
|
128
137
|
pulp_created == o.pulp_created &&
|
138
|
+
pulp_last_updated == o.pulp_last_updated &&
|
129
139
|
artifact == o.artifact &&
|
130
140
|
relative_path == o.relative_path &&
|
131
141
|
digest == o.digest
|
@@ -140,7 +150,7 @@ module PulpOstreeClient
|
|
140
150
|
# Calculates hash code according to all attributes.
|
141
151
|
# @return [Integer] Hash code
|
142
152
|
def hash
|
143
|
-
[pulp_href, pulp_created, artifact, relative_path, digest].hash
|
153
|
+
[pulp_href, pulp_created, pulp_last_updated, artifact, relative_path, digest].hash
|
144
154
|
end
|
145
155
|
|
146
156
|
# Builds the object from hash
|
@@ -20,6 +20,9 @@ module PulpOstreeClient
|
|
20
20
|
# Timestamp of creation.
|
21
21
|
attr_accessor :pulp_created
|
22
22
|
|
23
|
+
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
24
|
+
attr_accessor :pulp_last_updated
|
25
|
+
|
23
26
|
# The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
|
24
27
|
attr_accessor :base_path
|
25
28
|
|
@@ -48,6 +51,7 @@ module PulpOstreeClient
|
|
48
51
|
{
|
49
52
|
:'pulp_href' => :'pulp_href',
|
50
53
|
:'pulp_created' => :'pulp_created',
|
54
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
51
55
|
:'base_path' => :'base_path',
|
52
56
|
:'base_url' => :'base_url',
|
53
57
|
:'content_guard' => :'content_guard',
|
@@ -64,6 +68,7 @@ module PulpOstreeClient
|
|
64
68
|
{
|
65
69
|
:'pulp_href' => :'String',
|
66
70
|
:'pulp_created' => :'DateTime',
|
71
|
+
:'pulp_last_updated' => :'DateTime',
|
67
72
|
:'base_path' => :'String',
|
68
73
|
:'base_url' => :'String',
|
69
74
|
:'content_guard' => :'String',
|
@@ -107,6 +112,10 @@ module PulpOstreeClient
|
|
107
112
|
self.pulp_created = attributes[:'pulp_created']
|
108
113
|
end
|
109
114
|
|
115
|
+
if attributes.key?(:'pulp_last_updated')
|
116
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
117
|
+
end
|
118
|
+
|
110
119
|
if attributes.key?(:'base_path')
|
111
120
|
self.base_path = attributes[:'base_path']
|
112
121
|
end
|
@@ -174,6 +183,7 @@ module PulpOstreeClient
|
|
174
183
|
self.class == o.class &&
|
175
184
|
pulp_href == o.pulp_href &&
|
176
185
|
pulp_created == o.pulp_created &&
|
186
|
+
pulp_last_updated == o.pulp_last_updated &&
|
177
187
|
base_path == o.base_path &&
|
178
188
|
base_url == o.base_url &&
|
179
189
|
content_guard == o.content_guard &&
|
@@ -193,7 +203,7 @@ module PulpOstreeClient
|
|
193
203
|
# Calculates hash code according to all attributes.
|
194
204
|
# @return [Integer] Hash code
|
195
205
|
def hash
|
196
|
-
[pulp_href, pulp_created, base_path, base_url, content_guard, hidden, pulp_labels, name, repository, repository_version].hash
|
206
|
+
[pulp_href, pulp_created, pulp_last_updated, base_path, base_url, content_guard, hidden, pulp_labels, name, repository, repository_version].hash
|
197
207
|
end
|
198
208
|
|
199
209
|
# Builds the object from hash
|
@@ -20,6 +20,9 @@ module PulpOstreeClient
|
|
20
20
|
# Timestamp of creation.
|
21
21
|
attr_accessor :pulp_created
|
22
22
|
|
23
|
+
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
24
|
+
attr_accessor :pulp_last_updated
|
25
|
+
|
23
26
|
# Artifact file representing the physical content
|
24
27
|
attr_accessor :artifact
|
25
28
|
|
@@ -36,6 +39,7 @@ module PulpOstreeClient
|
|
36
39
|
{
|
37
40
|
:'pulp_href' => :'pulp_href',
|
38
41
|
:'pulp_created' => :'pulp_created',
|
42
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
39
43
|
:'artifact' => :'artifact',
|
40
44
|
:'relative_path' => :'relative_path',
|
41
45
|
:'checksum' => :'checksum',
|
@@ -48,6 +52,7 @@ module PulpOstreeClient
|
|
48
52
|
{
|
49
53
|
:'pulp_href' => :'String',
|
50
54
|
:'pulp_created' => :'DateTime',
|
55
|
+
:'pulp_last_updated' => :'DateTime',
|
51
56
|
:'artifact' => :'String',
|
52
57
|
:'relative_path' => :'String',
|
53
58
|
:'checksum' => :'String',
|
@@ -84,6 +89,10 @@ module PulpOstreeClient
|
|
84
89
|
self.pulp_created = attributes[:'pulp_created']
|
85
90
|
end
|
86
91
|
|
92
|
+
if attributes.key?(:'pulp_last_updated')
|
93
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
94
|
+
end
|
95
|
+
|
87
96
|
if attributes.key?(:'artifact')
|
88
97
|
self.artifact = attributes[:'artifact']
|
89
98
|
end
|
@@ -141,6 +150,7 @@ module PulpOstreeClient
|
|
141
150
|
self.class == o.class &&
|
142
151
|
pulp_href == o.pulp_href &&
|
143
152
|
pulp_created == o.pulp_created &&
|
153
|
+
pulp_last_updated == o.pulp_last_updated &&
|
144
154
|
artifact == o.artifact &&
|
145
155
|
relative_path == o.relative_path &&
|
146
156
|
checksum == o.checksum &&
|
@@ -156,7 +166,7 @@ module PulpOstreeClient
|
|
156
166
|
# Calculates hash code according to all attributes.
|
157
167
|
# @return [Integer] Hash code
|
158
168
|
def hash
|
159
|
-
[pulp_href, pulp_created, artifact, relative_path, checksum, typ].hash
|
169
|
+
[pulp_href, pulp_created, pulp_last_updated, artifact, relative_path, checksum, typ].hash
|
160
170
|
end
|
161
171
|
|
162
172
|
# Builds the object from hash
|