pulp_ansible_client 0.22.8 → 0.22.9
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 +4 -4
- data/docs/AnsibleCollectionVersionResponse.md +5 -5
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +28 -28
- data/docs/AnsibleRoleResponse.md +5 -5
- data/docs/ContentCollectionVersionsApi.md +4 -4
- data/docs/PatchedansibleGitRemote.md +26 -26
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +6 -6
- 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.rb +18 -18
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +18 -18
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +241 -241
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +159 -159
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +17 -17
- data/lib/pulp_ansible_client/models/patchedansible_ansible_namespace_metadata.rb +3 -3
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +233 -233
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/content_collection_versions_api_spec.rb +2 -2
- data/spec/models/ansible_collection_version_response_spec.rb +5 -5
- data/spec/models/ansible_collection_version_spec.rb +3 -3
- data/spec/models/ansible_git_remote_response_spec.rb +19 -19
- data/spec/models/ansible_git_remote_spec.rb +20 -20
- data/spec/models/ansible_role_response_spec.rb +4 -4
- data/spec/models/patchedansible_git_remote_spec.rb +20 -20
- metadata +129 -129
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b17541229c24b6ff1c8d4acf27927a0ac16ffd309c2afdf67c12017fd2256bfa
|
|
4
|
+
data.tar.gz: 9dc830debdc4b11afd8daf391b6a8d6839cb93438027481ef09f81ef340e3daa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5246a706503159540b969f028535e2358a6a4d7e3cc3abfc9ab95349ca344519d5474908652387eb5791f6bb2cfcb60037885bc8b7cc0a8ca909ba672c8fe6d
|
|
7
|
+
data.tar.gz: 9e1d40a4399c17a10db8febeef0ded09023b4b8234809ed4156a96c6232e15ff6355e9c9f30364ff873d34293a1193ba00f3e528fc47cdf3dd84af4e7763c55a
|
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.22.
|
|
10
|
+
- Package version: 0.22.9
|
|
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.22.
|
|
27
|
+
gem install ./pulp_ansible_client-0.22.9.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_ansible_client-0.22.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_ansible_client-0.22.9.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.22.
|
|
36
|
+
gem 'pulp_ansible_client', '~> 0.22.9'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
|
8
|
+
**upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
|
|
8
9
|
**file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
|
|
9
|
-
**file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
|
|
10
10
|
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
|
11
|
-
**
|
|
11
|
+
**file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
|
|
12
12
|
**expected_name** | **String** | The name of the collection. | [optional]
|
|
13
13
|
**expected_namespace** | **String** | The namespace of the collection. | [optional]
|
|
14
14
|
**expected_version** | **String** | The version of the collection. | [optional]
|
|
@@ -19,10 +19,10 @@ Name | Type | Description | Notes
|
|
|
19
19
|
require 'PulpAnsibleClient'
|
|
20
20
|
|
|
21
21
|
instance = PulpAnsibleClient::AnsibleCollectionVersion.new(artifact: null,
|
|
22
|
+
upload: null,
|
|
22
23
|
file_url: null,
|
|
23
|
-
file: null,
|
|
24
24
|
repository: null,
|
|
25
|
-
|
|
25
|
+
file: null,
|
|
26
26
|
expected_name: null,
|
|
27
27
|
expected_namespace: null,
|
|
28
28
|
expected_version: null)
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_last_updated** | **DateTime** | 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]
|
|
8
7
|
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
8
|
+
**pulp_last_updated** | **DateTime** | 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]
|
|
9
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
9
10
|
**artifact** | **String** | Artifact file representing the physical content | [optional]
|
|
10
11
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
11
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
12
12
|
**sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
|
|
13
13
|
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
|
14
14
|
**sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
|
|
@@ -39,11 +39,11 @@ Name | Type | Description | Notes
|
|
|
39
39
|
```ruby
|
|
40
40
|
require 'PulpAnsibleClient'
|
|
41
41
|
|
|
42
|
-
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(
|
|
43
|
-
|
|
42
|
+
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(prn: null,
|
|
43
|
+
pulp_last_updated: null,
|
|
44
|
+
pulp_created: null,
|
|
44
45
|
artifact: null,
|
|
45
46
|
pulp_href: null,
|
|
46
|
-
pulp_created: null,
|
|
47
47
|
sha256: null,
|
|
48
48
|
md5: null,
|
|
49
49
|
sha1: null,
|
data/docs/AnsibleGitRemote.md
CHANGED
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
8
|
-
**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]
|
|
9
|
-
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
10
|
-
**url** | **String** | The URL of an external content source. |
|
|
11
7
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
12
|
-
**
|
|
13
|
-
**
|
|
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]
|
|
15
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
8
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
9
|
+
**url** | **String** | The URL of an external content source. |
|
|
16
10
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
11
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
12
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
17
13
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
18
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]
|
|
19
|
-
**name** | **String** | A unique name for this remote. |
|
|
20
|
-
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
|
21
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
22
|
-
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
23
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]
|
|
24
16
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
25
|
-
**
|
|
17
|
+
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
18
|
+
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
19
|
+
**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
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
26
21
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
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
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
24
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
25
|
+
**name** | **String** | A unique name for this remote. |
|
|
26
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [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
|
-
headers: null,
|
|
35
|
+
instance = PulpAnsibleClient::AnsibleGitRemote.new(client_cert: null,
|
|
36
|
+
download_concurrency: null,
|
|
38
37
|
url: null,
|
|
39
|
-
client_cert: null,
|
|
40
|
-
tls_validation: null,
|
|
41
|
-
username: null,
|
|
42
|
-
sock_connect_timeout: null,
|
|
43
|
-
client_key: null,
|
|
44
38
|
ca_cert: null,
|
|
39
|
+
proxy_url: null,
|
|
40
|
+
pulp_labels: null,
|
|
45
41
|
proxy_password: null,
|
|
46
42
|
connect_timeout: null,
|
|
47
|
-
name: null,
|
|
48
|
-
proxy_username: null,
|
|
49
|
-
proxy_url: null,
|
|
50
|
-
password: null,
|
|
51
43
|
total_timeout: null,
|
|
52
44
|
rate_limit: null,
|
|
53
|
-
|
|
45
|
+
username: null,
|
|
46
|
+
password: null,
|
|
47
|
+
sock_connect_timeout: null,
|
|
48
|
+
tls_validation: null,
|
|
54
49
|
max_retries: null,
|
|
50
|
+
sock_read_timeout: null,
|
|
51
|
+
headers: null,
|
|
52
|
+
client_key: null,
|
|
53
|
+
name: null,
|
|
54
|
+
proxy_username: null,
|
|
55
55
|
metadata_only: null,
|
|
56
56
|
git_ref: null)
|
|
57
57
|
```
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
8
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
9
|
-
**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]
|
|
10
|
-
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
11
|
-
**url** | **String** | The URL of an external content source. |
|
|
12
7
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
13
|
-
**
|
|
14
|
-
**
|
|
15
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
16
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
8
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
9
|
+
**url** | **String** | The URL of an external content source. |
|
|
17
10
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [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
|
-
**name** | **String** | A unique name for this remote. |
|
|
20
11
|
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
21
|
-
**
|
|
12
|
+
**pulp_labels** | **Hash<String, String>** | | [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]
|
|
22
14
|
**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]
|
|
23
15
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
24
|
-
**
|
|
25
|
-
**
|
|
16
|
+
**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]
|
|
17
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
26
18
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
19
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
20
|
+
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
|
21
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
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
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
24
|
+
**hidden_fields** | [**Array<AnsibleCollectionRemoteResponseHiddenFields>**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
|
25
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
26
|
+
**name** | **String** | A unique name for this remote. |
|
|
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::AnsibleGitRemoteResponse.new(
|
|
36
|
-
|
|
37
|
-
sock_read_timeout: null,
|
|
38
|
-
headers: null,
|
|
35
|
+
instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(client_cert: null,
|
|
36
|
+
download_concurrency: null,
|
|
39
37
|
url: null,
|
|
40
|
-
client_cert: null,
|
|
41
|
-
tls_validation: null,
|
|
42
|
-
sock_connect_timeout: null,
|
|
43
|
-
prn: null,
|
|
44
|
-
pulp_created: null,
|
|
45
38
|
ca_cert: null,
|
|
46
|
-
connect_timeout: null,
|
|
47
|
-
name: null,
|
|
48
39
|
proxy_url: null,
|
|
49
|
-
|
|
40
|
+
pulp_labels: null,
|
|
41
|
+
connect_timeout: null,
|
|
50
42
|
total_timeout: null,
|
|
51
43
|
rate_limit: null,
|
|
52
|
-
|
|
53
|
-
|
|
44
|
+
sock_connect_timeout: null,
|
|
45
|
+
tls_validation: null,
|
|
54
46
|
max_retries: null,
|
|
47
|
+
prn: null,
|
|
48
|
+
pulp_last_updated: null,
|
|
49
|
+
pulp_created: null,
|
|
50
|
+
sock_read_timeout: null,
|
|
51
|
+
headers: null,
|
|
52
|
+
hidden_fields: null,
|
|
53
|
+
pulp_href: null,
|
|
54
|
+
name: null,
|
|
55
55
|
metadata_only: null,
|
|
56
56
|
git_ref: null)
|
|
57
57
|
```
|
data/docs/AnsibleRoleResponse.md
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
|
7
8
|
**pulp_last_updated** | **DateTime** | 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]
|
|
8
9
|
**artifact** | **String** | Artifact file representing the physical content |
|
|
9
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
10
10
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
11
|
-
**
|
|
11
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
12
12
|
**version** | **String** | |
|
|
13
13
|
**name** | **String** | |
|
|
14
14
|
**namespace** | **String** | |
|
|
@@ -18,11 +18,11 @@ Name | Type | Description | Notes
|
|
|
18
18
|
```ruby
|
|
19
19
|
require 'PulpAnsibleClient'
|
|
20
20
|
|
|
21
|
-
instance = PulpAnsibleClient::AnsibleRoleResponse.new(
|
|
21
|
+
instance = PulpAnsibleClient::AnsibleRoleResponse.new(prn: null,
|
|
22
|
+
pulp_last_updated: null,
|
|
22
23
|
artifact: null,
|
|
23
|
-
pulp_href: null,
|
|
24
24
|
pulp_created: null,
|
|
25
|
-
|
|
25
|
+
pulp_href: null,
|
|
26
26
|
version: null,
|
|
27
27
|
name: null,
|
|
28
28
|
namespace: null)
|
|
@@ -33,10 +33,10 @@ end
|
|
|
33
33
|
api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
|
|
34
34
|
opts = {
|
|
35
35
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
|
36
|
+
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
|
36
37
|
file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
|
|
37
|
-
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
|
|
38
38
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
|
39
|
-
|
|
39
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
|
|
40
40
|
expected_name: 'expected_name_example', # String | The name of the collection.
|
|
41
41
|
expected_namespace: 'expected_namespace_example', # String | The namespace of the collection.
|
|
42
42
|
expected_version: 'expected_version_example' # String | The version of the collection.
|
|
@@ -57,10 +57,10 @@ end
|
|
|
57
57
|
Name | Type | Description | Notes
|
|
58
58
|
------------- | ------------- | ------------- | -------------
|
|
59
59
|
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
|
60
|
+
**upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional]
|
|
60
61
|
**file_url** | **String**| A url that Pulp can download and turn into the content unit. | [optional]
|
|
61
|
-
**file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
|
|
62
62
|
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
|
63
|
-
**
|
|
63
|
+
**file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
|
|
64
64
|
**expected_name** | **String**| The name of the collection. | [optional]
|
|
65
65
|
**expected_namespace** | **String**| The namespace of the collection. | [optional]
|
|
66
66
|
**expected_version** | **String**| The version of the collection. | [optional]
|
|
@@ -4,26 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
8
|
-
**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]
|
|
9
|
-
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
10
|
-
**url** | **String** | The URL of an external content source. | [optional]
|
|
11
7
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
|
12
|
-
**
|
|
13
|
-
**
|
|
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]
|
|
15
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
8
|
+
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
|
9
|
+
**url** | **String** | The URL of an external content source. | [optional]
|
|
16
10
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
|
11
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
12
|
+
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
17
13
|
**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
18
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]
|
|
19
|
-
**name** | **String** | A unique name for this remote. | [optional]
|
|
20
|
-
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
|
21
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
|
22
|
-
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
23
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]
|
|
24
16
|
**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
|
|
25
|
-
**
|
|
17
|
+
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
|
18
|
+
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
|
19
|
+
**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
|
+
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
|
26
21
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
|
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
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
|
24
|
+
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
|
25
|
+
**name** | **String** | A unique name for this remote. | [optional]
|
|
26
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [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
|
-
headers: null,
|
|
35
|
+
instance = PulpAnsibleClient::PatchedansibleGitRemote.new(client_cert: null,
|
|
36
|
+
download_concurrency: null,
|
|
38
37
|
url: null,
|
|
39
|
-
client_cert: null,
|
|
40
|
-
tls_validation: null,
|
|
41
|
-
username: null,
|
|
42
|
-
sock_connect_timeout: null,
|
|
43
|
-
client_key: null,
|
|
44
38
|
ca_cert: null,
|
|
39
|
+
proxy_url: null,
|
|
40
|
+
pulp_labels: null,
|
|
45
41
|
proxy_password: null,
|
|
46
42
|
connect_timeout: null,
|
|
47
|
-
name: null,
|
|
48
|
-
proxy_username: null,
|
|
49
|
-
proxy_url: null,
|
|
50
|
-
password: null,
|
|
51
43
|
total_timeout: null,
|
|
52
44
|
rate_limit: null,
|
|
53
|
-
|
|
45
|
+
username: null,
|
|
46
|
+
password: null,
|
|
47
|
+
sock_connect_timeout: null,
|
|
48
|
+
tls_validation: null,
|
|
54
49
|
max_retries: null,
|
|
50
|
+
sock_read_timeout: null,
|
|
51
|
+
headers: null,
|
|
52
|
+
client_key: null,
|
|
53
|
+
name: null,
|
|
54
|
+
proxy_username: null,
|
|
55
55
|
metadata_only: null,
|
|
56
56
|
git_ref: null)
|
|
57
57
|
```
|
|
@@ -23,10 +23,10 @@ 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 [String] :artifact Artifact file representing the physical content
|
|
26
|
+
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
|
26
27
|
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
|
27
|
-
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
|
28
28
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
29
|
-
# @option opts [
|
|
29
|
+
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
|
30
30
|
# @option opts [String] :expected_name The name of the collection.
|
|
31
31
|
# @option opts [String] :expected_namespace The namespace of the collection.
|
|
32
32
|
# @option opts [String] :expected_version The version of the collection.
|
|
@@ -40,10 +40,10 @@ module PulpAnsibleClient
|
|
|
40
40
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
|
41
41
|
# @param [Hash] opts the optional parameters
|
|
42
42
|
# @option opts [String] :artifact Artifact file representing the physical content
|
|
43
|
+
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
|
43
44
|
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
|
44
|
-
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
|
45
45
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
46
|
-
# @option opts [
|
|
46
|
+
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
|
47
47
|
# @option opts [String] :expected_name The name of the collection.
|
|
48
48
|
# @option opts [String] :expected_namespace The namespace of the collection.
|
|
49
49
|
# @option opts [String] :expected_version The version of the collection.
|
|
@@ -96,10 +96,10 @@ module PulpAnsibleClient
|
|
|
96
96
|
# form parameters
|
|
97
97
|
form_params = opts[:form_params] || {}
|
|
98
98
|
form_params['artifact'] = opts[:'artifact'] if !opts[:'artifact'].nil?
|
|
99
|
+
form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
|
|
99
100
|
form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
|
|
100
|
-
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
|
101
101
|
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
|
102
|
-
form_params['
|
|
102
|
+
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
|
103
103
|
form_params['expected_name'] = opts[:'expected_name'] if !opts[:'expected_name'].nil?
|
|
104
104
|
form_params['expected_namespace'] = opts[:'expected_namespace'] if !opts[:'expected_namespace'].nil?
|
|
105
105
|
form_params['expected_version'] = opts[:'expected_version'] if !opts[:'expected_version'].nil?
|
data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb
CHANGED
|
@@ -72,7 +72,7 @@ module PulpAnsibleClient
|
|
|
72
72
|
fail ArgumentError, 'invalid value for "name" when calling PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.create, the character length must be great than or equal to 3.'
|
|
73
73
|
end
|
|
74
74
|
|
|
75
|
-
pattern = Regexp.new(/^(?!.*__)[a-z]
|
|
75
|
+
pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
76
76
|
if @api_client.config.client_side_validation && name !~ pattern
|
|
77
77
|
fail ArgumentError, "invalid value for 'name' when calling PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.create, must conform to the pattern #{pattern}."
|
|
78
78
|
end
|
|
@@ -421,7 +421,7 @@ module PulpAnsibleClient
|
|
|
421
421
|
fail ArgumentError, 'invalid value for "opts[:"name"]" when calling PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.partial_update, the character length must be great than or equal to 3.'
|
|
422
422
|
end
|
|
423
423
|
|
|
424
|
-
pattern = Regexp.new(/^(?!.*__)[a-z]
|
|
424
|
+
pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
425
425
|
if @api_client.config.client_side_validation && !opts[:'name'].nil? && opts[:'name'] !~ pattern
|
|
426
426
|
fail ArgumentError, "invalid value for 'opts[:\"name\"]' when calling PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.partial_update, must conform to the pattern #{pattern}."
|
|
427
427
|
end
|
|
@@ -66,7 +66,7 @@ module PulpAnsibleClient
|
|
|
66
66
|
fail ArgumentError, 'invalid value for "name" when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.create, the character length must be great than or equal to 3.'
|
|
67
67
|
end
|
|
68
68
|
|
|
69
|
-
pattern = Regexp.new(/^(?!.*__)[a-z]
|
|
69
|
+
pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
70
70
|
if @api_client.config.client_side_validation && name !~ pattern
|
|
71
71
|
fail ArgumentError, "invalid value for 'name' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.create, must conform to the pattern #{pattern}."
|
|
72
72
|
end
|
|
@@ -397,7 +397,7 @@ module PulpAnsibleClient
|
|
|
397
397
|
fail ArgumentError, 'invalid value for "opts[:"name"]" when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.partial_update, the character length must be great than or equal to 3.'
|
|
398
398
|
end
|
|
399
399
|
|
|
400
|
-
pattern = Regexp.new(/^(?!.*__)[a-z]
|
|
400
|
+
pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
401
401
|
if @api_client.config.client_side_validation && !opts[:'name'].nil? && opts[:'name'] !~ pattern
|
|
402
402
|
fail ArgumentError, "invalid value for 'opts[:\"name\"]' when calling PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.partial_update, must conform to the pattern #{pattern}."
|
|
403
403
|
end
|
|
@@ -130,7 +130,7 @@ module PulpAnsibleClient
|
|
|
130
130
|
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 3.')
|
|
131
131
|
end
|
|
132
132
|
|
|
133
|
-
pattern = Regexp.new(/^(?!.*__)[a-z]
|
|
133
|
+
pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
134
134
|
if @name !~ pattern
|
|
135
135
|
invalid_properties.push("invalid value for \"name\", must conform to the pattern #{pattern}.")
|
|
136
136
|
end
|
|
@@ -156,7 +156,7 @@ module PulpAnsibleClient
|
|
|
156
156
|
return false if @name.nil?
|
|
157
157
|
return false if @name.to_s.length > 64
|
|
158
158
|
return false if @name.to_s.length < 3
|
|
159
|
-
return false if @name !~ Regexp.new(/^(?!.*__)[a-z]
|
|
159
|
+
return false if @name !~ Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
160
160
|
return false if !@company.nil? && @company.to_s.length > 64
|
|
161
161
|
return false if !@email.nil? && @email.to_s.length > 256
|
|
162
162
|
return false if !@description.nil? && @description.to_s.length > 256
|
|
@@ -178,7 +178,7 @@ module PulpAnsibleClient
|
|
|
178
178
|
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 3.'
|
|
179
179
|
end
|
|
180
180
|
|
|
181
|
-
pattern = Regexp.new(/^(?!.*__)[a-z]
|
|
181
|
+
pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
182
182
|
if name !~ pattern
|
|
183
183
|
fail ArgumentError, "invalid value for \"name\", must conform to the pattern #{pattern}."
|
|
184
184
|
end
|
|
@@ -155,7 +155,7 @@ module PulpAnsibleClient
|
|
|
155
155
|
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 3.')
|
|
156
156
|
end
|
|
157
157
|
|
|
158
|
-
pattern = Regexp.new(/^(?!.*__)[a-z]
|
|
158
|
+
pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
159
159
|
if @name !~ pattern
|
|
160
160
|
invalid_properties.push("invalid value for \"name\", must conform to the pattern #{pattern}.")
|
|
161
161
|
end
|
|
@@ -185,7 +185,7 @@ module PulpAnsibleClient
|
|
|
185
185
|
return false if @name.nil?
|
|
186
186
|
return false if @name.to_s.length > 64
|
|
187
187
|
return false if @name.to_s.length < 3
|
|
188
|
-
return false if @name !~ Regexp.new(/^(?!.*__)[a-z]
|
|
188
|
+
return false if @name !~ Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
189
189
|
return false if !@company.nil? && @company.to_s.length > 64
|
|
190
190
|
return false if !@email.nil? && @email.to_s.length > 256
|
|
191
191
|
return false if !@description.nil? && @description.to_s.length > 256
|
|
@@ -208,7 +208,7 @@ module PulpAnsibleClient
|
|
|
208
208
|
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 3.'
|
|
209
209
|
end
|
|
210
210
|
|
|
211
|
-
pattern = Regexp.new(/^(?!.*__)[a-z]
|
|
211
|
+
pattern = Regexp.new(/^(?!.*__)[a-z][0-9a-z_]*$/)
|
|
212
212
|
if name !~ pattern
|
|
213
213
|
fail ArgumentError, "invalid value for \"name\", must conform to the pattern #{pattern}."
|
|
214
214
|
end
|