pulp_ansible_client 0.11.0.dev1636427751 → 0.11.0.dev1636514074

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