pulp_ansible_client 0.25.6 → 0.25.7
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/AnsibleCollectionVersionResponse.md +4 -4
- data/docs/AnsibleGitRemote.md +24 -24
- data/docs/AnsibleGitRemoteResponse.md +24 -24
- data/docs/AnsibleRole.md +2 -2
- data/docs/AnsibleRoleResponse.md +4 -4
- data/docs/ContentCollectionVersionsApi.md +6 -6
- data/docs/PatchedansibleGitRemote.md +24 -24
- data/docs/RemotesGitApi.md +2 -2
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +9 -9
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +2 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +2 -2
- data/lib/pulp_ansible_client/models/ansible_ansible_namespace_metadata.rb +3 -3
- data/lib/pulp_ansible_client/models/ansible_ansible_namespace_metadata_response.rb +3 -3
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +21 -21
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +217 -217
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +149 -149
- data/lib/pulp_ansible_client/models/ansible_role.rb +13 -13
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +23 -23
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +210 -210
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/content_collection_versions_api_spec.rb +3 -3
- data/spec/models/ansible_collection_version_response_spec.rb +4 -4
- data/spec/models/ansible_git_remote_response_spec.rb +19 -19
- data/spec/models/ansible_git_remote_spec.rb +18 -18
- data/spec/models/ansible_role_response_spec.rb +4 -4
- data/spec/models/ansible_role_spec.rb +3 -3
- data/spec/models/patchedansible_git_remote_spec.rb +18 -18
- metadata +120 -120
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6750c6d21360b1c211957f3ad09afbb9e3f3763f288bc87ef3b5023530a5d5b3
|
|
4
|
+
data.tar.gz: 4d87d07a01a67c2b9e36ddaaaf0f9430a89c55ae18508548c9bf37010b3e3d50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8eb9301a718b79067b7c56a0bd9098f0d0f5f2149978b2f29e6ff7cecfa782769f7f964da64dac665e6f54731521a0839fd1ee3b1e4dbad2b4899d9a7480a3a
|
|
7
|
+
data.tar.gz: 264ceac589a925b8e74d88a110d05082a8026e9de4b60b2d509e4ade55aa700e31a0fb8235f6dc589f5136697a6ee497f5d2eaa260e534cdfaf7b51b62323a93
|
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.25.
|
|
10
|
+
- Package version: 0.25.7
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -25,16 +25,16 @@ gem build pulp_ansible_client.gemspec
|
|
|
25
25
|
Then either install the gem locally:
|
|
26
26
|
|
|
27
27
|
```shell
|
|
28
|
-
gem install ./pulp_ansible_client-0.25.
|
|
28
|
+
gem install ./pulp_ansible_client-0.25.7.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.25.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.25.7.gem` to install the development dependencies)
|
|
32
32
|
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
34
34
|
|
|
35
35
|
Finally add this to the Gemfile:
|
|
36
36
|
|
|
37
|
-
gem 'pulp_ansible_client', '~> 0.25.
|
|
37
|
+
gem 'pulp_ansible_client', '~> 0.25.7'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
8
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
9
8
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
9
|
+
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
11
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
11
12
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
12
|
-
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
13
13
|
| **sha256** | **String** | The SHA-256 checksum if available. | [optional][readonly] |
|
|
14
14
|
| **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
|
|
15
15
|
| **sha1** | **String** | The SHA-1 checksum if available. | [optional][readonly] |
|
|
@@ -38,11 +38,11 @@ require 'pulp_ansible_client'
|
|
|
38
38
|
|
|
39
39
|
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
|
|
40
40
|
pulp_href: null,
|
|
41
|
-
prn: null,
|
|
42
41
|
pulp_created: null,
|
|
42
|
+
artifact: null,
|
|
43
43
|
pulp_last_updated: null,
|
|
44
|
+
prn: null,
|
|
44
45
|
pulp_labels: null,
|
|
45
|
-
artifact: null,
|
|
46
46
|
sha256: null,
|
|
47
47
|
md5: null,
|
|
48
48
|
sha1: null,
|
data/docs/AnsibleGitRemote.md
CHANGED
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **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] |
|
|
8
|
-
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
9
|
-
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
10
|
-
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
11
|
-
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
12
|
-
| **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] |
|
|
13
|
-
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
14
7
|
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
15
|
-
| **
|
|
16
|
-
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
8
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
17
9
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
10
|
+
| **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] |
|
|
18
11
|
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
19
|
-
| **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] |
|
|
20
|
-
| **name** | **String** | A unique name for this remote. | |
|
|
21
12
|
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
22
|
-
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
23
13
|
| **url** | **String** | The URL of an external content source. | |
|
|
24
14
|
| **pulp_labels** | **Hash<String, String>** | | [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] |
|
|
25
16
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
17
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [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] |
|
|
19
|
+
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
20
|
+
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
21
|
+
| **name** | **String** | A unique name for this remote. | |
|
|
22
|
+
| **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
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
24
|
+
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
26
25
|
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
26
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will 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
|
| **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] |
|
|
29
29
|
|
|
@@ -33,26 +33,26 @@
|
|
|
33
33
|
require 'pulp_ansible_client'
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::AnsibleGitRemote.new(
|
|
36
|
-
sock_connect_timeout: null,
|
|
37
|
-
client_cert: null,
|
|
38
|
-
client_key: null,
|
|
39
|
-
max_retries: null,
|
|
40
|
-
tls_validation: null,
|
|
41
|
-
connect_timeout: null,
|
|
42
|
-
proxy_username: null,
|
|
43
36
|
proxy_password: null,
|
|
44
|
-
|
|
45
|
-
ca_cert: null,
|
|
37
|
+
client_cert: null,
|
|
46
38
|
rate_limit: null,
|
|
39
|
+
sock_connect_timeout: null,
|
|
47
40
|
password: null,
|
|
48
|
-
sock_read_timeout: null,
|
|
49
|
-
name: null,
|
|
50
41
|
download_concurrency: null,
|
|
51
|
-
username: null,
|
|
52
42
|
url: null,
|
|
53
43
|
pulp_labels: null,
|
|
44
|
+
total_timeout: null,
|
|
54
45
|
headers: null,
|
|
46
|
+
tls_validation: null,
|
|
47
|
+
connect_timeout: null,
|
|
48
|
+
username: null,
|
|
49
|
+
proxy_username: null,
|
|
50
|
+
name: null,
|
|
51
|
+
sock_read_timeout: null,
|
|
52
|
+
ca_cert: null,
|
|
53
|
+
client_key: null,
|
|
55
54
|
proxy_url: null,
|
|
55
|
+
max_retries: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
58
58
|
)
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
8
|
-
| **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] |
|
|
7
|
+
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
9
8
|
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
10
|
-
| **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
|
|
11
|
-
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
12
|
-
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
13
|
-
| **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
|
-
| **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
|
|
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
|
-
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
17
9
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
10
|
+
| **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] |
|
|
18
11
|
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
19
|
-
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
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
|
-
| **name** | **String** | A unique name for this remote. | |
|
|
22
12
|
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
23
13
|
| **url** | **String** | The URL of an external content source. | |
|
|
24
14
|
| **pulp_labels** | **Hash<String, String>** | | [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
|
+
| **hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFieldsInner>**](AnsibleCollectionRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
|
|
25
17
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
18
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
19
|
+
| **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] |
|
|
20
|
+
| **pulp_href** | **String** | | [optional][readonly] |
|
|
21
|
+
| **pulp_last_updated** | **Time** | Timestamp of the most recent update of the remote. | [optional][readonly] |
|
|
22
|
+
| **name** | **String** | A unique name for this remote. | |
|
|
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] |
|
|
24
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
26
25
|
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
26
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will 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
|
| **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] |
|
|
29
29
|
|
|
@@ -33,26 +33,26 @@
|
|
|
33
33
|
require 'pulp_ansible_client'
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(
|
|
36
|
-
|
|
37
|
-
sock_connect_timeout: null,
|
|
36
|
+
pulp_created: null,
|
|
38
37
|
client_cert: null,
|
|
39
|
-
pulp_last_updated: null,
|
|
40
|
-
max_retries: null,
|
|
41
|
-
tls_validation: null,
|
|
42
|
-
connect_timeout: null,
|
|
43
|
-
hidden_fields: null,
|
|
44
|
-
total_timeout: null,
|
|
45
|
-
ca_cert: null,
|
|
46
38
|
rate_limit: null,
|
|
39
|
+
sock_connect_timeout: null,
|
|
47
40
|
prn: null,
|
|
48
|
-
pulp_created: null,
|
|
49
|
-
sock_read_timeout: null,
|
|
50
|
-
name: null,
|
|
51
41
|
download_concurrency: null,
|
|
52
42
|
url: null,
|
|
53
43
|
pulp_labels: null,
|
|
44
|
+
total_timeout: null,
|
|
45
|
+
hidden_fields: null,
|
|
54
46
|
headers: null,
|
|
47
|
+
tls_validation: null,
|
|
48
|
+
connect_timeout: null,
|
|
49
|
+
pulp_href: null,
|
|
50
|
+
pulp_last_updated: null,
|
|
51
|
+
name: null,
|
|
52
|
+
sock_read_timeout: null,
|
|
53
|
+
ca_cert: null,
|
|
55
54
|
proxy_url: null,
|
|
55
|
+
max_retries: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
58
58
|
)
|
data/docs/AnsibleRole.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
7
8
|
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
|
8
9
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
9
|
-
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
10
10
|
| **version** | **String** | | |
|
|
11
11
|
| **name** | **String** | | |
|
|
12
12
|
| **namespace** | **String** | | |
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
require 'pulp_ansible_client'
|
|
18
18
|
|
|
19
19
|
instance = PulpAnsibleClient::AnsibleRole.new(
|
|
20
|
+
artifact: null,
|
|
20
21
|
repository: null,
|
|
21
22
|
pulp_labels: null,
|
|
22
|
-
artifact: null,
|
|
23
23
|
version: null,
|
|
24
24
|
name: null,
|
|
25
25
|
namespace: null
|
data/docs/AnsibleRoleResponse.md
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **pulp_href** | **String** | | [optional][readonly] |
|
|
8
|
-
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
9
8
|
| **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
|
|
9
|
+
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
10
10
|
| **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
|
|
11
|
+
| **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
|
|
11
12
|
| **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
12
|
-
| **artifact** | **String** | Artifact file representing the physical content | |
|
|
13
13
|
| **version** | **String** | | |
|
|
14
14
|
| **name** | **String** | | |
|
|
15
15
|
| **namespace** | **String** | | |
|
|
@@ -21,11 +21,11 @@ require 'pulp_ansible_client'
|
|
|
21
21
|
|
|
22
22
|
instance = PulpAnsibleClient::AnsibleRoleResponse.new(
|
|
23
23
|
pulp_href: null,
|
|
24
|
-
prn: null,
|
|
25
24
|
pulp_created: null,
|
|
25
|
+
artifact: null,
|
|
26
26
|
pulp_last_updated: null,
|
|
27
|
+
prn: null,
|
|
27
28
|
pulp_labels: null,
|
|
28
|
-
artifact: null,
|
|
29
29
|
version: null,
|
|
30
30
|
name: null,
|
|
31
31
|
namespace: null
|
|
@@ -34,11 +34,11 @@ end
|
|
|
34
34
|
api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
|
|
35
35
|
opts = {
|
|
36
36
|
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
37
|
-
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
|
38
|
-
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
|
39
|
-
pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
40
37
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
|
38
|
+
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
|
41
39
|
file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
|
|
40
|
+
pulp_labels: { key: 'inner_example'}, # Hash<String, String> | A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
41
|
+
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
|
42
42
|
file: File.new('/path/to/some/file'), # File | An uploaded file that may be turned into the content unit.
|
|
43
43
|
expected_name: 'expected_name_example', # String | The name of the collection.
|
|
44
44
|
expected_namespace: 'expected_namespace_example', # String | The namespace of the collection.
|
|
@@ -77,11 +77,11 @@ end
|
|
|
77
77
|
| Name | Type | Description | Notes |
|
|
78
78
|
| ---- | ---- | ----------- | ----- |
|
|
79
79
|
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
80
|
-
| **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
|
|
81
|
-
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
|
82
|
-
| **pulp_labels** | [**Hash<String, String>**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
83
80
|
| **artifact** | **String** | Artifact file representing the physical content | [optional] |
|
|
81
|
+
| **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
|
|
84
82
|
| **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] |
|
|
83
|
+
| **pulp_labels** | [**Hash<String, String>**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
|
|
84
|
+
| **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] |
|
|
85
85
|
| **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
|
|
86
86
|
| **expected_name** | **String** | The name of the collection. | [optional] |
|
|
87
87
|
| **expected_namespace** | **String** | The namespace of the collection. | [optional] |
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **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] |
|
|
8
|
-
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
9
|
-
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
10
|
-
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional] |
|
|
11
|
-
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
|
|
12
|
-
| **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] |
|
|
13
|
-
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
14
7
|
| **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
15
|
-
| **
|
|
16
|
-
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
8
|
+
| **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
|
|
17
9
|
| **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
|
|
10
|
+
| **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] |
|
|
18
11
|
| **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional] |
|
|
19
|
-
| **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] |
|
|
20
|
-
| **name** | **String** | A unique name for this remote. | [optional] |
|
|
21
12
|
| **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional] |
|
|
22
|
-
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
23
13
|
| **url** | **String** | The URL of an external content source. | [optional] |
|
|
24
14
|
| **pulp_labels** | **Hash<String, String>** | | [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] |
|
|
25
16
|
| **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
|
|
17
|
+
| **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [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] |
|
|
19
|
+
| **username** | **String** | The username to be used for authentication when syncing. | [optional] |
|
|
20
|
+
| **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] |
|
|
21
|
+
| **name** | **String** | A unique name for this remote. | [optional] |
|
|
22
|
+
| **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
|
+
| **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
|
|
24
|
+
| **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] |
|
|
26
25
|
| **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] |
|
|
26
|
+
| **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will 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
|
| **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional] |
|
|
29
29
|
|
|
@@ -33,26 +33,26 @@
|
|
|
33
33
|
require 'pulp_ansible_client'
|
|
34
34
|
|
|
35
35
|
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(
|
|
36
|
-
sock_connect_timeout: null,
|
|
37
|
-
client_cert: null,
|
|
38
|
-
client_key: null,
|
|
39
|
-
max_retries: null,
|
|
40
|
-
tls_validation: null,
|
|
41
|
-
connect_timeout: null,
|
|
42
|
-
proxy_username: null,
|
|
43
36
|
proxy_password: null,
|
|
44
|
-
|
|
45
|
-
ca_cert: null,
|
|
37
|
+
client_cert: null,
|
|
46
38
|
rate_limit: null,
|
|
39
|
+
sock_connect_timeout: null,
|
|
47
40
|
password: null,
|
|
48
|
-
sock_read_timeout: null,
|
|
49
|
-
name: null,
|
|
50
41
|
download_concurrency: null,
|
|
51
|
-
username: null,
|
|
52
42
|
url: null,
|
|
53
43
|
pulp_labels: null,
|
|
44
|
+
total_timeout: null,
|
|
54
45
|
headers: null,
|
|
46
|
+
tls_validation: null,
|
|
47
|
+
connect_timeout: null,
|
|
48
|
+
username: null,
|
|
49
|
+
proxy_username: null,
|
|
50
|
+
name: null,
|
|
51
|
+
sock_read_timeout: null,
|
|
52
|
+
ca_cert: null,
|
|
53
|
+
client_key: null,
|
|
55
54
|
proxy_url: null,
|
|
55
|
+
max_retries: null,
|
|
56
56
|
metadata_only: null,
|
|
57
57
|
git_ref: null
|
|
58
58
|
)
|
data/docs/RemotesGitApi.md
CHANGED
|
@@ -115,7 +115,7 @@ PulpAnsibleClient.configure do |config|
|
|
|
115
115
|
end
|
|
116
116
|
|
|
117
117
|
api_instance = PulpAnsibleClient::RemotesGitApi.new
|
|
118
|
-
ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({
|
|
118
|
+
ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({url: 'url_example', name: 'name_example'}) # AnsibleGitRemote |
|
|
119
119
|
opts = {
|
|
120
120
|
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
121
121
|
}
|
|
@@ -926,7 +926,7 @@ end
|
|
|
926
926
|
|
|
927
927
|
api_instance = PulpAnsibleClient::RemotesGitApi.new
|
|
928
928
|
ansible_git_remote_href = 'ansible_git_remote_href_example' # String |
|
|
929
|
-
ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({
|
|
929
|
+
ansible_git_remote = PulpAnsibleClient::AnsibleGitRemote.new({url: 'url_example', name: 'name_example'}) # AnsibleGitRemote |
|
|
930
930
|
opts = {
|
|
931
931
|
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
932
932
|
}
|
|
@@ -23,11 +23,11 @@ module PulpAnsibleClient
|
|
|
23
23
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
25
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
26
|
-
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
|
27
|
-
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
28
|
-
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
29
26
|
# @option opts [String] :artifact Artifact file representing the physical content
|
|
27
|
+
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
30
28
|
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
|
29
|
+
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
30
|
+
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
|
31
31
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
|
32
32
|
# @option opts [String] :expected_name The name of the collection.
|
|
33
33
|
# @option opts [String] :expected_namespace The namespace of the collection.
|
|
@@ -42,11 +42,11 @@ module PulpAnsibleClient
|
|
|
42
42
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
|
43
43
|
# @param [Hash] opts the optional parameters
|
|
44
44
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
45
|
-
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
|
46
|
-
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
47
|
-
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
48
45
|
# @option opts [String] :artifact Artifact file representing the physical content
|
|
46
|
+
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
49
47
|
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
|
48
|
+
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
49
|
+
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
|
50
50
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
|
51
51
|
# @option opts [String] :expected_name The name of the collection.
|
|
52
52
|
# @option opts [String] :expected_namespace The namespace of the collection.
|
|
@@ -103,11 +103,11 @@ module PulpAnsibleClient
|
|
|
103
103
|
|
|
104
104
|
# form parameters
|
|
105
105
|
form_params = opts[:form_params] || {}
|
|
106
|
-
form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
|
|
107
|
-
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
|
108
|
-
form_params['pulp_labels'] = opts[:'pulp_labels'] if !opts[:'pulp_labels'].nil?
|
|
109
106
|
form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
|
|
107
|
+
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
|
110
108
|
form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
|
|
109
|
+
form_params['pulp_labels'] = opts[:'pulp_labels'] if !opts[:'pulp_labels'].nil?
|
|
110
|
+
form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
|
|
111
111
|
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
|
112
112
|
form_params['expected_name'] = opts[:'expected_name'] if !opts[:'expected_name'].nil?
|
|
113
113
|
form_params['expected_namespace'] = opts[:'expected_namespace'] if !opts[:'expected_namespace'].nil?
|
data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb
CHANGED
|
@@ -74,7 +74,7 @@ module PulpAnsibleClient
|
|
|
74
74
|
fail ArgumentError, 'invalid value for "name" when calling PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.create, the character length must be great than or equal to 3.'
|
|
75
75
|
end
|
|
76
76
|
|
|
77
|
-
pattern = Regexp.new(/^(?!.*__)[a-z]
|
|
77
|
+
pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
78
78
|
if @api_client.config.client_side_validation && name !~ pattern
|
|
79
79
|
fail ArgumentError, "invalid value for 'name' when calling PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.create, must conform to the pattern #{pattern}."
|
|
80
80
|
end
|
|
@@ -438,7 +438,7 @@ module PulpAnsibleClient
|
|
|
438
438
|
fail ArgumentError, 'invalid value for "opts[:"name2"]" when calling PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.partial_update, the character length must be great than or equal to 3.'
|
|
439
439
|
end
|
|
440
440
|
|
|
441
|
-
pattern = Regexp.new(/^(?!.*__)[a-z]
|
|
441
|
+
pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
442
442
|
if @api_client.config.client_side_validation && !opts[:'name2'].nil? && opts[:'name2'] !~ pattern
|
|
443
443
|
fail ArgumentError, "invalid value for 'opts[:\"name2\"]' when calling PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.partial_update, must conform to the pattern #{pattern}."
|
|
444
444
|
end
|
|
@@ -68,7 +68,7 @@ module PulpAnsibleClient
|
|
|
68
68
|
fail ArgumentError, 'invalid value for "name" when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.create, the character length must be great than or equal to 3.'
|
|
69
69
|
end
|
|
70
70
|
|
|
71
|
-
pattern = Regexp.new(/^(?!.*__)[a-z]
|
|
71
|
+
pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
72
72
|
if @api_client.config.client_side_validation && name !~ pattern
|
|
73
73
|
fail ArgumentError, "invalid value for 'name' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.create, must conform to the pattern #{pattern}."
|
|
74
74
|
end
|
|
@@ -414,7 +414,7 @@ module PulpAnsibleClient
|
|
|
414
414
|
fail ArgumentError, 'invalid value for "opts[:"name2"]" when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.partial_update, the character length must be great than or equal to 3.'
|
|
415
415
|
end
|
|
416
416
|
|
|
417
|
-
pattern = Regexp.new(/^(?!.*__)[a-z]
|
|
417
|
+
pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
418
418
|
if @api_client.config.client_side_validation && !opts[:'name2'].nil? && opts[:'name2'] !~ pattern
|
|
419
419
|
fail ArgumentError, "invalid value for 'opts[:\"name2\"]' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.partial_update, must conform to the pattern #{pattern}."
|
|
420
420
|
end
|
|
@@ -139,7 +139,7 @@ module PulpAnsibleClient
|
|
|
139
139
|
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 3.')
|
|
140
140
|
end
|
|
141
141
|
|
|
142
|
-
pattern = Regexp.new(/^(?!.*__)[a-z]
|
|
142
|
+
pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
143
143
|
if @name !~ pattern
|
|
144
144
|
invalid_properties.push("invalid value for \"name\", must conform to the pattern #{pattern}.")
|
|
145
145
|
end
|
|
@@ -166,7 +166,7 @@ module PulpAnsibleClient
|
|
|
166
166
|
return false if @name.nil?
|
|
167
167
|
return false if @name.to_s.length > 64
|
|
168
168
|
return false if @name.to_s.length < 3
|
|
169
|
-
return false if @name !~ Regexp.new(/^(?!.*__)[a-z]
|
|
169
|
+
return false if @name !~ Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
170
170
|
return false if !@company.nil? && @company.to_s.length > 64
|
|
171
171
|
return false if !@email.nil? && @email.to_s.length > 256
|
|
172
172
|
return false if !@description.nil? && @description.to_s.length > 256
|
|
@@ -188,7 +188,7 @@ module PulpAnsibleClient
|
|
|
188
188
|
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 3.'
|
|
189
189
|
end
|
|
190
190
|
|
|
191
|
-
pattern = Regexp.new(/^(?!.*__)[a-z]
|
|
191
|
+
pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
192
192
|
if name !~ pattern
|
|
193
193
|
fail ArgumentError, "invalid value for \"name\", must conform to the pattern #{pattern}."
|
|
194
194
|
end
|
|
@@ -164,7 +164,7 @@ module PulpAnsibleClient
|
|
|
164
164
|
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 3.')
|
|
165
165
|
end
|
|
166
166
|
|
|
167
|
-
pattern = Regexp.new(/^(?!.*__)[a-z]
|
|
167
|
+
pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
168
168
|
if @name !~ pattern
|
|
169
169
|
invalid_properties.push("invalid value for \"name\", must conform to the pattern #{pattern}.")
|
|
170
170
|
end
|
|
@@ -195,7 +195,7 @@ module PulpAnsibleClient
|
|
|
195
195
|
return false if @name.nil?
|
|
196
196
|
return false if @name.to_s.length > 64
|
|
197
197
|
return false if @name.to_s.length < 3
|
|
198
|
-
return false if @name !~ Regexp.new(/^(?!.*__)[a-z]
|
|
198
|
+
return false if @name !~ Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
199
199
|
return false if !@company.nil? && @company.to_s.length > 64
|
|
200
200
|
return false if !@email.nil? && @email.to_s.length > 256
|
|
201
201
|
return false if !@description.nil? && @description.to_s.length > 256
|
|
@@ -218,7 +218,7 @@ module PulpAnsibleClient
|
|
|
218
218
|
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 3.'
|
|
219
219
|
end
|
|
220
220
|
|
|
221
|
-
pattern = Regexp.new(/^(?!.*__)[a-z]
|
|
221
|
+
pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
222
222
|
if name !~ pattern
|
|
223
223
|
fail ArgumentError, "invalid value for \"name\", must conform to the pattern #{pattern}."
|
|
224
224
|
end
|