pulp_container_client 2.4.0.dev01613445646 → 2.4.0.dev01614050467
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.
Potentially problematic release.
This version of pulp_container_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +17 -16
- data/docs/ContainerContainerDistribution.md +7 -7
- data/docs/ContainerContainerDistributionResponse.md +7 -7
- data/docs/ContentBlobsApi.md +12 -12
- data/docs/ContentManifestsApi.md +12 -12
- data/docs/ContentTagsApi.md +14 -14
- data/docs/{ContentGuardsContentRedirectApi.md → ContentguardsContentRedirectApi.md} +29 -29
- data/docs/DistributionsContainerApi.md +22 -22
- data/docs/ManifestCopy.md +1 -1
- data/docs/MediaTypesEnum.md +16 -0
- data/docs/PatchedcontainerContainerDistribution.md +7 -7
- data/docs/PulpContainerNamespacesApi.md +10 -10
- data/docs/RemotesContainerApi.md +24 -24
- data/docs/RepositoriesContainerApi.md +12 -12
- data/docs/RepositoriesContainerPushApi.md +12 -12
- data/docs/RepositoriesContainerVersionsApi.md +56 -56
- data/lib/pulp_container_client.rb +2 -1
- data/lib/pulp_container_client/api/content_blobs_api.rb +14 -14
- data/lib/pulp_container_client/api/content_manifests_api.rb +14 -14
- data/lib/pulp_container_client/api/content_tags_api.rb +17 -17
- data/lib/pulp_container_client/api/{content_guards_content_redirect_api.rb → contentguards_content_redirect_api.rb} +33 -33
- data/lib/pulp_container_client/api/distributions_container_api.rb +24 -24
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +11 -11
- data/lib/pulp_container_client/api/remotes_container_api.rb +26 -26
- data/lib/pulp_container_client/api/repositories_container_api.rb +13 -13
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +13 -13
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +100 -60
- data/lib/pulp_container_client/models/container_container_distribution.rb +27 -27
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +30 -30
- data/lib/pulp_container_client/models/manifest_copy.rb +1 -23
- data/lib/pulp_container_client/models/media_types_enum.rb +39 -0
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +27 -27
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/content_blobs_api_spec.rb +6 -6
- data/spec/api/content_manifests_api_spec.rb +6 -6
- data/spec/api/content_tags_api_spec.rb +7 -7
- data/spec/api/{content_guards_content_redirect_api_spec.rb → contentguards_content_redirect_api_spec.rb} +11 -11
- data/spec/api/distributions_container_api_spec.rb +11 -11
- data/spec/api/pulp_container_namespaces_api_spec.rb +5 -5
- data/spec/api/remotes_container_api_spec.rb +12 -12
- data/spec/api/repositories_container_api_spec.rb +6 -6
- data/spec/api/repositories_container_push_api_spec.rb +6 -6
- data/spec/api/repositories_container_versions_api_spec.rb +28 -28
- data/spec/models/container_container_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_distribution_spec.rb +6 -6
- data/spec/models/manifest_copy_spec.rb +0 -4
- data/spec/models/media_types_enum_spec.rb +35 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
- metadata +10 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a41a215abb54b3732dd5f5d6b04a4117999aac4bd5f7e5054989b481d75bc0a
|
4
|
+
data.tar.gz: 0ab52d8a702df525beb071800752a23102d70d5a8256893cb7f27e0047b3f898
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 589ef386d43be0df596d076c8825505688715742d17bd9f55965d9f5208a22d78786de19015b027e52082a0f739a72c45e3dcddea17a7939a115efc2e0ad415f
|
7
|
+
data.tar.gz: ce966b7c4154466cb49f9908e16ae906f0ff0eb6451cb7c77b707a70e01e4fc647e19b1b57dd8b156174cf06cf797ce88f094d75d3d74c524696159f21a0c300
|
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.4.0.
|
10
|
+
- Package version: 2.4.0.dev01614050467
|
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.4.0.
|
27
|
+
gem install ./pulp_container_client-2.4.0.dev01614050467.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_container_client-2.4.0.
|
30
|
+
(for development, run `gem install --dev ./pulp_container_client-2.4.0.dev01614050467.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.4.0.
|
36
|
+
gem 'pulp_container_client', '~> 2.4.0.dev01614050467'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -66,15 +66,15 @@ end
|
|
66
66
|
|
67
67
|
api_instance = PulpContainerClient::ContentBlobsApi.new
|
68
68
|
opts = {
|
69
|
-
digest: 'digest_example', # String | digest
|
70
|
-
digest__in: 'digest__in_example', # String |
|
69
|
+
digest: 'digest_example', # String | Filter results where digest matches value
|
70
|
+
digest__in: ['digest__in_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
71
71
|
limit: 56, # Integer | Number of results to return per page.
|
72
|
-
media_type: 'media_type_example', # String |
|
72
|
+
media_type: 'media_type_example', # String |
|
73
73
|
offset: 56, # Integer | The initial index from which to return the results.
|
74
74
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
75
|
-
repository_version: 'repository_version_example', # String |
|
76
|
-
repository_version_added: 'repository_version_added_example', # String |
|
77
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
75
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
76
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
77
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
78
78
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
79
79
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
80
80
|
}
|
@@ -97,16 +97,16 @@ Class | Method | HTTP request | Description
|
|
97
97
|
------------ | ------------- | ------------- | -------------
|
98
98
|
*PulpContainerClient::ContentBlobsApi* | [**list**](docs/ContentBlobsApi.md#list) | **GET** /pulp/api/v3/content/container/blobs/ | List blobs
|
99
99
|
*PulpContainerClient::ContentBlobsApi* | [**read**](docs/ContentBlobsApi.md#read) | **GET** {container_blob_href} | Inspect a blob
|
100
|
-
*PulpContainerClient::ContentGuardsContentRedirectApi* | [**create**](docs/ContentGuardsContentRedirectApi.md#create) | **POST** /pulp/api/v3/content_guards/container/content_redirect/ | Create a content redirect content guard
|
101
|
-
*PulpContainerClient::ContentGuardsContentRedirectApi* | [**delete**](docs/ContentGuardsContentRedirectApi.md#delete) | **DELETE** {container_content_redirect_content_guard_href} | Delete a content redirect content guard
|
102
|
-
*PulpContainerClient::ContentGuardsContentRedirectApi* | [**list**](docs/ContentGuardsContentRedirectApi.md#list) | **GET** /pulp/api/v3/content_guards/container/content_redirect/ | List content redirect content guards
|
103
|
-
*PulpContainerClient::ContentGuardsContentRedirectApi* | [**partial_update**](docs/ContentGuardsContentRedirectApi.md#partial_update) | **PATCH** {container_content_redirect_content_guard_href} | Update a content redirect content guard
|
104
|
-
*PulpContainerClient::ContentGuardsContentRedirectApi* | [**read**](docs/ContentGuardsContentRedirectApi.md#read) | **GET** {container_content_redirect_content_guard_href} | Inspect a content redirect content guard
|
105
|
-
*PulpContainerClient::ContentGuardsContentRedirectApi* | [**update**](docs/ContentGuardsContentRedirectApi.md#update) | **PUT** {container_content_redirect_content_guard_href} | Update a content redirect content guard
|
106
100
|
*PulpContainerClient::ContentManifestsApi* | [**list**](docs/ContentManifestsApi.md#list) | **GET** /pulp/api/v3/content/container/manifests/ | List manifests
|
107
101
|
*PulpContainerClient::ContentManifestsApi* | [**read**](docs/ContentManifestsApi.md#read) | **GET** {container_manifest_href} | Inspect a manifest
|
108
102
|
*PulpContainerClient::ContentTagsApi* | [**list**](docs/ContentTagsApi.md#list) | **GET** /pulp/api/v3/content/container/tags/ | List tags
|
109
103
|
*PulpContainerClient::ContentTagsApi* | [**read**](docs/ContentTagsApi.md#read) | **GET** {container_tag_href} | Inspect a tag
|
104
|
+
*PulpContainerClient::ContentguardsContentRedirectApi* | [**create**](docs/ContentguardsContentRedirectApi.md#create) | **POST** /pulp/api/v3/contentguards/container/content_redirect/ | Create a content redirect content guard
|
105
|
+
*PulpContainerClient::ContentguardsContentRedirectApi* | [**delete**](docs/ContentguardsContentRedirectApi.md#delete) | **DELETE** {container_content_redirect_content_guard_href} | Delete a content redirect content guard
|
106
|
+
*PulpContainerClient::ContentguardsContentRedirectApi* | [**list**](docs/ContentguardsContentRedirectApi.md#list) | **GET** /pulp/api/v3/contentguards/container/content_redirect/ | List content redirect content guards
|
107
|
+
*PulpContainerClient::ContentguardsContentRedirectApi* | [**partial_update**](docs/ContentguardsContentRedirectApi.md#partial_update) | **PATCH** {container_content_redirect_content_guard_href} | Update a content redirect content guard
|
108
|
+
*PulpContainerClient::ContentguardsContentRedirectApi* | [**read**](docs/ContentguardsContentRedirectApi.md#read) | **GET** {container_content_redirect_content_guard_href} | Inspect a content redirect content guard
|
109
|
+
*PulpContainerClient::ContentguardsContentRedirectApi* | [**update**](docs/ContentguardsContentRedirectApi.md#update) | **PUT** {container_content_redirect_content_guard_href} | Update a content redirect content guard
|
110
110
|
*PulpContainerClient::DistributionsContainerApi* | [**create**](docs/DistributionsContainerApi.md#create) | **POST** /pulp/api/v3/distributions/container/container/ | Create a container distribution
|
111
111
|
*PulpContainerClient::DistributionsContainerApi* | [**delete**](docs/DistributionsContainerApi.md#delete) | **DELETE** {container_container_distribution_href} | Delete a container distribution
|
112
112
|
*PulpContainerClient::DistributionsContainerApi* | [**list**](docs/DistributionsContainerApi.md#list) | **GET** /pulp/api/v3/distributions/container/container/ | List container distributions
|
@@ -172,6 +172,7 @@ Class | Method | HTTP request | Description
|
|
172
172
|
- [PulpContainerClient::ContentSummary](docs/ContentSummary.md)
|
173
173
|
- [PulpContainerClient::ContentSummaryResponse](docs/ContentSummaryResponse.md)
|
174
174
|
- [PulpContainerClient::ManifestCopy](docs/ManifestCopy.md)
|
175
|
+
- [PulpContainerClient::MediaTypesEnum](docs/MediaTypesEnum.md)
|
175
176
|
- [PulpContainerClient::OCIBuildImage](docs/OCIBuildImage.md)
|
176
177
|
- [PulpContainerClient::PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
|
177
178
|
- [PulpContainerClient::PaginatedcontainerBlobResponseList](docs/PaginatedcontainerBlobResponseList.md)
|
@@ -4,12 +4,12 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_labels** | [**Object**](.md) | | [optional]
|
8
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
9
7
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
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
8
|
**repository_version** | **String** | RepositoryVersion to be served | [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
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
12
11
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
12
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
13
13
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
|
14
14
|
**description** | **String** | An optional description. | [optional]
|
15
15
|
|
@@ -18,12 +18,12 @@ Name | Type | Description | Notes
|
|
18
18
|
```ruby
|
19
19
|
require 'PulpContainerClient'
|
20
20
|
|
21
|
-
instance = PulpContainerClient::ContainerContainerDistribution.new(
|
22
|
-
content_guard: null,
|
23
|
-
name: null,
|
24
|
-
base_path: null,
|
21
|
+
instance = PulpContainerClient::ContainerContainerDistribution.new(name: null,
|
25
22
|
repository_version: null,
|
23
|
+
base_path: null,
|
24
|
+
content_guard: null,
|
26
25
|
repository: null,
|
26
|
+
pulp_labels: null,
|
27
27
|
private: null,
|
28
28
|
description: null)
|
29
29
|
```
|
@@ -4,14 +4,14 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_labels** | [**Object**](.md) | | [optional]
|
8
|
-
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
9
7
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
10
8
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
11
|
-
**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\") |
|
12
9
|
**pulp_href** | **String** | | [optional] [readonly]
|
13
10
|
**repository_version** | **String** | RepositoryVersion to be served | [optional]
|
11
|
+
**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\") |
|
12
|
+
**content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional]
|
14
13
|
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
|
14
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
15
15
|
**registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly]
|
16
16
|
**namespace** | **String** | Namespace this distribution belongs to. | [optional] [readonly]
|
17
17
|
**private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional]
|
@@ -22,14 +22,14 @@ Name | Type | Description | Notes
|
|
22
22
|
```ruby
|
23
23
|
require 'PulpContainerClient'
|
24
24
|
|
25
|
-
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(
|
26
|
-
content_guard: null,
|
27
|
-
pulp_created: null,
|
25
|
+
instance = PulpContainerClient::ContainerContainerDistributionResponse.new(pulp_created: null,
|
28
26
|
name: null,
|
29
|
-
base_path: null,
|
30
27
|
pulp_href: null,
|
31
28
|
repository_version: null,
|
29
|
+
base_path: null,
|
30
|
+
content_guard: null,
|
32
31
|
repository: null,
|
32
|
+
pulp_labels: null,
|
33
33
|
registry_path: null,
|
34
34
|
namespace: null,
|
35
35
|
private: null,
|
data/docs/ContentBlobsApi.md
CHANGED
@@ -31,15 +31,15 @@ end
|
|
31
31
|
|
32
32
|
api_instance = PulpContainerClient::ContentBlobsApi.new
|
33
33
|
opts = {
|
34
|
-
digest: 'digest_example', # String | digest
|
35
|
-
digest__in: 'digest__in_example', # String |
|
34
|
+
digest: 'digest_example', # String | Filter results where digest matches value
|
35
|
+
digest__in: ['digest__in_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
36
36
|
limit: 56, # Integer | Number of results to return per page.
|
37
|
-
media_type: 'media_type_example', # String |
|
37
|
+
media_type: 'media_type_example', # String |
|
38
38
|
offset: 56, # Integer | The initial index from which to return the results.
|
39
39
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
40
|
-
repository_version: 'repository_version_example', # String |
|
41
|
-
repository_version_added: 'repository_version_added_example', # String |
|
42
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
40
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
41
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
42
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
43
43
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
44
44
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
45
45
|
}
|
@@ -58,15 +58,15 @@ end
|
|
58
58
|
|
59
59
|
Name | Type | Description | Notes
|
60
60
|
------------- | ------------- | ------------- | -------------
|
61
|
-
**digest** | **String**| digest | [optional]
|
62
|
-
**digest__in** | **String
|
61
|
+
**digest** | **String**| Filter results where digest matches value | [optional]
|
62
|
+
**digest__in** | [**Array<String>**](String.md)| Filter results where digest is in a comma-separated list of values | [optional]
|
63
63
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
64
|
-
**media_type** | **String**|
|
64
|
+
**media_type** | **String**| | [optional]
|
65
65
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
66
66
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
67
|
-
**repository_version** | **String**|
|
68
|
-
**repository_version_added** | **String**|
|
69
|
-
**repository_version_removed** | **String**|
|
67
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
68
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
69
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
70
70
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
71
71
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
72
72
|
|
data/docs/ContentManifestsApi.md
CHANGED
@@ -31,15 +31,15 @@ end
|
|
31
31
|
|
32
32
|
api_instance = PulpContainerClient::ContentManifestsApi.new
|
33
33
|
opts = {
|
34
|
-
digest: 'digest_example', # String | digest
|
35
|
-
digest__in: 'digest__in_example', # String |
|
34
|
+
digest: 'digest_example', # String | Filter results where digest matches value
|
35
|
+
digest__in: ['digest__in_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
36
36
|
limit: 56, # Integer | Number of results to return per page.
|
37
|
-
media_type: 'media_type_example', # String |
|
37
|
+
media_type: 'media_type_example', # String |
|
38
38
|
offset: 56, # Integer | The initial index from which to return the results.
|
39
39
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
40
|
-
repository_version: 'repository_version_example', # String |
|
41
|
-
repository_version_added: 'repository_version_added_example', # String |
|
42
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
40
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
41
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
42
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
43
43
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
44
44
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
45
45
|
}
|
@@ -58,15 +58,15 @@ end
|
|
58
58
|
|
59
59
|
Name | Type | Description | Notes
|
60
60
|
------------- | ------------- | ------------- | -------------
|
61
|
-
**digest** | **String**| digest | [optional]
|
62
|
-
**digest__in** | **String
|
61
|
+
**digest** | **String**| Filter results where digest matches value | [optional]
|
62
|
+
**digest__in** | [**Array<String>**](String.md)| Filter results where digest is in a comma-separated list of values | [optional]
|
63
63
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
64
|
-
**media_type** | **String**|
|
64
|
+
**media_type** | **String**| | [optional]
|
65
65
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
66
66
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
67
|
-
**repository_version** | **String**|
|
68
|
-
**repository_version_added** | **String**|
|
69
|
-
**repository_version_removed** | **String**|
|
67
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
68
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
69
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
70
70
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
71
71
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
72
72
|
|
data/docs/ContentTagsApi.md
CHANGED
@@ -31,16 +31,16 @@ end
|
|
31
31
|
|
32
32
|
api_instance = PulpContainerClient::ContentTagsApi.new
|
33
33
|
opts = {
|
34
|
-
digest: 'digest_example', # String |
|
34
|
+
digest: ['digest_example'], # Array<String> | Multiple values may be separated by commas.
|
35
35
|
limit: 56, # Integer | Number of results to return per page.
|
36
|
-
media_type: 'media_type_example', # String |
|
37
|
-
name: 'name_example', # String | name
|
38
|
-
name__in: 'name__in_example', # String |
|
36
|
+
media_type: 'media_type_example', # String |
|
37
|
+
name: 'name_example', # String | Filter results where name matches value
|
38
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
39
39
|
offset: 56, # Integer | The initial index from which to return the results.
|
40
40
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
41
|
-
repository_version: 'repository_version_example', # String |
|
42
|
-
repository_version_added: 'repository_version_added_example', # String |
|
43
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
41
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
42
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
43
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
44
44
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
45
45
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
46
46
|
}
|
@@ -59,16 +59,16 @@ end
|
|
59
59
|
|
60
60
|
Name | Type | Description | Notes
|
61
61
|
------------- | ------------- | ------------- | -------------
|
62
|
-
**digest** | **String
|
62
|
+
**digest** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
63
63
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
64
|
-
**media_type** | **String**|
|
65
|
-
**name** | **String**| name | [optional]
|
66
|
-
**name__in** | **String
|
64
|
+
**media_type** | **String**| | [optional]
|
65
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
66
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
67
67
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
68
68
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
69
|
-
**repository_version** | **String**|
|
70
|
-
**repository_version_added** | **String**|
|
71
|
-
**repository_version_removed** | **String**|
|
69
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
70
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
71
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
72
72
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
73
73
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
74
74
|
|
@@ -1,15 +1,15 @@
|
|
1
|
-
# PulpContainerClient::
|
1
|
+
# PulpContainerClient::ContentguardsContentRedirectApi
|
2
2
|
|
3
3
|
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**create**](
|
8
|
-
[**delete**](
|
9
|
-
[**list**](
|
10
|
-
[**partial_update**](
|
11
|
-
[**read**](
|
12
|
-
[**update**](
|
7
|
+
[**create**](ContentguardsContentRedirectApi.md#create) | **POST** /pulp/api/v3/contentguards/container/content_redirect/ | Create a content redirect content guard
|
8
|
+
[**delete**](ContentguardsContentRedirectApi.md#delete) | **DELETE** {container_content_redirect_content_guard_href} | Delete a content redirect content guard
|
9
|
+
[**list**](ContentguardsContentRedirectApi.md#list) | **GET** /pulp/api/v3/contentguards/container/content_redirect/ | List content redirect content guards
|
10
|
+
[**partial_update**](ContentguardsContentRedirectApi.md#partial_update) | **PATCH** {container_content_redirect_content_guard_href} | Update a content redirect content guard
|
11
|
+
[**read**](ContentguardsContentRedirectApi.md#read) | **GET** {container_content_redirect_content_guard_href} | Inspect a content redirect content guard
|
12
|
+
[**update**](ContentguardsContentRedirectApi.md#update) | **PUT** {container_content_redirect_content_guard_href} | Update a content redirect content guard
|
13
13
|
|
14
14
|
|
15
15
|
|
@@ -33,7 +33,7 @@ PulpContainerClient.configure do |config|
|
|
33
33
|
config.password = 'YOUR PASSWORD'
|
34
34
|
end
|
35
35
|
|
36
|
-
api_instance = PulpContainerClient::
|
36
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
37
37
|
container_content_redirect_content_guard = PulpContainerClient::ContainerContentRedirectContentGuard.new # ContainerContentRedirectContentGuard |
|
38
38
|
|
39
39
|
begin
|
@@ -41,7 +41,7 @@ begin
|
|
41
41
|
result = api_instance.create(container_content_redirect_content_guard)
|
42
42
|
p result
|
43
43
|
rescue PulpContainerClient::ApiError => e
|
44
|
-
puts "Exception when calling
|
44
|
+
puts "Exception when calling ContentguardsContentRedirectApi->create: #{e}"
|
45
45
|
end
|
46
46
|
```
|
47
47
|
|
@@ -86,14 +86,14 @@ PulpContainerClient.configure do |config|
|
|
86
86
|
config.password = 'YOUR PASSWORD'
|
87
87
|
end
|
88
88
|
|
89
|
-
api_instance = PulpContainerClient::
|
89
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
90
90
|
container_content_redirect_content_guard_href = 'container_content_redirect_content_guard_href_example' # String |
|
91
91
|
|
92
92
|
begin
|
93
93
|
#Delete a content redirect content guard
|
94
94
|
api_instance.delete(container_content_redirect_content_guard_href)
|
95
95
|
rescue PulpContainerClient::ApiError => e
|
96
|
-
puts "Exception when calling
|
96
|
+
puts "Exception when calling ContentguardsContentRedirectApi->delete: #{e}"
|
97
97
|
end
|
98
98
|
```
|
99
99
|
|
@@ -138,14 +138,14 @@ PulpContainerClient.configure do |config|
|
|
138
138
|
config.password = 'YOUR PASSWORD'
|
139
139
|
end
|
140
140
|
|
141
|
-
api_instance = PulpContainerClient::
|
141
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
142
142
|
opts = {
|
143
143
|
limit: 56, # Integer | Number of results to return per page.
|
144
|
-
name: 'name_example', # String |
|
145
|
-
name__contains: 'name__contains_example', # String |
|
146
|
-
name__icontains: 'name__icontains_example', # String |
|
147
|
-
name__in: 'name__in_example', # String |
|
148
|
-
name__startswith: 'name__startswith_example', # String |
|
144
|
+
name: 'name_example', # String |
|
145
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
146
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
147
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
148
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
149
149
|
offset: 56, # Integer | The initial index from which to return the results.
|
150
150
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
151
151
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
@@ -157,7 +157,7 @@ begin
|
|
157
157
|
result = api_instance.list(opts)
|
158
158
|
p result
|
159
159
|
rescue PulpContainerClient::ApiError => e
|
160
|
-
puts "Exception when calling
|
160
|
+
puts "Exception when calling ContentguardsContentRedirectApi->list: #{e}"
|
161
161
|
end
|
162
162
|
```
|
163
163
|
|
@@ -167,11 +167,11 @@ end
|
|
167
167
|
Name | Type | Description | Notes
|
168
168
|
------------- | ------------- | ------------- | -------------
|
169
169
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
170
|
-
**name** | **String**|
|
171
|
-
**name__contains** | **String**|
|
172
|
-
**name__icontains** | **String**|
|
173
|
-
**name__in** | **String
|
174
|
-
**name__startswith** | **String**|
|
170
|
+
**name** | **String**| | [optional]
|
171
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
172
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
173
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
174
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
175
175
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
176
176
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
177
177
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
@@ -211,7 +211,7 @@ PulpContainerClient.configure do |config|
|
|
211
211
|
config.password = 'YOUR PASSWORD'
|
212
212
|
end
|
213
213
|
|
214
|
-
api_instance = PulpContainerClient::
|
214
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
215
215
|
container_content_redirect_content_guard_href = 'container_content_redirect_content_guard_href_example' # String |
|
216
216
|
patchedcontainer_content_redirect_content_guard = PulpContainerClient::PatchedcontainerContentRedirectContentGuard.new # PatchedcontainerContentRedirectContentGuard |
|
217
217
|
|
@@ -220,7 +220,7 @@ begin
|
|
220
220
|
result = api_instance.partial_update(container_content_redirect_content_guard_href, patchedcontainer_content_redirect_content_guard)
|
221
221
|
p result
|
222
222
|
rescue PulpContainerClient::ApiError => e
|
223
|
-
puts "Exception when calling
|
223
|
+
puts "Exception when calling ContentguardsContentRedirectApi->partial_update: #{e}"
|
224
224
|
end
|
225
225
|
```
|
226
226
|
|
@@ -266,7 +266,7 @@ PulpContainerClient.configure do |config|
|
|
266
266
|
config.password = 'YOUR PASSWORD'
|
267
267
|
end
|
268
268
|
|
269
|
-
api_instance = PulpContainerClient::
|
269
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
270
270
|
container_content_redirect_content_guard_href = 'container_content_redirect_content_guard_href_example' # String |
|
271
271
|
opts = {
|
272
272
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
@@ -278,7 +278,7 @@ begin
|
|
278
278
|
result = api_instance.read(container_content_redirect_content_guard_href, opts)
|
279
279
|
p result
|
280
280
|
rescue PulpContainerClient::ApiError => e
|
281
|
-
puts "Exception when calling
|
281
|
+
puts "Exception when calling ContentguardsContentRedirectApi->read: #{e}"
|
282
282
|
end
|
283
283
|
```
|
284
284
|
|
@@ -325,7 +325,7 @@ PulpContainerClient.configure do |config|
|
|
325
325
|
config.password = 'YOUR PASSWORD'
|
326
326
|
end
|
327
327
|
|
328
|
-
api_instance = PulpContainerClient::
|
328
|
+
api_instance = PulpContainerClient::ContentguardsContentRedirectApi.new
|
329
329
|
container_content_redirect_content_guard_href = 'container_content_redirect_content_guard_href_example' # String |
|
330
330
|
container_content_redirect_content_guard = PulpContainerClient::ContainerContentRedirectContentGuard.new # ContainerContentRedirectContentGuard |
|
331
331
|
|
@@ -334,7 +334,7 @@ begin
|
|
334
334
|
result = api_instance.update(container_content_redirect_content_guard_href, container_content_redirect_content_guard)
|
335
335
|
p result
|
336
336
|
rescue PulpContainerClient::ApiError => e
|
337
|
-
puts "Exception when calling
|
337
|
+
puts "Exception when calling ContentguardsContentRedirectApi->update: #{e}"
|
338
338
|
end
|
339
339
|
```
|
340
340
|
|