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