pulp_ansible_client 0.12.0.dev1641007063 → 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: 958662cf2395205d0965dcc2d8f4dbe014103e1b4f63ba7cebf1044c0bdf88e1
4
- data.tar.gz: edaefc37f3871ab58eab2134dc9651b9df4a487218aca754ec6f4b17f2ed0da9
3
+ metadata.gz: d24de257e481cb71c5923d8036e7c34c880c50d5569b40fac1872b8aa32b150e
4
+ data.tar.gz: 455417f2fab1e6731addf452d868de6299480821e9abd237ecb58d5527e2ffa4
5
5
  SHA512:
6
- metadata.gz: 45784aaade8d1749a3af9e80d47952fbad285379165ce85e8cbda39d6bd6f82da83105b6d31cf95bfde1dc76da04498f42a6f3c92c9a630bfe1fa41f63d069e5
7
- data.tar.gz: 797596c06f2c4b7ef3c9dc11fd8f27b82b3aef6ad92745e1700cbefd835ce16c26b68c7ae7d8806d3e1b42dae097600f5719a2d0703f602d58c257f12358ad31
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.dev1641007063
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.dev1641007063.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.dev1641007063.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.dev1641007063'
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
- **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
8
- **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
9
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
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
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]
14
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
11
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]
12
- **url** | **String** | The URL of an external content source. |
13
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
14
- **pulp_labels** | [**Object**](.md) | | [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]
15
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]
16
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
17
18
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
18
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
19
- **name** | **String** | A unique name for this remote. |
19
+ **url** | **String** | The URL of an external content source. |
20
20
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
21
- **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]
22
21
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
23
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
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]
22
+ **pulp_labels** | [**Object**](.md) | | [optional]
25
23
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
26
- **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
+ **password** | **String** | The password to be used for authentication when syncing. | [optional]
25
+ **proxy_password** | **String** | The password to authenticte to the proxy. | [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::AnsibleGitRemote.new(proxy_password: null,
36
- client_key: null,
37
- rate_limit: null,
35
+ instance = PulpAnsibleClient::AnsibleGitRemote.new(name: null,
36
+ headers: null,
37
+ proxy_username: null,
38
38
  ca_cert: null,
39
+ client_key: null,
40
+ total_timeout: null,
41
+ sock_read_timeout: null,
42
+ download_concurrency: null,
39
43
  connect_timeout: null,
40
- url: null,
41
- password: null,
42
- pulp_labels: null,
44
+ max_retries: null,
43
45
  sock_connect_timeout: null,
44
- download_concurrency: null,
45
46
  client_cert: null,
46
- headers: null,
47
- name: null,
47
+ url: null,
48
48
  username: null,
49
- sock_read_timeout: null,
50
49
  proxy_url: null,
51
- proxy_username: null,
52
- max_retries: null,
50
+ pulp_labels: null,
53
51
  tls_validation: null,
54
- total_timeout: null,
52
+ password: null,
53
+ proxy_password: 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
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
8
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [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
- **pulp_labels** | [**Object**](.md) | | [optional]
12
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
- **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]
14
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
15
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
7
+ **name** | **String** | A unique name for this remote. |
16
8
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
9
  **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
18
- **name** | **String** | A unique name for this remote. |
19
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]
20
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]
21
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [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]
22
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]
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]
19
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
20
+ **url** | **String** | The URL of an external content source. |
21
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
22
+ **pulp_labels** | [**Object**](.md) | | [optional]
23
23
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [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]
24
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [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(rate_limit: null,
34
- ca_cert: null,
35
- connect_timeout: null,
36
- url: null,
37
- pulp_labels: null,
38
- pulp_created: null,
39
- sock_connect_timeout: null,
40
- download_concurrency: null,
41
- client_cert: null,
33
+ instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(name: null,
42
34
  pulp_last_updated: null,
43
35
  headers: null,
44
- name: null,
45
36
  pulp_href: null,
37
+ ca_cert: null,
38
+ pulp_created: null,
39
+ total_timeout: null,
46
40
  sock_read_timeout: null,
47
- proxy_url: null,
41
+ download_concurrency: null,
42
+ connect_timeout: null,
48
43
  max_retries: null,
44
+ sock_connect_timeout: null,
45
+ client_cert: null,
46
+ url: null,
47
+ proxy_url: null,
48
+ pulp_labels: null,
49
49
  tls_validation: null,
50
- total_timeout: 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
- **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
8
- **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
9
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
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
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]
14
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
11
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]
12
- **url** | **String** | The URL of an external content source. | [optional]
13
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
14
- **pulp_labels** | [**Object**](.md) | | [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]
15
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]
16
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
17
18
  **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
18
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
19
- **name** | **String** | A unique name for this remote. | [optional]
19
+ **url** | **String** | The URL of an external content source. | [optional]
20
20
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
21
- **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]
22
21
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
23
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
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]
22
+ **pulp_labels** | [**Object**](.md) | | [optional]
25
23
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
26
- **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
+ **password** | **String** | The password to be used for authentication when syncing. | [optional]
25
+ **proxy_password** | **String** | The password to authenticte to the proxy. | [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(proxy_password: null,
36
- client_key: null,
37
- rate_limit: null,
35
+ instance = PulpAnsibleClient::PatchedansibleGitRemote.new(name: null,
36
+ headers: null,
37
+ proxy_username: null,
38
38
  ca_cert: null,
39
+ client_key: null,
40
+ total_timeout: null,
41
+ sock_read_timeout: null,
42
+ download_concurrency: null,
39
43
  connect_timeout: null,
40
- url: null,
41
- password: null,
42
- pulp_labels: null,
44
+ max_retries: null,
43
45
  sock_connect_timeout: null,
44
- download_concurrency: null,
45
46
  client_cert: null,
46
- headers: null,
47
- name: null,
47
+ url: null,
48
48
  username: null,
49
- sock_read_timeout: null,
50
49
  proxy_url: null,
51
- proxy_username: null,
52
- max_retries: null,
50
+ pulp_labels: null,
53
51
  tls_validation: null,
54
- total_timeout: null,
52
+ password: null,
53
+ proxy_password: null,
54
+ rate_limit: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
57
57
  ```