pulp_ansible_client 0.21.3 → 0.21.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +24 -24
- data/docs/AnsibleRoleResponse.md +3 -3
- data/docs/PatchedansibleGitRemote.md +26 -26
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +211 -211
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +145 -145
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +10 -10
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +207 -207
- 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 +18 -18
- data/spec/models/ansible_role_response_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +18 -18
- metadata +132 -132
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63b23ae7e40c55ee44bdbb6b419ccd7c6a1c212d830f92ae223a2fc2597c16e7
|
4
|
+
data.tar.gz: 2e3b2a420c934c6f5da7af3a475a82c3d3a3d253d0d3faca8115d560c15aba91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1037a41e03a6f703cd8d84a2565c073566ce1675d7fd04a94bb3d68634c7a904ae767d12a94b27731711ccabfdb3b62467a4ea3cb4ec866d29095798b953c0a3
|
7
|
+
data.tar.gz: 04b59e6bd2f9ab9b24f995876c1647bfdef156d9287a5fa909c75d7b83e47489f69e30ff19d6d277ba5a6430191cb713f8fd6c06175e3f664605b72c2959939c
|
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.21.
|
10
|
+
- Package version: 0.21.5
|
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.21.
|
27
|
+
gem install ./pulp_ansible_client-0.21.5.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.21.
|
30
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.21.5.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.21.
|
36
|
+
gem 'pulp_ansible_client', '~> 0.21.5'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
data/docs/AnsibleGitRemote.md
CHANGED
@@ -5,25 +5,25 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**name** | **String** | A unique name for this remote. |
|
8
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
|
-
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
10
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
11
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
12
|
-
**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]
|
13
|
-
**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]
|
14
|
-
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
15
8
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
16
|
-
**
|
17
|
-
**
|
18
|
-
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
9
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
10
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
19
11
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
12
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
13
|
+
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
14
|
+
**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
15
|
**url** | **String** | The URL of an external content source. |
|
21
|
-
**
|
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
|
+
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
18
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
19
|
+
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
20
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
22
21
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
23
22
|
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
24
|
-
**
|
23
|
+
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [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
|
**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]
|
26
|
-
**
|
26
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [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,25 +33,25 @@ Name | Type | Description | Notes
|
|
33
33
|
require 'PulpAnsibleClient'
|
34
34
|
|
35
35
|
instance = PulpAnsibleClient::AnsibleGitRemote.new(name: null,
|
36
|
-
pulp_labels: null,
|
37
|
-
proxy_password: null,
|
38
|
-
proxy_url: null,
|
39
|
-
client_cert: null,
|
40
|
-
sock_read_timeout: null,
|
41
|
-
total_timeout: null,
|
42
|
-
proxy_username: null,
|
43
36
|
tls_validation: null,
|
44
|
-
|
45
|
-
|
46
|
-
username: null,
|
37
|
+
proxy_username: null,
|
38
|
+
client_key: null,
|
47
39
|
download_concurrency: null,
|
40
|
+
proxy_url: null,
|
41
|
+
max_retries: null,
|
42
|
+
sock_connect_timeout: null,
|
48
43
|
url: null,
|
49
|
-
|
44
|
+
sock_read_timeout: null,
|
45
|
+
username: null,
|
46
|
+
headers: null,
|
47
|
+
proxy_password: null,
|
48
|
+
pulp_labels: null,
|
50
49
|
ca_cert: null,
|
51
50
|
password: null,
|
52
|
-
|
51
|
+
rate_limit: null,
|
52
|
+
total_timeout: null,
|
53
53
|
connect_timeout: null,
|
54
|
-
|
54
|
+
client_cert: null,
|
55
55
|
metadata_only: null,
|
56
56
|
git_ref: null)
|
57
57
|
```
|
@@ -5,24 +5,24 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**name** | **String** | A unique name for this remote. |
|
8
|
-
**
|
9
|
-
**
|
8
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
9
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
10
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
10
11
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
11
12
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
12
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
13
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
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
|
-
**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]
|
16
|
-
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
17
|
-
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
18
13
|
**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
|
-
**
|
14
|
+
**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
15
|
**url** | **String** | The URL of an external content source. |
|
21
|
-
**
|
22
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
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]
|
23
17
|
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
18
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
20
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
21
|
+
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [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]
|
24
23
|
**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]
|
25
|
-
**
|
24
|
+
**hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
25
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
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
|
|
@@ -32,24 +32,24 @@ Name | Type | Description | Notes
|
|
32
32
|
require 'PulpAnsibleClient'
|
33
33
|
|
34
34
|
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(name: null,
|
35
|
-
|
36
|
-
|
35
|
+
tls_validation: null,
|
36
|
+
download_concurrency: null,
|
37
|
+
pulp_last_updated: null,
|
37
38
|
pulp_created: null,
|
38
39
|
proxy_url: null,
|
39
|
-
client_cert: null,
|
40
|
-
pulp_href: null,
|
41
|
-
sock_read_timeout: null,
|
42
|
-
total_timeout: null,
|
43
|
-
tls_validation: null,
|
44
|
-
rate_limit: null,
|
45
40
|
max_retries: null,
|
46
|
-
|
41
|
+
sock_connect_timeout: null,
|
47
42
|
url: null,
|
48
|
-
|
49
|
-
pulp_last_updated: null,
|
43
|
+
sock_read_timeout: null,
|
50
44
|
headers: null,
|
45
|
+
pulp_labels: null,
|
46
|
+
ca_cert: null,
|
47
|
+
pulp_href: null,
|
48
|
+
rate_limit: null,
|
49
|
+
total_timeout: null,
|
51
50
|
connect_timeout: null,
|
52
|
-
|
51
|
+
hidden_fields: null,
|
52
|
+
client_cert: 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,
|
@@ -5,25 +5,25 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**name** | **String** | A unique name for this remote. | [optional]
|
8
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
9
|
-
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
10
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
11
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
12
|
-
**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]
|
13
|
-
**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]
|
14
|
-
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
15
8
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
16
|
-
**
|
17
|
-
**
|
18
|
-
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
9
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
10
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
19
11
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
12
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
13
|
+
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
14
|
+
**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
15
|
**url** | **String** | The URL of an external content source. | [optional]
|
21
|
-
**
|
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
|
+
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
18
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
19
|
+
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
20
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
22
21
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
23
22
|
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
24
|
-
**
|
23
|
+
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [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
|
**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]
|
26
|
-
**
|
26
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [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,25 +33,25 @@ Name | Type | Description | Notes
|
|
33
33
|
require 'PulpAnsibleClient'
|
34
34
|
|
35
35
|
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(name: null,
|
36
|
-
pulp_labels: null,
|
37
|
-
proxy_password: null,
|
38
|
-
proxy_url: null,
|
39
|
-
client_cert: null,
|
40
|
-
sock_read_timeout: null,
|
41
|
-
total_timeout: null,
|
42
|
-
proxy_username: null,
|
43
36
|
tls_validation: null,
|
44
|
-
|
45
|
-
|
46
|
-
username: null,
|
37
|
+
proxy_username: null,
|
38
|
+
client_key: null,
|
47
39
|
download_concurrency: null,
|
40
|
+
proxy_url: null,
|
41
|
+
max_retries: null,
|
42
|
+
sock_connect_timeout: null,
|
48
43
|
url: null,
|
49
|
-
|
44
|
+
sock_read_timeout: null,
|
45
|
+
username: null,
|
46
|
+
headers: null,
|
47
|
+
proxy_password: null,
|
48
|
+
pulp_labels: null,
|
50
49
|
ca_cert: null,
|
51
50
|
password: null,
|
52
|
-
|
51
|
+
rate_limit: null,
|
52
|
+
total_timeout: null,
|
53
53
|
connect_timeout: null,
|
54
|
-
|
54
|
+
client_cert: null,
|
55
55
|
metadata_only: null,
|
56
56
|
git_ref: null)
|
57
57
|
```
|