pulp_ansible_client 0.11.0.dev1636600545 → 0.11.0.dev1636946173

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