pulp_ansible_client 0.21.3 → 0.21.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 26386873521dd237e7915536e6d59b27052bfe4812bb29b4628b0d08b3e0c612
4
- data.tar.gz: f4e729ec136c7e85deb70c16e2345d5dfd1ecdb7d94cf59e1d6ec5caf45daa2a
3
+ metadata.gz: 63b23ae7e40c55ee44bdbb6b419ccd7c6a1c212d830f92ae223a2fc2597c16e7
4
+ data.tar.gz: 2e3b2a420c934c6f5da7af3a475a82c3d3a3d253d0d3faca8115d560c15aba91
5
5
  SHA512:
6
- metadata.gz: 759c3ca95871088a75d213b3a36c3c0731a51b5c92ba139a1d9762474917dbac6ec64823da75e0acc798fdae93fe3346c99219c571d3c8faa35f230b774f37fd
7
- data.tar.gz: b16b083ee2c851c0f2e06200307fda8a88f08b4bc163df30b77a51682fd2a1b2848d755d54ff6970241e804aa250e6908e7567aee827c5446dd8b69f1f4d0d6a
6
+ metadata.gz: 1037a41e03a6f703cd8d84a2565c073566ce1675d7fd04a94bb3d68634c7a904ae767d12a94b27731711ccabfdb3b62467a4ea3cb4ec866d29095798b953c0a3
7
+ data.tar.gz: 04b59e6bd2f9ab9b24f995876c1647bfdef156d9287a5fa909c75d7b83e47489f69e30ff19d6d277ba5a6430191cb713f8fd6c06175e3f664605b72c2959939c
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.21.3
10
+ - Package version: 0.21.5
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.21.3.gem
27
+ gem install ./pulp_ansible_client-0.21.5.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.21.3.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.21.5.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.21.3'
36
+ gem 'pulp_ansible_client', '~> 0.21.5'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -5,25 +5,25 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | A unique name for this remote. |
8
- **pulp_labels** | **Hash<String, String>** | | [optional]
9
- **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
10
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
11
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
12
- **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]
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]
14
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
8
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
16
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [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
- **username** | **String** | The username to be used for authentication when syncing. | [optional]
9
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
10
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
19
11
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
12
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
13
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
14
+ **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]
20
15
  **url** | **String** | The URL of an external content source. |
21
- **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
16
+ **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
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
18
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
19
+ **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
20
+ **pulp_labels** | **Hash<String, String>** | | [optional]
22
21
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
23
22
  **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
24
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
23
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [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
  **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]
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
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
29
29
 
@@ -33,25 +33,25 @@ Name | Type | Description | Notes
33
33
  require 'PulpAnsibleClient'
34
34
 
35
35
  instance = PulpAnsibleClient::AnsibleGitRemote.new(name: null,
36
- pulp_labels: null,
37
- proxy_password: null,
38
- proxy_url: null,
39
- client_cert: null,
40
- sock_read_timeout: null,
41
- total_timeout: null,
42
- proxy_username: null,
43
36
  tls_validation: null,
44
- rate_limit: null,
45
- max_retries: null,
46
- username: null,
37
+ proxy_username: null,
38
+ client_key: null,
47
39
  download_concurrency: null,
40
+ proxy_url: null,
41
+ max_retries: null,
42
+ sock_connect_timeout: null,
48
43
  url: null,
49
- client_key: null,
44
+ sock_read_timeout: null,
45
+ username: null,
46
+ headers: null,
47
+ proxy_password: null,
48
+ pulp_labels: null,
50
49
  ca_cert: null,
51
50
  password: null,
52
- headers: null,
51
+ rate_limit: null,
52
+ total_timeout: null,
53
53
  connect_timeout: null,
54
- sock_connect_timeout: null,
54
+ client_cert: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
57
57
  ```
@@ -5,24 +5,24 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | A unique name for this remote. |
8
- **pulp_labels** | **Hash<String, String>** | | [optional]
9
- **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
8
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
9
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
10
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
10
11
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
11
12
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
12
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
13
- **pulp_href** | **String** | | [optional] [readonly]
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]
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
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
17
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
18
13
  **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
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
14
+ **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]
20
15
  **url** | **String** | The URL of an external content source. |
21
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
22
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
16
+ **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
17
  **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
18
+ **pulp_labels** | **Hash<String, String>** | | [optional]
19
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
20
+ **pulp_href** | **String** | | [optional] [readonly]
21
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
22
+ **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
23
  **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
- **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]
24
+ **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
25
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
26
26
  **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
27
27
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
28
28
 
@@ -32,24 +32,24 @@ Name | Type | Description | Notes
32
32
  require 'PulpAnsibleClient'
33
33
 
34
34
  instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(name: null,
35
- pulp_labels: null,
36
- hidden_fields: null,
35
+ tls_validation: null,
36
+ download_concurrency: null,
37
+ pulp_last_updated: null,
37
38
  pulp_created: null,
38
39
  proxy_url: null,
39
- client_cert: null,
40
- pulp_href: null,
41
- sock_read_timeout: null,
42
- total_timeout: null,
43
- tls_validation: null,
44
- rate_limit: null,
45
40
  max_retries: null,
46
- download_concurrency: null,
41
+ sock_connect_timeout: null,
47
42
  url: null,
48
- ca_cert: null,
49
- pulp_last_updated: null,
43
+ sock_read_timeout: null,
50
44
  headers: null,
45
+ pulp_labels: null,
46
+ ca_cert: null,
47
+ pulp_href: null,
48
+ rate_limit: null,
49
+ total_timeout: null,
51
50
  connect_timeout: null,
52
- sock_connect_timeout: null,
51
+ hidden_fields: null,
52
+ client_cert: null,
53
53
  metadata_only: null,
54
54
  git_ref: null)
55
55
  ```
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
7
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
+ **pulp_href** | **String** | | [optional] [readonly]
9
9
  **artifact** | **String** | Artifact file representing the physical content |
10
10
  **version** | **String** | |
11
11
  **name** | **String** | |
@@ -16,8 +16,8 @@ Name | Type | Description | Notes
16
16
  ```ruby
17
17
  require 'PulpAnsibleClient'
18
18
 
19
- instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_href: null,
20
- pulp_created: null,
19
+ instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_created: null,
20
+ pulp_href: null,
21
21
  artifact: null,
22
22
  version: null,
23
23
  name: null,
@@ -5,25 +5,25 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | A unique name for this remote. | [optional]
8
- **pulp_labels** | **Hash<String, String>** | | [optional]
9
- **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
10
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
11
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
12
- **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]
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]
14
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
8
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
16
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [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
- **username** | **String** | The username to be used for authentication when syncing. | [optional]
9
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
10
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
19
11
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
12
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
13
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
14
+ **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]
20
15
  **url** | **String** | The URL of an external content source. | [optional]
21
- **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
16
+ **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
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
18
+ **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
19
+ **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
20
+ **pulp_labels** | **Hash<String, String>** | | [optional]
22
21
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
23
22
  **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
24
- **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
23
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [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
  **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]
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
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
29
29
 
@@ -33,25 +33,25 @@ Name | Type | Description | Notes
33
33
  require 'PulpAnsibleClient'
34
34
 
35
35
  instance = PulpAnsibleClient::PatchedansibleGitRemote.new(name: null,
36
- pulp_labels: null,
37
- proxy_password: null,
38
- proxy_url: null,
39
- client_cert: null,
40
- sock_read_timeout: null,
41
- total_timeout: null,
42
- proxy_username: null,
43
36
  tls_validation: null,
44
- rate_limit: null,
45
- max_retries: null,
46
- username: null,
37
+ proxy_username: null,
38
+ client_key: null,
47
39
  download_concurrency: null,
40
+ proxy_url: null,
41
+ max_retries: null,
42
+ sock_connect_timeout: null,
48
43
  url: null,
49
- client_key: null,
44
+ sock_read_timeout: null,
45
+ username: null,
46
+ headers: null,
47
+ proxy_password: null,
48
+ pulp_labels: null,
50
49
  ca_cert: null,
51
50
  password: null,
52
- headers: null,
51
+ rate_limit: null,
52
+ total_timeout: null,
53
53
  connect_timeout: null,
54
- sock_connect_timeout: null,
54
+ client_cert: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
57
57
  ```