pulp_ansible_client 0.12.0.dev1641179827 → 0.12.0.dev1641525578

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