pulp_deb_client 2.9.2 → 2.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContentGenericContentsApi.md +10 -10
- data/docs/ContentInstallerFileIndicesApi.md +14 -14
- data/docs/ContentInstallerPackagesApi.md +40 -40
- data/docs/ContentPackageIndicesApi.md +14 -14
- data/docs/ContentPackageReleaseComponentsApi.md +10 -10
- data/docs/ContentPackagesApi.md +42 -42
- data/docs/ContentReleaseArchitecturesApi.md +10 -10
- data/docs/ContentReleaseComponentsApi.md +10 -10
- data/docs/ContentReleaseFilesApi.md +14 -14
- data/docs/ContentReleasesApi.md +12 -12
- data/docs/DebAptDistribution.md +2 -0
- data/docs/DebAptDistributionResponse.md +2 -0
- data/docs/DebAptRemote.md +11 -1
- data/docs/DebAptRemoteResponse.md +7 -7
- data/docs/DebAptRepository.md +3 -1
- data/docs/DebAptRepositoryResponse.md +2 -0
- data/docs/DistributionsAptApi.md +20 -12
- data/docs/PatcheddebAptDistribution.md +2 -0
- data/docs/PatcheddebAptRemote.md +11 -1
- data/docs/PatcheddebAptRepository.md +3 -1
- data/docs/PublicationsAptApi.md +14 -14
- data/docs/PublicationsVerbatimApi.md +14 -14
- data/docs/RemotesAptApi.md +24 -16
- data/docs/RepositoriesAptApi.md +12 -4
- data/docs/RepositoriesDebVersionsApi.md +28 -28
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +14 -14
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +51 -43
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +14 -14
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_packages_api.rb +53 -45
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_release_components_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_release_files_api.rb +14 -14
- data/lib/pulp_deb_client/api/content_releases_api.rb +12 -12
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +26 -14
- data/lib/pulp_deb_client/api/publications_apt_api.rb +15 -15
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +15 -15
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +30 -18
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +17 -5
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +50 -30
- data/lib/pulp_deb_client/models/deb_apt_distribution.rb +10 -1
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +10 -1
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +56 -2
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +31 -32
- data/lib/pulp_deb_client/models/deb_apt_repository.rb +10 -1
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +10 -1
- data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +10 -1
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +56 -2
- data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +10 -1
- data/lib/pulp_deb_client/version.rb +1 -1
- data/spec/api/content_generic_contents_api_spec.rb +5 -5
- data/spec/api/content_installer_file_indices_api_spec.rb +7 -7
- data/spec/api/content_installer_packages_api_spec.rb +20 -20
- data/spec/api/content_package_indices_api_spec.rb +7 -7
- data/spec/api/content_package_release_components_api_spec.rb +5 -5
- data/spec/api/content_packages_api_spec.rb +21 -21
- data/spec/api/content_release_architectures_api_spec.rb +5 -5
- data/spec/api/content_release_components_api_spec.rb +5 -5
- data/spec/api/content_release_files_api_spec.rb +7 -7
- data/spec/api/content_releases_api_spec.rb +6 -6
- data/spec/api/distributions_apt_api_spec.rb +10 -6
- data/spec/api/publications_apt_api_spec.rb +7 -7
- data/spec/api/publications_verbatim_api_spec.rb +7 -7
- data/spec/api/remotes_apt_api_spec.rb +12 -8
- data/spec/api/repositories_apt_api_spec.rb +6 -2
- data/spec/api/repositories_deb_versions_api_spec.rb +14 -14
- data/spec/models/deb_apt_distribution_response_spec.rb +6 -0
- data/spec/models/deb_apt_distribution_spec.rb +6 -0
- data/spec/models/deb_apt_remote_response_spec.rb +12 -12
- data/spec/models/deb_apt_remote_spec.rb +30 -0
- data/spec/models/deb_apt_repository_response_spec.rb +6 -0
- data/spec/models/deb_apt_repository_spec.rb +6 -0
- data/spec/models/patcheddeb_apt_distribution_spec.rb +6 -0
- data/spec/models/patcheddeb_apt_remote_spec.rb +30 -0
- data/spec/models/patcheddeb_apt_repository_spec.rb +6 -0
- metadata +56 -56
@@ -85,14 +85,14 @@ end
|
|
85
85
|
|
86
86
|
api_instance = PulpDebClient::ContentReleaseComponentsApi.new
|
87
87
|
opts = {
|
88
|
-
component: 'component_example', # String | component
|
88
|
+
component: 'component_example', # String | Filter results where component matches value
|
89
89
|
limit: 56, # Integer | Number of results to return per page.
|
90
90
|
offset: 56, # Integer | The initial index from which to return the results.
|
91
91
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
92
|
-
release: 'release_example', # String | release
|
93
|
-
repository_version: 'repository_version_example', # String |
|
94
|
-
repository_version_added: 'repository_version_added_example', # String |
|
95
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
92
|
+
release: 'release_example', # String | Filter results where release matches value
|
93
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
95
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
96
96
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
97
97
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
98
98
|
}
|
@@ -111,14 +111,14 @@ end
|
|
111
111
|
|
112
112
|
Name | Type | Description | Notes
|
113
113
|
------------- | ------------- | ------------- | -------------
|
114
|
-
**component** | **String**| component | [optional]
|
114
|
+
**component** | **String**| Filter results where component matches value | [optional]
|
115
115
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
116
116
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
117
117
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
118
|
-
**release** | **String
|
119
|
-
**repository_version** | **String**|
|
120
|
-
**repository_version_added** | **String**|
|
121
|
-
**repository_version_removed** | **String**|
|
118
|
+
**release** | [**String**](.md)| Filter results where release matches value | [optional]
|
119
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
120
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
121
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
122
122
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
123
123
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
124
124
|
|
@@ -85,16 +85,16 @@ end
|
|
85
85
|
|
86
86
|
api_instance = PulpDebClient::ContentReleaseFilesApi.new
|
87
87
|
opts = {
|
88
|
-
codename: 'codename_example', # String | codename
|
88
|
+
codename: 'codename_example', # String | Filter results where codename matches value
|
89
89
|
limit: 56, # Integer | Number of results to return per page.
|
90
90
|
offset: 56, # Integer | The initial index from which to return the results.
|
91
91
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
92
|
-
relative_path: 'relative_path_example', # String | relative_path
|
93
|
-
repository_version: 'repository_version_example', # String |
|
94
|
-
repository_version_added: 'repository_version_added_example', # String |
|
95
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
96
|
-
sha256: 'sha256_example', # String | sha256
|
97
|
-
suite: 'suite_example', # String | suite
|
92
|
+
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
93
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
95
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
96
|
+
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
97
|
+
suite: 'suite_example', # String | Filter results where suite matches value
|
98
98
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
99
99
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
100
100
|
}
|
@@ -113,16 +113,16 @@ end
|
|
113
113
|
|
114
114
|
Name | Type | Description | Notes
|
115
115
|
------------- | ------------- | ------------- | -------------
|
116
|
-
**codename** | **String**| codename | [optional]
|
116
|
+
**codename** | **String**| Filter results where codename matches value | [optional]
|
117
117
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
118
118
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
119
119
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
120
|
-
**relative_path** | **String**| relative_path | [optional]
|
121
|
-
**repository_version** | **String**|
|
122
|
-
**repository_version_added** | **String**|
|
123
|
-
**repository_version_removed** | **String**|
|
124
|
-
**sha256** | **String**| sha256 | [optional]
|
125
|
-
**suite** | **String**| suite | [optional]
|
120
|
+
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
121
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
122
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
123
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
124
|
+
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
125
|
+
**suite** | **String**| Filter results where suite matches value | [optional]
|
126
126
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
127
127
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
128
128
|
|
data/docs/ContentReleasesApi.md
CHANGED
@@ -85,15 +85,15 @@ end
|
|
85
85
|
|
86
86
|
api_instance = PulpDebClient::ContentReleasesApi.new
|
87
87
|
opts = {
|
88
|
-
codename: 'codename_example', # String | codename
|
89
|
-
distribution: 'distribution_example', # String | distribution
|
88
|
+
codename: 'codename_example', # String | Filter results where codename matches value
|
89
|
+
distribution: 'distribution_example', # String | Filter results where distribution matches value
|
90
90
|
limit: 56, # Integer | Number of results to return per page.
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
92
92
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
93
|
-
repository_version: 'repository_version_example', # String |
|
94
|
-
repository_version_added: 'repository_version_added_example', # String |
|
95
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
96
|
-
suite: 'suite_example', # String | suite
|
93
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
95
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
96
|
+
suite: 'suite_example', # String | Filter results where suite matches value
|
97
97
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
98
98
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
99
99
|
}
|
@@ -112,15 +112,15 @@ end
|
|
112
112
|
|
113
113
|
Name | Type | Description | Notes
|
114
114
|
------------- | ------------- | ------------- | -------------
|
115
|
-
**codename** | **String**| codename | [optional]
|
116
|
-
**distribution** | **String**| distribution | [optional]
|
115
|
+
**codename** | **String**| Filter results where codename matches value | [optional]
|
116
|
+
**distribution** | **String**| Filter results where distribution matches value | [optional]
|
117
117
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
118
118
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
119
119
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
120
|
-
**repository_version** | **String**|
|
121
|
-
**repository_version_added** | **String**|
|
122
|
-
**repository_version_removed** | **String**|
|
123
|
-
**suite** | **String**| suite | [optional]
|
120
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
121
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
122
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
123
|
+
**suite** | **String**| Filter results where suite matches value | [optional]
|
124
124
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
125
125
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
126
126
|
|
data/docs/DebAptDistribution.md
CHANGED
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
9
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
10
11
|
**publication** | **String** | Publication to be served | [optional]
|
11
12
|
|
@@ -16,6 +17,7 @@ require 'PulpDebClient'
|
|
16
17
|
|
17
18
|
instance = PulpDebClient::DebAptDistribution.new(base_path: null,
|
18
19
|
content_guard: null,
|
20
|
+
pulp_labels: null,
|
19
21
|
name: null,
|
20
22
|
publication: null)
|
21
23
|
```
|
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
|
9
9
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
10
10
|
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
11
11
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
12
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
12
13
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
13
14
|
**publication** | **String** | Publication to be served | [optional]
|
14
15
|
|
@@ -22,6 +23,7 @@ instance = PulpDebClient::DebAptDistributionResponse.new(pulp_href: null,
|
|
22
23
|
base_path: null,
|
23
24
|
base_url: null,
|
24
25
|
content_guard: null,
|
26
|
+
pulp_labels: null,
|
25
27
|
name: null,
|
26
28
|
publication: null)
|
27
29
|
```
|
data/docs/DebAptRemote.md
CHANGED
@@ -10,15 +10,20 @@ Name | Type | Description | Notes
|
|
10
10
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
11
11
|
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
12
12
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
13
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://
|
13
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
14
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
15
|
+
**proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
|
14
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
15
17
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
18
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
16
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
17
20
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
|
18
21
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
|
19
22
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
20
23
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
21
24
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
25
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
26
|
+
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
22
27
|
**distributions** | **String** | Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \"Release\" file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \"flat repository format\", the distribution must end with a \"/\". Based on \"/etc/apt/sources.list\" syntax. |
|
23
28
|
**components** | **String** | Whitespace separatet list of components to sync. If none are supplied, all that are available will be synchronized. Leave blank for repositores using \"flat repository format\". | [optional]
|
24
29
|
**architectures** | **String** | Whitespace separated list of architectures to sync If none are supplied, all that are available will be synchronized. A list of valid architecture specification strings can be found by running \"dpkg-architecture -L\". A sync will download the intersection of the list of architectures provided via this field and those provided by the relevant \"Release\" file. Architecture=\"all\" is always synchronized and does not need to be provided here. | [optional]
|
@@ -40,14 +45,19 @@ instance = PulpDebClient::DebAptRemote.new(name: null,
|
|
40
45
|
client_key: null,
|
41
46
|
tls_validation: null,
|
42
47
|
proxy_url: null,
|
48
|
+
proxy_username: null,
|
49
|
+
proxy_password: null,
|
43
50
|
username: null,
|
44
51
|
password: null,
|
52
|
+
pulp_labels: null,
|
45
53
|
download_concurrency: null,
|
46
54
|
policy: null,
|
47
55
|
total_timeout: null,
|
48
56
|
connect_timeout: null,
|
49
57
|
sock_connect_timeout: null,
|
50
58
|
sock_read_timeout: null,
|
59
|
+
headers: null,
|
60
|
+
rate_limit: null,
|
51
61
|
distributions: null,
|
52
62
|
components: null,
|
53
63
|
architectures: null,
|
@@ -10,11 +10,9 @@ Name | Type | Description | Notes
|
|
10
10
|
**url** | **String** | The URL of an external content source. |
|
11
11
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
12
12
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
13
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
14
13
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://
|
16
|
-
**
|
17
|
-
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
14
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
15
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
18
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
19
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
20
18
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
|
@@ -22,6 +20,8 @@ Name | Type | Description | Notes
|
|
22
20
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
23
21
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
24
22
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
23
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
24
|
+
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
25
25
|
**distributions** | **String** | Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \"Release\" file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \"flat repository format\", the distribution must end with a \"/\". Based on \"/etc/apt/sources.list\" syntax. |
|
26
26
|
**components** | **String** | Whitespace separatet list of components to sync. If none are supplied, all that are available will be synchronized. Leave blank for repositores using \"flat repository format\". | [optional]
|
27
27
|
**architectures** | **String** | Whitespace separated list of architectures to sync If none are supplied, all that are available will be synchronized. A list of valid architecture specification strings can be found by running \"dpkg-architecture -L\". A sync will download the intersection of the list of architectures provided via this field and those provided by the relevant \"Release\" file. Architecture=\"all\" is always synchronized and does not need to be provided here. | [optional]
|
@@ -42,11 +42,9 @@ instance = PulpDebClient::DebAptRemoteResponse.new(pulp_href: null,
|
|
42
42
|
url: null,
|
43
43
|
ca_cert: null,
|
44
44
|
client_cert: null,
|
45
|
-
client_key: null,
|
46
45
|
tls_validation: null,
|
47
46
|
proxy_url: null,
|
48
|
-
|
49
|
-
password: null,
|
47
|
+
pulp_labels: null,
|
50
48
|
pulp_last_updated: null,
|
51
49
|
download_concurrency: null,
|
52
50
|
policy: null,
|
@@ -54,6 +52,8 @@ instance = PulpDebClient::DebAptRemoteResponse.new(pulp_href: null,
|
|
54
52
|
connect_timeout: null,
|
55
53
|
sock_connect_timeout: null,
|
56
54
|
sock_read_timeout: null,
|
55
|
+
headers: null,
|
56
|
+
rate_limit: null,
|
57
57
|
distributions: null,
|
58
58
|
components: null,
|
59
59
|
architectures: null,
|
data/docs/DebAptRepository.md
CHANGED
@@ -4,6 +4,7 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
7
8
|
**name** | **String** | A unique name for this repository. |
|
8
9
|
**description** | **String** | An optional description. | [optional]
|
9
10
|
**remote** | **String** | | [optional]
|
@@ -13,7 +14,8 @@ Name | Type | Description | Notes
|
|
13
14
|
```ruby
|
14
15
|
require 'PulpDebClient'
|
15
16
|
|
16
|
-
instance = PulpDebClient::DebAptRepository.new(
|
17
|
+
instance = PulpDebClient::DebAptRepository.new(pulp_labels: null,
|
18
|
+
name: null,
|
17
19
|
description: null,
|
18
20
|
remote: null)
|
19
21
|
```
|
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
9
|
**versions_href** | **String** | | [optional] [readonly]
|
10
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
10
11
|
**latest_version_href** | **String** | | [optional] [readonly]
|
11
12
|
**name** | **String** | A unique name for this repository. |
|
12
13
|
**description** | **String** | An optional description. | [optional]
|
@@ -20,6 +21,7 @@ require 'PulpDebClient'
|
|
20
21
|
instance = PulpDebClient::DebAptRepositoryResponse.new(pulp_href: null,
|
21
22
|
pulp_created: null,
|
22
23
|
versions_href: null,
|
24
|
+
pulp_labels: null,
|
23
25
|
latest_version_href: null,
|
24
26
|
name: null,
|
25
27
|
description: null,
|
data/docs/DistributionsAptApi.md
CHANGED
@@ -141,15 +141,19 @@ end
|
|
141
141
|
|
142
142
|
api_instance = PulpDebClient::DistributionsAptApi.new
|
143
143
|
opts = {
|
144
|
-
base_path: 'base_path_example', # String |
|
145
|
-
base_path__contains: 'base_path__contains_example', # String |
|
146
|
-
base_path__icontains: 'base_path__icontains_example', # String |
|
147
|
-
base_path__in: 'base_path__in_example', # String |
|
144
|
+
base_path: 'base_path_example', # String |
|
145
|
+
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
146
|
+
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
147
|
+
base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
148
148
|
limit: 56, # Integer | Number of results to return per page.
|
149
|
-
name: 'name_example', # String |
|
150
|
-
|
149
|
+
name: 'name_example', # String |
|
150
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
151
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
152
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
153
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
151
154
|
offset: 56, # Integer | The initial index from which to return the results.
|
152
155
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
156
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
153
157
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
154
158
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
155
159
|
}
|
@@ -168,15 +172,19 @@ end
|
|
168
172
|
|
169
173
|
Name | Type | Description | Notes
|
170
174
|
------------- | ------------- | ------------- | -------------
|
171
|
-
**base_path** | **String**|
|
172
|
-
**base_path__contains** | **String**|
|
173
|
-
**base_path__icontains** | **String**|
|
174
|
-
**base_path__in** | **String
|
175
|
+
**base_path** | **String**| | [optional]
|
176
|
+
**base_path__contains** | **String**| Filter results where base_path contains value | [optional]
|
177
|
+
**base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
|
178
|
+
**base_path__in** | [**Array<String>**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
|
175
179
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
176
|
-
**name** | **String**|
|
177
|
-
**
|
180
|
+
**name** | **String**| | [optional]
|
181
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
182
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
183
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
184
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
178
185
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
179
186
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
187
|
+
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
180
188
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
181
189
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
182
190
|
|
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
|
8
8
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
9
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
9
10
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
|
10
11
|
**publication** | **String** | Publication to be served | [optional]
|
11
12
|
|
@@ -16,6 +17,7 @@ require 'PulpDebClient'
|
|
16
17
|
|
17
18
|
instance = PulpDebClient::PatcheddebAptDistribution.new(base_path: null,
|
18
19
|
content_guard: null,
|
20
|
+
pulp_labels: null,
|
19
21
|
name: null,
|
20
22
|
publication: null)
|
21
23
|
```
|
data/docs/PatcheddebAptRemote.md
CHANGED
@@ -10,15 +10,20 @@ Name | Type | Description | Notes
|
|
10
10
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
11
11
|
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
12
12
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
13
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://
|
13
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
14
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
15
|
+
**proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
|
14
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
15
17
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
18
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
16
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
17
20
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
|
18
21
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. | [optional]
|
19
22
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
20
23
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
21
24
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
25
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
26
|
+
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
22
27
|
**distributions** | **String** | Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \"Release\" file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \"flat repository format\", the distribution must end with a \"/\". Based on \"/etc/apt/sources.list\" syntax. | [optional]
|
23
28
|
**components** | **String** | Whitespace separatet list of components to sync. If none are supplied, all that are available will be synchronized. Leave blank for repositores using \"flat repository format\". | [optional]
|
24
29
|
**architectures** | **String** | Whitespace separated list of architectures to sync If none are supplied, all that are available will be synchronized. A list of valid architecture specification strings can be found by running \"dpkg-architecture -L\". A sync will download the intersection of the list of architectures provided via this field and those provided by the relevant \"Release\" file. Architecture=\"all\" is always synchronized and does not need to be provided here. | [optional]
|
@@ -40,14 +45,19 @@ instance = PulpDebClient::PatcheddebAptRemote.new(name: null,
|
|
40
45
|
client_key: null,
|
41
46
|
tls_validation: null,
|
42
47
|
proxy_url: null,
|
48
|
+
proxy_username: null,
|
49
|
+
proxy_password: null,
|
43
50
|
username: null,
|
44
51
|
password: null,
|
52
|
+
pulp_labels: null,
|
45
53
|
download_concurrency: null,
|
46
54
|
policy: null,
|
47
55
|
total_timeout: null,
|
48
56
|
connect_timeout: null,
|
49
57
|
sock_connect_timeout: null,
|
50
58
|
sock_read_timeout: null,
|
59
|
+
headers: null,
|
60
|
+
rate_limit: null,
|
51
61
|
distributions: null,
|
52
62
|
components: null,
|
53
63
|
architectures: null,
|
@@ -4,6 +4,7 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
7
8
|
**name** | **String** | A unique name for this repository. | [optional]
|
8
9
|
**description** | **String** | An optional description. | [optional]
|
9
10
|
**remote** | **String** | | [optional]
|
@@ -13,7 +14,8 @@ Name | Type | Description | Notes
|
|
13
14
|
```ruby
|
14
15
|
require 'PulpDebClient'
|
15
16
|
|
16
|
-
instance = PulpDebClient::PatcheddebAptRepository.new(
|
17
|
+
instance = PulpDebClient::PatcheddebAptRepository.new(pulp_labels: null,
|
18
|
+
name: null,
|
17
19
|
description: null,
|
18
20
|
remote: null)
|
19
21
|
```
|
data/docs/PublicationsAptApi.md
CHANGED
@@ -141,13 +141,13 @@ opts = {
|
|
141
141
|
limit: 56, # Integer | Number of results to return per page.
|
142
142
|
offset: 56, # Integer | The initial index from which to return the results.
|
143
143
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
144
|
-
pulp_created: '
|
145
|
-
pulp_created__gt: '
|
146
|
-
pulp_created__gte: '
|
147
|
-
pulp_created__lt: '
|
148
|
-
pulp_created__lte: '
|
149
|
-
pulp_created__range: '
|
150
|
-
repository_version: 'repository_version_example', # String |
|
144
|
+
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
|
145
|
+
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
146
|
+
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
147
|
+
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
148
|
+
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
149
|
+
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
150
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
151
151
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
152
152
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
153
153
|
}
|
@@ -169,13 +169,13 @@ Name | Type | Description | Notes
|
|
169
169
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
170
170
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
171
171
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
172
|
-
**pulp_created** | **
|
173
|
-
**pulp_created__gt** | **
|
174
|
-
**pulp_created__gte** | **
|
175
|
-
**pulp_created__lt** | **
|
176
|
-
**pulp_created__lte** | **
|
177
|
-
**pulp_created__range** | **
|
178
|
-
**repository_version** | **String
|
172
|
+
**pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
|
173
|
+
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
174
|
+
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
175
|
+
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
176
|
+
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
177
|
+
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
178
|
+
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
179
179
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
180
180
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
181
181
|
|