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/Domain.md
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
# PulpContainerClient::Domain
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**name** | **String** | A name for this domain. |
|
8
|
-
**description** | **String** | An optional description. | [optional]
|
9
|
-
**storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage |
|
10
|
-
**storage_settings** | [**Object**](.md) | Settings for storage class. |
|
11
|
-
**redirect_to_object_storage** | **Boolean** | Boolean to have the content app redirect to object storage. | [optional] [default to true]
|
12
|
-
**hide_guarded_distributions** | **Boolean** | Boolean to hide distributions with a content guard in the content app. | [optional] [default to false]
|
13
|
-
|
14
|
-
## Code Sample
|
15
|
-
|
16
|
-
```ruby
|
17
|
-
require 'PulpContainerClient'
|
18
|
-
|
19
|
-
instance = PulpContainerClient::Domain.new(name: null,
|
20
|
-
description: null,
|
21
|
-
storage_class: null,
|
22
|
-
storage_settings: null,
|
23
|
-
redirect_to_object_storage: null,
|
24
|
-
hide_guarded_distributions: null)
|
25
|
-
```
|
26
|
-
|
27
|
-
|
data/docs/DomainResponse.md
DELETED
@@ -1,31 +0,0 @@
|
|
1
|
-
# PulpContainerClient::DomainResponse
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
-
**name** | **String** | A name for this domain. |
|
10
|
-
**description** | **String** | An optional description. | [optional]
|
11
|
-
**storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage |
|
12
|
-
**storage_settings** | [**Object**](.md) | Settings for storage class. |
|
13
|
-
**redirect_to_object_storage** | **Boolean** | Boolean to have the content app redirect to object storage. | [optional] [default to true]
|
14
|
-
**hide_guarded_distributions** | **Boolean** | Boolean to hide distributions with a content guard in the content app. | [optional] [default to false]
|
15
|
-
|
16
|
-
## Code Sample
|
17
|
-
|
18
|
-
```ruby
|
19
|
-
require 'PulpContainerClient'
|
20
|
-
|
21
|
-
instance = PulpContainerClient::DomainResponse.new(pulp_href: null,
|
22
|
-
pulp_created: null,
|
23
|
-
name: null,
|
24
|
-
description: null,
|
25
|
-
storage_class: null,
|
26
|
-
storage_settings: null,
|
27
|
-
redirect_to_object_storage: null,
|
28
|
-
hide_guarded_distributions: null)
|
29
|
-
```
|
30
|
-
|
31
|
-
|
data/docs/DomainsApi.md
DELETED
@@ -1,366 +0,0 @@
|
|
1
|
-
# PulpContainerClient::DomainsApi
|
2
|
-
|
3
|
-
All URIs are relative to *https://pulp*
|
4
|
-
|
5
|
-
Method | HTTP request | Description
|
6
|
-
------------- | ------------- | -------------
|
7
|
-
[**create**](DomainsApi.md#create) | **POST** /pulp/api/v3/domains/ | Create a domain
|
8
|
-
[**delete**](DomainsApi.md#delete) | **DELETE** {domain_href} | Delete a domain
|
9
|
-
[**list**](DomainsApi.md#list) | **GET** /pulp/api/v3/domains/ | List domains
|
10
|
-
[**partial_update**](DomainsApi.md#partial_update) | **PATCH** {domain_href} | Update a domain
|
11
|
-
[**read**](DomainsApi.md#read) | **GET** {domain_href} | Inspect a domain
|
12
|
-
[**update**](DomainsApi.md#update) | **PUT** {domain_href} | Update a domain
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
## create
|
17
|
-
|
18
|
-
> DomainResponse create(domain)
|
19
|
-
|
20
|
-
Create a domain
|
21
|
-
|
22
|
-
ViewSet for Domain. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
23
|
-
|
24
|
-
### Example
|
25
|
-
|
26
|
-
```ruby
|
27
|
-
# load the gem
|
28
|
-
require 'pulp_container_client'
|
29
|
-
# setup authorization
|
30
|
-
PulpContainerClient.configure do |config|
|
31
|
-
# Configure HTTP basic authorization: basicAuth
|
32
|
-
config.username = 'YOUR USERNAME'
|
33
|
-
config.password = 'YOUR PASSWORD'
|
34
|
-
end
|
35
|
-
|
36
|
-
api_instance = PulpContainerClient::DomainsApi.new
|
37
|
-
domain = PulpContainerClient::Domain.new # Domain |
|
38
|
-
|
39
|
-
begin
|
40
|
-
#Create a domain
|
41
|
-
result = api_instance.create(domain)
|
42
|
-
p result
|
43
|
-
rescue PulpContainerClient::ApiError => e
|
44
|
-
puts "Exception when calling DomainsApi->create: #{e}"
|
45
|
-
end
|
46
|
-
```
|
47
|
-
|
48
|
-
### Parameters
|
49
|
-
|
50
|
-
|
51
|
-
Name | Type | Description | Notes
|
52
|
-
------------- | ------------- | ------------- | -------------
|
53
|
-
**domain** | [**Domain**](Domain.md)| |
|
54
|
-
|
55
|
-
### Return type
|
56
|
-
|
57
|
-
[**DomainResponse**](DomainResponse.md)
|
58
|
-
|
59
|
-
### Authorization
|
60
|
-
|
61
|
-
[basicAuth](../README.md#basicAuth)
|
62
|
-
|
63
|
-
### HTTP request headers
|
64
|
-
|
65
|
-
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
66
|
-
- **Accept**: application/json
|
67
|
-
|
68
|
-
|
69
|
-
## delete
|
70
|
-
|
71
|
-
> AsyncOperationResponse delete(domain_href)
|
72
|
-
|
73
|
-
Delete a domain
|
74
|
-
|
75
|
-
Trigger an asynchronous delete task
|
76
|
-
|
77
|
-
### Example
|
78
|
-
|
79
|
-
```ruby
|
80
|
-
# load the gem
|
81
|
-
require 'pulp_container_client'
|
82
|
-
# setup authorization
|
83
|
-
PulpContainerClient.configure do |config|
|
84
|
-
# Configure HTTP basic authorization: basicAuth
|
85
|
-
config.username = 'YOUR USERNAME'
|
86
|
-
config.password = 'YOUR PASSWORD'
|
87
|
-
end
|
88
|
-
|
89
|
-
api_instance = PulpContainerClient::DomainsApi.new
|
90
|
-
domain_href = 'domain_href_example' # String |
|
91
|
-
|
92
|
-
begin
|
93
|
-
#Delete a domain
|
94
|
-
result = api_instance.delete(domain_href)
|
95
|
-
p result
|
96
|
-
rescue PulpContainerClient::ApiError => e
|
97
|
-
puts "Exception when calling DomainsApi->delete: #{e}"
|
98
|
-
end
|
99
|
-
```
|
100
|
-
|
101
|
-
### Parameters
|
102
|
-
|
103
|
-
|
104
|
-
Name | Type | Description | Notes
|
105
|
-
------------- | ------------- | ------------- | -------------
|
106
|
-
**domain_href** | **String**| |
|
107
|
-
|
108
|
-
### Return type
|
109
|
-
|
110
|
-
[**AsyncOperationResponse**](AsyncOperationResponse.md)
|
111
|
-
|
112
|
-
### Authorization
|
113
|
-
|
114
|
-
[basicAuth](../README.md#basicAuth)
|
115
|
-
|
116
|
-
### HTTP request headers
|
117
|
-
|
118
|
-
- **Content-Type**: Not defined
|
119
|
-
- **Accept**: application/json
|
120
|
-
|
121
|
-
|
122
|
-
## list
|
123
|
-
|
124
|
-
> PaginatedDomainResponseList list(opts)
|
125
|
-
|
126
|
-
List domains
|
127
|
-
|
128
|
-
ViewSet for Domain. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
129
|
-
|
130
|
-
### Example
|
131
|
-
|
132
|
-
```ruby
|
133
|
-
# load the gem
|
134
|
-
require 'pulp_container_client'
|
135
|
-
# setup authorization
|
136
|
-
PulpContainerClient.configure do |config|
|
137
|
-
# Configure HTTP basic authorization: basicAuth
|
138
|
-
config.username = 'YOUR USERNAME'
|
139
|
-
config.password = 'YOUR PASSWORD'
|
140
|
-
end
|
141
|
-
|
142
|
-
api_instance = PulpContainerClient::DomainsApi.new
|
143
|
-
opts = {
|
144
|
-
limit: 56, # Integer | Number of results to return per page.
|
145
|
-
name: 'name_example', # String | Filter results where name matches value
|
146
|
-
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
147
|
-
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
148
|
-
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
149
|
-
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
150
|
-
offset: 56, # Integer | The initial index from which to return the results.
|
151
|
-
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) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `storage_class` - Storage class * `-storage_class` - Storage class (descending) * `storage_settings` - Storage settings * `-storage_settings` - Storage settings (descending) * `redirect_to_object_storage` - Redirect to object storage * `-redirect_to_object_storage` - Redirect to object storage (descending) * `hide_guarded_distributions` - Hide guarded distributions * `-hide_guarded_distributions` - Hide guarded distributions (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
152
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
153
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
154
|
-
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
155
|
-
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
156
|
-
}
|
157
|
-
|
158
|
-
begin
|
159
|
-
#List domains
|
160
|
-
result = api_instance.list(opts)
|
161
|
-
p result
|
162
|
-
rescue PulpContainerClient::ApiError => e
|
163
|
-
puts "Exception when calling DomainsApi->list: #{e}"
|
164
|
-
end
|
165
|
-
```
|
166
|
-
|
167
|
-
### Parameters
|
168
|
-
|
169
|
-
|
170
|
-
Name | Type | Description | Notes
|
171
|
-
------------- | ------------- | ------------- | -------------
|
172
|
-
**limit** | **Integer**| Number of results to return per page. | [optional]
|
173
|
-
**name** | **String**| Filter results where name matches value | [optional]
|
174
|
-
**name__contains** | **String**| Filter results where name contains value | [optional]
|
175
|
-
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
176
|
-
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
177
|
-
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
178
|
-
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
179
|
-
**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) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `storage_class` - Storage class * `-storage_class` - Storage class (descending) * `storage_settings` - Storage settings * `-storage_settings` - Storage settings (descending) * `redirect_to_object_storage` - Redirect to object storage * `-redirect_to_object_storage` - Redirect to object storage (descending) * `hide_guarded_distributions` - Hide guarded distributions * `-hide_guarded_distributions` - Hide guarded distributions (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
180
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
181
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
182
|
-
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
183
|
-
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
184
|
-
|
185
|
-
### Return type
|
186
|
-
|
187
|
-
[**PaginatedDomainResponseList**](PaginatedDomainResponseList.md)
|
188
|
-
|
189
|
-
### Authorization
|
190
|
-
|
191
|
-
[basicAuth](../README.md#basicAuth)
|
192
|
-
|
193
|
-
### HTTP request headers
|
194
|
-
|
195
|
-
- **Content-Type**: Not defined
|
196
|
-
- **Accept**: application/json
|
197
|
-
|
198
|
-
|
199
|
-
## partial_update
|
200
|
-
|
201
|
-
> AsyncOperationResponse partial_update(domain_href, patched_domain)
|
202
|
-
|
203
|
-
Update a domain
|
204
|
-
|
205
|
-
Trigger an asynchronous partial update task
|
206
|
-
|
207
|
-
### Example
|
208
|
-
|
209
|
-
```ruby
|
210
|
-
# load the gem
|
211
|
-
require 'pulp_container_client'
|
212
|
-
# setup authorization
|
213
|
-
PulpContainerClient.configure do |config|
|
214
|
-
# Configure HTTP basic authorization: basicAuth
|
215
|
-
config.username = 'YOUR USERNAME'
|
216
|
-
config.password = 'YOUR PASSWORD'
|
217
|
-
end
|
218
|
-
|
219
|
-
api_instance = PulpContainerClient::DomainsApi.new
|
220
|
-
domain_href = 'domain_href_example' # String |
|
221
|
-
patched_domain = PulpContainerClient::PatchedDomain.new # PatchedDomain |
|
222
|
-
|
223
|
-
begin
|
224
|
-
#Update a domain
|
225
|
-
result = api_instance.partial_update(domain_href, patched_domain)
|
226
|
-
p result
|
227
|
-
rescue PulpContainerClient::ApiError => e
|
228
|
-
puts "Exception when calling DomainsApi->partial_update: #{e}"
|
229
|
-
end
|
230
|
-
```
|
231
|
-
|
232
|
-
### Parameters
|
233
|
-
|
234
|
-
|
235
|
-
Name | Type | Description | Notes
|
236
|
-
------------- | ------------- | ------------- | -------------
|
237
|
-
**domain_href** | **String**| |
|
238
|
-
**patched_domain** | [**PatchedDomain**](PatchedDomain.md)| |
|
239
|
-
|
240
|
-
### Return type
|
241
|
-
|
242
|
-
[**AsyncOperationResponse**](AsyncOperationResponse.md)
|
243
|
-
|
244
|
-
### Authorization
|
245
|
-
|
246
|
-
[basicAuth](../README.md#basicAuth)
|
247
|
-
|
248
|
-
### HTTP request headers
|
249
|
-
|
250
|
-
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
251
|
-
- **Accept**: application/json
|
252
|
-
|
253
|
-
|
254
|
-
## read
|
255
|
-
|
256
|
-
> DomainResponse read(domain_href, opts)
|
257
|
-
|
258
|
-
Inspect a domain
|
259
|
-
|
260
|
-
ViewSet for Domain. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
261
|
-
|
262
|
-
### Example
|
263
|
-
|
264
|
-
```ruby
|
265
|
-
# load the gem
|
266
|
-
require 'pulp_container_client'
|
267
|
-
# setup authorization
|
268
|
-
PulpContainerClient.configure do |config|
|
269
|
-
# Configure HTTP basic authorization: basicAuth
|
270
|
-
config.username = 'YOUR USERNAME'
|
271
|
-
config.password = 'YOUR PASSWORD'
|
272
|
-
end
|
273
|
-
|
274
|
-
api_instance = PulpContainerClient::DomainsApi.new
|
275
|
-
domain_href = 'domain_href_example' # String |
|
276
|
-
opts = {
|
277
|
-
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
278
|
-
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
279
|
-
}
|
280
|
-
|
281
|
-
begin
|
282
|
-
#Inspect a domain
|
283
|
-
result = api_instance.read(domain_href, opts)
|
284
|
-
p result
|
285
|
-
rescue PulpContainerClient::ApiError => e
|
286
|
-
puts "Exception when calling DomainsApi->read: #{e}"
|
287
|
-
end
|
288
|
-
```
|
289
|
-
|
290
|
-
### Parameters
|
291
|
-
|
292
|
-
|
293
|
-
Name | Type | Description | Notes
|
294
|
-
------------- | ------------- | ------------- | -------------
|
295
|
-
**domain_href** | **String**| |
|
296
|
-
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
297
|
-
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
298
|
-
|
299
|
-
### Return type
|
300
|
-
|
301
|
-
[**DomainResponse**](DomainResponse.md)
|
302
|
-
|
303
|
-
### Authorization
|
304
|
-
|
305
|
-
[basicAuth](../README.md#basicAuth)
|
306
|
-
|
307
|
-
### HTTP request headers
|
308
|
-
|
309
|
-
- **Content-Type**: Not defined
|
310
|
-
- **Accept**: application/json
|
311
|
-
|
312
|
-
|
313
|
-
## update
|
314
|
-
|
315
|
-
> AsyncOperationResponse update(domain_href, domain)
|
316
|
-
|
317
|
-
Update a domain
|
318
|
-
|
319
|
-
Trigger an asynchronous update task
|
320
|
-
|
321
|
-
### Example
|
322
|
-
|
323
|
-
```ruby
|
324
|
-
# load the gem
|
325
|
-
require 'pulp_container_client'
|
326
|
-
# setup authorization
|
327
|
-
PulpContainerClient.configure do |config|
|
328
|
-
# Configure HTTP basic authorization: basicAuth
|
329
|
-
config.username = 'YOUR USERNAME'
|
330
|
-
config.password = 'YOUR PASSWORD'
|
331
|
-
end
|
332
|
-
|
333
|
-
api_instance = PulpContainerClient::DomainsApi.new
|
334
|
-
domain_href = 'domain_href_example' # String |
|
335
|
-
domain = PulpContainerClient::Domain.new # Domain |
|
336
|
-
|
337
|
-
begin
|
338
|
-
#Update a domain
|
339
|
-
result = api_instance.update(domain_href, domain)
|
340
|
-
p result
|
341
|
-
rescue PulpContainerClient::ApiError => e
|
342
|
-
puts "Exception when calling DomainsApi->update: #{e}"
|
343
|
-
end
|
344
|
-
```
|
345
|
-
|
346
|
-
### Parameters
|
347
|
-
|
348
|
-
|
349
|
-
Name | Type | Description | Notes
|
350
|
-
------------- | ------------- | ------------- | -------------
|
351
|
-
**domain_href** | **String**| |
|
352
|
-
**domain** | [**Domain**](Domain.md)| |
|
353
|
-
|
354
|
-
### Return type
|
355
|
-
|
356
|
-
[**AsyncOperationResponse**](AsyncOperationResponse.md)
|
357
|
-
|
358
|
-
### Authorization
|
359
|
-
|
360
|
-
[basicAuth](../README.md#basicAuth)
|
361
|
-
|
362
|
-
### HTTP request headers
|
363
|
-
|
364
|
-
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
365
|
-
- **Accept**: application/json
|
366
|
-
|
@@ -1,23 +0,0 @@
|
|
1
|
-
# PulpContainerClient::PaginatedDomainResponseList
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | | [optional]
|
8
|
-
**_next** | **String** | | [optional]
|
9
|
-
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<DomainResponse>**](DomainResponse.md) | | [optional]
|
11
|
-
|
12
|
-
## Code Sample
|
13
|
-
|
14
|
-
```ruby
|
15
|
-
require 'PulpContainerClient'
|
16
|
-
|
17
|
-
instance = PulpContainerClient::PaginatedDomainResponseList.new(count: 123,
|
18
|
-
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
-
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
|
-
results: null)
|
21
|
-
```
|
22
|
-
|
23
|
-
|
@@ -1,23 +0,0 @@
|
|
1
|
-
# PulpContainerClient::PaginatedUpstreamPulpResponseList
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | | [optional]
|
8
|
-
**_next** | **String** | | [optional]
|
9
|
-
**previous** | **String** | | [optional]
|
10
|
-
**results** | [**Array<UpstreamPulpResponse>**](UpstreamPulpResponse.md) | | [optional]
|
11
|
-
|
12
|
-
## Code Sample
|
13
|
-
|
14
|
-
```ruby
|
15
|
-
require 'PulpContainerClient'
|
16
|
-
|
17
|
-
instance = PulpContainerClient::PaginatedUpstreamPulpResponseList.new(count: 123,
|
18
|
-
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
-
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
|
-
results: null)
|
21
|
-
```
|
22
|
-
|
23
|
-
|
data/docs/PatchedDomain.md
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
# PulpContainerClient::PatchedDomain
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**name** | **String** | A name for this domain. | [optional]
|
8
|
-
**description** | **String** | An optional description. | [optional]
|
9
|
-
**storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage | [optional]
|
10
|
-
**storage_settings** | [**Object**](.md) | Settings for storage class. | [optional]
|
11
|
-
**redirect_to_object_storage** | **Boolean** | Boolean to have the content app redirect to object storage. | [optional] [default to true]
|
12
|
-
**hide_guarded_distributions** | **Boolean** | Boolean to hide distributions with a content guard in the content app. | [optional] [default to false]
|
13
|
-
|
14
|
-
## Code Sample
|
15
|
-
|
16
|
-
```ruby
|
17
|
-
require 'PulpContainerClient'
|
18
|
-
|
19
|
-
instance = PulpContainerClient::PatchedDomain.new(name: null,
|
20
|
-
description: null,
|
21
|
-
storage_class: null,
|
22
|
-
storage_settings: null,
|
23
|
-
redirect_to_object_storage: null,
|
24
|
-
hide_guarded_distributions: null)
|
25
|
-
```
|
26
|
-
|
27
|
-
|
data/docs/PatchedUpstreamPulp.md
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
# PulpContainerClient::PatchedUpstreamPulp
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**name** | **String** | A unique name for this Pulp server. | [optional]
|
8
|
-
**base_url** | **String** | The transport, hostname, and an optional port of the Pulp server. e.g. https://example.com | [optional]
|
9
|
-
**api_root** | **String** | The API root. Defaults to '/pulp/'. | [optional]
|
10
|
-
**domain** | **String** | The domain of the Pulp server if enabled. | [optional]
|
11
|
-
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
12
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
13
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
14
|
-
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
|
-
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
16
|
-
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
17
|
-
**pulp_label_select** | **String** | One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\" | [optional]
|
18
|
-
|
19
|
-
## Code Sample
|
20
|
-
|
21
|
-
```ruby
|
22
|
-
require 'PulpContainerClient'
|
23
|
-
|
24
|
-
instance = PulpContainerClient::PatchedUpstreamPulp.new(name: null,
|
25
|
-
base_url: null,
|
26
|
-
api_root: null,
|
27
|
-
domain: null,
|
28
|
-
ca_cert: null,
|
29
|
-
client_cert: null,
|
30
|
-
client_key: null,
|
31
|
-
tls_validation: null,
|
32
|
-
username: null,
|
33
|
-
password: null,
|
34
|
-
pulp_label_select: null)
|
35
|
-
```
|
36
|
-
|
37
|
-
|
data/docs/StorageClassEnum.md
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
# PulpContainerClient::StorageClassEnum
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
|
8
|
-
## Code Sample
|
9
|
-
|
10
|
-
```ruby
|
11
|
-
require 'PulpContainerClient'
|
12
|
-
|
13
|
-
instance = PulpContainerClient::StorageClassEnum.new()
|
14
|
-
```
|
15
|
-
|
16
|
-
|
data/docs/UpstreamPulp.md
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
# PulpContainerClient::UpstreamPulp
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**name** | **String** | A unique name for this Pulp server. |
|
8
|
-
**base_url** | **String** | The transport, hostname, and an optional port of the Pulp server. e.g. https://example.com |
|
9
|
-
**api_root** | **String** | The API root. Defaults to '/pulp/'. |
|
10
|
-
**domain** | **String** | The domain of the Pulp server if enabled. | [optional]
|
11
|
-
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
12
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
13
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
14
|
-
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
|
-
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
16
|
-
**password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
|
17
|
-
**pulp_label_select** | **String** | One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\" | [optional]
|
18
|
-
|
19
|
-
## Code Sample
|
20
|
-
|
21
|
-
```ruby
|
22
|
-
require 'PulpContainerClient'
|
23
|
-
|
24
|
-
instance = PulpContainerClient::UpstreamPulp.new(name: null,
|
25
|
-
base_url: null,
|
26
|
-
api_root: null,
|
27
|
-
domain: null,
|
28
|
-
ca_cert: null,
|
29
|
-
client_cert: null,
|
30
|
-
client_key: null,
|
31
|
-
tls_validation: null,
|
32
|
-
username: null,
|
33
|
-
password: null,
|
34
|
-
pulp_label_select: null)
|
35
|
-
```
|
36
|
-
|
37
|
-
|
@@ -1,39 +0,0 @@
|
|
1
|
-
# PulpContainerClient::UpstreamPulpResponse
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
|
-
**name** | **String** | A unique name for this Pulp server. |
|
10
|
-
**base_url** | **String** | The transport, hostname, and an optional port of the Pulp server. e.g. https://example.com |
|
11
|
-
**api_root** | **String** | The API root. Defaults to '/pulp/'. |
|
12
|
-
**domain** | **String** | The domain of the Pulp server if enabled. | [optional]
|
13
|
-
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
14
|
-
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
15
|
-
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
16
|
-
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
17
|
-
**hidden_fields** | [**Array<RemoteResponseHiddenFields>**](RemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
|
18
|
-
**pulp_label_select** | **String** | One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\" | [optional]
|
19
|
-
|
20
|
-
## Code Sample
|
21
|
-
|
22
|
-
```ruby
|
23
|
-
require 'PulpContainerClient'
|
24
|
-
|
25
|
-
instance = PulpContainerClient::UpstreamPulpResponse.new(pulp_href: null,
|
26
|
-
pulp_created: null,
|
27
|
-
name: null,
|
28
|
-
base_url: null,
|
29
|
-
api_root: null,
|
30
|
-
domain: null,
|
31
|
-
ca_cert: null,
|
32
|
-
client_cert: null,
|
33
|
-
tls_validation: null,
|
34
|
-
pulp_last_updated: null,
|
35
|
-
hidden_fields: null,
|
36
|
-
pulp_label_select: null)
|
37
|
-
```
|
38
|
-
|
39
|
-
|