pulp_ansible_client 0.28.4 → 0.28.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AnsibleCollectionVersionResponse.md +8 -8
- data/docs/AnsibleGitRemote.md +28 -28
- data/docs/AnsibleGitRemoteResponse.md +28 -28
- data/docs/AnsibleRole.md +2 -2
- data/docs/AnsibleRoleResponse.md +8 -8
- data/docs/ContentCollectionVersionsApi.md +8 -8
- data/docs/PatchedansibleGitRemote.md +28 -28
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +12 -12
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +36 -36
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +222 -222
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +137 -137
- data/lib/pulp_ansible_client/models/ansible_role.rb +13 -13
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +38 -38
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +216 -216
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/content_collection_versions_api_spec.rb +4 -4
- data/spec/models/ansible_collection_version_response_spec.rb +7 -7
- data/spec/models/ansible_git_remote_response_spec.rb +19 -19
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +7 -7
- data/spec/models/ansible_role_spec.rb +3 -3
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- metadata +125 -125
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53e4eece4144d39c892d548aae89c00fd47038fe629f0ad10f3cbf90b896e7cd
|
|
4
|
+
data.tar.gz: 3897ed072ddba84aef288802bb313c021c2f373b609a687c5949f6c66b437b67
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 559b66a0132a3e492920dbbc75f627a32682fd223e70f075ba07a3b7d1af6bc9729776d5b6b279a2e8b70b78c98bbfffc5aac0f7638d4512f9a6e4d8bdd5a7d6
|
|
7
|
+
data.tar.gz: fa448405cdae51c76fc653b9cc58a36717c3342f31de822a6cf740b97e9df2ac959d3dfca2124ebd314ff975fd0f6657e4fba7d734a334ce669185f638a592a0
|
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: 0.28.
|
|
10
|
+
- Package version: 0.28.6
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -25,16 +25,16 @@ gem build pulp_ansible_client.gemspec
|
|
|
25
25
|
Then either install the gem locally:
|
|
26
26
|
|
|
27
27
|
```shell
|
|
28
|
-
gem install ./pulp_ansible_client-0.28.
|
|
28
|
+
gem install ./pulp_ansible_client-0.28.6.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.28.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.28.6.gem` to install the development dependencies)
|
|
32
32
|
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
34
34
|
|
|
35
35
|
Finally add this to the Gemfile:
|
|
36
36
|
|
|
37
|
-
gem 'pulp_ansible_client', '~> 0.28.
|
|
37
|
+
gem 'pulp_ansible_client', '~> 0.28.6'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **vuln_report** | **String** | | [optional][readonly] |
|
|
8
|
-
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
9
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
|
10
|
-
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
11
7
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
8
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
12
9
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
10
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
|
11
|
+
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
13
12
|
| **pulp_last_updated** | **Time** | 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] |
|
|
13
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
14
14
|
| **sha256** | **String** | The SHA-256 checksum if available. | [optional][readonly] |
|
|
15
15
|
| **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
|
|
16
16
|
| **sha1** | **String** | The SHA-1 checksum if available. | [optional][readonly] |
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
require 'pulp_ansible_client'
|
|
39
39
|
|
|
40
40
|
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
|
|
41
|
-
vuln_report: null,
|
|
42
|
-
artifact: null,
|
|
43
|
-
pulp_href: null,
|
|
44
|
-
pulp_created: null,
|
|
45
41
|
prn: null,
|
|
42
|
+
pulp_created: null,
|
|
46
43
|
pulp_labels: null,
|
|
44
|
+
vuln_report: null,
|
|
45
|
+
artifact: null,
|
|
47
46
|
pulp_last_updated: null,
|
|
47
|
+
pulp_href: null,
|
|
48
48
|
sha256: null,
|
|
49
49
|
md5: null,
|
|
50
50
|
sha1: null,
|
data/docs/AnsibleGitRemote.md
CHANGED
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **url** | **String** | The URL of an external content source. | |
|
|
9
|
-
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
7
|
+
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
10
8
|
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
11
|
-
| **
|
|
12
|
-
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
13
|
-
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
9
|
+
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
14
10
|
| **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
15
|
-
| **
|
|
16
|
-
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
11
|
+
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
17
12
|
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
18
|
-
| **
|
|
19
|
-
| **
|
|
20
|
-
| **
|
|
13
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
14
|
+
| **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] |
|
|
15
|
+
| **url** | **String** | The URL of an external content source. | |
|
|
16
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
17
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
18
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
21
19
|
| **name** | **String** | A unique name for this remote. | |
|
|
22
20
|
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
23
|
-
| **
|
|
21
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
22
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
23
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
24
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
25
|
+
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
24
26
|
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
25
|
-
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
26
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
27
27
|
| **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional] |
|
|
28
28
|
| **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] |
|
|
29
29
|
|
|
@@ -33,26 +33,26 @@
|
|
|
33
33
|
require 'pulp_ansible_client'
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::AnsibleGitRemote.new(
|
|
36
|
-
|
|
37
|
-
url: null,
|
|
38
|
-
proxy_password: null,
|
|
36
|
+
password: null,
|
|
39
37
|
max_retries: null,
|
|
40
|
-
|
|
41
|
-
client_key: null,
|
|
42
|
-
tls_validation: null,
|
|
38
|
+
connect_timeout: null,
|
|
43
39
|
sock_connect_timeout: null,
|
|
44
|
-
|
|
45
|
-
proxy_url: null,
|
|
40
|
+
proxy_password: null,
|
|
46
41
|
total_timeout: null,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
42
|
+
download_concurrency: null,
|
|
43
|
+
sock_read_timeout: null,
|
|
44
|
+
url: null,
|
|
45
|
+
proxy_url: null,
|
|
46
|
+
pulp_labels: null,
|
|
47
|
+
ca_cert: null,
|
|
50
48
|
name: null,
|
|
51
49
|
username: null,
|
|
52
|
-
|
|
50
|
+
tls_validation: null,
|
|
51
|
+
rate_limit: null,
|
|
52
|
+
client_cert: null,
|
|
53
|
+
headers: null,
|
|
54
|
+
client_key: null,
|
|
53
55
|
proxy_username: null,
|
|
54
|
-
sock_read_timeout: null,
|
|
55
|
-
download_concurrency: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
58
58
|
)
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
8
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
|
9
|
-
| **url** | **String** | The URL of an external content source. | |
|
|
10
7
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
11
8
|
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
12
|
-
| **
|
|
13
|
-
| **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
|
|
14
|
-
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
9
|
+
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
15
10
|
| **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
16
|
-
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
17
|
-
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
18
|
-
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
19
|
-
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
20
11
|
| **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
|
21
|
-
| **
|
|
22
|
-
| **
|
|
12
|
+
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
13
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
14
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
15
|
+
| **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] |
|
|
16
|
+
| **url** | **String** | The URL of an external content source. | |
|
|
17
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
23
18
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
24
19
|
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
25
|
-
| **
|
|
26
|
-
| **
|
|
20
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
21
|
+
| **name** | **String** | A unique name for this remote. | |
|
|
22
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
23
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
24
|
+
| **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
|
|
25
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
26
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
27
27
|
| **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional] |
|
|
28
28
|
| **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] |
|
|
29
29
|
|
|
@@ -33,26 +33,26 @@
|
|
|
33
33
|
require 'pulp_ansible_client'
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(
|
|
36
|
-
connect_timeout: null,
|
|
37
|
-
pulp_href: null,
|
|
38
|
-
url: null,
|
|
39
36
|
pulp_created: null,
|
|
40
37
|
max_retries: null,
|
|
41
|
-
|
|
42
|
-
pulp_last_updated: null,
|
|
43
|
-
tls_validation: null,
|
|
38
|
+
connect_timeout: null,
|
|
44
39
|
sock_connect_timeout: null,
|
|
45
|
-
ca_cert: null,
|
|
46
|
-
proxy_url: null,
|
|
47
|
-
total_timeout: null,
|
|
48
|
-
headers: null,
|
|
49
40
|
hidden_fields: null,
|
|
50
|
-
|
|
51
|
-
|
|
41
|
+
total_timeout: null,
|
|
42
|
+
download_concurrency: null,
|
|
43
|
+
pulp_href: null,
|
|
44
|
+
sock_read_timeout: null,
|
|
45
|
+
url: null,
|
|
46
|
+
proxy_url: null,
|
|
52
47
|
prn: null,
|
|
53
48
|
pulp_labels: null,
|
|
54
|
-
|
|
55
|
-
|
|
49
|
+
ca_cert: null,
|
|
50
|
+
name: null,
|
|
51
|
+
tls_validation: null,
|
|
52
|
+
rate_limit: null,
|
|
53
|
+
pulp_last_updated: null,
|
|
54
|
+
client_cert: null,
|
|
55
|
+
headers: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
58
58
|
)
|
data/docs/AnsibleRole.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
8
7
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
|
9
8
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
9
|
+
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
10
10
|
| **version** | **String** | | |
|
|
11
11
|
| **name** | **String** | | |
|
|
12
12
|
| **namespace** | **String** | | |
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
require 'pulp_ansible_client'
|
|
18
18
|
|
|
19
19
|
instance = PulpAnsibleClient::AnsibleRole.new(
|
|
20
|
-
artifact: null,
|
|
21
20
|
repository: null,
|
|
22
21
|
pulp_labels: null,
|
|
22
|
+
artifact: null,
|
|
23
23
|
version: null,
|
|
24
24
|
name: null,
|
|
25
25
|
namespace: null
|
data/docs/AnsibleRoleResponse.md
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **vuln_report** | **String** | | [optional][readonly] |
|
|
8
|
-
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
9
|
-
| **pulp_href** | **String** | | [optional][readonly] |
|
|
10
|
-
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
11
7
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
8
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
12
9
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
10
|
+
| **vuln_report** | **String** | | [optional][readonly] |
|
|
11
|
+
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
13
12
|
| **pulp_last_updated** | **Time** | 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] |
|
|
13
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
14
14
|
| **version** | **String** | | |
|
|
15
15
|
| **name** | **String** | | |
|
|
16
16
|
| **namespace** | **String** | | |
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
require 'pulp_ansible_client'
|
|
22
22
|
|
|
23
23
|
instance = PulpAnsibleClient::AnsibleRoleResponse.new(
|
|
24
|
-
vuln_report: null,
|
|
25
|
-
artifact: null,
|
|
26
|
-
pulp_href: null,
|
|
27
|
-
pulp_created: null,
|
|
28
24
|
prn: null,
|
|
25
|
+
pulp_created: null,
|
|
29
26
|
pulp_labels: null,
|
|
27
|
+
vuln_report: null,
|
|
28
|
+
artifact: null,
|
|
30
29
|
pulp_last_updated: null,
|
|
30
|
+
pulp_href: null,
|
|
31
31
|
version: null,
|
|
32
32
|
name: null,
|
|
33
33
|
namespace: null
|
|
@@ -34,12 +34,12 @@ end
|
|
|
34
34
|
api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
|
|
35
35
|
opts = {
|
|
36
36
|
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
37
|
-
|
|
38
|
-
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
|
37
|
+
file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
|
|
39
38
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
|
40
|
-
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
|
41
39
|
pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
42
|
-
|
|
40
|
+
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
|
41
|
+
file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
|
|
42
|
+
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
|
43
43
|
expected_name: 'expected_name_example', # String | The name of the collection.
|
|
44
44
|
expected_namespace: 'expected_namespace_example', # String | The namespace of the collection.
|
|
45
45
|
expected_version: 'expected_version_example' # String | The version of the collection.
|
|
@@ -77,12 +77,12 @@ end
|
|
|
77
77
|
| Name | Type | Description | Notes |
|
|
78
78
|
| ---- | ---- | ----------- | ----- |
|
|
79
79
|
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
80
|
-
| **
|
|
81
|
-
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
80
|
+
| **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] |
|
|
82
81
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
|
83
|
-
| **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
|
|
84
82
|
| **pulp_labels** | [**Hash<String, String>**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
85
|
-
| **
|
|
83
|
+
| **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
|
|
84
|
+
| **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
|
|
85
|
+
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
86
86
|
| **expected_name** | **String** | The name of the collection. | [optional] |
|
|
87
87
|
| **expected_namespace** | **String** | The namespace of the collection. | [optional] |
|
|
88
88
|
| **expected_version** | **String** | The version of the collection. | [optional] |
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **url** | **String** | The URL of an external content source. | [optional] |
|
|
9
|
-
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
7
|
+
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
10
8
|
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
11
|
-
| **
|
|
12
|
-
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
13
|
-
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
9
|
+
| **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
14
10
|
| **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
15
|
-
| **
|
|
16
|
-
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
11
|
+
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
17
12
|
| **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
18
|
-
| **
|
|
19
|
-
| **
|
|
20
|
-
| **
|
|
13
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
14
|
+
| **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] |
|
|
15
|
+
| **url** | **String** | The URL of an external content source. | [optional] |
|
|
16
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
17
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
18
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
21
19
|
| **name** | **String** | A unique name for this remote. | [optional] |
|
|
22
20
|
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
23
|
-
| **
|
|
21
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
22
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
23
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
24
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
25
|
+
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
24
26
|
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
25
|
-
| **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
|
|
26
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
27
27
|
| **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional] |
|
|
28
28
|
| **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] |
|
|
29
29
|
|
|
@@ -33,26 +33,26 @@
|
|
|
33
33
|
require 'pulp_ansible_client'
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(
|
|
36
|
-
|
|
37
|
-
url: null,
|
|
38
|
-
proxy_password: null,
|
|
36
|
+
password: null,
|
|
39
37
|
max_retries: null,
|
|
40
|
-
|
|
41
|
-
client_key: null,
|
|
42
|
-
tls_validation: null,
|
|
38
|
+
connect_timeout: null,
|
|
43
39
|
sock_connect_timeout: null,
|
|
44
|
-
|
|
45
|
-
proxy_url: null,
|
|
40
|
+
proxy_password: null,
|
|
46
41
|
total_timeout: null,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
42
|
+
download_concurrency: null,
|
|
43
|
+
sock_read_timeout: null,
|
|
44
|
+
url: null,
|
|
45
|
+
proxy_url: null,
|
|
46
|
+
pulp_labels: null,
|
|
47
|
+
ca_cert: null,
|
|
50
48
|
name: null,
|
|
51
49
|
username: null,
|
|
52
|
-
|
|
50
|
+
tls_validation: null,
|
|
51
|
+
rate_limit: null,
|
|
52
|
+
client_cert: null,
|
|
53
|
+
headers: null,
|
|
54
|
+
client_key: null,
|
|
53
55
|
proxy_username: null,
|
|
54
|
-
sock_read_timeout: null,
|
|
55
|
-
download_concurrency: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
58
58
|
)
|
|
@@ -23,12 +23,12 @@ module PulpAnsibleClient
|
|
|
23
23
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
25
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
26
|
-
# @option opts [
|
|
27
|
-
# @option opts [String] :artifact Artifact file representing the physical content
|
|
26
|
+
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
|
28
27
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
29
|
-
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
|
30
28
|
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
31
|
-
# @option opts [String] :
|
|
29
|
+
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
|
30
|
+
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
|
31
|
+
# @option opts [String] :artifact Artifact file representing the physical content
|
|
32
32
|
# @option opts [String] :expected_name The name of the collection.
|
|
33
33
|
# @option opts [String] :expected_namespace The namespace of the collection.
|
|
34
34
|
# @option opts [String] :expected_version The version of the collection.
|
|
@@ -42,12 +42,12 @@ module PulpAnsibleClient
|
|
|
42
42
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
|
43
43
|
# @param [Hash] opts the optional parameters
|
|
44
44
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
45
|
-
# @option opts [
|
|
46
|
-
# @option opts [String] :artifact Artifact file representing the physical content
|
|
45
|
+
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
|
47
46
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
48
|
-
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
|
49
47
|
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
50
|
-
# @option opts [String] :
|
|
48
|
+
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
|
49
|
+
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
|
50
|
+
# @option opts [String] :artifact Artifact file representing the physical content
|
|
51
51
|
# @option opts [String] :expected_name The name of the collection.
|
|
52
52
|
# @option opts [String] :expected_namespace The namespace of the collection.
|
|
53
53
|
# @option opts [String] :expected_version The version of the collection.
|
|
@@ -103,12 +103,12 @@ module PulpAnsibleClient
|
|
|
103
103
|
|
|
104
104
|
# form parameters
|
|
105
105
|
form_params = opts[:form_params] || {}
|
|
106
|
-
form_params['
|
|
107
|
-
form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
|
|
106
|
+
form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
|
|
108
107
|
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
|
109
|
-
form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
|
|
110
108
|
form_params['pulp_labels'] = opts[:'pulp_labels'] if !opts[:'pulp_labels'].nil?
|
|
111
|
-
form_params['
|
|
109
|
+
form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
|
|
110
|
+
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
|
111
|
+
form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
|
|
112
112
|
form_params['expected_name'] = opts[:'expected_name'] if !opts[:'expected_name'].nil?
|
|
113
113
|
form_params['expected_namespace'] = opts[:'expected_namespace'] if !opts[:'expected_namespace'].nil?
|
|
114
114
|
form_params['expected_version'] = opts[:'expected_version'] if !opts[:'expected_version'].nil?
|
|
@@ -16,25 +16,25 @@ require 'time'
|
|
|
16
16
|
module PulpAnsibleClient
|
|
17
17
|
# A serializer for CollectionVersion Content.
|
|
18
18
|
class AnsibleCollectionVersionResponse
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
# Artifact file representing the physical content
|
|
22
|
-
attr_accessor :artifact
|
|
23
|
-
|
|
24
|
-
attr_accessor :pulp_href
|
|
19
|
+
# The Pulp Resource Name (PRN).
|
|
20
|
+
attr_accessor :prn
|
|
25
21
|
|
|
26
22
|
# Timestamp of creation.
|
|
27
23
|
attr_accessor :pulp_created
|
|
28
24
|
|
|
29
|
-
# The Pulp Resource Name (PRN).
|
|
30
|
-
attr_accessor :prn
|
|
31
|
-
|
|
32
25
|
# A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
33
26
|
attr_accessor :pulp_labels
|
|
34
27
|
|
|
28
|
+
attr_accessor :vuln_report
|
|
29
|
+
|
|
30
|
+
# Artifact file representing the physical content
|
|
31
|
+
attr_accessor :artifact
|
|
32
|
+
|
|
35
33
|
# 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.
|
|
36
34
|
attr_accessor :pulp_last_updated
|
|
37
35
|
|
|
36
|
+
attr_accessor :pulp_href
|
|
37
|
+
|
|
38
38
|
# The SHA-256 checksum if available.
|
|
39
39
|
attr_accessor :sha256
|
|
40
40
|
|
|
@@ -97,13 +97,13 @@ module PulpAnsibleClient
|
|
|
97
97
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
98
98
|
def self.attribute_map
|
|
99
99
|
{
|
|
100
|
-
:'vuln_report' => :'vuln_report',
|
|
101
|
-
:'artifact' => :'artifact',
|
|
102
|
-
:'pulp_href' => :'pulp_href',
|
|
103
|
-
:'pulp_created' => :'pulp_created',
|
|
104
100
|
:'prn' => :'prn',
|
|
101
|
+
:'pulp_created' => :'pulp_created',
|
|
105
102
|
:'pulp_labels' => :'pulp_labels',
|
|
103
|
+
:'vuln_report' => :'vuln_report',
|
|
104
|
+
:'artifact' => :'artifact',
|
|
106
105
|
:'pulp_last_updated' => :'pulp_last_updated',
|
|
106
|
+
:'pulp_href' => :'pulp_href',
|
|
107
107
|
:'sha256' => :'sha256',
|
|
108
108
|
:'md5' => :'md5',
|
|
109
109
|
:'sha1' => :'sha1',
|
|
@@ -135,13 +135,13 @@ module PulpAnsibleClient
|
|
|
135
135
|
# Attribute type mapping.
|
|
136
136
|
def self.openapi_types
|
|
137
137
|
{
|
|
138
|
-
:'vuln_report' => :'String',
|
|
139
|
-
:'artifact' => :'String',
|
|
140
|
-
:'pulp_href' => :'String',
|
|
141
|
-
:'pulp_created' => :'Time',
|
|
142
138
|
:'prn' => :'String',
|
|
139
|
+
:'pulp_created' => :'Time',
|
|
143
140
|
:'pulp_labels' => :'Hash<String, String>',
|
|
141
|
+
:'vuln_report' => :'String',
|
|
142
|
+
:'artifact' => :'String',
|
|
144
143
|
:'pulp_last_updated' => :'Time',
|
|
144
|
+
:'pulp_href' => :'String',
|
|
145
145
|
:'sha256' => :'String',
|
|
146
146
|
:'md5' => :'String',
|
|
147
147
|
:'sha1' => :'String',
|
|
@@ -187,36 +187,36 @@ module PulpAnsibleClient
|
|
|
187
187
|
h[k.to_sym] = v
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
if attributes.key?(:'
|
|
191
|
-
self.
|
|
192
|
-
end
|
|
193
|
-
|
|
194
|
-
if attributes.key?(:'artifact')
|
|
195
|
-
self.artifact = attributes[:'artifact']
|
|
196
|
-
end
|
|
197
|
-
|
|
198
|
-
if attributes.key?(:'pulp_href')
|
|
199
|
-
self.pulp_href = attributes[:'pulp_href']
|
|
190
|
+
if attributes.key?(:'prn')
|
|
191
|
+
self.prn = attributes[:'prn']
|
|
200
192
|
end
|
|
201
193
|
|
|
202
194
|
if attributes.key?(:'pulp_created')
|
|
203
195
|
self.pulp_created = attributes[:'pulp_created']
|
|
204
196
|
end
|
|
205
197
|
|
|
206
|
-
if attributes.key?(:'prn')
|
|
207
|
-
self.prn = attributes[:'prn']
|
|
208
|
-
end
|
|
209
|
-
|
|
210
198
|
if attributes.key?(:'pulp_labels')
|
|
211
199
|
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
212
200
|
self.pulp_labels = value
|
|
213
201
|
end
|
|
214
202
|
end
|
|
215
203
|
|
|
204
|
+
if attributes.key?(:'vuln_report')
|
|
205
|
+
self.vuln_report = attributes[:'vuln_report']
|
|
206
|
+
end
|
|
207
|
+
|
|
208
|
+
if attributes.key?(:'artifact')
|
|
209
|
+
self.artifact = attributes[:'artifact']
|
|
210
|
+
end
|
|
211
|
+
|
|
216
212
|
if attributes.key?(:'pulp_last_updated')
|
|
217
213
|
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
218
214
|
end
|
|
219
215
|
|
|
216
|
+
if attributes.key?(:'pulp_href')
|
|
217
|
+
self.pulp_href = attributes[:'pulp_href']
|
|
218
|
+
end
|
|
219
|
+
|
|
220
220
|
if attributes.key?(:'sha256')
|
|
221
221
|
self.sha256 = attributes[:'sha256']
|
|
222
222
|
end
|
|
@@ -457,13 +457,13 @@ module PulpAnsibleClient
|
|
|
457
457
|
def ==(o)
|
|
458
458
|
return true if self.equal?(o)
|
|
459
459
|
self.class == o.class &&
|
|
460
|
-
vuln_report == o.vuln_report &&
|
|
461
|
-
artifact == o.artifact &&
|
|
462
|
-
pulp_href == o.pulp_href &&
|
|
463
|
-
pulp_created == o.pulp_created &&
|
|
464
460
|
prn == o.prn &&
|
|
461
|
+
pulp_created == o.pulp_created &&
|
|
465
462
|
pulp_labels == o.pulp_labels &&
|
|
463
|
+
vuln_report == o.vuln_report &&
|
|
464
|
+
artifact == o.artifact &&
|
|
466
465
|
pulp_last_updated == o.pulp_last_updated &&
|
|
466
|
+
pulp_href == o.pulp_href &&
|
|
467
467
|
sha256 == o.sha256 &&
|
|
468
468
|
md5 == o.md5 &&
|
|
469
469
|
sha1 == o.sha1 &&
|
|
@@ -495,7 +495,7 @@ module PulpAnsibleClient
|
|
|
495
495
|
# Calculates hash code according to all attributes.
|
|
496
496
|
# @return [Integer] Hash code
|
|
497
497
|
def hash
|
|
498
|
-
[
|
|
498
|
+
[prn, pulp_created, pulp_labels, vuln_report, artifact, pulp_last_updated, pulp_href, sha256, md5, sha1, sha224, sha384, sha512, id, authors, dependencies, description, documentation, homepage, issues, license, name, namespace, origin_repository, tags, version, requires_ansible].hash
|
|
499
499
|
end
|
|
500
500
|
|
|
501
501
|
# Builds the object from hash
|