pulp_ansible_client 0.28.5 → 0.29.0
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 +16 -8
- data/docs/AnsibleGitRemote.md +30 -30
- data/docs/AnsibleGitRemoteResponse.md +28 -28
- data/docs/AnsibleRole.md +2 -2
- data/docs/AnsibleRoleResponse.md +8 -8
- data/docs/ContentCollectionVersionsApi.md +6 -6
- data/docs/PatchedansibleGitRemote.md +30 -30
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +9 -9
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +81 -39
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +232 -232
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +143 -143
- data/lib/pulp_ansible_client/models/ansible_role.rb +13 -13
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +39 -39
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +224 -224
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/content_collection_versions_api_spec.rb +3 -3
- data/spec/models/ansible_collection_version_response_spec.rb +31 -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 +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '08e47cc08b6d2dff5e7b644d3abd1e3db44feb2a0bcc552274a2cfbe7f3df72f'
|
|
4
|
+
data.tar.gz: eebe73d7286a1cfbe5aeb5a0235064a42e094a7982c67bf8c31f5a46d7b3571c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0933d8edf00a195c8eebfea53f8d55b82ffc7e2e59ea250d3236f850768b847041127681a79a4d6db184e6d3bb2cfc7dcf6f23cc455f798dd29f48d95ec8aaaa'
|
|
7
|
+
data.tar.gz: 8a8bd7d5065b0eb205a71b9abdfc04fe447e9bc7e08286c7e7a3e88d1daf7620e7318581bc960aa6d7936a270b07527c0f6f4130eb2387498d62b92a32134c87
|
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.
|
|
10
|
+
- Package version: 0.29.0
|
|
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
|
+
gem install ./pulp_ansible_client-0.29.0.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.29.0.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.
|
|
37
|
+
gem 'pulp_ansible_client', '~> 0.29.0'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
7
8
|
| **vuln_report** | **String** | | [optional][readonly] |
|
|
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 | [optional] |
|
|
10
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
11
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
12
10
|
| **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
|
-
| **
|
|
11
|
+
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
12
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
13
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [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] |
|
|
@@ -19,8 +19,12 @@
|
|
|
19
19
|
| **sha512** | **String** | The SHA-512 checksum if available. | [optional][readonly] |
|
|
20
20
|
| **id** | **String** | A collection identifier. | [optional][readonly] |
|
|
21
21
|
| **authors** | **Array<String>** | A list of the CollectionVersion content's authors. | [optional] |
|
|
22
|
+
| **contents** | **Array<Object>** | A JSON field with data about the contents. | [optional] |
|
|
22
23
|
| **dependencies** | **Object** | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional][readonly] |
|
|
23
24
|
| **description** | **String** | A short summary description of the collection. | [optional][readonly] |
|
|
25
|
+
| **docs_blob** | **Object** | A JSON field holding the various documentation blobs in the collection. | [optional][readonly] |
|
|
26
|
+
| **manifest** | **Object** | A JSON field holding MANIFEST.json data. | [optional][readonly] |
|
|
27
|
+
| **files** | **Object** | A JSON field holding FILES.json data. | [optional][readonly] |
|
|
24
28
|
| **documentation** | **String** | The URL to any online docs. | [optional][readonly] |
|
|
25
29
|
| **homepage** | **String** | The URL to the homepage of the collection/project. | [optional][readonly] |
|
|
26
30
|
| **issues** | **String** | The URL to the collection issue tracker. | [optional][readonly] |
|
|
@@ -38,13 +42,13 @@
|
|
|
38
42
|
require 'pulp_ansible_client'
|
|
39
43
|
|
|
40
44
|
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
|
|
45
|
+
pulp_href: null,
|
|
41
46
|
vuln_report: null,
|
|
42
|
-
pulp_labels: null,
|
|
43
|
-
artifact: null,
|
|
44
|
-
prn: null,
|
|
45
47
|
pulp_created: null,
|
|
46
48
|
pulp_last_updated: null,
|
|
47
|
-
|
|
49
|
+
artifact: null,
|
|
50
|
+
pulp_labels: null,
|
|
51
|
+
prn: null,
|
|
48
52
|
sha256: null,
|
|
49
53
|
md5: null,
|
|
50
54
|
sha1: null,
|
|
@@ -53,8 +57,12 @@ instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
|
|
|
53
57
|
sha512: null,
|
|
54
58
|
id: null,
|
|
55
59
|
authors: null,
|
|
60
|
+
contents: null,
|
|
56
61
|
dependencies: null,
|
|
57
62
|
description: null,
|
|
63
|
+
docs_blob: null,
|
|
64
|
+
manifest: null,
|
|
65
|
+
files: null,
|
|
58
66
|
documentation: null,
|
|
59
67
|
homepage: null,
|
|
60
68
|
issues: null,
|
data/docs/AnsibleGitRemote.md
CHANGED
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
8
|
-
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
9
|
-
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
10
|
-
| **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] |
|
|
11
|
-
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
12
|
-
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
13
|
-
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
14
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
15
|
-
| **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
7
|
| **name** | **String** | A unique name for this remote. | |
|
|
18
|
-
| **
|
|
8
|
+
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
9
|
+
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
10
|
+
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
19
11
|
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
12
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
13
|
+
| **url** | **String** | The URL of an external content source. | |
|
|
14
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
15
|
+
| **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] |
|
|
20
16
|
| **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] |
|
|
21
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
22
17
|
| **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] |
|
|
23
|
-
| **
|
|
24
|
-
| **
|
|
18
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
19
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
20
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
21
|
+
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
22
|
+
| **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] |
|
|
23
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
24
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
25
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
25
26
|
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
26
|
-
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [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
|
-
client_cert: null,
|
|
37
|
-
headers: null,
|
|
38
|
-
proxy_url: null,
|
|
39
|
-
total_timeout: null,
|
|
40
|
-
tls_validation: null,
|
|
41
|
-
rate_limit: null,
|
|
42
|
-
proxy_username: null,
|
|
43
|
-
download_concurrency: null,
|
|
44
|
-
sock_connect_timeout: null,
|
|
45
|
-
ca_cert: null,
|
|
46
36
|
name: null,
|
|
47
|
-
|
|
37
|
+
proxy_password: null,
|
|
38
|
+
password: null,
|
|
39
|
+
proxy_username: null,
|
|
48
40
|
username: null,
|
|
41
|
+
ca_cert: null,
|
|
42
|
+
url: null,
|
|
43
|
+
rate_limit: null,
|
|
44
|
+
sock_connect_timeout: null,
|
|
49
45
|
connect_timeout: null,
|
|
50
|
-
pulp_labels: null,
|
|
51
46
|
sock_read_timeout: null,
|
|
52
|
-
|
|
53
|
-
|
|
47
|
+
pulp_labels: null,
|
|
48
|
+
proxy_url: null,
|
|
49
|
+
headers: null,
|
|
50
|
+
client_key: null,
|
|
51
|
+
total_timeout: null,
|
|
52
|
+
client_cert: null,
|
|
53
|
+
tls_validation: null,
|
|
54
|
+
download_concurrency: null,
|
|
54
55
|
max_retries: null,
|
|
55
|
-
password: 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
|
-
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
8
|
-
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
9
|
-
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
10
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
11
|
-
| **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] |
|
|
12
|
-
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
13
|
-
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
14
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
15
|
-
| **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
7
|
| **name** | **String** | A unique name for this remote. | |
|
|
18
8
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
19
|
-
| **
|
|
9
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
10
|
+
| **url** | **String** | The URL of an external content source. | |
|
|
11
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
12
|
+
| **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] |
|
|
20
13
|
| **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] |
|
|
21
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
22
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] |
|
|
23
|
-
| **
|
|
15
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
16
|
+
| **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
|
|
17
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
18
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
19
|
+
| **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] |
|
|
20
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
24
21
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
25
|
-
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
26
22
|
| **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
|
|
23
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
24
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
25
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
26
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
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
|
-
client_cert: null,
|
|
37
|
-
headers: null,
|
|
38
|
-
proxy_url: null,
|
|
39
|
-
prn: null,
|
|
40
|
-
total_timeout: null,
|
|
41
|
-
tls_validation: null,
|
|
42
|
-
rate_limit: null,
|
|
43
|
-
download_concurrency: null,
|
|
44
|
-
sock_connect_timeout: null,
|
|
45
|
-
ca_cert: null,
|
|
46
36
|
name: null,
|
|
47
37
|
pulp_href: null,
|
|
48
|
-
|
|
38
|
+
ca_cert: null,
|
|
39
|
+
url: null,
|
|
40
|
+
rate_limit: null,
|
|
41
|
+
sock_connect_timeout: null,
|
|
49
42
|
connect_timeout: null,
|
|
50
|
-
pulp_labels: null,
|
|
51
43
|
sock_read_timeout: null,
|
|
52
|
-
|
|
44
|
+
pulp_labels: null,
|
|
45
|
+
hidden_fields: null,
|
|
46
|
+
proxy_url: null,
|
|
47
|
+
headers: null,
|
|
48
|
+
total_timeout: null,
|
|
49
|
+
client_cert: null,
|
|
53
50
|
pulp_created: null,
|
|
54
|
-
max_retries: null,
|
|
55
51
|
pulp_last_updated: null,
|
|
52
|
+
tls_validation: null,
|
|
53
|
+
download_concurrency: null,
|
|
54
|
+
max_retries: null,
|
|
55
|
+
prn: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
58
58
|
)
|
data/docs/AnsibleRole.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
8
7
|
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
8
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
9
9
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
|
10
10
|
| **version** | **String** | | |
|
|
11
11
|
| **name** | **String** | | |
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
require 'pulp_ansible_client'
|
|
18
18
|
|
|
19
19
|
instance = PulpAnsibleClient::AnsibleRole.new(
|
|
20
|
-
pulp_labels: null,
|
|
21
20
|
artifact: null,
|
|
21
|
+
pulp_labels: null,
|
|
22
22
|
repository: null,
|
|
23
23
|
version: null,
|
|
24
24
|
name: null,
|
data/docs/AnsibleRoleResponse.md
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
7
8
|
| **vuln_report** | **String** | | [optional][readonly] |
|
|
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
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
11
9
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
12
10
|
| **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
|
-
| **
|
|
11
|
+
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
12
|
+
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
13
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [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
|
+
pulp_href: null,
|
|
24
25
|
vuln_report: null,
|
|
25
|
-
pulp_labels: null,
|
|
26
|
-
artifact: null,
|
|
27
|
-
prn: null,
|
|
28
26
|
pulp_created: null,
|
|
29
27
|
pulp_last_updated: null,
|
|
30
|
-
|
|
28
|
+
artifact: null,
|
|
29
|
+
pulp_labels: null,
|
|
30
|
+
prn: null,
|
|
31
31
|
version: null,
|
|
32
32
|
name: null,
|
|
33
33
|
namespace: null
|
|
@@ -34,11 +34,11 @@ 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
|
-
file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
|
|
38
37
|
file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
|
|
39
|
-
pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
40
|
-
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
|
41
38
|
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
|
39
|
+
file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
|
|
40
|
+
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
|
41
|
+
pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
42
42
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
|
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.
|
|
@@ -77,11 +77,11 @@ 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
|
-
| **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
|
|
81
80
|
| **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] |
|
|
82
|
-
| **pulp_labels** | [**Hash<String, String>**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
83
|
-
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
84
81
|
| **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
|
|
82
|
+
| **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
|
|
83
|
+
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
84
|
+
| **pulp_labels** | [**Hash<String, String>**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
85
85
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
|
86
86
|
| **expected_name** | **String** | The name of the collection. | [optional] |
|
|
87
87
|
| **expected_namespace** | **String** | The namespace of the collection. | [optional] |
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
8
|
-
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
9
|
-
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
10
|
-
| **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] |
|
|
11
|
-
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
12
|
-
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
13
|
-
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
14
|
-
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
15
|
-
| **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
7
|
| **name** | **String** | A unique name for this remote. | [optional] |
|
|
18
|
-
| **
|
|
8
|
+
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
9
|
+
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
10
|
+
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
19
11
|
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
12
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
13
|
+
| **url** | **String** | The URL of an external content source. | [optional] |
|
|
14
|
+
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
15
|
+
| **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] |
|
|
20
16
|
| **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] |
|
|
21
|
-
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
22
17
|
| **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] |
|
|
23
|
-
| **
|
|
24
|
-
| **
|
|
18
|
+
| **pulp_labels** | **Hash<String, String>** | | [optional] |
|
|
19
|
+
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
20
|
+
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
21
|
+
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
22
|
+
| **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] |
|
|
23
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
24
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
25
|
+
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
25
26
|
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
26
|
-
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [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
|
-
client_cert: null,
|
|
37
|
-
headers: null,
|
|
38
|
-
proxy_url: null,
|
|
39
|
-
total_timeout: null,
|
|
40
|
-
tls_validation: null,
|
|
41
|
-
rate_limit: null,
|
|
42
|
-
proxy_username: null,
|
|
43
|
-
download_concurrency: null,
|
|
44
|
-
sock_connect_timeout: null,
|
|
45
|
-
ca_cert: null,
|
|
46
36
|
name: null,
|
|
47
|
-
|
|
37
|
+
proxy_password: null,
|
|
38
|
+
password: null,
|
|
39
|
+
proxy_username: null,
|
|
48
40
|
username: null,
|
|
41
|
+
ca_cert: null,
|
|
42
|
+
url: null,
|
|
43
|
+
rate_limit: null,
|
|
44
|
+
sock_connect_timeout: null,
|
|
49
45
|
connect_timeout: null,
|
|
50
|
-
pulp_labels: null,
|
|
51
46
|
sock_read_timeout: null,
|
|
52
|
-
|
|
53
|
-
|
|
47
|
+
pulp_labels: null,
|
|
48
|
+
proxy_url: null,
|
|
49
|
+
headers: null,
|
|
50
|
+
client_key: null,
|
|
51
|
+
total_timeout: null,
|
|
52
|
+
client_cert: null,
|
|
53
|
+
tls_validation: null,
|
|
54
|
+
download_concurrency: null,
|
|
54
55
|
max_retries: null,
|
|
55
|
-
password: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
58
58
|
)
|
|
@@ -23,11 +23,11 @@ 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 [File] :file An uploaded file that may be turned into the content unit.
|
|
27
26
|
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
|
28
|
-
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
29
|
-
# @option opts [String] :artifact Artifact file representing the physical content
|
|
30
27
|
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
|
28
|
+
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
|
29
|
+
# @option opts [String] :artifact Artifact file representing the physical content
|
|
30
|
+
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
31
31
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
32
32
|
# @option opts [String] :expected_name The name of the collection.
|
|
33
33
|
# @option opts [String] :expected_namespace The namespace of the collection.
|
|
@@ -42,11 +42,11 @@ 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 [File] :file An uploaded file that may be turned into the content unit.
|
|
46
45
|
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
|
47
|
-
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
48
|
-
# @option opts [String] :artifact Artifact file representing the physical content
|
|
49
46
|
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
|
47
|
+
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
|
48
|
+
# @option opts [String] :artifact Artifact file representing the physical content
|
|
49
|
+
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
50
50
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
51
51
|
# @option opts [String] :expected_name The name of the collection.
|
|
52
52
|
# @option opts [String] :expected_namespace The namespace of the collection.
|
|
@@ -103,11 +103,11 @@ module PulpAnsibleClient
|
|
|
103
103
|
|
|
104
104
|
# form parameters
|
|
105
105
|
form_params = opts[:form_params] || {}
|
|
106
|
-
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
|
107
106
|
form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
|
|
108
|
-
form_params['pulp_labels'] = opts[:'pulp_labels'] if !opts[:'pulp_labels'].nil?
|
|
109
|
-
form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
|
|
110
107
|
form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
|
|
108
|
+
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
|
109
|
+
form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
|
|
110
|
+
form_params['pulp_labels'] = opts[:'pulp_labels'] if !opts[:'pulp_labels'].nil?
|
|
111
111
|
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].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?
|