pulp_ansible_client 0.12.0.dev1640747746 → 0.12.0.dev1641093484

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

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