pulp_ansible_client 0.12.0.dev1640747746 → 0.12.0.dev1641093484
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.
Potentially problematic release.
This version of pulp_ansible_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AnsibleGitRemote.md +25 -25
- data/docs/AnsibleGitRemoteResponse.md +23 -23
- data/docs/PatchedansibleGitRemote.md +25 -25
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +212 -212
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +127 -127
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +198 -198
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/models/ansible_git_remote_response_spec.rb +17 -17
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- 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: 83e3ed8a0d4c3fb3dfaee3e8060f81cf37a0193d9bbc5031b46627a06d991ce2
|
4
|
+
data.tar.gz: 052bcc1158633674994a36c6def09668dde298c6946e133bc8bf926ce5b2e5cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca4be499f75808d0b6f2c60761a65a19f5755f9d2cce46409fba1de6c71cbb9b63bb91a6cc6e8698d2d9ebf005902c03fa50390381b437f963704d20f38f3d98
|
7
|
+
data.tar.gz: ef21eb559f38b4628448998810b2710cb0faf395bfab3988010d920ebc367456798e658d7ccc215443a8c93e58fc858113db90714765ad84c951234d24497dac
|
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.12.0.
|
10
|
+
- Package version: 0.12.0.dev1641093484
|
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.12.0.
|
27
|
+
gem install ./pulp_ansible_client-0.12.0.dev1641093484.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.12.0.
|
30
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.12.0.dev1641093484.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.12.0.
|
36
|
+
gem 'pulp_ansible_client', '~> 0.12.0.dev1641093484'
|
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
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
8
|
-
**pulp_labels** | [**Object**](.md) | | [optional]
|
9
|
-
**name** | **String** | A unique name for this remote. |
|
10
7
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
8
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
11
9
|
**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]
|
10
|
+
**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]
|
12
11
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
13
|
-
**
|
12
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
13
|
+
**name** | **String** | A unique name for this remote. |
|
14
|
+
**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
15
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
|
-
**url** | **String** | The URL of an external content source. |
|
16
16
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
17
|
-
**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]
|
18
|
-
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
19
17
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
20
|
-
**
|
21
|
-
**
|
22
|
-
**
|
18
|
+
**pulp_labels** | [**Object**](.md) | | [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
|
+
**proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
|
21
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
23
22
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
24
|
-
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
25
23
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
26
|
-
**
|
24
|
+
**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
|
+
**url** | **String** | The URL of an external content source. |
|
26
|
+
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [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
|
-
|
37
|
-
name: null,
|
38
|
-
client_cert: null,
|
35
|
+
instance = PulpAnsibleClient::AnsibleGitRemote.new(client_cert: null,
|
36
|
+
download_concurrency: null,
|
39
37
|
sock_connect_timeout: null,
|
38
|
+
sock_read_timeout: null,
|
40
39
|
proxy_url: null,
|
41
|
-
|
40
|
+
proxy_username: null,
|
41
|
+
name: null,
|
42
|
+
connect_timeout: null,
|
42
43
|
tls_validation: null,
|
43
|
-
url: null,
|
44
44
|
headers: null,
|
45
|
-
connect_timeout: null,
|
46
|
-
max_retries: null,
|
47
45
|
username: null,
|
48
|
-
|
49
|
-
|
50
|
-
|
46
|
+
pulp_labels: null,
|
47
|
+
total_timeout: null,
|
48
|
+
proxy_password: null,
|
49
|
+
client_key: null,
|
51
50
|
ca_cert: null,
|
52
|
-
download_concurrency: null,
|
53
51
|
password: null,
|
54
|
-
|
52
|
+
max_retries: null,
|
53
|
+
url: null,
|
54
|
+
rate_limit: null,
|
55
55
|
metadata_only: null,
|
56
56
|
git_ref: null)
|
57
57
|
```
|
@@ -4,24 +4,24 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_labels** | [**Object**](.md) | | [optional]
|
8
|
-
**name** | **String** | A unique name for this remote. |
|
9
7
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
8
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
10
9
|
**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]
|
11
|
-
**
|
10
|
+
**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]
|
12
11
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
13
|
-
**
|
12
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
13
|
+
**name** | **String** | A unique name for this remote. |
|
14
|
+
**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
15
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
|
-
**
|
16
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
16
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
17
17
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
18
|
-
**
|
18
|
+
**pulp_labels** | [**Object**](.md) | | [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
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
19
21
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
20
|
-
**
|
22
|
+
**url** | **String** | The URL of an external content source. |
|
23
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
21
24
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
22
|
-
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
23
|
-
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
24
|
-
**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]
|
25
25
|
**metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
|
26
26
|
**git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
|
27
27
|
|
@@ -30,24 +30,24 @@ Name | Type | Description | Notes
|
|
30
30
|
```ruby
|
31
31
|
require 'PulpAnsibleClient'
|
32
32
|
|
33
|
-
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(
|
34
|
-
|
35
|
-
client_cert: null,
|
33
|
+
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(client_cert: null,
|
34
|
+
download_concurrency: null,
|
36
35
|
sock_connect_timeout: null,
|
37
|
-
|
36
|
+
sock_read_timeout: null,
|
38
37
|
proxy_url: null,
|
39
|
-
|
38
|
+
pulp_created: null,
|
39
|
+
name: null,
|
40
|
+
connect_timeout: null,
|
40
41
|
tls_validation: null,
|
41
|
-
|
42
|
-
pulp_href: null,
|
42
|
+
pulp_last_updated: null,
|
43
43
|
headers: null,
|
44
|
-
|
44
|
+
pulp_labels: null,
|
45
|
+
total_timeout: null,
|
46
|
+
ca_cert: null,
|
45
47
|
max_retries: null,
|
46
|
-
|
48
|
+
url: null,
|
49
|
+
pulp_href: null,
|
47
50
|
rate_limit: null,
|
48
|
-
ca_cert: null,
|
49
|
-
download_concurrency: null,
|
50
|
-
total_timeout: null,
|
51
51
|
metadata_only: null,
|
52
52
|
git_ref: null)
|
53
53
|
```
|
@@ -4,26 +4,26 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
8
|
-
**pulp_labels** | [**Object**](.md) | | [optional]
|
9
|
-
**name** | **String** | A unique name for this remote. | [optional]
|
10
7
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
8
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
11
9
|
**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]
|
10
|
+
**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]
|
12
11
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
13
|
-
**
|
12
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
13
|
+
**name** | **String** | A unique name for this remote. | [optional]
|
14
|
+
**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
15
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
|
-
**url** | **String** | The URL of an external content source. | [optional]
|
16
16
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
17
|
-
**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]
|
18
|
-
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
19
17
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
20
|
-
**
|
21
|
-
**
|
22
|
-
**
|
18
|
+
**pulp_labels** | [**Object**](.md) | | [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
|
+
**proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
|
21
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
23
22
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
24
|
-
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
25
23
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
26
|
-
**
|
24
|
+
**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
|
+
**url** | **String** | The URL of an external content source. | [optional]
|
26
|
+
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [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
|
-
|
37
|
-
name: null,
|
38
|
-
client_cert: null,
|
35
|
+
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(client_cert: null,
|
36
|
+
download_concurrency: null,
|
39
37
|
sock_connect_timeout: null,
|
38
|
+
sock_read_timeout: null,
|
40
39
|
proxy_url: null,
|
41
|
-
|
40
|
+
proxy_username: null,
|
41
|
+
name: null,
|
42
|
+
connect_timeout: null,
|
42
43
|
tls_validation: null,
|
43
|
-
url: null,
|
44
44
|
headers: null,
|
45
|
-
connect_timeout: null,
|
46
|
-
max_retries: null,
|
47
45
|
username: null,
|
48
|
-
|
49
|
-
|
50
|
-
|
46
|
+
pulp_labels: null,
|
47
|
+
total_timeout: null,
|
48
|
+
proxy_password: null,
|
49
|
+
client_key: null,
|
51
50
|
ca_cert: null,
|
52
|
-
download_concurrency: null,
|
53
51
|
password: null,
|
54
|
-
|
52
|
+
max_retries: null,
|
53
|
+
url: null,
|
54
|
+
rate_limit: null,
|
55
55
|
metadata_only: null,
|
56
56
|
git_ref: null)
|
57
57
|
```
|