pulp_container_client 2.19.8 → 2.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +9 -8
- data/docs/ContainerBlobResponse.md +0 -2
- data/docs/ContainerContainerDistribution.md +4 -4
- data/docs/ContainerContainerDistributionResponse.md +9 -11
- data/docs/ContainerContainerNamespaceResponse.md +0 -2
- data/docs/ContainerContainerPullThroughDistribution.md +4 -4
- data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -11
- data/docs/ContainerContainerPullThroughRemote.md +1 -1
- data/docs/ContainerContainerPullThroughRemoteResponse.md +3 -3
- data/docs/ContainerContainerPullThroughRemoteResponseHiddenFields.md +2 -2
- data/docs/ContainerContainerPushRepository.md +7 -7
- data/docs/ContainerContainerPushRepositoryResponse.md +9 -11
- data/docs/ContainerContainerRemote.md +1 -1
- data/docs/ContainerContainerRemoteResponse.md +3 -3
- data/docs/ContainerContainerRepositoryResponse.md +0 -2
- data/docs/ContainerManifestResponse.md +2 -6
- data/docs/ContainerManifestSignatureResponse.md +0 -2
- data/docs/ContainerTagResponse.md +0 -2
- data/docs/ContentBlobsApi.md +1 -5
- data/docs/ContentManifestsApi.md +3 -7
- data/docs/ContentSignaturesApi.md +1 -5
- data/docs/ContentTagsApi.md +1 -5
- data/docs/DistributionsContainerApi.md +17 -57
- data/docs/DistributionsPullThroughApi.md +17 -57
- data/docs/IndexDynamicApi.md +50 -0
- data/docs/IndexStaticApi.md +50 -0
- data/docs/OCIBuildImage.md +1 -1
- data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
- data/docs/PaginatedcontainerBlobResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerDistributionResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerNamespaceResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerPushRepositoryResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerRemoteResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerRepositoryResponseList.md +2 -2
- data/docs/PaginatedcontainerManifestResponseList.md +2 -2
- data/docs/PaginatedcontainerManifestSignatureResponseList.md +2 -2
- data/docs/PaginatedcontainerTagResponseList.md +2 -2
- data/docs/PatchedcontainerContainerDistribution.md +4 -4
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +4 -4
- data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
- data/docs/PatchedcontainerContainerPushRepository.md +7 -7
- data/docs/PatchedcontainerContainerRemote.md +1 -1
- data/docs/{Policy692Enum.md → Policy762Enum.md} +2 -2
- data/docs/{Policy7e0Enum.md → Policy8e2Enum.md} +2 -2
- data/docs/PulpContainerNamespacesApi.md +9 -33
- data/docs/RemotesContainerApi.md +17 -57
- data/docs/RemotesPullThroughApi.md +17 -57
- data/docs/RepositoriesContainerApi.md +35 -109
- data/docs/RepositoriesContainerPushApi.md +19 -63
- data/docs/RepositoriesContainerPushVersionsApi.md +5 -17
- data/docs/RepositoriesContainerVersionsApi.md +5 -17
- data/docs/RepositoryVersionResponse.md +0 -2
- data/docs/TokenApi.md +4 -14
- data/lib/pulp_container_client/api/content_blobs_api.rb +0 -6
- data/lib/pulp_container_client/api/content_manifests_api.rb +3 -9
- data/lib/pulp_container_client/api/content_signatures_api.rb +0 -6
- data/lib/pulp_container_client/api/content_tags_api.rb +0 -6
- data/lib/pulp_container_client/api/distributions_container_api.rb +0 -36
- data/lib/pulp_container_client/api/distributions_pull_through_api.rb +0 -36
- data/lib/pulp_container_client/api/index_dynamic_api.rb +74 -0
- data/lib/pulp_container_client/api/index_static_api.rb +74 -0
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -24
- data/lib/pulp_container_client/api/remotes_container_api.rb +0 -36
- data/lib/pulp_container_client/api/remotes_pull_through_api.rb +0 -36
- data/lib/pulp_container_client/api/repositories_container_api.rb +2 -65
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -39
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +0 -12
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +0 -12
- data/lib/pulp_container_client/api/token_api.rb +0 -9
- data/lib/pulp_container_client/configuration.rb +2 -2
- data/lib/pulp_container_client/models/container_blob_response.rb +1 -11
- data/lib/pulp_container_client/models/container_container_distribution.rb +21 -21
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -49
- data/lib/pulp_container_client/models/container_container_namespace_response.rb +1 -11
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +21 -21
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +39 -49
- data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
- data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +12 -12
- data/lib/pulp_container_client/models/container_container_pull_through_remote_response_hidden_fields.rb +0 -10
- data/lib/pulp_container_client/models/container_container_push_repository.rb +48 -48
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +41 -51
- data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/container_container_remote_response.rb +12 -12
- data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -11
- data/lib/pulp_container_client/models/container_manifest_response.rb +3 -28
- data/lib/pulp_container_client/models/container_manifest_signature_response.rb +1 -11
- data/lib/pulp_container_client/models/container_tag_response.rb +1 -11
- data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
- data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +0 -10
- data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +0 -10
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +21 -21
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +21 -21
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +48 -48
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/{policy692_enum.rb → policy762_enum.rb} +3 -3
- data/lib/pulp_container_client/models/{policy7e0_enum.rb → policy8e2_enum.rb} +3 -3
- data/lib/pulp_container_client/models/repository_version_response.rb +1 -11
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +4 -2
- data/spec/api/content_blobs_api_spec.rb +0 -2
- data/spec/api/content_manifests_api_spec.rb +1 -3
- data/spec/api/content_signatures_api_spec.rb +0 -2
- data/spec/api/content_tags_api_spec.rb +0 -2
- data/spec/api/distributions_container_api_spec.rb +0 -12
- data/spec/api/distributions_pull_through_api_spec.rb +0 -12
- data/spec/api/index_dynamic_api_spec.rb +45 -0
- data/spec/api/index_static_api_spec.rb +45 -0
- data/spec/api/pulp_container_namespaces_api_spec.rb +0 -8
- data/spec/api/remotes_container_api_spec.rb +0 -12
- data/spec/api/remotes_pull_through_api_spec.rb +0 -12
- data/spec/api/repositories_container_api_spec.rb +1 -22
- data/spec/api/repositories_container_push_api_spec.rb +0 -13
- data/spec/api/repositories_container_push_versions_api_spec.rb +0 -4
- data/spec/api/repositories_container_versions_api_spec.rb +0 -4
- data/spec/api/token_api_spec.rb +0 -3
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/container_blob_response_spec.rb +0 -6
- data/spec/models/container_container_distribution_response_spec.rb +7 -13
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_namespace_response_spec.rb +0 -6
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +7 -13
- data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/container_container_pull_through_remote_response_spec.rb +6 -6
- data/spec/models/container_container_push_repository_response_spec.rb +6 -12
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/container_container_remote_response_spec.rb +6 -6
- data/spec/models/container_container_repository_response_spec.rb +0 -6
- data/spec/models/container_manifest_response_spec.rb +0 -12
- data/spec/models/container_manifest_signature_response_spec.rb +0 -6
- data/spec/models/container_tag_response_spec.rb +0 -6
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- data/spec/models/{policy692_enum_spec.rb → policy762_enum_spec.rb} +6 -6
- data/spec/models/{policy7e0_enum_spec.rb → policy8e2_enum_spec.rb} +6 -6
- data/spec/models/repository_version_response_spec.rb +0 -6
- metadata +88 -80
data/docs/ContentManifestsApi.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# PulpContainerClient::ContentManifestsApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *http://
|
|
3
|
+
All URIs are relative to *http://pulp*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
@@ -31,7 +31,6 @@ end
|
|
|
31
31
|
|
|
32
32
|
api_instance = PulpContainerClient::ContentManifestsApi.new
|
|
33
33
|
opts = {
|
|
34
|
-
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
35
34
|
digest: 'digest_example', # String | Filter results where digest matches value
|
|
36
35
|
digest__in: ['digest__in_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
|
37
36
|
is_bootable: true, # Boolean | Filter results where is_bootable matches value
|
|
@@ -39,7 +38,7 @@ opts = {
|
|
|
39
38
|
limit: 56, # Integer | Number of results to return per page.
|
|
40
39
|
media_type: ['media_type_example'], # Array<String> | * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json
|
|
41
40
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
42
|
-
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
41
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `data` - Data * `-data` - Data (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
43
42
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
44
43
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
45
44
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
|
@@ -65,7 +64,6 @@ end
|
|
|
65
64
|
|
|
66
65
|
Name | Type | Description | Notes
|
|
67
66
|
------------- | ------------- | ------------- | -------------
|
|
68
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
69
67
|
**digest** | **String**| Filter results where digest matches value | [optional]
|
|
70
68
|
**digest__in** | [**Array<String>**](String.md)| Filter results where digest is in a comma-separated list of values | [optional]
|
|
71
69
|
**is_bootable** | **Boolean**| Filter results where is_bootable matches value | [optional]
|
|
@@ -73,7 +71,7 @@ Name | Type | Description | Notes
|
|
|
73
71
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
74
72
|
**media_type** | [**Array<String>**](String.md)| * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json | [optional]
|
|
75
73
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
76
|
-
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
74
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `data` - Data * `-data` - Data (descending) * `annotations` - Annotations * `-annotations` - Annotations (descending) * `labels` - Labels * `-labels` - Labels (descending) * `is_bootable` - Is bootable * `-is_bootable` - Is bootable (descending) * `is_flatpak` - Is flatpak * `-is_flatpak` - Is flatpak (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
|
77
75
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
|
78
76
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
79
77
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
@@ -121,7 +119,6 @@ end
|
|
|
121
119
|
api_instance = PulpContainerClient::ContentManifestsApi.new
|
|
122
120
|
container_manifest_href = 'container_manifest_href_example' # String |
|
|
123
121
|
opts = {
|
|
124
|
-
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
125
122
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
126
123
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
127
124
|
}
|
|
@@ -141,7 +138,6 @@ end
|
|
|
141
138
|
Name | Type | Description | Notes
|
|
142
139
|
------------- | ------------- | ------------- | -------------
|
|
143
140
|
**container_manifest_href** | **String**| |
|
|
144
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
145
141
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
146
142
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
147
143
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# PulpContainerClient::ContentSignaturesApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *http://
|
|
3
|
+
All URIs are relative to *http://pulp*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
@@ -31,7 +31,6 @@ end
|
|
|
31
31
|
|
|
32
32
|
api_instance = PulpContainerClient::ContentSignaturesApi.new
|
|
33
33
|
opts = {
|
|
34
|
-
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
35
34
|
digest: 'digest_example', # String | Filter results where digest matches value
|
|
36
35
|
digest__in: ['digest__in_example'], # Array<String> | Filter results where digest is in a comma-separated list of values
|
|
37
36
|
key_id: 'key_id_example', # String | Filter results where key_id matches value
|
|
@@ -74,7 +73,6 @@ end
|
|
|
74
73
|
|
|
75
74
|
Name | Type | Description | Notes
|
|
76
75
|
------------- | ------------- | ------------- | -------------
|
|
77
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
78
76
|
**digest** | **String**| Filter results where digest matches value | [optional]
|
|
79
77
|
**digest__in** | [**Array<String>**](String.md)| Filter results where digest is in a comma-separated list of values | [optional]
|
|
80
78
|
**key_id** | **String**| Filter results where key_id matches value | [optional]
|
|
@@ -139,7 +137,6 @@ end
|
|
|
139
137
|
api_instance = PulpContainerClient::ContentSignaturesApi.new
|
|
140
138
|
container_manifest_signature_href = 'container_manifest_signature_href_example' # String |
|
|
141
139
|
opts = {
|
|
142
|
-
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
143
140
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
144
141
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
145
142
|
}
|
|
@@ -159,7 +156,6 @@ end
|
|
|
159
156
|
Name | Type | Description | Notes
|
|
160
157
|
------------- | ------------- | ------------- | -------------
|
|
161
158
|
**container_manifest_signature_href** | **String**| |
|
|
162
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
163
159
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
164
160
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
165
161
|
|
data/docs/ContentTagsApi.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# PulpContainerClient::ContentTagsApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *http://
|
|
3
|
+
All URIs are relative to *http://pulp*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
@@ -31,7 +31,6 @@ end
|
|
|
31
31
|
|
|
32
32
|
api_instance = PulpContainerClient::ContentTagsApi.new
|
|
33
33
|
opts = {
|
|
34
|
-
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
35
34
|
digest: ['digest_example'], # Array<String> | Multiple values may be separated by commas.
|
|
36
35
|
limit: 56, # Integer | Number of results to return per page.
|
|
37
36
|
media_type: ['media_type_example'], # Array<String> | * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json
|
|
@@ -64,7 +63,6 @@ end
|
|
|
64
63
|
|
|
65
64
|
Name | Type | Description | Notes
|
|
66
65
|
------------- | ------------- | ------------- | -------------
|
|
67
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
68
66
|
**digest** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
|
69
67
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
70
68
|
**media_type** | [**Array<String>**](String.md)| * `application/vnd.docker.distribution.manifest.v1+json` - application/vnd.docker.distribution.manifest.v1+json * `application/vnd.docker.distribution.manifest.v2+json` - application/vnd.docker.distribution.manifest.v2+json * `application/vnd.docker.distribution.manifest.list.v2+json` - application/vnd.docker.distribution.manifest.list.v2+json * `application/vnd.oci.image.manifest.v1+json` - application/vnd.oci.image.manifest.v1+json * `application/vnd.oci.image.index.v1+json` - application/vnd.oci.image.index.v1+json | [optional]
|
|
@@ -119,7 +117,6 @@ end
|
|
|
119
117
|
api_instance = PulpContainerClient::ContentTagsApi.new
|
|
120
118
|
container_tag_href = 'container_tag_href_example' # String |
|
|
121
119
|
opts = {
|
|
122
|
-
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
123
120
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
124
121
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
125
122
|
}
|
|
@@ -139,7 +136,6 @@ end
|
|
|
139
136
|
Name | Type | Description | Notes
|
|
140
137
|
------------- | ------------- | ------------- | -------------
|
|
141
138
|
**container_tag_href** | **String**| |
|
|
142
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
143
139
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
144
140
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
145
141
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# PulpContainerClient::DistributionsContainerApi
|
|
2
2
|
|
|
3
|
-
All URIs are relative to *http://
|
|
3
|
+
All URIs are relative to *http://pulp*
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
@@ -21,7 +21,7 @@ Method | HTTP request | Description
|
|
|
21
21
|
|
|
22
22
|
## add_role
|
|
23
23
|
|
|
24
|
-
> NestedRoleResponse add_role(container_container_distribution_href, nested_role
|
|
24
|
+
> NestedRoleResponse add_role(container_container_distribution_href, nested_role)
|
|
25
25
|
|
|
26
26
|
Add a role
|
|
27
27
|
|
|
@@ -42,13 +42,10 @@ end
|
|
|
42
42
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
|
43
43
|
container_container_distribution_href = 'container_container_distribution_href_example' # String |
|
|
44
44
|
nested_role = PulpContainerClient::NestedRole.new # NestedRole |
|
|
45
|
-
opts = {
|
|
46
|
-
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
47
|
-
}
|
|
48
45
|
|
|
49
46
|
begin
|
|
50
47
|
#Add a role
|
|
51
|
-
result = api_instance.add_role(container_container_distribution_href, nested_role
|
|
48
|
+
result = api_instance.add_role(container_container_distribution_href, nested_role)
|
|
52
49
|
p result
|
|
53
50
|
rescue PulpContainerClient::ApiError => e
|
|
54
51
|
puts "Exception when calling DistributionsContainerApi->add_role: #{e}"
|
|
@@ -62,7 +59,6 @@ Name | Type | Description | Notes
|
|
|
62
59
|
------------- | ------------- | ------------- | -------------
|
|
63
60
|
**container_container_distribution_href** | **String**| |
|
|
64
61
|
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
65
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
66
62
|
|
|
67
63
|
### Return type
|
|
68
64
|
|
|
@@ -80,7 +76,7 @@ Name | Type | Description | Notes
|
|
|
80
76
|
|
|
81
77
|
## create
|
|
82
78
|
|
|
83
|
-
> AsyncOperationResponse create(container_container_distribution
|
|
79
|
+
> AsyncOperationResponse create(container_container_distribution)
|
|
84
80
|
|
|
85
81
|
Create a container distribution
|
|
86
82
|
|
|
@@ -100,13 +96,10 @@ end
|
|
|
100
96
|
|
|
101
97
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
|
102
98
|
container_container_distribution = PulpContainerClient::ContainerContainerDistribution.new # ContainerContainerDistribution |
|
|
103
|
-
opts = {
|
|
104
|
-
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
105
|
-
}
|
|
106
99
|
|
|
107
100
|
begin
|
|
108
101
|
#Create a container distribution
|
|
109
|
-
result = api_instance.create(container_container_distribution
|
|
102
|
+
result = api_instance.create(container_container_distribution)
|
|
110
103
|
p result
|
|
111
104
|
rescue PulpContainerClient::ApiError => e
|
|
112
105
|
puts "Exception when calling DistributionsContainerApi->create: #{e}"
|
|
@@ -119,7 +112,6 @@ end
|
|
|
119
112
|
Name | Type | Description | Notes
|
|
120
113
|
------------- | ------------- | ------------- | -------------
|
|
121
114
|
**container_container_distribution** | [**ContainerContainerDistribution**](ContainerContainerDistribution.md)| |
|
|
122
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
123
115
|
|
|
124
116
|
### Return type
|
|
125
117
|
|
|
@@ -137,7 +129,7 @@ Name | Type | Description | Notes
|
|
|
137
129
|
|
|
138
130
|
## delete
|
|
139
131
|
|
|
140
|
-
> AsyncOperationResponse delete(container_container_distribution_href
|
|
132
|
+
> AsyncOperationResponse delete(container_container_distribution_href)
|
|
141
133
|
|
|
142
134
|
Delete a container distribution
|
|
143
135
|
|
|
@@ -157,13 +149,10 @@ end
|
|
|
157
149
|
|
|
158
150
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
|
159
151
|
container_container_distribution_href = 'container_container_distribution_href_example' # String |
|
|
160
|
-
opts = {
|
|
161
|
-
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
162
|
-
}
|
|
163
152
|
|
|
164
153
|
begin
|
|
165
154
|
#Delete a container distribution
|
|
166
|
-
result = api_instance.delete(container_container_distribution_href
|
|
155
|
+
result = api_instance.delete(container_container_distribution_href)
|
|
167
156
|
p result
|
|
168
157
|
rescue PulpContainerClient::ApiError => e
|
|
169
158
|
puts "Exception when calling DistributionsContainerApi->delete: #{e}"
|
|
@@ -176,7 +165,6 @@ end
|
|
|
176
165
|
Name | Type | Description | Notes
|
|
177
166
|
------------- | ------------- | ------------- | -------------
|
|
178
167
|
**container_container_distribution_href** | **String**| |
|
|
179
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
180
168
|
|
|
181
169
|
### Return type
|
|
182
170
|
|
|
@@ -214,7 +202,6 @@ end
|
|
|
214
202
|
|
|
215
203
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
|
216
204
|
opts = {
|
|
217
|
-
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
218
205
|
base_path: 'base_path_example', # String | Filter results where base_path matches value
|
|
219
206
|
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
|
220
207
|
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
|
@@ -257,7 +244,6 @@ end
|
|
|
257
244
|
|
|
258
245
|
Name | Type | Description | Notes
|
|
259
246
|
------------- | ------------- | ------------- | -------------
|
|
260
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
261
247
|
**base_path** | **String**| Filter results where base_path matches value | [optional]
|
|
262
248
|
**base_path__contains** | **String**| Filter results where base_path contains value | [optional]
|
|
263
249
|
**base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
|
|
@@ -322,7 +308,6 @@ end
|
|
|
322
308
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
|
323
309
|
container_container_distribution_href = 'container_container_distribution_href_example' # String |
|
|
324
310
|
opts = {
|
|
325
|
-
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
326
311
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
327
312
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
328
313
|
}
|
|
@@ -342,7 +327,6 @@ end
|
|
|
342
327
|
Name | Type | Description | Notes
|
|
343
328
|
------------- | ------------- | ------------- | -------------
|
|
344
329
|
**container_container_distribution_href** | **String**| |
|
|
345
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
346
330
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
347
331
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
348
332
|
|
|
@@ -383,7 +367,6 @@ end
|
|
|
383
367
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
|
384
368
|
container_container_distribution_href = 'container_container_distribution_href_example' # String |
|
|
385
369
|
opts = {
|
|
386
|
-
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
387
370
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
388
371
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
389
372
|
}
|
|
@@ -403,7 +386,6 @@ end
|
|
|
403
386
|
Name | Type | Description | Notes
|
|
404
387
|
------------- | ------------- | ------------- | -------------
|
|
405
388
|
**container_container_distribution_href** | **String**| |
|
|
406
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
407
389
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
408
390
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
409
391
|
|
|
@@ -423,7 +405,7 @@ Name | Type | Description | Notes
|
|
|
423
405
|
|
|
424
406
|
## partial_update
|
|
425
407
|
|
|
426
|
-
> AsyncOperationResponse partial_update(container_container_distribution_href, patchedcontainer_container_distribution
|
|
408
|
+
> AsyncOperationResponse partial_update(container_container_distribution_href, patchedcontainer_container_distribution)
|
|
427
409
|
|
|
428
410
|
Update a container distribution
|
|
429
411
|
|
|
@@ -444,13 +426,10 @@ end
|
|
|
444
426
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
|
445
427
|
container_container_distribution_href = 'container_container_distribution_href_example' # String |
|
|
446
428
|
patchedcontainer_container_distribution = PulpContainerClient::PatchedcontainerContainerDistribution.new # PatchedcontainerContainerDistribution |
|
|
447
|
-
opts = {
|
|
448
|
-
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
449
|
-
}
|
|
450
429
|
|
|
451
430
|
begin
|
|
452
431
|
#Update a container distribution
|
|
453
|
-
result = api_instance.partial_update(container_container_distribution_href, patchedcontainer_container_distribution
|
|
432
|
+
result = api_instance.partial_update(container_container_distribution_href, patchedcontainer_container_distribution)
|
|
454
433
|
p result
|
|
455
434
|
rescue PulpContainerClient::ApiError => e
|
|
456
435
|
puts "Exception when calling DistributionsContainerApi->partial_update: #{e}"
|
|
@@ -464,7 +443,6 @@ Name | Type | Description | Notes
|
|
|
464
443
|
------------- | ------------- | ------------- | -------------
|
|
465
444
|
**container_container_distribution_href** | **String**| |
|
|
466
445
|
**patchedcontainer_container_distribution** | [**PatchedcontainerContainerDistribution**](PatchedcontainerContainerDistribution.md)| |
|
|
467
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
468
446
|
|
|
469
447
|
### Return type
|
|
470
448
|
|
|
@@ -503,7 +481,6 @@ end
|
|
|
503
481
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
|
504
482
|
container_container_distribution_href = 'container_container_distribution_href_example' # String |
|
|
505
483
|
opts = {
|
|
506
|
-
x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
|
|
507
484
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
|
508
485
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
|
509
486
|
}
|
|
@@ -523,7 +500,6 @@ end
|
|
|
523
500
|
Name | Type | Description | Notes
|
|
524
501
|
------------- | ------------- | ------------- | -------------
|
|
525
502
|
**container_container_distribution_href** | **String**| |
|
|
526
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
527
503
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
|
528
504
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
|
529
505
|
|
|
@@ -543,7 +519,7 @@ Name | Type | Description | Notes
|
|
|
543
519
|
|
|
544
520
|
## remove_role
|
|
545
521
|
|
|
546
|
-
> NestedRoleResponse remove_role(container_container_distribution_href, nested_role
|
|
522
|
+
> NestedRoleResponse remove_role(container_container_distribution_href, nested_role)
|
|
547
523
|
|
|
548
524
|
Remove a role
|
|
549
525
|
|
|
@@ -564,13 +540,10 @@ end
|
|
|
564
540
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
|
565
541
|
container_container_distribution_href = 'container_container_distribution_href_example' # String |
|
|
566
542
|
nested_role = PulpContainerClient::NestedRole.new # NestedRole |
|
|
567
|
-
opts = {
|
|
568
|
-
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
569
|
-
}
|
|
570
543
|
|
|
571
544
|
begin
|
|
572
545
|
#Remove a role
|
|
573
|
-
result = api_instance.remove_role(container_container_distribution_href, nested_role
|
|
546
|
+
result = api_instance.remove_role(container_container_distribution_href, nested_role)
|
|
574
547
|
p result
|
|
575
548
|
rescue PulpContainerClient::ApiError => e
|
|
576
549
|
puts "Exception when calling DistributionsContainerApi->remove_role: #{e}"
|
|
@@ -584,7 +557,6 @@ Name | Type | Description | Notes
|
|
|
584
557
|
------------- | ------------- | ------------- | -------------
|
|
585
558
|
**container_container_distribution_href** | **String**| |
|
|
586
559
|
**nested_role** | [**NestedRole**](NestedRole.md)| |
|
|
587
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
588
560
|
|
|
589
561
|
### Return type
|
|
590
562
|
|
|
@@ -602,7 +574,7 @@ Name | Type | Description | Notes
|
|
|
602
574
|
|
|
603
575
|
## set_label
|
|
604
576
|
|
|
605
|
-
> SetLabelResponse set_label(container_container_distribution_href, set_label
|
|
577
|
+
> SetLabelResponse set_label(container_container_distribution_href, set_label)
|
|
606
578
|
|
|
607
579
|
Set a label
|
|
608
580
|
|
|
@@ -623,13 +595,10 @@ end
|
|
|
623
595
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
|
624
596
|
container_container_distribution_href = 'container_container_distribution_href_example' # String |
|
|
625
597
|
set_label = PulpContainerClient::SetLabel.new # SetLabel |
|
|
626
|
-
opts = {
|
|
627
|
-
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
628
|
-
}
|
|
629
598
|
|
|
630
599
|
begin
|
|
631
600
|
#Set a label
|
|
632
|
-
result = api_instance.set_label(container_container_distribution_href, set_label
|
|
601
|
+
result = api_instance.set_label(container_container_distribution_href, set_label)
|
|
633
602
|
p result
|
|
634
603
|
rescue PulpContainerClient::ApiError => e
|
|
635
604
|
puts "Exception when calling DistributionsContainerApi->set_label: #{e}"
|
|
@@ -643,7 +612,6 @@ Name | Type | Description | Notes
|
|
|
643
612
|
------------- | ------------- | ------------- | -------------
|
|
644
613
|
**container_container_distribution_href** | **String**| |
|
|
645
614
|
**set_label** | [**SetLabel**](SetLabel.md)| |
|
|
646
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
647
615
|
|
|
648
616
|
### Return type
|
|
649
617
|
|
|
@@ -661,7 +629,7 @@ Name | Type | Description | Notes
|
|
|
661
629
|
|
|
662
630
|
## unset_label
|
|
663
631
|
|
|
664
|
-
> UnsetLabelResponse unset_label(container_container_distribution_href, unset_label
|
|
632
|
+
> UnsetLabelResponse unset_label(container_container_distribution_href, unset_label)
|
|
665
633
|
|
|
666
634
|
Unset a label
|
|
667
635
|
|
|
@@ -682,13 +650,10 @@ end
|
|
|
682
650
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
|
683
651
|
container_container_distribution_href = 'container_container_distribution_href_example' # String |
|
|
684
652
|
unset_label = PulpContainerClient::UnsetLabel.new # UnsetLabel |
|
|
685
|
-
opts = {
|
|
686
|
-
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
687
|
-
}
|
|
688
653
|
|
|
689
654
|
begin
|
|
690
655
|
#Unset a label
|
|
691
|
-
result = api_instance.unset_label(container_container_distribution_href, unset_label
|
|
656
|
+
result = api_instance.unset_label(container_container_distribution_href, unset_label)
|
|
692
657
|
p result
|
|
693
658
|
rescue PulpContainerClient::ApiError => e
|
|
694
659
|
puts "Exception when calling DistributionsContainerApi->unset_label: #{e}"
|
|
@@ -702,7 +667,6 @@ Name | Type | Description | Notes
|
|
|
702
667
|
------------- | ------------- | ------------- | -------------
|
|
703
668
|
**container_container_distribution_href** | **String**| |
|
|
704
669
|
**unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
|
|
705
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
706
670
|
|
|
707
671
|
### Return type
|
|
708
672
|
|
|
@@ -720,7 +684,7 @@ Name | Type | Description | Notes
|
|
|
720
684
|
|
|
721
685
|
## update
|
|
722
686
|
|
|
723
|
-
> AsyncOperationResponse update(container_container_distribution_href, container_container_distribution
|
|
687
|
+
> AsyncOperationResponse update(container_container_distribution_href, container_container_distribution)
|
|
724
688
|
|
|
725
689
|
Update a container distribution
|
|
726
690
|
|
|
@@ -741,13 +705,10 @@ end
|
|
|
741
705
|
api_instance = PulpContainerClient::DistributionsContainerApi.new
|
|
742
706
|
container_container_distribution_href = 'container_container_distribution_href_example' # String |
|
|
743
707
|
container_container_distribution = PulpContainerClient::ContainerContainerDistribution.new # ContainerContainerDistribution |
|
|
744
|
-
opts = {
|
|
745
|
-
x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
|
|
746
|
-
}
|
|
747
708
|
|
|
748
709
|
begin
|
|
749
710
|
#Update a container distribution
|
|
750
|
-
result = api_instance.update(container_container_distribution_href, container_container_distribution
|
|
711
|
+
result = api_instance.update(container_container_distribution_href, container_container_distribution)
|
|
751
712
|
p result
|
|
752
713
|
rescue PulpContainerClient::ApiError => e
|
|
753
714
|
puts "Exception when calling DistributionsContainerApi->update: #{e}"
|
|
@@ -761,7 +722,6 @@ Name | Type | Description | Notes
|
|
|
761
722
|
------------- | ------------- | ------------- | -------------
|
|
762
723
|
**container_container_distribution_href** | **String**| |
|
|
763
724
|
**container_container_distribution** | [**ContainerContainerDistribution**](ContainerContainerDistribution.md)| |
|
|
764
|
-
**x_task_diagnostics** | [**Array<String>**](String.md)| List of profilers to use on tasks. | [optional]
|
|
765
725
|
|
|
766
726
|
### Return type
|
|
767
727
|
|