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
|
@@ -22,7 +22,6 @@ module PulpContainerClient
|
|
|
22
22
|
# List manifests
|
|
23
23
|
# ViewSet for Manifest.
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
26
25
|
# @option opts [String] :digest Filter results where digest matches value
|
|
27
26
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
|
28
27
|
# @option opts [Boolean] :is_bootable Filter results where is_bootable matches value
|
|
@@ -30,7 +29,7 @@ module PulpContainerClient
|
|
|
30
29
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
31
30
|
# @option opts [Array<String>] :media_type * `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
|
|
32
31
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
33
|
-
# @option opts [Array<String>] :ordering 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)
|
|
32
|
+
# @option opts [Array<String>] :ordering 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)
|
|
34
33
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
35
34
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
36
35
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
@@ -49,7 +48,6 @@ module PulpContainerClient
|
|
|
49
48
|
# List manifests
|
|
50
49
|
# ViewSet for Manifest.
|
|
51
50
|
# @param [Hash] opts the optional parameters
|
|
52
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
53
51
|
# @option opts [String] :digest Filter results where digest matches value
|
|
54
52
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
|
55
53
|
# @option opts [Boolean] :is_bootable Filter results where is_bootable matches value
|
|
@@ -57,7 +55,7 @@ module PulpContainerClient
|
|
|
57
55
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
58
56
|
# @option opts [Array<String>] :media_type * `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
|
|
59
57
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
60
|
-
# @option opts [Array<String>] :ordering 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)
|
|
58
|
+
# @option opts [Array<String>] :ordering 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)
|
|
61
59
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
62
60
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
63
61
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
@@ -76,7 +74,7 @@ module PulpContainerClient
|
|
|
76
74
|
if @api_client.config.client_side_validation && opts[:'media_type'] && !opts[:'media_type'].all? { |item| allowable_values.include?(item) }
|
|
77
75
|
fail ArgumentError, "invalid value for \"media_type\", must include one of #{allowable_values}"
|
|
78
76
|
end
|
|
79
|
-
allowable_values = ["-annotations", "-digest", "-is_bootable", "-is_flatpak", "-labels", "-media_type", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-schema_version", "-timestamp_of_interest", "-upstream_id", "annotations", "digest", "is_bootable", "is_flatpak", "labels", "media_type", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "schema_version", "timestamp_of_interest", "upstream_id"]
|
|
77
|
+
allowable_values = ["-annotations", "-data", "-digest", "-is_bootable", "-is_flatpak", "-labels", "-media_type", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-schema_version", "-timestamp_of_interest", "-upstream_id", "annotations", "data", "digest", "is_bootable", "is_flatpak", "labels", "media_type", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "schema_version", "timestamp_of_interest", "upstream_id"]
|
|
80
78
|
if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
|
|
81
79
|
fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
|
|
82
80
|
end
|
|
@@ -107,7 +105,6 @@ module PulpContainerClient
|
|
|
107
105
|
header_params = opts[:header_params] || {}
|
|
108
106
|
# HTTP header 'Accept' (if needed)
|
|
109
107
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
110
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
111
108
|
|
|
112
109
|
# form parameters
|
|
113
110
|
form_params = opts[:form_params] || {}
|
|
@@ -141,7 +138,6 @@ module PulpContainerClient
|
|
|
141
138
|
# ViewSet for Manifest.
|
|
142
139
|
# @param container_manifest_href [String]
|
|
143
140
|
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
145
141
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
146
142
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
147
143
|
# @return [ContainerManifestResponse]
|
|
@@ -154,7 +150,6 @@ module PulpContainerClient
|
|
|
154
150
|
# ViewSet for Manifest.
|
|
155
151
|
# @param container_manifest_href [String]
|
|
156
152
|
# @param [Hash] opts the optional parameters
|
|
157
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
158
153
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
159
154
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
160
155
|
# @return [Array<(ContainerManifestResponse, Integer, Hash)>] ContainerManifestResponse data, response status code and response headers
|
|
@@ -178,7 +173,6 @@ module PulpContainerClient
|
|
|
178
173
|
header_params = opts[:header_params] || {}
|
|
179
174
|
# HTTP header 'Accept' (if needed)
|
|
180
175
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
181
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
182
176
|
|
|
183
177
|
# form parameters
|
|
184
178
|
form_params = opts[:form_params] || {}
|
|
@@ -22,7 +22,6 @@ module PulpContainerClient
|
|
|
22
22
|
# List manifest signatures
|
|
23
23
|
# ViewSet for image signatures.
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
26
25
|
# @option opts [String] :digest Filter results where digest matches value
|
|
27
26
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
|
28
27
|
# @option opts [String] :key_id Filter results where key_id matches value
|
|
@@ -58,7 +57,6 @@ module PulpContainerClient
|
|
|
58
57
|
# List manifest signatures
|
|
59
58
|
# ViewSet for image signatures.
|
|
60
59
|
# @param [Hash] opts the optional parameters
|
|
61
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
62
60
|
# @option opts [String] :digest Filter results where digest matches value
|
|
63
61
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
|
64
62
|
# @option opts [String] :key_id Filter results where key_id matches value
|
|
@@ -130,7 +128,6 @@ module PulpContainerClient
|
|
|
130
128
|
header_params = opts[:header_params] || {}
|
|
131
129
|
# HTTP header 'Accept' (if needed)
|
|
132
130
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
133
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
134
131
|
|
|
135
132
|
# form parameters
|
|
136
133
|
form_params = opts[:form_params] || {}
|
|
@@ -164,7 +161,6 @@ module PulpContainerClient
|
|
|
164
161
|
# ViewSet for image signatures.
|
|
165
162
|
# @param container_manifest_signature_href [String]
|
|
166
163
|
# @param [Hash] opts the optional parameters
|
|
167
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
168
164
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
169
165
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
170
166
|
# @return [ContainerManifestSignatureResponse]
|
|
@@ -177,7 +173,6 @@ module PulpContainerClient
|
|
|
177
173
|
# ViewSet for image signatures.
|
|
178
174
|
# @param container_manifest_signature_href [String]
|
|
179
175
|
# @param [Hash] opts the optional parameters
|
|
180
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
181
176
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
182
177
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
183
178
|
# @return [Array<(ContainerManifestSignatureResponse, Integer, Hash)>] ContainerManifestSignatureResponse data, response status code and response headers
|
|
@@ -201,7 +196,6 @@ module PulpContainerClient
|
|
|
201
196
|
header_params = opts[:header_params] || {}
|
|
202
197
|
# HTTP header 'Accept' (if needed)
|
|
203
198
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
204
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
205
199
|
|
|
206
200
|
# form parameters
|
|
207
201
|
form_params = opts[:form_params] || {}
|
|
@@ -22,7 +22,6 @@ module PulpContainerClient
|
|
|
22
22
|
# List tags
|
|
23
23
|
# ViewSet for Tag.
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
|
25
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
26
25
|
# @option opts [Array<String>] :digest Multiple values may be separated by commas.
|
|
27
26
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
28
27
|
# @option opts [Array<String>] :media_type * `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
|
|
@@ -48,7 +47,6 @@ module PulpContainerClient
|
|
|
48
47
|
# List tags
|
|
49
48
|
# ViewSet for Tag.
|
|
50
49
|
# @param [Hash] opts the optional parameters
|
|
51
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
52
50
|
# @option opts [Array<String>] :digest Multiple values may be separated by commas.
|
|
53
51
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
54
52
|
# @option opts [Array<String>] :media_type * `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
|
|
@@ -104,7 +102,6 @@ module PulpContainerClient
|
|
|
104
102
|
header_params = opts[:header_params] || {}
|
|
105
103
|
# HTTP header 'Accept' (if needed)
|
|
106
104
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
107
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
108
105
|
|
|
109
106
|
# form parameters
|
|
110
107
|
form_params = opts[:form_params] || {}
|
|
@@ -138,7 +135,6 @@ module PulpContainerClient
|
|
|
138
135
|
# ViewSet for Tag.
|
|
139
136
|
# @param container_tag_href [String]
|
|
140
137
|
# @param [Hash] opts the optional parameters
|
|
141
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
142
138
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
143
139
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
144
140
|
# @return [ContainerTagResponse]
|
|
@@ -151,7 +147,6 @@ module PulpContainerClient
|
|
|
151
147
|
# ViewSet for Tag.
|
|
152
148
|
# @param container_tag_href [String]
|
|
153
149
|
# @param [Hash] opts the optional parameters
|
|
154
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
155
150
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
156
151
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
157
152
|
# @return [Array<(ContainerTagResponse, Integer, Hash)>] ContainerTagResponse data, response status code and response headers
|
|
@@ -175,7 +170,6 @@ module PulpContainerClient
|
|
|
175
170
|
header_params = opts[:header_params] || {}
|
|
176
171
|
# HTTP header 'Accept' (if needed)
|
|
177
172
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
178
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
179
173
|
|
|
180
174
|
# form parameters
|
|
181
175
|
form_params = opts[:form_params] || {}
|
|
@@ -24,7 +24,6 @@ module PulpContainerClient
|
|
|
24
24
|
# @param container_container_distribution_href [String]
|
|
25
25
|
# @param nested_role [NestedRole]
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
28
27
|
# @return [NestedRoleResponse]
|
|
29
28
|
def add_role(container_container_distribution_href, nested_role, opts = {})
|
|
30
29
|
data, _status_code, _headers = add_role_with_http_info(container_container_distribution_href, nested_role, opts)
|
|
@@ -36,7 +35,6 @@ module PulpContainerClient
|
|
|
36
35
|
# @param container_container_distribution_href [String]
|
|
37
36
|
# @param nested_role [NestedRole]
|
|
38
37
|
# @param [Hash] opts the optional parameters
|
|
39
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
40
38
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
|
41
39
|
def add_role_with_http_info(container_container_distribution_href, nested_role, opts = {})
|
|
42
40
|
if @api_client.config.debugging
|
|
@@ -62,7 +60,6 @@ module PulpContainerClient
|
|
|
62
60
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
63
61
|
# HTTP header 'Content-Type'
|
|
64
62
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
65
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
66
63
|
|
|
67
64
|
# form parameters
|
|
68
65
|
form_params = opts[:form_params] || {}
|
|
@@ -96,7 +93,6 @@ module PulpContainerClient
|
|
|
96
93
|
# Trigger an asynchronous create task
|
|
97
94
|
# @param container_container_distribution [ContainerContainerDistribution]
|
|
98
95
|
# @param [Hash] opts the optional parameters
|
|
99
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
100
96
|
# @return [AsyncOperationResponse]
|
|
101
97
|
def create(container_container_distribution, opts = {})
|
|
102
98
|
data, _status_code, _headers = create_with_http_info(container_container_distribution, opts)
|
|
@@ -107,7 +103,6 @@ module PulpContainerClient
|
|
|
107
103
|
# Trigger an asynchronous create task
|
|
108
104
|
# @param container_container_distribution [ContainerContainerDistribution]
|
|
109
105
|
# @param [Hash] opts the optional parameters
|
|
110
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
111
106
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
112
107
|
def create_with_http_info(container_container_distribution, opts = {})
|
|
113
108
|
if @api_client.config.debugging
|
|
@@ -129,7 +124,6 @@ module PulpContainerClient
|
|
|
129
124
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
130
125
|
# HTTP header 'Content-Type'
|
|
131
126
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
132
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
133
127
|
|
|
134
128
|
# form parameters
|
|
135
129
|
form_params = opts[:form_params] || {}
|
|
@@ -163,7 +157,6 @@ module PulpContainerClient
|
|
|
163
157
|
# Trigger an asynchronous delete task
|
|
164
158
|
# @param container_container_distribution_href [String]
|
|
165
159
|
# @param [Hash] opts the optional parameters
|
|
166
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
167
160
|
# @return [AsyncOperationResponse]
|
|
168
161
|
def delete(container_container_distribution_href, opts = {})
|
|
169
162
|
data, _status_code, _headers = delete_with_http_info(container_container_distribution_href, opts)
|
|
@@ -174,7 +167,6 @@ module PulpContainerClient
|
|
|
174
167
|
# Trigger an asynchronous delete task
|
|
175
168
|
# @param container_container_distribution_href [String]
|
|
176
169
|
# @param [Hash] opts the optional parameters
|
|
177
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
178
170
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
179
171
|
def delete_with_http_info(container_container_distribution_href, opts = {})
|
|
180
172
|
if @api_client.config.debugging
|
|
@@ -194,7 +186,6 @@ module PulpContainerClient
|
|
|
194
186
|
header_params = opts[:header_params] || {}
|
|
195
187
|
# HTTP header 'Accept' (if needed)
|
|
196
188
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
197
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
198
189
|
|
|
199
190
|
# form parameters
|
|
200
191
|
form_params = opts[:form_params] || {}
|
|
@@ -227,7 +218,6 @@ module PulpContainerClient
|
|
|
227
218
|
# List container distributions
|
|
228
219
|
# The Container Distribution will serve the latest version of a Repository if ``repository`` is specified. The Container Distribution will serve a specific repository version if ``repository_version``. Note that **either** ``repository`` or ``repository_version`` can be set on a Container Distribution, but not both.
|
|
229
220
|
# @param [Hash] opts the optional parameters
|
|
230
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
231
221
|
# @option opts [String] :base_path Filter results where base_path matches value
|
|
232
222
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
|
233
223
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
|
@@ -263,7 +253,6 @@ module PulpContainerClient
|
|
|
263
253
|
# List container distributions
|
|
264
254
|
# The Container Distribution will serve the latest version of a Repository if ``repository`` is specified. The Container Distribution will serve a specific repository version if ``repository_version``. Note that **either** ``repository`` or ``repository_version`` can be set on a Container Distribution, but not both.
|
|
265
255
|
# @param [Hash] opts the optional parameters
|
|
266
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
267
256
|
# @option opts [String] :base_path Filter results where base_path matches value
|
|
268
257
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
|
269
258
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
|
@@ -335,7 +324,6 @@ module PulpContainerClient
|
|
|
335
324
|
header_params = opts[:header_params] || {}
|
|
336
325
|
# HTTP header 'Accept' (if needed)
|
|
337
326
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
338
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
339
327
|
|
|
340
328
|
# form parameters
|
|
341
329
|
form_params = opts[:form_params] || {}
|
|
@@ -369,7 +357,6 @@ module PulpContainerClient
|
|
|
369
357
|
# List roles assigned to this object.
|
|
370
358
|
# @param container_container_distribution_href [String]
|
|
371
359
|
# @param [Hash] opts the optional parameters
|
|
372
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
373
360
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
374
361
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
375
362
|
# @return [ObjectRolesResponse]
|
|
@@ -382,7 +369,6 @@ module PulpContainerClient
|
|
|
382
369
|
# List roles assigned to this object.
|
|
383
370
|
# @param container_container_distribution_href [String]
|
|
384
371
|
# @param [Hash] opts the optional parameters
|
|
385
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
386
372
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
387
373
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
388
374
|
# @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
|
|
@@ -406,7 +392,6 @@ module PulpContainerClient
|
|
|
406
392
|
header_params = opts[:header_params] || {}
|
|
407
393
|
# HTTP header 'Accept' (if needed)
|
|
408
394
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
409
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
410
395
|
|
|
411
396
|
# form parameters
|
|
412
397
|
form_params = opts[:form_params] || {}
|
|
@@ -440,7 +425,6 @@ module PulpContainerClient
|
|
|
440
425
|
# List permissions available to the current user on this object.
|
|
441
426
|
# @param container_container_distribution_href [String]
|
|
442
427
|
# @param [Hash] opts the optional parameters
|
|
443
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
444
428
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
445
429
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
446
430
|
# @return [MyPermissionsResponse]
|
|
@@ -453,7 +437,6 @@ module PulpContainerClient
|
|
|
453
437
|
# List permissions available to the current user on this object.
|
|
454
438
|
# @param container_container_distribution_href [String]
|
|
455
439
|
# @param [Hash] opts the optional parameters
|
|
456
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
457
440
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
458
441
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
459
442
|
# @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
|
|
@@ -477,7 +460,6 @@ module PulpContainerClient
|
|
|
477
460
|
header_params = opts[:header_params] || {}
|
|
478
461
|
# HTTP header 'Accept' (if needed)
|
|
479
462
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
480
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
481
463
|
|
|
482
464
|
# form parameters
|
|
483
465
|
form_params = opts[:form_params] || {}
|
|
@@ -512,7 +494,6 @@ module PulpContainerClient
|
|
|
512
494
|
# @param container_container_distribution_href [String]
|
|
513
495
|
# @param patchedcontainer_container_distribution [PatchedcontainerContainerDistribution]
|
|
514
496
|
# @param [Hash] opts the optional parameters
|
|
515
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
516
497
|
# @return [AsyncOperationResponse]
|
|
517
498
|
def partial_update(container_container_distribution_href, patchedcontainer_container_distribution, opts = {})
|
|
518
499
|
data, _status_code, _headers = partial_update_with_http_info(container_container_distribution_href, patchedcontainer_container_distribution, opts)
|
|
@@ -524,7 +505,6 @@ module PulpContainerClient
|
|
|
524
505
|
# @param container_container_distribution_href [String]
|
|
525
506
|
# @param patchedcontainer_container_distribution [PatchedcontainerContainerDistribution]
|
|
526
507
|
# @param [Hash] opts the optional parameters
|
|
527
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
528
508
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
529
509
|
def partial_update_with_http_info(container_container_distribution_href, patchedcontainer_container_distribution, opts = {})
|
|
530
510
|
if @api_client.config.debugging
|
|
@@ -550,7 +530,6 @@ module PulpContainerClient
|
|
|
550
530
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
551
531
|
# HTTP header 'Content-Type'
|
|
552
532
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
553
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
554
533
|
|
|
555
534
|
# form parameters
|
|
556
535
|
form_params = opts[:form_params] || {}
|
|
@@ -584,7 +563,6 @@ module PulpContainerClient
|
|
|
584
563
|
# The Container Distribution will serve the latest version of a Repository if ``repository`` is specified. The Container Distribution will serve a specific repository version if ``repository_version``. Note that **either** ``repository`` or ``repository_version`` can be set on a Container Distribution, but not both.
|
|
585
564
|
# @param container_container_distribution_href [String]
|
|
586
565
|
# @param [Hash] opts the optional parameters
|
|
587
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
588
566
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
589
567
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
590
568
|
# @return [ContainerContainerDistributionResponse]
|
|
@@ -597,7 +575,6 @@ module PulpContainerClient
|
|
|
597
575
|
# The Container Distribution will serve the latest version of a Repository if ``repository`` is specified. The Container Distribution will serve a specific repository version if ``repository_version``. Note that **either** ``repository`` or ``repository_version`` can be set on a Container Distribution, but not both.
|
|
598
576
|
# @param container_container_distribution_href [String]
|
|
599
577
|
# @param [Hash] opts the optional parameters
|
|
600
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
601
578
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
602
579
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
603
580
|
# @return [Array<(ContainerContainerDistributionResponse, Integer, Hash)>] ContainerContainerDistributionResponse data, response status code and response headers
|
|
@@ -621,7 +598,6 @@ module PulpContainerClient
|
|
|
621
598
|
header_params = opts[:header_params] || {}
|
|
622
599
|
# HTTP header 'Accept' (if needed)
|
|
623
600
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
624
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
625
601
|
|
|
626
602
|
# form parameters
|
|
627
603
|
form_params = opts[:form_params] || {}
|
|
@@ -656,7 +632,6 @@ module PulpContainerClient
|
|
|
656
632
|
# @param container_container_distribution_href [String]
|
|
657
633
|
# @param nested_role [NestedRole]
|
|
658
634
|
# @param [Hash] opts the optional parameters
|
|
659
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
660
635
|
# @return [NestedRoleResponse]
|
|
661
636
|
def remove_role(container_container_distribution_href, nested_role, opts = {})
|
|
662
637
|
data, _status_code, _headers = remove_role_with_http_info(container_container_distribution_href, nested_role, opts)
|
|
@@ -668,7 +643,6 @@ module PulpContainerClient
|
|
|
668
643
|
# @param container_container_distribution_href [String]
|
|
669
644
|
# @param nested_role [NestedRole]
|
|
670
645
|
# @param [Hash] opts the optional parameters
|
|
671
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
672
646
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
|
673
647
|
def remove_role_with_http_info(container_container_distribution_href, nested_role, opts = {})
|
|
674
648
|
if @api_client.config.debugging
|
|
@@ -694,7 +668,6 @@ module PulpContainerClient
|
|
|
694
668
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
695
669
|
# HTTP header 'Content-Type'
|
|
696
670
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
697
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
698
671
|
|
|
699
672
|
# form parameters
|
|
700
673
|
form_params = opts[:form_params] || {}
|
|
@@ -729,7 +702,6 @@ module PulpContainerClient
|
|
|
729
702
|
# @param container_container_distribution_href [String]
|
|
730
703
|
# @param set_label [SetLabel]
|
|
731
704
|
# @param [Hash] opts the optional parameters
|
|
732
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
733
705
|
# @return [SetLabelResponse]
|
|
734
706
|
def set_label(container_container_distribution_href, set_label, opts = {})
|
|
735
707
|
data, _status_code, _headers = set_label_with_http_info(container_container_distribution_href, set_label, opts)
|
|
@@ -741,7 +713,6 @@ module PulpContainerClient
|
|
|
741
713
|
# @param container_container_distribution_href [String]
|
|
742
714
|
# @param set_label [SetLabel]
|
|
743
715
|
# @param [Hash] opts the optional parameters
|
|
744
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
745
716
|
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
|
746
717
|
def set_label_with_http_info(container_container_distribution_href, set_label, opts = {})
|
|
747
718
|
if @api_client.config.debugging
|
|
@@ -767,7 +738,6 @@ module PulpContainerClient
|
|
|
767
738
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
768
739
|
# HTTP header 'Content-Type'
|
|
769
740
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
770
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
771
741
|
|
|
772
742
|
# form parameters
|
|
773
743
|
form_params = opts[:form_params] || {}
|
|
@@ -802,7 +772,6 @@ module PulpContainerClient
|
|
|
802
772
|
# @param container_container_distribution_href [String]
|
|
803
773
|
# @param unset_label [UnsetLabel]
|
|
804
774
|
# @param [Hash] opts the optional parameters
|
|
805
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
806
775
|
# @return [UnsetLabelResponse]
|
|
807
776
|
def unset_label(container_container_distribution_href, unset_label, opts = {})
|
|
808
777
|
data, _status_code, _headers = unset_label_with_http_info(container_container_distribution_href, unset_label, opts)
|
|
@@ -814,7 +783,6 @@ module PulpContainerClient
|
|
|
814
783
|
# @param container_container_distribution_href [String]
|
|
815
784
|
# @param unset_label [UnsetLabel]
|
|
816
785
|
# @param [Hash] opts the optional parameters
|
|
817
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
818
786
|
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
|
819
787
|
def unset_label_with_http_info(container_container_distribution_href, unset_label, opts = {})
|
|
820
788
|
if @api_client.config.debugging
|
|
@@ -840,7 +808,6 @@ module PulpContainerClient
|
|
|
840
808
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
841
809
|
# HTTP header 'Content-Type'
|
|
842
810
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
843
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
844
811
|
|
|
845
812
|
# form parameters
|
|
846
813
|
form_params = opts[:form_params] || {}
|
|
@@ -875,7 +842,6 @@ module PulpContainerClient
|
|
|
875
842
|
# @param container_container_distribution_href [String]
|
|
876
843
|
# @param container_container_distribution [ContainerContainerDistribution]
|
|
877
844
|
# @param [Hash] opts the optional parameters
|
|
878
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
879
845
|
# @return [AsyncOperationResponse]
|
|
880
846
|
def update(container_container_distribution_href, container_container_distribution, opts = {})
|
|
881
847
|
data, _status_code, _headers = update_with_http_info(container_container_distribution_href, container_container_distribution, opts)
|
|
@@ -887,7 +853,6 @@ module PulpContainerClient
|
|
|
887
853
|
# @param container_container_distribution_href [String]
|
|
888
854
|
# @param container_container_distribution [ContainerContainerDistribution]
|
|
889
855
|
# @param [Hash] opts the optional parameters
|
|
890
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
891
856
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
892
857
|
def update_with_http_info(container_container_distribution_href, container_container_distribution, opts = {})
|
|
893
858
|
if @api_client.config.debugging
|
|
@@ -913,7 +878,6 @@ module PulpContainerClient
|
|
|
913
878
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
914
879
|
# HTTP header 'Content-Type'
|
|
915
880
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
916
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
917
881
|
|
|
918
882
|
# form parameters
|
|
919
883
|
form_params = opts[:form_params] || {}
|