pulp_container_client 2.15.2 → 2.16.1
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 +38 -25
- data/docs/ContainerContainerDistribution.md +7 -7
- data/docs/ContainerContainerDistributionResponse.md +9 -9
- data/docs/ContainerContainerPushRepository.md +2 -2
- data/docs/ContainerContainerPushRepositoryResponse.md +9 -9
- data/docs/ContentBlobsApi.md +3 -1
- data/docs/ContentManifestsApi.md +3 -1
- data/docs/ContentSignaturesApi.md +7 -1
- data/docs/ContentTagsApi.md +3 -1
- data/docs/DistributionsContainerApi.md +132 -10
- data/docs/IndexDynamicApi.md +50 -0
- data/docs/IndexStaticApi.md +50 -0
- data/docs/PatchedcontainerContainerDistribution.md +7 -7
- data/docs/PatchedcontainerContainerPushRepository.md +2 -2
- data/docs/PulpContainerNamespacesApi.md +19 -9
- data/docs/RemotesContainerApi.md +131 -9
- data/docs/RepositoriesContainerApi.md +133 -11
- data/docs/RepositoriesContainerPushApi.md +20 -10
- data/docs/RepositoriesContainerPushVersionsApi.md +3 -1
- data/docs/RepositoriesContainerVersionsApi.md +3 -1
- data/docs/SetLabel.md +19 -0
- data/docs/SetLabelResponse.md +19 -0
- data/docs/TokenApi.md +1 -1
- data/docs/UnsetLabel.md +17 -0
- data/docs/UnsetLabelResponse.md +19 -0
- data/lib/pulp_container_client/api/content_blobs_api.rb +3 -0
- data/lib/pulp_container_client/api/content_manifests_api.rb +3 -0
- data/lib/pulp_container_client/api/content_signatures_api.rb +9 -0
- data/lib/pulp_container_client/api/content_tags_api.rb +3 -0
- data/lib/pulp_container_client/api/distributions_container_api.rb +157 -0
- data/lib/pulp_container_client/api/index_dynamic_api.rb +74 -0
- data/lib/pulp_container_client/api/index_static_api.rb +74 -0
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +17 -0
- data/lib/pulp_container_client/api/remotes_container_api.rb +157 -0
- data/lib/pulp_container_client/api/repositories_container_api.rb +159 -2
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +17 -0
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +3 -0
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +3 -0
- data/lib/pulp_container_client/configuration.rb +2 -2
- data/lib/pulp_container_client/models/container_container_distribution.rb +55 -55
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +48 -48
- data/lib/pulp_container_client/models/container_container_push_repository.rb +11 -11
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +35 -35
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +46 -46
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +11 -11
- data/lib/pulp_container_client/models/set_label.rb +252 -0
- data/lib/pulp_container_client/models/set_label_response.rb +243 -0
- data/lib/pulp_container_client/models/unset_label.rb +242 -0
- data/lib/pulp_container_client/models/unset_label_response.rb +242 -0
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +6 -0
- data/spec/api/content_blobs_api_spec.rb +1 -0
- data/spec/api/content_manifests_api_spec.rb +1 -0
- data/spec/api/content_signatures_api_spec.rb +3 -0
- data/spec/api/content_tags_api_spec.rb +1 -0
- data/spec/api/distributions_container_api_spec.rb +33 -0
- data/spec/api/index_dynamic_api_spec.rb +45 -0
- data/spec/api/index_static_api_spec.rb +45 -0
- data/spec/api/pulp_container_namespaces_api_spec.rb +7 -0
- data/spec/api/remotes_container_api_spec.rb +33 -0
- data/spec/api/repositories_container_api_spec.rb +34 -1
- data/spec/api/repositories_container_push_api_spec.rb +7 -0
- data/spec/api/repositories_container_push_versions_api_spec.rb +1 -0
- data/spec/api/repositories_container_versions_api_spec.rb +1 -0
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/container_container_distribution_response_spec.rb +8 -8
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_push_repository_response_spec.rb +7 -7
- data/spec/models/container_container_push_repository_spec.rb +2 -2
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +2 -2
- data/spec/models/set_label_response_spec.rb +47 -0
- data/spec/models/set_label_spec.rb +47 -0
- data/spec/models/unset_label_response_spec.rb +47 -0
- data/spec/models/unset_label_spec.rb +41 -0
- metadata +67 -43
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd861e282b985d2a942b357bd0ed8bb8579c72853ae00aff6147080b0930926f
|
|
4
|
+
data.tar.gz: 061d99316f891d7cab8ac9f1b8395ea423cb54491bccc94c3ad131456530cdd9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db802ffad983f17842d1825918039266345500b6a4db7b4a225d6a36865fe7e98ef877ff4058a3ac79f8c92fcac276160470e6e5061e0b5ace8479b956838342
|
|
7
|
+
data.tar.gz: 4b643f2cfd7c2c7a304fae2efc886fc7a5d1da783c9b7d06089d77ad4fa9a8cb63e7ed520a31bab87038566d56364b9d4f9951dadc12c9587587b21c985dcbce
|
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: 2.
|
|
10
|
+
- Package version: 2.16.1
|
|
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_container_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_container_client-2.
|
|
27
|
+
gem install ./pulp_container_client-2.16.1.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_container_client-2.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_container_client-2.16.1.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_container_client', '~> 2.
|
|
36
|
+
gem 'pulp_container_client', '~> 2.16.1'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -73,6 +73,7 @@ opts = {
|
|
|
73
73
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
74
74
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
75
75
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
76
|
+
q: 'q_example', # String |
|
|
76
77
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
77
78
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
78
79
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
@@ -92,7 +93,7 @@ end
|
|
|
92
93
|
|
|
93
94
|
## Documentation for API Endpoints
|
|
94
95
|
|
|
95
|
-
All URIs are relative to *
|
|
96
|
+
All URIs are relative to *http://pulp*
|
|
96
97
|
|
|
97
98
|
Class | Method | HTTP request | Description
|
|
98
99
|
------------ | ------------- | ------------- | -------------
|
|
@@ -104,61 +105,69 @@ Class | Method | HTTP request | Description
|
|
|
104
105
|
*PulpContainerClient::ContentSignaturesApi* | [**read**](docs/ContentSignaturesApi.md#read) | **GET** {container_manifest_signature_href} | Inspect a manifest signature
|
|
105
106
|
*PulpContainerClient::ContentTagsApi* | [**list**](docs/ContentTagsApi.md#list) | **GET** /pulp/api/v3/content/container/tags/ | List tags
|
|
106
107
|
*PulpContainerClient::ContentTagsApi* | [**read**](docs/ContentTagsApi.md#read) | **GET** {container_tag_href} | Inspect a tag
|
|
107
|
-
*PulpContainerClient::DistributionsContainerApi* | [**add_role**](docs/DistributionsContainerApi.md#add_role) | **POST** {container_container_distribution_href}add_role/ |
|
|
108
|
+
*PulpContainerClient::DistributionsContainerApi* | [**add_role**](docs/DistributionsContainerApi.md#add_role) | **POST** {container_container_distribution_href}add_role/ | Add a role
|
|
108
109
|
*PulpContainerClient::DistributionsContainerApi* | [**create**](docs/DistributionsContainerApi.md#create) | **POST** /pulp/api/v3/distributions/container/container/ | Create a container distribution
|
|
109
110
|
*PulpContainerClient::DistributionsContainerApi* | [**delete**](docs/DistributionsContainerApi.md#delete) | **DELETE** {container_container_distribution_href} | Delete a container distribution
|
|
110
111
|
*PulpContainerClient::DistributionsContainerApi* | [**list**](docs/DistributionsContainerApi.md#list) | **GET** /pulp/api/v3/distributions/container/container/ | List container distributions
|
|
111
|
-
*PulpContainerClient::DistributionsContainerApi* | [**list_roles**](docs/DistributionsContainerApi.md#list_roles) | **GET** {container_container_distribution_href}list_roles/ |
|
|
112
|
-
*PulpContainerClient::DistributionsContainerApi* | [**my_permissions**](docs/DistributionsContainerApi.md#my_permissions) | **GET** {container_container_distribution_href}my_permissions/ |
|
|
112
|
+
*PulpContainerClient::DistributionsContainerApi* | [**list_roles**](docs/DistributionsContainerApi.md#list_roles) | **GET** {container_container_distribution_href}list_roles/ | List roles
|
|
113
|
+
*PulpContainerClient::DistributionsContainerApi* | [**my_permissions**](docs/DistributionsContainerApi.md#my_permissions) | **GET** {container_container_distribution_href}my_permissions/ | List user permissions
|
|
113
114
|
*PulpContainerClient::DistributionsContainerApi* | [**partial_update**](docs/DistributionsContainerApi.md#partial_update) | **PATCH** {container_container_distribution_href} | Update a container distribution
|
|
114
115
|
*PulpContainerClient::DistributionsContainerApi* | [**read**](docs/DistributionsContainerApi.md#read) | **GET** {container_container_distribution_href} | Inspect a container distribution
|
|
115
|
-
*PulpContainerClient::DistributionsContainerApi* | [**remove_role**](docs/DistributionsContainerApi.md#remove_role) | **POST** {container_container_distribution_href}remove_role/ |
|
|
116
|
+
*PulpContainerClient::DistributionsContainerApi* | [**remove_role**](docs/DistributionsContainerApi.md#remove_role) | **POST** {container_container_distribution_href}remove_role/ | Remove a role
|
|
117
|
+
*PulpContainerClient::DistributionsContainerApi* | [**set_label**](docs/DistributionsContainerApi.md#set_label) | **POST** {container_container_distribution_href}set_label/ | Set a label
|
|
118
|
+
*PulpContainerClient::DistributionsContainerApi* | [**unset_label**](docs/DistributionsContainerApi.md#unset_label) | **POST** {container_container_distribution_href}unset_label/ | Unset a label
|
|
116
119
|
*PulpContainerClient::DistributionsContainerApi* | [**update**](docs/DistributionsContainerApi.md#update) | **PUT** {container_container_distribution_href} | Update a container distribution
|
|
117
|
-
*PulpContainerClient::
|
|
120
|
+
*PulpContainerClient::IndexDynamicApi* | [**get**](docs/IndexDynamicApi.md#get) | **GET** /index/dynamic |
|
|
121
|
+
*PulpContainerClient::IndexStaticApi* | [**get**](docs/IndexStaticApi.md#get) | **GET** /index/static |
|
|
122
|
+
*PulpContainerClient::PulpContainerNamespacesApi* | [**add_role**](docs/PulpContainerNamespacesApi.md#add_role) | **POST** {container_container_namespace_href}add_role/ | Add a role
|
|
118
123
|
*PulpContainerClient::PulpContainerNamespacesApi* | [**create**](docs/PulpContainerNamespacesApi.md#create) | **POST** /pulp/api/v3/pulp_container/namespaces/ | Create a container namespace
|
|
119
124
|
*PulpContainerClient::PulpContainerNamespacesApi* | [**delete**](docs/PulpContainerNamespacesApi.md#delete) | **DELETE** {container_container_namespace_href} | Delete a container namespace
|
|
120
125
|
*PulpContainerClient::PulpContainerNamespacesApi* | [**list**](docs/PulpContainerNamespacesApi.md#list) | **GET** /pulp/api/v3/pulp_container/namespaces/ | List container namespaces
|
|
121
|
-
*PulpContainerClient::PulpContainerNamespacesApi* | [**list_roles**](docs/PulpContainerNamespacesApi.md#list_roles) | **GET** {container_container_namespace_href}list_roles/ |
|
|
122
|
-
*PulpContainerClient::PulpContainerNamespacesApi* | [**my_permissions**](docs/PulpContainerNamespacesApi.md#my_permissions) | **GET** {container_container_namespace_href}my_permissions/ |
|
|
126
|
+
*PulpContainerClient::PulpContainerNamespacesApi* | [**list_roles**](docs/PulpContainerNamespacesApi.md#list_roles) | **GET** {container_container_namespace_href}list_roles/ | List roles
|
|
127
|
+
*PulpContainerClient::PulpContainerNamespacesApi* | [**my_permissions**](docs/PulpContainerNamespacesApi.md#my_permissions) | **GET** {container_container_namespace_href}my_permissions/ | List user permissions
|
|
123
128
|
*PulpContainerClient::PulpContainerNamespacesApi* | [**read**](docs/PulpContainerNamespacesApi.md#read) | **GET** {container_container_namespace_href} | Inspect a container namespace
|
|
124
|
-
*PulpContainerClient::PulpContainerNamespacesApi* | [**remove_role**](docs/PulpContainerNamespacesApi.md#remove_role) | **POST** {container_container_namespace_href}remove_role/ |
|
|
125
|
-
*PulpContainerClient::RemotesContainerApi* | [**add_role**](docs/RemotesContainerApi.md#add_role) | **POST** {container_container_remote_href}add_role/ |
|
|
129
|
+
*PulpContainerClient::PulpContainerNamespacesApi* | [**remove_role**](docs/PulpContainerNamespacesApi.md#remove_role) | **POST** {container_container_namespace_href}remove_role/ | Remove a role
|
|
130
|
+
*PulpContainerClient::RemotesContainerApi* | [**add_role**](docs/RemotesContainerApi.md#add_role) | **POST** {container_container_remote_href}add_role/ | Add a role
|
|
126
131
|
*PulpContainerClient::RemotesContainerApi* | [**create**](docs/RemotesContainerApi.md#create) | **POST** /pulp/api/v3/remotes/container/container/ | Create a container remote
|
|
127
132
|
*PulpContainerClient::RemotesContainerApi* | [**delete**](docs/RemotesContainerApi.md#delete) | **DELETE** {container_container_remote_href} | Delete a container remote
|
|
128
133
|
*PulpContainerClient::RemotesContainerApi* | [**list**](docs/RemotesContainerApi.md#list) | **GET** /pulp/api/v3/remotes/container/container/ | List container remotes
|
|
129
|
-
*PulpContainerClient::RemotesContainerApi* | [**list_roles**](docs/RemotesContainerApi.md#list_roles) | **GET** {container_container_remote_href}list_roles/ |
|
|
130
|
-
*PulpContainerClient::RemotesContainerApi* | [**my_permissions**](docs/RemotesContainerApi.md#my_permissions) | **GET** {container_container_remote_href}my_permissions/ |
|
|
134
|
+
*PulpContainerClient::RemotesContainerApi* | [**list_roles**](docs/RemotesContainerApi.md#list_roles) | **GET** {container_container_remote_href}list_roles/ | List roles
|
|
135
|
+
*PulpContainerClient::RemotesContainerApi* | [**my_permissions**](docs/RemotesContainerApi.md#my_permissions) | **GET** {container_container_remote_href}my_permissions/ | List user permissions
|
|
131
136
|
*PulpContainerClient::RemotesContainerApi* | [**partial_update**](docs/RemotesContainerApi.md#partial_update) | **PATCH** {container_container_remote_href} | Update a container remote
|
|
132
137
|
*PulpContainerClient::RemotesContainerApi* | [**read**](docs/RemotesContainerApi.md#read) | **GET** {container_container_remote_href} | Inspect a container remote
|
|
133
|
-
*PulpContainerClient::RemotesContainerApi* | [**remove_role**](docs/RemotesContainerApi.md#remove_role) | **POST** {container_container_remote_href}remove_role/ |
|
|
138
|
+
*PulpContainerClient::RemotesContainerApi* | [**remove_role**](docs/RemotesContainerApi.md#remove_role) | **POST** {container_container_remote_href}remove_role/ | Remove a role
|
|
139
|
+
*PulpContainerClient::RemotesContainerApi* | [**set_label**](docs/RemotesContainerApi.md#set_label) | **POST** {container_container_remote_href}set_label/ | Set a label
|
|
140
|
+
*PulpContainerClient::RemotesContainerApi* | [**unset_label**](docs/RemotesContainerApi.md#unset_label) | **POST** {container_container_remote_href}unset_label/ | Unset a label
|
|
134
141
|
*PulpContainerClient::RemotesContainerApi* | [**update**](docs/RemotesContainerApi.md#update) | **PUT** {container_container_remote_href} | Update a container remote
|
|
135
142
|
*PulpContainerClient::RepositoriesContainerApi* | [**add**](docs/RepositoriesContainerApi.md#add) | **POST** {container_container_repository_href}add/ | Add content
|
|
136
|
-
*PulpContainerClient::RepositoriesContainerApi* | [**add_role**](docs/RepositoriesContainerApi.md#add_role) | **POST** {container_container_repository_href}add_role/ |
|
|
143
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**add_role**](docs/RepositoriesContainerApi.md#add_role) | **POST** {container_container_repository_href}add_role/ | Add a role
|
|
137
144
|
*PulpContainerClient::RepositoriesContainerApi* | [**build_image**](docs/RepositoriesContainerApi.md#build_image) | **POST** {container_container_repository_href}build_image/ | Build an Image
|
|
138
145
|
*PulpContainerClient::RepositoriesContainerApi* | [**copy_manifests**](docs/RepositoriesContainerApi.md#copy_manifests) | **POST** {container_container_repository_href}copy_manifests/ | Copy manifests
|
|
139
146
|
*PulpContainerClient::RepositoriesContainerApi* | [**copy_tags**](docs/RepositoriesContainerApi.md#copy_tags) | **POST** {container_container_repository_href}copy_tags/ | Copy tags
|
|
140
147
|
*PulpContainerClient::RepositoriesContainerApi* | [**create**](docs/RepositoriesContainerApi.md#create) | **POST** /pulp/api/v3/repositories/container/container/ | Create a container repository
|
|
141
148
|
*PulpContainerClient::RepositoriesContainerApi* | [**delete**](docs/RepositoriesContainerApi.md#delete) | **DELETE** {container_container_repository_href} | Delete a container repository
|
|
142
149
|
*PulpContainerClient::RepositoriesContainerApi* | [**list**](docs/RepositoriesContainerApi.md#list) | **GET** /pulp/api/v3/repositories/container/container/ | List container repositorys
|
|
143
|
-
*PulpContainerClient::RepositoriesContainerApi* | [**list_roles**](docs/RepositoriesContainerApi.md#list_roles) | **GET** {container_container_repository_href}list_roles/ |
|
|
144
|
-
*PulpContainerClient::RepositoriesContainerApi* | [**my_permissions**](docs/RepositoriesContainerApi.md#my_permissions) | **GET** {container_container_repository_href}my_permissions/ |
|
|
150
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**list_roles**](docs/RepositoriesContainerApi.md#list_roles) | **GET** {container_container_repository_href}list_roles/ | List roles
|
|
151
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**my_permissions**](docs/RepositoriesContainerApi.md#my_permissions) | **GET** {container_container_repository_href}my_permissions/ | List user permissions
|
|
145
152
|
*PulpContainerClient::RepositoriesContainerApi* | [**partial_update**](docs/RepositoriesContainerApi.md#partial_update) | **PATCH** {container_container_repository_href} | Update a container repository
|
|
146
153
|
*PulpContainerClient::RepositoriesContainerApi* | [**read**](docs/RepositoriesContainerApi.md#read) | **GET** {container_container_repository_href} | Inspect a container repository
|
|
147
154
|
*PulpContainerClient::RepositoriesContainerApi* | [**remove**](docs/RepositoriesContainerApi.md#remove) | **POST** {container_container_repository_href}remove/ | Remove content
|
|
148
|
-
*PulpContainerClient::RepositoriesContainerApi* | [**remove_role**](docs/RepositoriesContainerApi.md#remove_role) | **POST** {container_container_repository_href}remove_role/ |
|
|
155
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**remove_role**](docs/RepositoriesContainerApi.md#remove_role) | **POST** {container_container_repository_href}remove_role/ | Remove a role
|
|
156
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**set_label**](docs/RepositoriesContainerApi.md#set_label) | **POST** {container_container_repository_href}set_label/ | Set a label
|
|
149
157
|
*PulpContainerClient::RepositoriesContainerApi* | [**sign**](docs/RepositoriesContainerApi.md#sign) | **POST** {container_container_repository_href}sign/ | Sign images in the repo
|
|
150
158
|
*PulpContainerClient::RepositoriesContainerApi* | [**sync**](docs/RepositoriesContainerApi.md#sync) | **POST** {container_container_repository_href}sync/ | Sync from a remote
|
|
151
159
|
*PulpContainerClient::RepositoriesContainerApi* | [**tag**](docs/RepositoriesContainerApi.md#tag) | **POST** {container_container_repository_href}tag/ | Create a Tag
|
|
160
|
+
*PulpContainerClient::RepositoriesContainerApi* | [**unset_label**](docs/RepositoriesContainerApi.md#unset_label) | **POST** {container_container_repository_href}unset_label/ | Unset a label
|
|
152
161
|
*PulpContainerClient::RepositoriesContainerApi* | [**untag**](docs/RepositoriesContainerApi.md#untag) | **POST** {container_container_repository_href}untag/ | Delete a tag
|
|
153
162
|
*PulpContainerClient::RepositoriesContainerApi* | [**update**](docs/RepositoriesContainerApi.md#update) | **PUT** {container_container_repository_href} | Update a container repository
|
|
154
|
-
*PulpContainerClient::RepositoriesContainerPushApi* | [**add_role**](docs/RepositoriesContainerPushApi.md#add_role) | **POST** {container_container_push_repository_href}add_role/ |
|
|
163
|
+
*PulpContainerClient::RepositoriesContainerPushApi* | [**add_role**](docs/RepositoriesContainerPushApi.md#add_role) | **POST** {container_container_push_repository_href}add_role/ | Add a role
|
|
155
164
|
*PulpContainerClient::RepositoriesContainerPushApi* | [**list**](docs/RepositoriesContainerPushApi.md#list) | **GET** /pulp/api/v3/repositories/container/container-push/ | List container push repositorys
|
|
156
|
-
*PulpContainerClient::RepositoriesContainerPushApi* | [**list_roles**](docs/RepositoriesContainerPushApi.md#list_roles) | **GET** {container_container_push_repository_href}list_roles/ |
|
|
157
|
-
*PulpContainerClient::RepositoriesContainerPushApi* | [**my_permissions**](docs/RepositoriesContainerPushApi.md#my_permissions) | **GET** {container_container_push_repository_href}my_permissions/ |
|
|
165
|
+
*PulpContainerClient::RepositoriesContainerPushApi* | [**list_roles**](docs/RepositoriesContainerPushApi.md#list_roles) | **GET** {container_container_push_repository_href}list_roles/ | List roles
|
|
166
|
+
*PulpContainerClient::RepositoriesContainerPushApi* | [**my_permissions**](docs/RepositoriesContainerPushApi.md#my_permissions) | **GET** {container_container_push_repository_href}my_permissions/ | List user permissions
|
|
158
167
|
*PulpContainerClient::RepositoriesContainerPushApi* | [**partial_update**](docs/RepositoriesContainerPushApi.md#partial_update) | **PATCH** {container_container_push_repository_href} | Update a container push repository
|
|
159
168
|
*PulpContainerClient::RepositoriesContainerPushApi* | [**read**](docs/RepositoriesContainerPushApi.md#read) | **GET** {container_container_push_repository_href} | Inspect a container push repository
|
|
160
169
|
*PulpContainerClient::RepositoriesContainerPushApi* | [**remove_image**](docs/RepositoriesContainerPushApi.md#remove_image) | **POST** {container_container_push_repository_href}remove_image/ | Delete an image from a repository
|
|
161
|
-
*PulpContainerClient::RepositoriesContainerPushApi* | [**remove_role**](docs/RepositoriesContainerPushApi.md#remove_role) | **POST** {container_container_push_repository_href}remove_role/ |
|
|
170
|
+
*PulpContainerClient::RepositoriesContainerPushApi* | [**remove_role**](docs/RepositoriesContainerPushApi.md#remove_role) | **POST** {container_container_push_repository_href}remove_role/ | Remove a role
|
|
162
171
|
*PulpContainerClient::RepositoriesContainerPushApi* | [**remove_signatures**](docs/RepositoriesContainerPushApi.md#remove_signatures) | **POST** {container_container_push_repository_href}remove_signatures/ |
|
|
163
172
|
*PulpContainerClient::RepositoriesContainerPushApi* | [**sign**](docs/RepositoriesContainerPushApi.md#sign) | **POST** {container_container_push_repository_href}sign/ | Sign images in the repo
|
|
164
173
|
*PulpContainerClient::RepositoriesContainerPushApi* | [**tag**](docs/RepositoriesContainerPushApi.md#tag) | **POST** {container_container_push_repository_href}tag/ | Create a Tag
|
|
@@ -224,9 +233,13 @@ Class | Method | HTTP request | Description
|
|
|
224
233
|
- [PulpContainerClient::Repair](docs/Repair.md)
|
|
225
234
|
- [PulpContainerClient::RepositorySign](docs/RepositorySign.md)
|
|
226
235
|
- [PulpContainerClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
|
|
236
|
+
- [PulpContainerClient::SetLabel](docs/SetLabel.md)
|
|
237
|
+
- [PulpContainerClient::SetLabelResponse](docs/SetLabelResponse.md)
|
|
227
238
|
- [PulpContainerClient::TagCopy](docs/TagCopy.md)
|
|
228
239
|
- [PulpContainerClient::TagImage](docs/TagImage.md)
|
|
229
240
|
- [PulpContainerClient::UnTagImage](docs/UnTagImage.md)
|
|
241
|
+
- [PulpContainerClient::UnsetLabel](docs/UnsetLabel.md)
|
|
242
|
+
- [PulpContainerClient::UnsetLabelResponse](docs/UnsetLabelResponse.md)
|
|
230
243
|
|
|
231
244
|
|
|
232
245
|
## Documentation for Authorization
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
7
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
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
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
8
11
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
9
12
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
11
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
12
|
-
**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\") |
|
|
13
13
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
14
14
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
|
|
15
15
|
**description** | **String** | An optional description. | [optional]
|
|
@@ -19,12 +19,12 @@ Name | Type | Description | Notes
|
|
|
19
19
|
```ruby
|
|
20
20
|
require 'PulpContainerClient'
|
|
21
21
|
|
|
22
|
-
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
|
22
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(hidden: null,
|
|
23
|
+
pulp_labels: null,
|
|
24
|
+
base_path: null,
|
|
25
|
+
name: null,
|
|
23
26
|
content_guard: null,
|
|
24
27
|
repository: null,
|
|
25
|
-
name: null,
|
|
26
|
-
hidden: null,
|
|
27
|
-
base_path: null,
|
|
28
28
|
repository_version: null,
|
|
29
29
|
private: null,
|
|
30
30
|
description: null)
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
8
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
7
9
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
10
|
+
**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\") |
|
|
11
|
+
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
8
12
|
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
|
9
13
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
|
10
|
-
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
|
11
|
-
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
|
12
14
|
**pulp_href** | **String** | | [optional] [readonly]
|
|
13
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
14
|
-
**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\") |
|
|
15
15
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
|
16
16
|
**registry_path** | **String** | The Registry hostname/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
|
|
17
17
|
**namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
|
|
@@ -23,14 +23,14 @@ Name | Type | Description | Notes
|
|
|
23
23
|
```ruby
|
|
24
24
|
require 'PulpContainerClient'
|
|
25
25
|
|
|
26
|
-
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
|
26
|
+
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(hidden: null,
|
|
27
|
+
pulp_created: null,
|
|
28
|
+
pulp_labels: null,
|
|
29
|
+
base_path: null,
|
|
30
|
+
name: null,
|
|
27
31
|
content_guard: null,
|
|
28
32
|
repository: null,
|
|
29
|
-
name: null,
|
|
30
|
-
hidden: null,
|
|
31
33
|
pulp_href: null,
|
|
32
|
-
pulp_created: null,
|
|
33
|
-
base_path: null,
|
|
34
34
|
repository_version: null,
|
|
35
35
|
registry_path: null,
|
|
36
36
|
namespace: null,
|
|
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
|
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
7
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
8
8
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
9
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
10
9
|
**name** | **String** | A unique name for this repository. |
|
|
10
|
+
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
11
11
|
**description** | **String** | An optional description. | [optional]
|
|
12
12
|
|
|
13
13
|
## Code Sample
|
|
@@ -17,8 +17,8 @@ require 'PulpContainerClient'
|
|
|
17
17
|
|
|
18
18
|
instance = PulpContainerClient::ContainerContainerPushRepository.new(retain_repo_versions: null,
|
|
19
19
|
pulp_labels: null,
|
|
20
|
-
manifest_signing_service: null,
|
|
21
20
|
name: null,
|
|
21
|
+
manifest_signing_service: null,
|
|
22
22
|
description: null)
|
|
23
23
|
```
|
|
24
24
|
|
|
@@ -4,30 +4,30 @@
|
|
|
4
4
|
|
|
5
5
|
Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
7
8
|
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
|
8
9
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
|
9
|
-
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
10
10
|
**name** | **String** | A unique name for this repository. |
|
|
11
11
|
**versions_href** | **String** | | [optional] [readonly]
|
|
12
|
-
**
|
|
13
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
|
14
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
|
12
|
+
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
|
15
13
|
**description** | **String** | An optional description. | [optional]
|
|
14
|
+
**pulp_href** | **String** | | [optional] [readonly]
|
|
15
|
+
**latest_version_href** | **String** | | [optional] [readonly]
|
|
16
16
|
|
|
17
17
|
## Code Sample
|
|
18
18
|
|
|
19
19
|
```ruby
|
|
20
20
|
require 'PulpContainerClient'
|
|
21
21
|
|
|
22
|
-
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(
|
|
22
|
+
instance = PulpContainerClient::ContainerContainerPushRepositoryResponse.new(pulp_created: null,
|
|
23
|
+
retain_repo_versions: null,
|
|
23
24
|
pulp_labels: null,
|
|
24
|
-
manifest_signing_service: null,
|
|
25
25
|
name: null,
|
|
26
26
|
versions_href: null,
|
|
27
|
-
|
|
27
|
+
manifest_signing_service: null,
|
|
28
|
+
description: null,
|
|
28
29
|
pulp_href: null,
|
|
29
|
-
|
|
30
|
-
description: null)
|
|
30
|
+
latest_version_href: null)
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
|
data/docs/ContentBlobsApi.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# PulpContainerClient::ContentBlobsApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *http://pulp*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
@@ -38,6 +38,7 @@ opts = {
|
|
|
38
38
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
39
39
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
40
40
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
41
|
+
q: 'q_example', # String |
|
|
41
42
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
42
43
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
43
44
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
@@ -66,6 +67,7 @@ Name | Type | Description | Notes
|
|
|
66
67
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
67
68
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
68
69
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
70
|
+
**q** | **String**| | [optional]
|
|
69
71
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
70
72
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
71
73
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentManifestsApi.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# PulpContainerClient::ContentManifestsApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *http://pulp*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
@@ -39,6 +39,7 @@ opts = {
|
|
|
39
39
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
40
40
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
41
41
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
42
|
+
q: 'q_example', # String |
|
|
42
43
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
43
44
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
44
45
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
@@ -68,6 +69,7 @@ Name | Type | Description | Notes
|
|
|
68
69
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
69
70
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
70
71
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
72
|
+
**q** | **String**| | [optional]
|
|
71
73
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
72
74
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
73
75
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# PulpContainerClient::ContentSignaturesApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *http://pulp*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
@@ -40,12 +40,15 @@ opts = {
|
|
|
40
40
|
name: 'name_example', # String | Filter results where name matches value
|
|
41
41
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
42
42
|
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
43
|
+
name__iexact: 'name__iexact_example', # String | Filter results where name matches value
|
|
43
44
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
45
|
+
name__istartswith: 'name__istartswith_example', # String | Filter results where name starts with value
|
|
44
46
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
45
47
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
46
48
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `digest` - Digest * `-digest` - Digest (descending) * `type` - Type * `-type` - Type (descending) * `key_id` - Key id * `-key_id` - Key id (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
47
49
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
48
50
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
51
|
+
q: 'q_example', # String |
|
|
49
52
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
50
53
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
51
54
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
@@ -76,12 +79,15 @@ Name | Type | Description | Notes
|
|
|
76
79
|
**name** | **String**| Filter results where name matches value | [optional]
|
|
77
80
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
78
81
|
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
82
|
+
**name__iexact** | **String**| Filter results where name matches value | [optional]
|
|
79
83
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
84
|
+
**name__istartswith** | **String**| Filter results where name starts with value | [optional]
|
|
80
85
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
81
86
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
82
87
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `digest` - Digest * `-digest` - Digest (descending) * `type` - Type * `-type` - Type (descending) * `key_id` - Key id * `-key_id` - Key id (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
83
88
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
84
89
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
90
|
+
**q** | **String**| | [optional]
|
|
85
91
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
86
92
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
87
93
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentTagsApi.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# PulpContainerClient::ContentTagsApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *
|
|
3
|
+
All URIs are relative to *http://pulp*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
@@ -40,6 +40,7 @@ opts = {
|
|
|
40
40
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
41
41
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
42
42
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
43
|
+
q: 'q_example', # String |
|
|
43
44
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
44
45
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
45
46
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
@@ -70,6 +71,7 @@ Name | Type | Description | Notes
|
|
|
70
71
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
71
72
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
72
73
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
74
|
+
**q** | **String**| | [optional]
|
|
73
75
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
74
76
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
75
77
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|