pulp_ansible_client 0.15.1 → 0.15.2
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 +4 -4
- data/README.md +4 -4
- data/docs/AnsibleCollectionVersion.md +3 -3
- data/docs/AnsibleCollectionVersionResponse.md +4 -4
- data/docs/AnsibleGitRemote.md +27 -27
- data/docs/AnsibleGitRemoteResponse.md +26 -26
- data/docs/AnsibleRoleResponse.md +4 -4
- data/docs/ContentCollectionVersionsApi.md +3 -3
- data/docs/PatchedansibleGitRemote.md +27 -27
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +3 -3
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +14 -14
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +233 -233
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +158 -158
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +14 -14
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +222 -222
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/content_collection_versions_api_spec.rb +1 -1
- data/spec/models/ansible_collection_version_response_spec.rb +2 -2
- data/spec/models/ansible_collection_version_spec.rb +3 -3
- data/spec/models/ansible_git_remote_response_spec.rb +18 -18
- data/spec/models/ansible_git_remote_spec.rb +20 -20
- data/spec/models/ansible_role_response_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +20 -20
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 958dad60324240302eb2e91ba4fb79a607451a16a56edd7abe8f4227061b1f0b
|
|
4
|
+
data.tar.gz: 98e538fda4243965501edc0d753c7be8217d9b51198e457833602d0b1ab7b61e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e545384223785d1e6d44cfe74904fe0f40e2921aeca9583b30f83dfd17e75296d56b3041ca364e3c91cfb124c73836aa14c0eb39af6bb1e0cee8137d0a220d05
|
|
7
|
+
data.tar.gz: 5b46e10a4569849de0f61d4d24539f21337a1d839d54f5eac430be09c9c45cec203d5dbd782cf4a57348102c6ed0926134cc8014dfda74ae5b208256956e63ee
|
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.15.
|
|
10
|
+
- Package version: 0.15.2
|
|
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.15.
|
|
27
|
+
gem install ./pulp_ansible_client-0.15.2.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.15.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.15.2.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.15.
|
|
36
|
+
gem 'pulp_ansible_client', '~> 0.15.2'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
|
7
8
|
**upload** | **String** | An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
|
|
8
9
|
**file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
|
9
|
-
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
|
10
10
|
**name** | **String** | The name of the collection. |
|
|
11
11
|
**namespace** | **String** | The namespace of the collection. |
|
|
12
12
|
**version** | **String** | The version of the collection. |
|
|
@@ -16,9 +16,9 @@ Name | Type | Description | Notes
|
|
|
16
16
|
```ruby
|
|
17
17
|
require 'PulpAnsibleClient'
|
|
18
18
|
|
|
19
|
-
instance = PulpAnsibleClient::AnsibleCollectionVersion.new(
|
|
19
|
+
instance = PulpAnsibleClient::AnsibleCollectionVersion.new(repository: null,
|
|
20
|
+
upload: null,
|
|
20
21
|
file: null,
|
|
21
|
-
repository: null,
|
|
22
22
|
name: null,
|
|
23
23
|
namespace: null,
|
|
24
24
|
version: null)
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
8
|
-
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
|
9
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
+
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
|
9
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
10
10
|
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
|
11
11
|
**sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
|
|
12
12
|
**sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
|
|
@@ -37,9 +37,9 @@ Name | Type | Description | Notes
|
|
|
37
37
|
```ruby
|
|
38
38
|
require 'PulpAnsibleClient'
|
|
39
39
|
|
|
40
|
-
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
|
|
40
|
+
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_href: null,
|
|
41
41
|
artifact: null,
|
|
42
|
-
|
|
42
|
+
pulp_created: null,
|
|
43
43
|
md5: null,
|
|
44
44
|
sha1: null,
|
|
45
45
|
sha224: null,
|
data/docs/AnsibleGitRemote.md
CHANGED
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
8
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
7
9
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
8
|
-
**url** | **String** | The URL of an external content source. |
|
|
9
|
-
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
10
|
-
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
11
|
-
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
|
12
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
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
|
-
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
15
10
|
**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]
|
|
16
11
|
**name** | **String** | A unique name for this remote. |
|
|
17
|
-
**
|
|
12
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
|
13
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
18
14
|
**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
|
-
**
|
|
15
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
16
|
+
**url** | **String** | The URL of an external content source. |
|
|
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
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
20
19
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
21
|
-
**
|
|
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
|
+
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
22
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
22
23
|
**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
|
-
**
|
|
24
|
+
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
24
25
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
25
|
-
**
|
|
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]
|
|
26
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [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(
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
rate_limit: null,
|
|
39
|
-
proxy_username: null,
|
|
40
|
-
client_cert: null,
|
|
41
|
-
sock_connect_timeout: null,
|
|
42
|
-
password: null,
|
|
35
|
+
instance = PulpAnsibleClient::AnsibleGitRemote.new(download_concurrency: null,
|
|
36
|
+
headers: null,
|
|
37
|
+
username: null,
|
|
43
38
|
connect_timeout: null,
|
|
44
39
|
name: null,
|
|
45
|
-
|
|
40
|
+
proxy_username: null,
|
|
41
|
+
client_key: null,
|
|
46
42
|
max_retries: null,
|
|
47
|
-
|
|
43
|
+
proxy_url: null,
|
|
44
|
+
url: null,
|
|
45
|
+
total_timeout: null,
|
|
46
|
+
pulp_labels: null,
|
|
48
47
|
proxy_password: null,
|
|
49
|
-
|
|
48
|
+
sock_connect_timeout: null,
|
|
49
|
+
password: null,
|
|
50
|
+
client_cert: null,
|
|
50
51
|
sock_read_timeout: null,
|
|
51
|
-
|
|
52
|
+
rate_limit: null,
|
|
52
53
|
tls_validation: null,
|
|
53
|
-
|
|
54
|
-
total_timeout: null,
|
|
54
|
+
ca_cert: null,
|
|
55
55
|
metadata_only: null,
|
|
56
56
|
git_ref: null)
|
|
57
57
|
```
|
|
@@ -4,25 +4,25 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**
|
|
7
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
8
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
9
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
10
|
+
**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
|
+
**name** | **String** | A unique name for this remote. |
|
|
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
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
8
14
|
**url** | **String** | The URL of an external content source. |
|
|
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_labels** | **Hash<String, String>** | | [optional]
|
|
17
|
+
**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]
|
|
9
18
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
10
|
-
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
11
|
-
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
12
19
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
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
|
-
**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]
|
|
15
20
|
**hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
|
16
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
17
|
-
**name** | **String** | A unique name for this remote. |
|
|
18
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
19
|
-
**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
|
-
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
21
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]
|
|
22
|
-
**
|
|
22
|
+
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
23
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
23
24
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
24
|
-
**
|
|
25
|
-
**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
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [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
|
|
|
@@ -31,25 +31,25 @@ Name | Type | Description | Notes
|
|
|
31
31
|
```ruby
|
|
32
32
|
require 'PulpAnsibleClient'
|
|
33
33
|
|
|
34
|
-
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(
|
|
34
|
+
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(download_concurrency: null,
|
|
35
|
+
headers: null,
|
|
36
|
+
pulp_created: null,
|
|
37
|
+
connect_timeout: null,
|
|
38
|
+
name: null,
|
|
39
|
+
max_retries: null,
|
|
40
|
+
proxy_url: null,
|
|
35
41
|
url: null,
|
|
42
|
+
total_timeout: null,
|
|
43
|
+
pulp_labels: null,
|
|
44
|
+
sock_connect_timeout: null,
|
|
36
45
|
pulp_last_updated: null,
|
|
37
|
-
ca_cert: null,
|
|
38
|
-
rate_limit: null,
|
|
39
46
|
client_cert: null,
|
|
40
|
-
sock_connect_timeout: null,
|
|
41
|
-
connect_timeout: null,
|
|
42
47
|
hidden_fields: null,
|
|
43
|
-
pulp_created: null,
|
|
44
|
-
name: null,
|
|
45
|
-
proxy_url: null,
|
|
46
|
-
max_retries: null,
|
|
47
|
-
download_concurrency: null,
|
|
48
48
|
sock_read_timeout: null,
|
|
49
|
-
|
|
49
|
+
rate_limit: null,
|
|
50
|
+
pulp_href: null,
|
|
50
51
|
tls_validation: null,
|
|
51
|
-
|
|
52
|
-
total_timeout: null,
|
|
52
|
+
ca_cert: null,
|
|
53
53
|
metadata_only: null,
|
|
54
54
|
git_ref: null)
|
|
55
55
|
```
|
data/docs/AnsibleRoleResponse.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
8
|
-
**artifact** | **String** | Artifact file representing the physical content |
|
|
9
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
8
|
+
**artifact** | **String** | Artifact file representing the physical content |
|
|
9
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
10
10
|
**version** | **String** | |
|
|
11
11
|
**name** | **String** | |
|
|
12
12
|
**namespace** | **String** | |
|
|
@@ -16,9 +16,9 @@ Name | Type | Description | Notes
|
|
|
16
16
|
```ruby
|
|
17
17
|
require 'PulpAnsibleClient'
|
|
18
18
|
|
|
19
|
-
instance = PulpAnsibleClient::AnsibleRoleResponse.new(
|
|
19
|
+
instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_href: null,
|
|
20
20
|
artifact: null,
|
|
21
|
-
|
|
21
|
+
pulp_created: null,
|
|
22
22
|
version: null,
|
|
23
23
|
name: null,
|
|
24
24
|
namespace: null)
|
|
@@ -35,9 +35,9 @@ name = 'name_example' # String | The name of the collection.
|
|
|
35
35
|
namespace = 'namespace_example' # String | The namespace of the collection.
|
|
36
36
|
version = 'version_example' # String | The version of the collection.
|
|
37
37
|
opts = {
|
|
38
|
+
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
|
38
39
|
upload: 'upload_example', # String | An uncommitted upload that may be turned into the artifact of the content unit.
|
|
39
|
-
file: File.new('/path/to/file')
|
|
40
|
-
repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
|
|
40
|
+
file: File.new('/path/to/file') # File | An uploaded file that may be turned into the artifact of the content unit.
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
begin
|
|
@@ -57,9 +57,9 @@ Name | Type | Description | Notes
|
|
|
57
57
|
**name** | **String**| The name of the collection. |
|
|
58
58
|
**namespace** | **String**| The namespace of the collection. |
|
|
59
59
|
**version** | **String**| The version of the collection. |
|
|
60
|
+
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
|
60
61
|
**upload** | **String**| An uncommitted upload that may be turned into the artifact of the content unit. | [optional]
|
|
61
62
|
**file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
|
62
|
-
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
|
63
63
|
|
|
64
64
|
### Return type
|
|
65
65
|
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
8
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
7
9
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
8
|
-
**url** | **String** | The URL of an external content source. | [optional]
|
|
9
|
-
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
10
|
-
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
11
|
-
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
|
12
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
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
|
-
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
15
10
|
**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]
|
|
16
11
|
**name** | **String** | A unique name for this remote. | [optional]
|
|
17
|
-
**
|
|
12
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
|
13
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
18
14
|
**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
|
-
**
|
|
15
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
16
|
+
**url** | **String** | The URL of an external content source. | [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
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
20
19
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
21
|
-
**
|
|
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
|
+
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
22
|
+
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
22
23
|
**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
|
-
**
|
|
24
|
+
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
24
25
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
25
|
-
**
|
|
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]
|
|
26
|
+
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [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(
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
rate_limit: null,
|
|
39
|
-
proxy_username: null,
|
|
40
|
-
client_cert: null,
|
|
41
|
-
sock_connect_timeout: null,
|
|
42
|
-
password: null,
|
|
35
|
+
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(download_concurrency: null,
|
|
36
|
+
headers: null,
|
|
37
|
+
username: null,
|
|
43
38
|
connect_timeout: null,
|
|
44
39
|
name: null,
|
|
45
|
-
|
|
40
|
+
proxy_username: null,
|
|
41
|
+
client_key: null,
|
|
46
42
|
max_retries: null,
|
|
47
|
-
|
|
43
|
+
proxy_url: null,
|
|
44
|
+
url: null,
|
|
45
|
+
total_timeout: null,
|
|
46
|
+
pulp_labels: null,
|
|
48
47
|
proxy_password: null,
|
|
49
|
-
|
|
48
|
+
sock_connect_timeout: null,
|
|
49
|
+
password: null,
|
|
50
|
+
client_cert: null,
|
|
50
51
|
sock_read_timeout: null,
|
|
51
|
-
|
|
52
|
+
rate_limit: null,
|
|
52
53
|
tls_validation: null,
|
|
53
|
-
|
|
54
|
-
total_timeout: null,
|
|
54
|
+
ca_cert: null,
|
|
55
55
|
metadata_only: null,
|
|
56
56
|
git_ref: null)
|
|
57
57
|
```
|
|
@@ -25,9 +25,9 @@ module PulpAnsibleClient
|
|
|
25
25
|
# @param namespace [String] The namespace of the collection.
|
|
26
26
|
# @param version [String] The version of the collection.
|
|
27
27
|
# @param [Hash] opts the optional parameters
|
|
28
|
+
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
28
29
|
# @option opts [String] :upload An uncommitted upload that may be turned into the artifact of the content unit.
|
|
29
30
|
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
|
30
|
-
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
31
31
|
# @return [AsyncOperationResponse]
|
|
32
32
|
def create(name, namespace, version, opts = {})
|
|
33
33
|
data, _status_code, _headers = create_with_http_info(name, namespace, version, opts)
|
|
@@ -40,9 +40,9 @@ module PulpAnsibleClient
|
|
|
40
40
|
# @param namespace [String] The namespace of the collection.
|
|
41
41
|
# @param version [String] The version of the collection.
|
|
42
42
|
# @param [Hash] opts the optional parameters
|
|
43
|
+
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
43
44
|
# @option opts [String] :upload An uncommitted upload that may be turned into the artifact of the content unit.
|
|
44
45
|
# @option opts [File] :file An uploaded file that may be turned into the artifact of the content unit.
|
|
45
|
-
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
46
46
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
47
47
|
def create_with_http_info(name, namespace, version, opts = {})
|
|
48
48
|
if @api_client.config.debugging
|
|
@@ -102,9 +102,9 @@ module PulpAnsibleClient
|
|
|
102
102
|
form_params['name'] = name
|
|
103
103
|
form_params['namespace'] = namespace
|
|
104
104
|
form_params['version'] = version
|
|
105
|
+
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
|
105
106
|
form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
|
|
106
107
|
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
|
107
|
-
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
|
108
108
|
|
|
109
109
|
# http body (model)
|
|
110
110
|
post_body = opts[:body]
|
|
@@ -15,15 +15,15 @@ require 'date'
|
|
|
15
15
|
module PulpAnsibleClient
|
|
16
16
|
# A serializer for CollectionVersion Content.
|
|
17
17
|
class AnsibleCollectionVersion
|
|
18
|
+
# A URI of a repository the new content unit should be associated with.
|
|
19
|
+
attr_accessor :repository
|
|
20
|
+
|
|
18
21
|
# An uncommitted upload that may be turned into the artifact of the content unit.
|
|
19
22
|
attr_accessor :upload
|
|
20
23
|
|
|
21
24
|
# An uploaded file that may be turned into the artifact of the content unit.
|
|
22
25
|
attr_accessor :file
|
|
23
26
|
|
|
24
|
-
# A URI of a repository the new content unit should be associated with.
|
|
25
|
-
attr_accessor :repository
|
|
26
|
-
|
|
27
27
|
# The name of the collection.
|
|
28
28
|
attr_accessor :name
|
|
29
29
|
|
|
@@ -36,9 +36,9 @@ module PulpAnsibleClient
|
|
|
36
36
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
37
37
|
def self.attribute_map
|
|
38
38
|
{
|
|
39
|
+
:'repository' => :'repository',
|
|
39
40
|
:'upload' => :'upload',
|
|
40
41
|
:'file' => :'file',
|
|
41
|
-
:'repository' => :'repository',
|
|
42
42
|
:'name' => :'name',
|
|
43
43
|
:'namespace' => :'namespace',
|
|
44
44
|
:'version' => :'version'
|
|
@@ -48,9 +48,9 @@ module PulpAnsibleClient
|
|
|
48
48
|
# Attribute type mapping.
|
|
49
49
|
def self.openapi_types
|
|
50
50
|
{
|
|
51
|
+
:'repository' => :'String',
|
|
51
52
|
:'upload' => :'String',
|
|
52
53
|
:'file' => :'File',
|
|
53
|
-
:'repository' => :'String',
|
|
54
54
|
:'name' => :'String',
|
|
55
55
|
:'namespace' => :'String',
|
|
56
56
|
:'version' => :'String'
|
|
@@ -78,6 +78,10 @@ module PulpAnsibleClient
|
|
|
78
78
|
h[k.to_sym] = v
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
+
if attributes.key?(:'repository')
|
|
82
|
+
self.repository = attributes[:'repository']
|
|
83
|
+
end
|
|
84
|
+
|
|
81
85
|
if attributes.key?(:'upload')
|
|
82
86
|
self.upload = attributes[:'upload']
|
|
83
87
|
end
|
|
@@ -86,10 +90,6 @@ module PulpAnsibleClient
|
|
|
86
90
|
self.file = attributes[:'file']
|
|
87
91
|
end
|
|
88
92
|
|
|
89
|
-
if attributes.key?(:'repository')
|
|
90
|
-
self.repository = attributes[:'repository']
|
|
91
|
-
end
|
|
92
|
-
|
|
93
93
|
if attributes.key?(:'name')
|
|
94
94
|
self.name = attributes[:'name']
|
|
95
95
|
end
|
|
@@ -220,9 +220,9 @@ module PulpAnsibleClient
|
|
|
220
220
|
def ==(o)
|
|
221
221
|
return true if self.equal?(o)
|
|
222
222
|
self.class == o.class &&
|
|
223
|
+
repository == o.repository &&
|
|
223
224
|
upload == o.upload &&
|
|
224
225
|
file == o.file &&
|
|
225
|
-
repository == o.repository &&
|
|
226
226
|
name == o.name &&
|
|
227
227
|
namespace == o.namespace &&
|
|
228
228
|
version == o.version
|
|
@@ -237,7 +237,7 @@ module PulpAnsibleClient
|
|
|
237
237
|
# Calculates hash code according to all attributes.
|
|
238
238
|
# @return [Integer] Hash code
|
|
239
239
|
def hash
|
|
240
|
-
[upload, file,
|
|
240
|
+
[repository, upload, file, name, namespace, version].hash
|
|
241
241
|
end
|
|
242
242
|
|
|
243
243
|
# Builds the object from hash
|
|
@@ -15,13 +15,13 @@ require 'date'
|
|
|
15
15
|
module PulpAnsibleClient
|
|
16
16
|
# A serializer for CollectionVersion Content.
|
|
17
17
|
class AnsibleCollectionVersionResponse
|
|
18
|
-
|
|
19
|
-
attr_accessor :pulp_created
|
|
18
|
+
attr_accessor :pulp_href
|
|
20
19
|
|
|
21
20
|
# Artifact file representing the physical content
|
|
22
21
|
attr_accessor :artifact
|
|
23
22
|
|
|
24
|
-
|
|
23
|
+
# Timestamp of creation.
|
|
24
|
+
attr_accessor :pulp_created
|
|
25
25
|
|
|
26
26
|
# The MD5 checksum if available.
|
|
27
27
|
attr_accessor :md5
|
|
@@ -97,9 +97,9 @@ module PulpAnsibleClient
|
|
|
97
97
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
98
98
|
def self.attribute_map
|
|
99
99
|
{
|
|
100
|
-
:'pulp_created' => :'pulp_created',
|
|
101
|
-
:'artifact' => :'artifact',
|
|
102
100
|
:'pulp_href' => :'pulp_href',
|
|
101
|
+
:'artifact' => :'artifact',
|
|
102
|
+
:'pulp_created' => :'pulp_created',
|
|
103
103
|
:'md5' => :'md5',
|
|
104
104
|
:'sha1' => :'sha1',
|
|
105
105
|
:'sha224' => :'sha224',
|
|
@@ -130,9 +130,9 @@ module PulpAnsibleClient
|
|
|
130
130
|
# Attribute type mapping.
|
|
131
131
|
def self.openapi_types
|
|
132
132
|
{
|
|
133
|
-
:'pulp_created' => :'DateTime',
|
|
134
|
-
:'artifact' => :'String',
|
|
135
133
|
:'pulp_href' => :'String',
|
|
134
|
+
:'artifact' => :'String',
|
|
135
|
+
:'pulp_created' => :'DateTime',
|
|
136
136
|
:'md5' => :'String',
|
|
137
137
|
:'sha1' => :'String',
|
|
138
138
|
:'sha224' => :'String',
|
|
@@ -182,16 +182,16 @@ module PulpAnsibleClient
|
|
|
182
182
|
h[k.to_sym] = v
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
if attributes.key?(:'
|
|
186
|
-
self.
|
|
185
|
+
if attributes.key?(:'pulp_href')
|
|
186
|
+
self.pulp_href = attributes[:'pulp_href']
|
|
187
187
|
end
|
|
188
188
|
|
|
189
189
|
if attributes.key?(:'artifact')
|
|
190
190
|
self.artifact = attributes[:'artifact']
|
|
191
191
|
end
|
|
192
192
|
|
|
193
|
-
if attributes.key?(:'
|
|
194
|
-
self.
|
|
193
|
+
if attributes.key?(:'pulp_created')
|
|
194
|
+
self.pulp_created = attributes[:'pulp_created']
|
|
195
195
|
end
|
|
196
196
|
|
|
197
197
|
if attributes.key?(:'md5')
|
|
@@ -543,9 +543,9 @@ module PulpAnsibleClient
|
|
|
543
543
|
def ==(o)
|
|
544
544
|
return true if self.equal?(o)
|
|
545
545
|
self.class == o.class &&
|
|
546
|
-
pulp_created == o.pulp_created &&
|
|
547
|
-
artifact == o.artifact &&
|
|
548
546
|
pulp_href == o.pulp_href &&
|
|
547
|
+
artifact == o.artifact &&
|
|
548
|
+
pulp_created == o.pulp_created &&
|
|
549
549
|
md5 == o.md5 &&
|
|
550
550
|
sha1 == o.sha1 &&
|
|
551
551
|
sha224 == o.sha224 &&
|
|
@@ -581,7 +581,7 @@ module PulpAnsibleClient
|
|
|
581
581
|
# Calculates hash code according to all attributes.
|
|
582
582
|
# @return [Integer] Hash code
|
|
583
583
|
def hash
|
|
584
|
-
[
|
|
584
|
+
[pulp_href, artifact, pulp_created, md5, sha1, sha224, sha256, sha384, sha512, id, authors, contents, dependencies, description, docs_blob, manifest, files, documentation, homepage, issues, license, name, namespace, repository, tags, version, requires_ansible].hash
|
|
585
585
|
end
|
|
586
586
|
|
|
587
587
|
# Builds the object from hash
|