pulp_ansible_client 0.11.0.dev1636427751 → 0.11.0.dev1636773338

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