pulp_ansible_client 0.12.0.dev1641266221 → 0.12.0.dev1641352582

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_ansible_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e54652cfe92fe01fa22436cd23f1ba4cfc205e24dcf1cead2b5aca35bf5e9d71
4
- data.tar.gz: ce1b679c82783831e3e9f98ab9ee22027a9d410bceb7f736fd2ff0e41fdaa029
3
+ metadata.gz: d24de257e481cb71c5923d8036e7c34c880c50d5569b40fac1872b8aa32b150e
4
+ data.tar.gz: 455417f2fab1e6731addf452d868de6299480821e9abd237ecb58d5527e2ffa4
5
5
  SHA512:
6
- metadata.gz: 87f1617a7e1faaa5844aed1076f00ea29f589e3185c3a5d48a24653f2e9db20c2254005fa479d40100f00fb137b1f165f324b9bb5ebed741845bcdfe11646cb7
7
- data.tar.gz: 5bc84ac936ca510274af8c8e66e2cf7be3925a8cf75bce2fdecb56163f6326d0895f70a0af0a39b7b61c18918fe910a120dcacb3d4005e1c04eb03d3b9fc9240
6
+ metadata.gz: 9842070f04843ec6904df59a88a955731adbef32661c138765ad14511ec4011d53757a35e58fb2d71ac092aa6c75d403933c7472923ce280317556cac4dc4f9a
7
+ data.tar.gz: 2419c45d379f1e5ab61c217d188514bcd18f801bf62e2656f27e154bf751ed4dfacadd2906367c99f8a05a2167a5165d8dad24862d11af89be5a7c42e8f9716d
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.dev1641266221
10
+ - Package version: 0.12.0.dev1641352582
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.dev1641266221.gem
27
+ gem install ./pulp_ansible_client-0.12.0.dev1641352582.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.12.0.dev1641266221.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.12.0.dev1641352582.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.dev1641266221'
36
+ gem 'pulp_ansible_client', '~> 0.12.0.dev1641352582'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,26 +4,26 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | A unique name for this remote. |
8
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
9
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
10
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
11
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
12
+ **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
13
+ **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]
7
14
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
8
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
15
+ **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]
16
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
9
17
  **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
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
11
- **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
18
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
19
+ **url** | **String** | The URL of an external content source. |
12
20
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
21
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
13
22
  **pulp_labels** | [**Object**](.md) | | [optional]
14
- **url** | **String** | The URL of an external content source. |
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]
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
- **name** | **String** | A unique name for this remote. |
19
23
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [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]
21
24
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
22
- **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]
23
- **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
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
25
+ **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
25
26
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
26
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [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(download_concurrency: null,
36
- client_cert: null,
37
- sock_connect_timeout: null,
35
+ instance = PulpAnsibleClient::AnsibleGitRemote.new(name: null,
36
+ headers: null,
37
+ proxy_username: null,
38
38
  ca_cert: null,
39
- proxy_password: null,
40
- username: null,
41
- pulp_labels: null,
42
- url: null,
43
39
  client_key: null,
44
- proxy_username: null,
40
+ total_timeout: null,
45
41
  sock_read_timeout: null,
46
- name: null,
47
- tls_validation: null,
42
+ download_concurrency: null,
43
+ connect_timeout: null,
48
44
  max_retries: null,
45
+ sock_connect_timeout: null,
46
+ client_cert: null,
47
+ url: null,
48
+ username: null,
49
+ proxy_url: null,
50
+ pulp_labels: null,
51
+ tls_validation: null,
49
52
  password: null,
50
- connect_timeout: null,
51
- total_timeout: null,
52
- headers: null,
53
+ proxy_password: null,
53
54
  rate_limit: null,
54
- proxy_url: 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
+ **name** | **String** | A unique name for this remote. |
8
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
9
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
10
+ **pulp_href** | **String** | | [optional] [readonly]
11
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
12
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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
+ **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]
7
15
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
8
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
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]
17
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
9
18
  **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
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
11
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
12
- **pulp_labels** | [**Object**](.md) | | [optional]
19
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
20
  **url** | **String** | The URL of an external content source. |
14
- **pulp_href** | **String** | | [optional] [readonly]
15
- **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
16
- **name** | **String** | A unique name for this remote. |
21
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
22
+ **pulp_labels** | [**Object**](.md) | | [optional]
17
23
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [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
- **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]
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
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
22
24
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
23
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
24
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
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(download_concurrency: null,
34
- client_cert: null,
35
- sock_connect_timeout: null,
36
- pulp_created: null,
37
- ca_cert: null,
38
- pulp_labels: null,
39
- url: null,
33
+ instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(name: null,
34
+ pulp_last_updated: null,
35
+ headers: null,
40
36
  pulp_href: null,
37
+ ca_cert: null,
38
+ pulp_created: null,
39
+ total_timeout: null,
41
40
  sock_read_timeout: null,
42
- name: null,
43
- tls_validation: null,
44
- max_retries: null,
41
+ download_concurrency: null,
45
42
  connect_timeout: null,
46
- total_timeout: null,
47
- headers: null,
48
- rate_limit: null,
43
+ max_retries: null,
44
+ sock_connect_timeout: null,
45
+ client_cert: null,
46
+ url: null,
49
47
  proxy_url: null,
50
- pulp_last_updated: null,
48
+ pulp_labels: null,
49
+ tls_validation: null,
50
+ rate_limit: 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
+ **name** | **String** | A unique name for this remote. | [optional]
8
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
9
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
10
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
11
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
12
+ **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
13
+ **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]
7
14
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
8
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
15
+ **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]
16
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
9
17
  **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
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
11
- **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
18
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
19
+ **url** | **String** | The URL of an external content source. | [optional]
12
20
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
21
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
13
22
  **pulp_labels** | [**Object**](.md) | | [optional]
14
- **url** | **String** | The URL of an external content source. | [optional]
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]
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
- **name** | **String** | A unique name for this remote. | [optional]
19
23
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [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]
21
24
  **password** | **String** | The password to be used for authentication when syncing. | [optional]
22
- **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]
23
- **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
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
25
+ **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
25
26
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
26
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [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(download_concurrency: null,
36
- client_cert: null,
37
- sock_connect_timeout: null,
35
+ instance = PulpAnsibleClient::PatchedansibleGitRemote.new(name: null,
36
+ headers: null,
37
+ proxy_username: null,
38
38
  ca_cert: null,
39
- proxy_password: null,
40
- username: null,
41
- pulp_labels: null,
42
- url: null,
43
39
  client_key: null,
44
- proxy_username: null,
40
+ total_timeout: null,
45
41
  sock_read_timeout: null,
46
- name: null,
47
- tls_validation: null,
42
+ download_concurrency: null,
43
+ connect_timeout: null,
48
44
  max_retries: null,
45
+ sock_connect_timeout: null,
46
+ client_cert: null,
47
+ url: null,
48
+ username: null,
49
+ proxy_url: null,
50
+ pulp_labels: null,
51
+ tls_validation: null,
49
52
  password: null,
50
- connect_timeout: null,
51
- total_timeout: null,
52
- headers: null,
53
+ proxy_password: null,
53
54
  rate_limit: null,
54
- proxy_url: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
57
57
  ```