pulp_container_client 2.14.14 → 2.14.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +222 -246
- data/docs/AccessPoliciesApi.md +28 -32
- data/docs/ArtifactDistributionResponse.md +7 -7
- data/docs/ArtifactsApi.md +23 -27
- data/docs/ContainerContainerDistribution.md +5 -5
- data/docs/ContainerContainerDistributionResponse.md +8 -8
- data/docs/ContainerContainerPushRepository.md +5 -5
- data/docs/ContainerContainerPushRepositoryResponse.md +8 -8
- data/docs/ContainerContainerRemote.md +1 -1
- data/docs/ContainerContainerRemoteResponse.md +1 -1
- data/docs/ContainerContainerRepository.md +1 -1
- data/docs/ContainerContainerRepositoryResponse.md +1 -1
- data/docs/ContentApi.md +8 -14
- data/docs/ContentBlobsApi.md +13 -17
- data/docs/ContentManifestsApi.md +15 -19
- data/docs/ContentSignaturesApi.md +13 -17
- data/docs/ContentTagsApi.md +15 -19
- data/docs/ContentguardsApi.md +8 -14
- data/docs/ContentguardsContentRedirectApi.md +53 -57
- data/docs/ContentguardsRbacApi.md +53 -57
- data/docs/DistributionsApi.md +8 -18
- data/docs/DistributionsArtifactsApi.md +13 -21
- data/docs/DistributionsContainerApi.md +53 -61
- data/docs/DocsApiJsonApi.md +6 -6
- data/docs/DocsApiYamlApi.md +6 -6
- data/docs/ExportersFilesystemApi.md +36 -40
- data/docs/ExportersFilesystemExportsApi.md +24 -24
- data/docs/ExportersPulpApi.md +33 -37
- data/docs/ExportersPulpExportsApi.md +21 -21
- data/docs/FilesystemExporter.md +1 -1
- data/docs/FilesystemExporterResponse.md +1 -1
- data/docs/GroupRole.md +1 -3
- data/docs/GroupRoleResponse.md +1 -3
- data/docs/GroupsApi.md +59 -63
- data/docs/GroupsRolesApi.md +27 -33
- data/docs/GroupsUsersApi.md +16 -16
- data/docs/ImportersPulpApi.md +33 -37
- data/docs/ImportersPulpImportCheckApi.md +1 -1
- data/docs/ImportersPulpImportsApi.md +21 -21
- data/docs/OrphansApi.md +6 -6
- data/docs/OrphansCleanupApi.md +6 -6
- data/docs/PatchedFilesystemExporter.md +1 -1
- data/docs/PatchedcontainerContainerDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPushRepository.md +5 -5
- data/docs/PatchedcontainerContainerRemote.md +1 -1
- data/docs/PatchedcontainerContainerRepository.md +1 -1
- data/docs/PublicationsApi.md +9 -15
- data/docs/PulpContainerNamespacesApi.md +43 -47
- data/docs/RemoteResponse.md +1 -1
- data/docs/RemoteResponseHiddenFields.md +2 -2
- data/docs/RemotesApi.md +8 -14
- data/docs/RemotesContainerApi.md +53 -57
- data/docs/RepairApi.md +6 -6
- data/docs/RepositoriesApi.md +8 -30
- data/docs/RepositoriesContainerApi.md +102 -122
- data/docs/RepositoriesContainerPushApi.md +68 -88
- data/docs/RepositoriesContainerPushVersionsApi.md +23 -25
- data/docs/RepositoriesContainerVersionsApi.md +23 -25
- data/docs/RepositoriesReclaimSpaceApi.md +6 -6
- data/docs/RepositoryResponse.md +1 -1
- data/docs/RepositoryVersionsApi.md +8 -12
- data/docs/RolesApi.md +39 -43
- data/docs/SigningServicesApi.md +13 -17
- data/docs/StatusApi.md +1 -1
- data/docs/StatusResponse.md +1 -3
- data/docs/TaskGroupsApi.md +11 -11
- data/docs/TaskSchedulesApi.md +35 -39
- data/docs/TasksApi.md +101 -105
- data/docs/TokenApi.md +6 -6
- data/docs/UploadsApi.md +53 -57
- data/docs/UserRole.md +2 -4
- data/docs/UserRoleResponse.md +2 -4
- data/docs/UsersApi.md +39 -43
- data/docs/UsersRolesApi.md +27 -33
- data/docs/VersionResponse.md +1 -3
- data/docs/WorkersApi.md +13 -17
- data/lib/pulp_container_client/api/access_policies_api.rb +33 -39
- data/lib/pulp_container_client/api/artifacts_api.rb +31 -37
- data/lib/pulp_container_client/api/content_api.rb +7 -20
- data/lib/pulp_container_client/api/content_blobs_api.rb +13 -19
- data/lib/pulp_container_client/api/content_manifests_api.rb +15 -21
- data/lib/pulp_container_client/api/content_signatures_api.rb +13 -19
- data/lib/pulp_container_client/api/content_tags_api.rb +15 -21
- data/lib/pulp_container_client/api/contentguards_api.rb +7 -20
- data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +65 -71
- data/lib/pulp_container_client/api/contentguards_rbac_api.rb +65 -71
- data/lib/pulp_container_client/api/distributions_api.rb +7 -26
- data/lib/pulp_container_client/api/distributions_artifacts_api.rb +13 -25
- data/lib/pulp_container_client/api/distributions_container_api.rb +65 -77
- data/lib/pulp_container_client/api/docs_api_json_api.rb +5 -5
- data/lib/pulp_container_client/api/docs_api_yaml_api.rb +5 -5
- data/lib/pulp_container_client/api/exporters_filesystem_api.rb +45 -51
- data/lib/pulp_container_client/api/exporters_filesystem_exports_api.rb +31 -31
- data/lib/pulp_container_client/api/exporters_pulp_api.rb +39 -45
- data/lib/pulp_container_client/api/exporters_pulp_exports_api.rb +25 -25
- data/lib/pulp_container_client/api/groups_api.rb +77 -83
- data/lib/pulp_container_client/api/groups_roles_api.rb +35 -44
- data/lib/pulp_container_client/api/groups_users_api.rb +19 -19
- data/lib/pulp_container_client/api/importers_pulp_api.rb +39 -45
- data/lib/pulp_container_client/api/importers_pulp_imports_api.rb +25 -25
- data/lib/pulp_container_client/api/orphans_api.rb +5 -5
- data/lib/pulp_container_client/api/orphans_cleanup_api.rb +6 -6
- data/lib/pulp_container_client/api/publications_api.rb +9 -18
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +51 -57
- data/lib/pulp_container_client/api/remotes_api.rb +7 -20
- data/lib/pulp_container_client/api/remotes_container_api.rb +65 -71
- data/lib/pulp_container_client/api/repair_api.rb +6 -6
- data/lib/pulp_container_client/api/repositories_api.rb +7 -44
- data/lib/pulp_container_client/api/repositories_container_api.rb +128 -158
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +88 -118
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +27 -30
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +27 -30
- data/lib/pulp_container_client/api/repositories_reclaim_space_api.rb +6 -6
- data/lib/pulp_container_client/api/repository_versions_api.rb +7 -12
- data/lib/pulp_container_client/api/roles_api.rb +51 -57
- data/lib/pulp_container_client/api/signing_services_api.rb +13 -19
- data/lib/pulp_container_client/api/task_groups_api.rb +11 -11
- data/lib/pulp_container_client/api/task_schedules_api.rb +43 -49
- data/lib/pulp_container_client/api/tasks_api.rb +125 -131
- data/lib/pulp_container_client/api/token_api.rb +5 -5
- data/lib/pulp_container_client/api/uploads_api.rb +67 -73
- data/lib/pulp_container_client/api/users_api.rb +51 -57
- data/lib/pulp_container_client/api/users_roles_api.rb +35 -44
- data/lib/pulp_container_client/api/workers_api.rb +14 -20
- data/lib/pulp_container_client/configuration.rb +3 -3
- data/lib/pulp_container_client/models/artifact_distribution_response.rb +35 -35
- data/lib/pulp_container_client/models/container_container_distribution.rb +45 -45
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -39
- data/lib/pulp_container_client/models/container_container_push_repository.rb +37 -37
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +33 -33
- data/lib/pulp_container_client/models/container_container_remote.rb +21 -21
- data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -21
- data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
- data/lib/pulp_container_client/models/filesystem_exporter.rb +1 -1
- data/lib/pulp_container_client/models/filesystem_exporter_response.rb +1 -1
- data/lib/pulp_container_client/models/group_role.rb +5 -16
- data/lib/pulp_container_client/models/group_role_response.rb +4 -15
- data/lib/pulp_container_client/models/nested_role.rb +0 -19
- data/lib/pulp_container_client/models/patched_filesystem_exporter.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +36 -36
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +37 -37
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +21 -21
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/remote_response.rb +21 -21
- data/lib/pulp_container_client/models/remote_response_hidden_fields.rb +10 -0
- data/lib/pulp_container_client/models/repository_response.rb +1 -1
- data/lib/pulp_container_client/models/status_response.rb +4 -19
- data/lib/pulp_container_client/models/user_role.rb +6 -17
- data/lib/pulp_container_client/models/user_role_response.rb +5 -16
- data/lib/pulp_container_client/models/version_response.rb +4 -19
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +0 -11
- data/spec/api/access_policies_api_spec.rb +11 -13
- data/spec/api/artifacts_api_spec.rb +9 -11
- data/spec/api/content_api_spec.rb +3 -6
- data/spec/api/content_blobs_api_spec.rb +5 -7
- data/spec/api/content_manifests_api_spec.rb +6 -8
- data/spec/api/content_signatures_api_spec.rb +5 -7
- data/spec/api/content_tags_api_spec.rb +6 -8
- data/spec/api/contentguards_api_spec.rb +3 -6
- data/spec/api/contentguards_content_redirect_api_spec.rb +21 -23
- data/spec/api/contentguards_rbac_api_spec.rb +21 -23
- data/spec/api/distributions_api_spec.rb +3 -8
- data/spec/api/distributions_artifacts_api_spec.rb +5 -9
- data/spec/api/distributions_container_api_spec.rb +21 -25
- data/spec/api/docs_api_json_api_spec.rb +2 -2
- data/spec/api/docs_api_yaml_api_spec.rb +2 -2
- data/spec/api/exporters_filesystem_api_spec.rb +16 -18
- data/spec/api/exporters_filesystem_exports_api_spec.rb +11 -11
- data/spec/api/exporters_pulp_api_spec.rb +13 -15
- data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
- data/spec/api/groups_api_spec.rb +27 -29
- data/spec/api/groups_roles_api_spec.rb +13 -16
- data/spec/api/groups_users_api_spec.rb +6 -6
- data/spec/api/importers_pulp_api_spec.rb +13 -15
- data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
- data/spec/api/orphans_api_spec.rb +2 -2
- data/spec/api/orphans_cleanup_api_spec.rb +2 -2
- data/spec/api/publications_api_spec.rb +4 -7
- data/spec/api/pulp_container_namespaces_api_spec.rb +17 -19
- data/spec/api/remotes_api_spec.rb +3 -6
- data/spec/api/remotes_container_api_spec.rb +21 -23
- data/spec/api/repair_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +3 -14
- data/spec/api/repositories_container_api_spec.rb +39 -49
- data/spec/api/repositories_container_push_api_spec.rb +27 -37
- data/spec/api/repositories_container_push_versions_api_spec.rb +9 -10
- data/spec/api/repositories_container_versions_api_spec.rb +9 -10
- data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
- data/spec/api/repository_versions_api_spec.rb +3 -5
- data/spec/api/roles_api_spec.rb +19 -21
- data/spec/api/signing_services_api_spec.rb +5 -7
- data/spec/api/task_groups_api_spec.rb +4 -4
- data/spec/api/task_schedules_api_spec.rb +15 -17
- data/spec/api/tasks_api_spec.rb +32 -34
- data/spec/api/token_api_spec.rb +2 -2
- data/spec/api/uploads_api_spec.rb +21 -23
- data/spec/api/users_api_spec.rb +19 -21
- data/spec/api/users_roles_api_spec.rb +13 -16
- data/spec/api/workers_api_spec.rb +5 -7
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_distribution_response_spec.rb +6 -6
- data/spec/models/container_container_distribution_spec.rb +4 -4
- data/spec/models/container_container_push_repository_response_spec.rb +6 -6
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- data/spec/models/group_role_response_spec.rb +0 -6
- data/spec/models/group_role_spec.rb +0 -6
- data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- data/spec/models/status_response_spec.rb +0 -6
- data/spec/models/user_role_response_spec.rb +0 -6
- data/spec/models/user_role_spec.rb +0 -6
- data/spec/models/version_response_spec.rb +0 -6
- metadata +196 -240
- data/docs/Domain.md +0 -27
- data/docs/DomainResponse.md +0 -31
- data/docs/DomainsApi.md +0 -366
- data/docs/PaginatedDomainResponseList.md +0 -23
- data/docs/PaginatedUpstreamPulpResponseList.md +0 -23
- data/docs/PatchedDomain.md +0 -27
- data/docs/PatchedUpstreamPulp.md +0 -37
- data/docs/StorageClassEnum.md +0 -16
- data/docs/UpstreamPulp.md +0 -37
- data/docs/UpstreamPulpResponse.md +0 -39
- data/docs/UpstreamPulpsApi.md +0 -405
- data/lib/pulp_container_client/api/domains_api.rb +0 -452
- data/lib/pulp_container_client/api/upstream_pulps_api.rb +0 -492
- data/lib/pulp_container_client/models/domain.rb +0 -323
- data/lib/pulp_container_client/models/domain_response.rb +0 -318
- data/lib/pulp_container_client/models/paginated_domain_response_list.rb +0 -237
- data/lib/pulp_container_client/models/paginated_upstream_pulp_response_list.rb +0 -237
- data/lib/pulp_container_client/models/patched_domain.rb +0 -304
- data/lib/pulp_container_client/models/patched_upstream_pulp.rb +0 -450
- data/lib/pulp_container_client/models/storage_class_enum.rb +0 -37
- data/lib/pulp_container_client/models/upstream_pulp.rb +0 -477
- data/lib/pulp_container_client/models/upstream_pulp_response.rb +0 -338
- data/spec/api/domains_api_spec.rb +0 -122
- data/spec/api/upstream_pulps_api_spec.rb +0 -127
- data/spec/models/domain_response_spec.rb +0 -83
- data/spec/models/domain_spec.rb +0 -71
- data/spec/models/paginated_domain_response_list_spec.rb +0 -59
- data/spec/models/paginated_upstream_pulp_response_list_spec.rb +0 -59
- data/spec/models/patched_domain_spec.rb +0 -71
- data/spec/models/patched_upstream_pulp_spec.rb +0 -101
- data/spec/models/storage_class_enum_spec.rb +0 -35
- data/spec/models/upstream_pulp_response_spec.rb +0 -107
- data/spec/models/upstream_pulp_spec.rb +0 -101
data/docs/ContentBlobsApi.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
# PulpContainerClient::ContentBlobsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
8
|
-
[**
|
7
|
+
[**content_container_blobs_list**](ContentBlobsApi.md#content_container_blobs_list) | **GET** /pulp/api/v3/content/container/blobs/ | List blobs
|
8
|
+
[**content_container_blobs_read**](ContentBlobsApi.md#content_container_blobs_read) | **GET** {container_blob_href} | Inspect a blob
|
9
9
|
|
10
10
|
|
11
11
|
|
12
|
-
##
|
12
|
+
## content_container_blobs_list
|
13
13
|
|
14
|
-
> PaginatedcontainerBlobResponseList
|
14
|
+
> PaginatedcontainerBlobResponseList content_container_blobs_list(opts)
|
15
15
|
|
16
16
|
List blobs
|
17
17
|
|
@@ -35,9 +35,7 @@ opts = {
|
|
35
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
37
|
offset: 56, # Integer | The initial index from which to return the results.
|
38
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
39
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
40
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
41
39
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
42
40
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
43
41
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -47,10 +45,10 @@ opts = {
|
|
47
45
|
|
48
46
|
begin
|
49
47
|
#List blobs
|
50
|
-
result = api_instance.
|
48
|
+
result = api_instance.content_container_blobs_list(opts)
|
51
49
|
p result
|
52
50
|
rescue PulpContainerClient::ApiError => e
|
53
|
-
puts "Exception when calling ContentBlobsApi->
|
51
|
+
puts "Exception when calling ContentBlobsApi->content_container_blobs_list: #{e}"
|
54
52
|
end
|
55
53
|
```
|
56
54
|
|
@@ -63,9 +61,7 @@ Name | Type | Description | Notes
|
|
63
61
|
**digest__in** | [**Array<String>**](String.md)| Filter results where digest is in a comma-separated list of values | [optional]
|
64
62
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
65
63
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
66
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
67
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
68
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
64
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
69
65
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
70
66
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
71
67
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -86,9 +82,9 @@ Name | Type | Description | Notes
|
|
86
82
|
- **Accept**: application/json
|
87
83
|
|
88
84
|
|
89
|
-
##
|
85
|
+
## content_container_blobs_read
|
90
86
|
|
91
|
-
> ContainerBlobResponse
|
87
|
+
> ContainerBlobResponse content_container_blobs_read(container_blob_href, opts)
|
92
88
|
|
93
89
|
Inspect a blob
|
94
90
|
|
@@ -115,10 +111,10 @@ opts = {
|
|
115
111
|
|
116
112
|
begin
|
117
113
|
#Inspect a blob
|
118
|
-
result = api_instance.
|
114
|
+
result = api_instance.content_container_blobs_read(container_blob_href, opts)
|
119
115
|
p result
|
120
116
|
rescue PulpContainerClient::ApiError => e
|
121
|
-
puts "Exception when calling ContentBlobsApi->
|
117
|
+
puts "Exception when calling ContentBlobsApi->content_container_blobs_read: #{e}"
|
122
118
|
end
|
123
119
|
```
|
124
120
|
|
data/docs/ContentManifestsApi.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
# PulpContainerClient::ContentManifestsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
8
|
-
[**
|
7
|
+
[**content_container_manifests_list**](ContentManifestsApi.md#content_container_manifests_list) | **GET** /pulp/api/v3/content/container/manifests/ | List manifests
|
8
|
+
[**content_container_manifests_read**](ContentManifestsApi.md#content_container_manifests_read) | **GET** {container_manifest_href} | Inspect a manifest
|
9
9
|
|
10
10
|
|
11
11
|
|
12
|
-
##
|
12
|
+
## content_container_manifests_list
|
13
13
|
|
14
|
-
> PaginatedcontainerManifestResponseList
|
14
|
+
> PaginatedcontainerManifestResponseList content_container_manifests_list(opts)
|
15
15
|
|
16
16
|
List manifests
|
17
17
|
|
@@ -34,11 +34,9 @@ opts = {
|
|
34
34
|
digest: 'digest_example', # String | Filter results where digest matches value
|
35
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'], # Array<String> |
|
37
|
+
media_type: ['media_type_example'], # Array<String> |
|
38
38
|
offset: 56, # Integer | The initial index from which to return the results.
|
39
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
40
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
41
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
39
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
42
40
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
43
41
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
44
42
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -48,10 +46,10 @@ opts = {
|
|
48
46
|
|
49
47
|
begin
|
50
48
|
#List manifests
|
51
|
-
result = api_instance.
|
49
|
+
result = api_instance.content_container_manifests_list(opts)
|
52
50
|
p result
|
53
51
|
rescue PulpContainerClient::ApiError => e
|
54
|
-
puts "Exception when calling ContentManifestsApi->
|
52
|
+
puts "Exception when calling ContentManifestsApi->content_container_manifests_list: #{e}"
|
55
53
|
end
|
56
54
|
```
|
57
55
|
|
@@ -63,11 +61,9 @@ Name | Type | Description | Notes
|
|
63
61
|
**digest** | **String**| Filter results where digest matches value | [optional]
|
64
62
|
**digest__in** | [**Array<String>**](String.md)| Filter results where digest is in a comma-separated list of values | [optional]
|
65
63
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
66
|
-
**media_type** | [**Array<String>**](String.md)|
|
64
|
+
**media_type** | [**Array<String>**](String.md)| | [optional]
|
67
65
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
68
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
69
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
70
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
66
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
71
67
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
72
68
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
73
69
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -88,9 +84,9 @@ Name | Type | Description | Notes
|
|
88
84
|
- **Accept**: application/json
|
89
85
|
|
90
86
|
|
91
|
-
##
|
87
|
+
## content_container_manifests_read
|
92
88
|
|
93
|
-
> ContainerManifestResponse
|
89
|
+
> ContainerManifestResponse content_container_manifests_read(container_manifest_href, opts)
|
94
90
|
|
95
91
|
Inspect a manifest
|
96
92
|
|
@@ -117,10 +113,10 @@ opts = {
|
|
117
113
|
|
118
114
|
begin
|
119
115
|
#Inspect a manifest
|
120
|
-
result = api_instance.
|
116
|
+
result = api_instance.content_container_manifests_read(container_manifest_href, opts)
|
121
117
|
p result
|
122
118
|
rescue PulpContainerClient::ApiError => e
|
123
|
-
puts "Exception when calling ContentManifestsApi->
|
119
|
+
puts "Exception when calling ContentManifestsApi->content_container_manifests_read: #{e}"
|
124
120
|
end
|
125
121
|
```
|
126
122
|
|
@@ -1,17 +1,17 @@
|
|
1
1
|
# PulpContainerClient::ContentSignaturesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
8
|
-
[**
|
7
|
+
[**content_container_signatures_list**](ContentSignaturesApi.md#content_container_signatures_list) | **GET** /pulp/api/v3/content/container/signatures/ | List manifest signatures
|
8
|
+
[**content_container_signatures_read**](ContentSignaturesApi.md#content_container_signatures_read) | **GET** {container_manifest_signature_href} | Inspect a manifest signature
|
9
9
|
|
10
10
|
|
11
11
|
|
12
|
-
##
|
12
|
+
## content_container_signatures_list
|
13
13
|
|
14
|
-
> PaginatedcontainerManifestSignatureResponseList
|
14
|
+
> PaginatedcontainerManifestSignatureResponseList content_container_signatures_list(opts)
|
15
15
|
|
16
16
|
List manifest signatures
|
17
17
|
|
@@ -43,9 +43,7 @@ opts = {
|
|
43
43
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
44
44
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
45
45
|
offset: 56, # Integer | The initial index from which to return the results.
|
46
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
47
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
48
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
46
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
49
47
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
50
48
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
51
49
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -55,10 +53,10 @@ opts = {
|
|
55
53
|
|
56
54
|
begin
|
57
55
|
#List manifest signatures
|
58
|
-
result = api_instance.
|
56
|
+
result = api_instance.content_container_signatures_list(opts)
|
59
57
|
p result
|
60
58
|
rescue PulpContainerClient::ApiError => e
|
61
|
-
puts "Exception when calling ContentSignaturesApi->
|
59
|
+
puts "Exception when calling ContentSignaturesApi->content_container_signatures_list: #{e}"
|
62
60
|
end
|
63
61
|
```
|
64
62
|
|
@@ -79,9 +77,7 @@ Name | Type | Description | Notes
|
|
79
77
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
80
78
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
81
79
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
82
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
83
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
84
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
80
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
85
81
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
86
82
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
87
83
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -102,9 +98,9 @@ Name | Type | Description | Notes
|
|
102
98
|
- **Accept**: application/json
|
103
99
|
|
104
100
|
|
105
|
-
##
|
101
|
+
## content_container_signatures_read
|
106
102
|
|
107
|
-
> ContainerManifestSignatureResponse
|
103
|
+
> ContainerManifestSignatureResponse content_container_signatures_read(container_manifest_signature_href, opts)
|
108
104
|
|
109
105
|
Inspect a manifest signature
|
110
106
|
|
@@ -131,10 +127,10 @@ opts = {
|
|
131
127
|
|
132
128
|
begin
|
133
129
|
#Inspect a manifest signature
|
134
|
-
result = api_instance.
|
130
|
+
result = api_instance.content_container_signatures_read(container_manifest_signature_href, opts)
|
135
131
|
p result
|
136
132
|
rescue PulpContainerClient::ApiError => e
|
137
|
-
puts "Exception when calling ContentSignaturesApi->
|
133
|
+
puts "Exception when calling ContentSignaturesApi->content_container_signatures_read: #{e}"
|
138
134
|
end
|
139
135
|
```
|
140
136
|
|
data/docs/ContentTagsApi.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
# PulpContainerClient::ContentTagsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
8
|
-
[**
|
7
|
+
[**content_container_tags_list**](ContentTagsApi.md#content_container_tags_list) | **GET** /pulp/api/v3/content/container/tags/ | List tags
|
8
|
+
[**content_container_tags_read**](ContentTagsApi.md#content_container_tags_read) | **GET** {container_tag_href} | Inspect a tag
|
9
9
|
|
10
10
|
|
11
11
|
|
12
|
-
##
|
12
|
+
## content_container_tags_list
|
13
13
|
|
14
|
-
> PaginatedcontainerTagResponseList
|
14
|
+
> PaginatedcontainerTagResponseList content_container_tags_list(opts)
|
15
15
|
|
16
16
|
List tags
|
17
17
|
|
@@ -33,13 +33,11 @@ api_instance = PulpContainerClient::ContentTagsApi.new
|
|
33
33
|
opts = {
|
34
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'], # Array<String> |
|
36
|
+
media_type: ['media_type_example'], # Array<String> |
|
37
37
|
name: 'name_example', # String | Filter results where name matches value
|
38
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
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
41
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
42
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
40
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
43
41
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
44
42
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
45
43
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -49,10 +47,10 @@ opts = {
|
|
49
47
|
|
50
48
|
begin
|
51
49
|
#List tags
|
52
|
-
result = api_instance.
|
50
|
+
result = api_instance.content_container_tags_list(opts)
|
53
51
|
p result
|
54
52
|
rescue PulpContainerClient::ApiError => e
|
55
|
-
puts "Exception when calling ContentTagsApi->
|
53
|
+
puts "Exception when calling ContentTagsApi->content_container_tags_list: #{e}"
|
56
54
|
end
|
57
55
|
```
|
58
56
|
|
@@ -63,13 +61,11 @@ Name | Type | Description | Notes
|
|
63
61
|
------------- | ------------- | ------------- | -------------
|
64
62
|
**digest** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
65
63
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
66
|
-
**media_type** | [**Array<String>**](String.md)|
|
64
|
+
**media_type** | [**Array<String>**](String.md)| | [optional]
|
67
65
|
**name** | **String**| Filter results where name matches value | [optional]
|
68
66
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
69
67
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
70
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
71
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
72
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
68
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
73
69
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
74
70
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
75
71
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -90,9 +86,9 @@ Name | Type | Description | Notes
|
|
90
86
|
- **Accept**: application/json
|
91
87
|
|
92
88
|
|
93
|
-
##
|
89
|
+
## content_container_tags_read
|
94
90
|
|
95
|
-
> ContainerTagResponse
|
91
|
+
> ContainerTagResponse content_container_tags_read(container_tag_href, opts)
|
96
92
|
|
97
93
|
Inspect a tag
|
98
94
|
|
@@ -119,10 +115,10 @@ opts = {
|
|
119
115
|
|
120
116
|
begin
|
121
117
|
#Inspect a tag
|
122
|
-
result = api_instance.
|
118
|
+
result = api_instance.content_container_tags_read(container_tag_href, opts)
|
123
119
|
p result
|
124
120
|
rescue PulpContainerClient::ApiError => e
|
125
|
-
puts "Exception when calling ContentTagsApi->
|
121
|
+
puts "Exception when calling ContentTagsApi->content_container_tags_read: #{e}"
|
126
122
|
end
|
127
123
|
```
|
128
124
|
|
data/docs/ContentguardsApi.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
# PulpContainerClient::ContentguardsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
-
[**
|
7
|
+
[**contentguards_list**](ContentguardsApi.md#contentguards_list) | **GET** /pulp/api/v3/contentguards/ | List content guards
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
##
|
11
|
+
## contentguards_list
|
12
12
|
|
13
|
-
> PaginatedContentGuardResponseList
|
13
|
+
> PaginatedContentGuardResponseList contentguards_list(opts)
|
14
14
|
|
15
15
|
List content guards
|
16
16
|
|
@@ -37,20 +37,17 @@ opts = {
|
|
37
37
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
38
38
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
39
39
|
offset: 56, # Integer | The initial index from which to return the results.
|
40
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
41
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
42
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
43
|
-
pulp_type__in: ['pulp_type__in_example'], # Array<String> | Pulp type is in * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect
|
40
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
44
41
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
45
42
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
46
43
|
}
|
47
44
|
|
48
45
|
begin
|
49
46
|
#List content guards
|
50
|
-
result = api_instance.
|
47
|
+
result = api_instance.contentguards_list(opts)
|
51
48
|
p result
|
52
49
|
rescue PulpContainerClient::ApiError => e
|
53
|
-
puts "Exception when calling ContentguardsApi->
|
50
|
+
puts "Exception when calling ContentguardsApi->contentguards_list: #{e}"
|
54
51
|
end
|
55
52
|
```
|
56
53
|
|
@@ -66,10 +63,7 @@ Name | Type | Description | Notes
|
|
66
63
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
67
64
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
68
65
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
69
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
70
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
71
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
72
|
-
**pulp_type__in** | [**Array<String>**](String.md)| Pulp type is in * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect | [optional]
|
66
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
73
67
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
74
68
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
75
69
|
|