pulp_ansible_client 0.17.2 → 0.17.4
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/AnsibleGitRemote.md +29 -29
- data/docs/AnsibleGitRemoteResponse.md +29 -29
- data/docs/AnsibleRoleResponse.md +3 -3
- data/docs/PatchedansibleGitRemote.md +29 -29
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +256 -256
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +156 -156
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +10 -10
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +242 -242
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/models/ansible_git_remote_response_spec.rb +18 -18
- data/spec/models/ansible_git_remote_spec.rb +20 -20
- data/spec/models/ansible_role_response_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +20 -20
- metadata +131 -131
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87b2f0747d4dbbc47cfcb5b0279abb5fde7ea19b9a8c1d6db8e24f424c488448
|
|
4
|
+
data.tar.gz: a692e622eebd55802f36510b9e8f717cfcca01d0b390ca3b90a89b6854aeffe4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 669ceb753b1b57468924d15d81f8c9b1774e7a1318893235aa90b9d3bcd78db2e369c83fc7e1d7e581da27eadd576ee4e81aa277ee872d585b83fd925ae6a312
|
|
7
|
+
data.tar.gz: a4cd934c04293a007301211ad90e6bca0adc6acd6129dec4cb71e7eb2d3d3ed766ee5720f251c6f32d5206a327f6fcd19100f3383e4529f7e9dbc811f0d3fd96
|
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.17.
|
|
10
|
+
- Package version: 0.17.4
|
|
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_ansible_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_ansible_client-0.17.
|
|
27
|
+
gem install ./pulp_ansible_client-0.17.4.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.17.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.17.4.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_ansible_client', '~> 0.17.
|
|
36
|
+
gem 'pulp_ansible_client', '~> 0.17.4'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
data/docs/AnsibleGitRemote.md
CHANGED
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
8
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [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]
|
|
10
|
-
**url** | **String** | The URL of an external content source. |
|
|
11
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
12
|
-
**name** | **String** | A unique name for this remote. |
|
|
13
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
14
|
-
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
15
|
-
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
16
|
-
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
17
7
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
18
|
-
**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]
|
|
19
|
-
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
|
20
8
|
**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]
|
|
21
9
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
10
|
+
**name** | **String** | A unique name for this remote. |
|
|
11
|
+
**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]
|
|
12
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
13
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
22
14
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
23
|
-
**
|
|
15
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
16
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
|
24
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
25
|
-
**
|
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
19
|
+
**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]
|
|
20
|
+
**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
21
|
**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]
|
|
22
|
+
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
23
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
24
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
25
|
+
**url** | **String** | The URL of an external content source. |
|
|
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
|
|
|
@@ -32,26 +32,26 @@ Name | Type | Description | Notes
|
|
|
32
32
|
```ruby
|
|
33
33
|
require 'PulpAnsibleClient'
|
|
34
34
|
|
|
35
|
-
instance = PulpAnsibleClient::AnsibleGitRemote.new(
|
|
36
|
-
client_cert: null,
|
|
37
|
-
connect_timeout: null,
|
|
38
|
-
url: null,
|
|
39
|
-
client_key: null,
|
|
40
|
-
name: null,
|
|
41
|
-
proxy_url: null,
|
|
42
|
-
username: null,
|
|
43
|
-
max_retries: null,
|
|
44
|
-
password: null,
|
|
45
|
-
proxy_password: null,
|
|
46
|
-
sock_read_timeout: null,
|
|
47
|
-
proxy_username: null,
|
|
35
|
+
instance = PulpAnsibleClient::AnsibleGitRemote.new(proxy_password: null,
|
|
48
36
|
sock_connect_timeout: null,
|
|
49
37
|
rate_limit: null,
|
|
38
|
+
name: null,
|
|
39
|
+
connect_timeout: null,
|
|
40
|
+
tls_validation: null,
|
|
41
|
+
client_cert: null,
|
|
50
42
|
headers: null,
|
|
51
|
-
|
|
43
|
+
client_key: null,
|
|
44
|
+
proxy_username: null,
|
|
52
45
|
download_concurrency: null,
|
|
53
|
-
|
|
46
|
+
pulp_labels: null,
|
|
47
|
+
sock_read_timeout: null,
|
|
48
|
+
max_retries: null,
|
|
54
49
|
total_timeout: null,
|
|
50
|
+
username: null,
|
|
51
|
+
ca_cert: null,
|
|
52
|
+
proxy_url: null,
|
|
53
|
+
url: null,
|
|
54
|
+
password: null,
|
|
55
55
|
metadata_only: null,
|
|
56
56
|
git_ref: null)
|
|
57
57
|
```
|
|
@@ -4,25 +4,25 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
8
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [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]
|
|
10
|
-
**hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
|
11
|
-
**url** | **String** | The URL of an external content source. |
|
|
12
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
13
|
-
**name** | **String** | A unique name for this remote. |
|
|
14
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
15
|
-
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
16
|
-
**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]
|
|
17
7
|
**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]
|
|
18
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
19
8
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
9
|
+
**name** | **String** | A unique name for this remote. |
|
|
10
|
+
**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]
|
|
11
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
12
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
20
13
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
21
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
22
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
23
14
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
24
|
-
**
|
|
15
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
16
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
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]
|
|
18
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
19
|
+
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
25
20
|
**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]
|
|
21
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
22
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
23
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
24
|
+
**hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
|
25
|
+
**url** | **String** | The URL of an external content source. |
|
|
26
26
|
**metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
|
|
27
27
|
**git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
|
|
28
28
|
|
|
@@ -31,25 +31,25 @@ Name | Type | Description | Notes
|
|
|
31
31
|
```ruby
|
|
32
32
|
require 'PulpAnsibleClient'
|
|
33
33
|
|
|
34
|
-
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(
|
|
35
|
-
client_cert: null,
|
|
36
|
-
connect_timeout: null,
|
|
37
|
-
hidden_fields: null,
|
|
38
|
-
url: null,
|
|
39
|
-
pulp_href: null,
|
|
40
|
-
name: null,
|
|
41
|
-
proxy_url: null,
|
|
42
|
-
max_retries: null,
|
|
43
|
-
sock_read_timeout: null,
|
|
44
|
-
sock_connect_timeout: null,
|
|
45
|
-
pulp_last_updated: null,
|
|
34
|
+
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(sock_connect_timeout: null,
|
|
46
35
|
rate_limit: null,
|
|
36
|
+
name: null,
|
|
37
|
+
connect_timeout: null,
|
|
38
|
+
tls_validation: null,
|
|
39
|
+
client_cert: null,
|
|
47
40
|
headers: null,
|
|
48
|
-
pulp_created: null,
|
|
49
|
-
pulp_labels: null,
|
|
50
41
|
download_concurrency: null,
|
|
51
|
-
|
|
42
|
+
pulp_labels: null,
|
|
43
|
+
pulp_last_updated: null,
|
|
44
|
+
sock_read_timeout: null,
|
|
45
|
+
pulp_href: null,
|
|
46
|
+
max_retries: null,
|
|
52
47
|
total_timeout: null,
|
|
48
|
+
pulp_created: null,
|
|
49
|
+
ca_cert: null,
|
|
50
|
+
proxy_url: null,
|
|
51
|
+
hidden_fields: null,
|
|
52
|
+
url: null,
|
|
53
53
|
metadata_only: null,
|
|
54
54
|
git_ref: null)
|
|
55
55
|
```
|
data/docs/AnsibleRoleResponse.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
7
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
8
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
9
9
|
**artifact** | **String** | Artifact file representing the physical content |
|
|
10
10
|
**version** | **String** | |
|
|
11
11
|
**name** | **String** | |
|
|
@@ -16,8 +16,8 @@ Name | Type | Description | Notes
|
|
|
16
16
|
```ruby
|
|
17
17
|
require 'PulpAnsibleClient'
|
|
18
18
|
|
|
19
|
-
instance = PulpAnsibleClient::AnsibleRoleResponse.new(
|
|
20
|
-
|
|
19
|
+
instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_created: null,
|
|
20
|
+
pulp_href: null,
|
|
21
21
|
artifact: null,
|
|
22
22
|
version: null,
|
|
23
23
|
name: null,
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
8
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [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]
|
|
10
|
-
**url** | **String** | The URL of an external content source. | [optional]
|
|
11
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
12
|
-
**name** | **String** | A unique name for this remote. | [optional]
|
|
13
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
14
|
-
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
15
|
-
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
16
|
-
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
17
7
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
18
|
-
**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]
|
|
19
|
-
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
|
20
8
|
**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]
|
|
21
9
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
10
|
+
**name** | **String** | A unique name for this remote. | [optional]
|
|
11
|
+
**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]
|
|
12
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
13
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
22
14
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
23
|
-
**
|
|
15
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
16
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
|
24
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
25
|
-
**
|
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
19
|
+
**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]
|
|
20
|
+
**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
21
|
**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]
|
|
22
|
+
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
23
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
24
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
25
|
+
**url** | **String** | The URL of an external content source. | [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
|
|
|
@@ -32,26 +32,26 @@ Name | Type | Description | Notes
|
|
|
32
32
|
```ruby
|
|
33
33
|
require 'PulpAnsibleClient'
|
|
34
34
|
|
|
35
|
-
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(
|
|
36
|
-
client_cert: null,
|
|
37
|
-
connect_timeout: null,
|
|
38
|
-
url: null,
|
|
39
|
-
client_key: null,
|
|
40
|
-
name: null,
|
|
41
|
-
proxy_url: null,
|
|
42
|
-
username: null,
|
|
43
|
-
max_retries: null,
|
|
44
|
-
password: null,
|
|
45
|
-
proxy_password: null,
|
|
46
|
-
sock_read_timeout: null,
|
|
47
|
-
proxy_username: null,
|
|
35
|
+
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(proxy_password: null,
|
|
48
36
|
sock_connect_timeout: null,
|
|
49
37
|
rate_limit: null,
|
|
38
|
+
name: null,
|
|
39
|
+
connect_timeout: null,
|
|
40
|
+
tls_validation: null,
|
|
41
|
+
client_cert: null,
|
|
50
42
|
headers: null,
|
|
51
|
-
|
|
43
|
+
client_key: null,
|
|
44
|
+
proxy_username: null,
|
|
52
45
|
download_concurrency: null,
|
|
53
|
-
|
|
46
|
+
pulp_labels: null,
|
|
47
|
+
sock_read_timeout: null,
|
|
48
|
+
max_retries: null,
|
|
54
49
|
total_timeout: null,
|
|
50
|
+
username: null,
|
|
51
|
+
ca_cert: null,
|
|
52
|
+
proxy_url: null,
|
|
53
|
+
url: null,
|
|
54
|
+
password: null,
|
|
55
55
|
metadata_only: null,
|
|
56
56
|
git_ref: null)
|
|
57
57
|
```
|