pulp_ansible_client 0.11.0.dev1636773338 → 0.11.0.dev1636859743

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: 9e46d1cc30254a555909bcd1fdb1036f2c6d74ff0657b42bd3789973837af7d7
4
- data.tar.gz: bb52810107b73eb8a017f30c3c9eff8d628880c461a66ad034e8f6b8594ad1b8
3
+ metadata.gz: 5a821f5861a0574710bc9a4ff5ad9deca7685060b859aaf9fc6760c9bd37541f
4
+ data.tar.gz: ecdc08d3bebc414f35d9f3857426f7587a1d7581dbd4291d705bd38b6cd29dc1
5
5
  SHA512:
6
- metadata.gz: 9f3894d9e512de51c785c259ffc38686f759acb6bb4bbde8feb24d2376a3bf1b2b69f39199d5c77334ba2f1b125011480256545a40ec2f84515d0abb0d07cb11
7
- data.tar.gz: 6f4be18895742e8ebdcfd33baa04f44ad15fdd2605b975d15c9b4aec5898b4760518c4e6fd6a0224f4961417862ce8a0666696d4b5aa43690fbbfd1f5f80fa62
6
+ metadata.gz: 8b56219d1b5e2148e2ba617444452d23882b79e946b85882ade1a3ae295aa33b104cb4a6ad6ff9aec7cdf6442f884b9bf765e34e03c990c1912a6499d79d88e7
7
+ data.tar.gz: aa4192171d79f1d06711b15e62b4049d14dde71d920b99083065f03db98ef1cf6935070af94986477e4a511345c31efb8e396a557dfb4347ccbcfdc6c40b6454
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.11.0.dev1636773338
10
+ - Package version: 0.11.0.dev1636859743
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.11.0.dev1636773338.gem
27
+ gem install ./pulp_ansible_client-0.11.0.dev1636859743.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.11.0.dev1636773338.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.11.0.dev1636859743.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.11.0.dev1636773338'
36
+ gem 'pulp_ansible_client', '~> 0.11.0.dev1636859743'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,26 +4,26 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **url** | **String** | The URL of an external content source. |
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]
9
- **name** | **String** | A unique name for this remote. |
7
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
8
+ **password** | **String** | The password to be used for authentication when syncing. | [optional]
10
9
  **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
11
- **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
- **username** | **String** | The username to be used for authentication when syncing. | [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
10
  **rate_limit** | **Integer** | Limits total download rate in requests per second | [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]
11
+ **name** | **String** | A unique name for this remote. |
16
12
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [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
- **pulp_labels** | [**Object**](.md) | | [optional]
13
+ **username** | **String** | The username to be used for authentication when syncing. | [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]
19
15
  **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
20
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
21
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
+ **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]
22
17
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
23
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
18
+ **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]
19
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
24
20
  **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
21
+ **pulp_labels** | [**Object**](.md) | | [optional]
25
22
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
26
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
23
+ **url** | **String** | The URL of an external content source. |
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
+ **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
+ **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
 
29
29
  ## Code Sample
@@ -31,26 +31,26 @@ Name | Type | Description | Notes
31
31
  ```ruby
32
32
  require 'PulpAnsibleClient'
33
33
 
34
- instance = PulpAnsibleClient::AnsibleGitRemote.new(url: null,
35
- sock_connect_timeout: null,
36
- name: null,
34
+ instance = PulpAnsibleClient::AnsibleGitRemote.new(download_concurrency: null,
35
+ password: null,
37
36
  client_key: null,
38
- sock_read_timeout: null,
39
- username: null,
40
- max_retries: null,
41
37
  rate_limit: null,
42
- total_timeout: null,
38
+ name: null,
43
39
  proxy_url: null,
44
- connect_timeout: null,
45
- pulp_labels: null,
40
+ username: null,
41
+ sock_read_timeout: null,
46
42
  proxy_username: null,
47
- headers: null,
48
- password: null,
43
+ sock_connect_timeout: null,
49
44
  ca_cert: null,
50
- client_cert: null,
45
+ total_timeout: null,
46
+ headers: null,
51
47
  proxy_password: null,
48
+ pulp_labels: null,
52
49
  tls_validation: null,
53
- download_concurrency: null,
50
+ url: null,
51
+ max_retries: null,
52
+ connect_timeout: null,
53
+ client_cert: null,
54
54
  metadata_only: null)
55
55
  ```
56
56
 
@@ -4,24 +4,24 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **url** | **String** | The URL of an external content source. |
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]
7
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
8
+ **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
9
9
  **name** | **String** | A unique name for this remote. |
10
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
10
11
  **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]
11
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
12
- **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
12
+ **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]
13
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
14
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
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]
14
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [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
16
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
- **pulp_labels** | [**Object**](.md) | | [optional]
18
17
  **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
19
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
20
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
21
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
18
+ **pulp_labels** | [**Object**](.md) | | [optional]
22
19
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
20
+ **url** | **String** | The URL of an external content source. |
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]
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
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
23
24
  **pulp_href** | **String** | | [optional] [readonly]
24
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will 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
 
27
27
  ## Code Sample
@@ -29,24 +29,24 @@ Name | Type | Description | Notes
29
29
  ```ruby
30
30
  require 'PulpAnsibleClient'
31
31
 
32
- instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(url: null,
33
- sock_connect_timeout: null,
32
+ instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(download_concurrency: null,
33
+ rate_limit: null,
34
34
  name: null,
35
+ proxy_url: null,
35
36
  sock_read_timeout: null,
36
- max_retries: null,
37
- rate_limit: null,
37
+ sock_connect_timeout: null,
38
+ ca_cert: null,
39
+ pulp_created: null,
38
40
  total_timeout: null,
39
- proxy_url: null,
40
- connect_timeout: null,
41
41
  pulp_last_updated: null,
42
- pulp_labels: null,
43
42
  headers: null,
44
- pulp_created: null,
45
- ca_cert: null,
46
- client_cert: null,
43
+ pulp_labels: null,
47
44
  tls_validation: null,
45
+ url: null,
46
+ max_retries: null,
47
+ connect_timeout: null,
48
+ client_cert: null,
48
49
  pulp_href: null,
49
- download_concurrency: null,
50
50
  metadata_only: null)
51
51
  ```
52
52
 
@@ -4,26 +4,26 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **url** | **String** | The URL of an external content source. | [optional]
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]
9
- **name** | **String** | A unique name for this remote. | [optional]
7
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
8
+ **password** | **String** | The password to be used for authentication when syncing. | [optional]
10
9
  **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
11
- **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
- **username** | **String** | The username to be used for authentication when syncing. | [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
10
  **rate_limit** | **Integer** | Limits total download rate in requests per second | [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]
11
+ **name** | **String** | A unique name for this remote. | [optional]
16
12
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [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
- **pulp_labels** | [**Object**](.md) | | [optional]
13
+ **username** | **String** | The username to be used for authentication when syncing. | [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]
19
15
  **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
20
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
21
- **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
+ **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]
22
17
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
23
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
18
+ **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]
19
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
24
20
  **proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
21
+ **pulp_labels** | [**Object**](.md) | | [optional]
25
22
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
26
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
23
+ **url** | **String** | The URL of an external content source. | [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]
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
+ **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
 
29
29
  ## Code Sample
@@ -31,26 +31,26 @@ Name | Type | Description | Notes
31
31
  ```ruby
32
32
  require 'PulpAnsibleClient'
33
33
 
34
- instance = PulpAnsibleClient::PatchedansibleGitRemote.new(url: null,
35
- sock_connect_timeout: null,
36
- name: null,
34
+ instance = PulpAnsibleClient::PatchedansibleGitRemote.new(download_concurrency: null,
35
+ password: null,
37
36
  client_key: null,
38
- sock_read_timeout: null,
39
- username: null,
40
- max_retries: null,
41
37
  rate_limit: null,
42
- total_timeout: null,
38
+ name: null,
43
39
  proxy_url: null,
44
- connect_timeout: null,
45
- pulp_labels: null,
40
+ username: null,
41
+ sock_read_timeout: null,
46
42
  proxy_username: null,
47
- headers: null,
48
- password: null,
43
+ sock_connect_timeout: null,
49
44
  ca_cert: null,
50
- client_cert: null,
45
+ total_timeout: null,
46
+ headers: null,
51
47
  proxy_password: null,
48
+ pulp_labels: null,
52
49
  tls_validation: null,
53
- download_concurrency: null,
50
+ url: null,
51
+ max_retries: null,
52
+ connect_timeout: null,
53
+ client_cert: null,
54
54
  metadata_only: null)
55
55
  ```
56
56