pulp_container_client 2.14.14 → 2.14.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +222 -246
- data/docs/AccessPoliciesApi.md +28 -32
- data/docs/ArtifactDistributionResponse.md +7 -7
- data/docs/ArtifactsApi.md +23 -27
- data/docs/ContainerContainerDistribution.md +5 -5
- data/docs/ContainerContainerDistributionResponse.md +8 -8
- data/docs/ContainerContainerPushRepository.md +5 -5
- data/docs/ContainerContainerPushRepositoryResponse.md +8 -8
- data/docs/ContainerContainerRemote.md +1 -1
- data/docs/ContainerContainerRemoteResponse.md +1 -1
- data/docs/ContainerContainerRepository.md +1 -1
- data/docs/ContainerContainerRepositoryResponse.md +1 -1
- data/docs/ContentApi.md +8 -14
- data/docs/ContentBlobsApi.md +13 -17
- data/docs/ContentManifestsApi.md +15 -19
- data/docs/ContentSignaturesApi.md +13 -17
- data/docs/ContentTagsApi.md +15 -19
- data/docs/ContentguardsApi.md +8 -14
- data/docs/ContentguardsContentRedirectApi.md +53 -57
- data/docs/ContentguardsRbacApi.md +53 -57
- data/docs/DistributionsApi.md +8 -18
- data/docs/DistributionsArtifactsApi.md +13 -21
- data/docs/DistributionsContainerApi.md +53 -61
- data/docs/DocsApiJsonApi.md +6 -6
- data/docs/DocsApiYamlApi.md +6 -6
- data/docs/ExportersFilesystemApi.md +36 -40
- data/docs/ExportersFilesystemExportsApi.md +24 -24
- data/docs/ExportersPulpApi.md +33 -37
- data/docs/ExportersPulpExportsApi.md +21 -21
- data/docs/FilesystemExporter.md +1 -1
- data/docs/FilesystemExporterResponse.md +1 -1
- data/docs/GroupRole.md +1 -3
- data/docs/GroupRoleResponse.md +1 -3
- data/docs/GroupsApi.md +59 -63
- data/docs/GroupsRolesApi.md +27 -33
- data/docs/GroupsUsersApi.md +16 -16
- data/docs/ImportersPulpApi.md +33 -37
- data/docs/ImportersPulpImportCheckApi.md +1 -1
- data/docs/ImportersPulpImportsApi.md +21 -21
- data/docs/OrphansApi.md +6 -6
- data/docs/OrphansCleanupApi.md +6 -6
- data/docs/PatchedFilesystemExporter.md +1 -1
- data/docs/PatchedcontainerContainerDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPushRepository.md +5 -5
- data/docs/PatchedcontainerContainerRemote.md +1 -1
- data/docs/PatchedcontainerContainerRepository.md +1 -1
- data/docs/PublicationsApi.md +9 -15
- data/docs/PulpContainerNamespacesApi.md +43 -47
- data/docs/RemoteResponse.md +1 -1
- data/docs/RemoteResponseHiddenFields.md +2 -2
- data/docs/RemotesApi.md +8 -14
- data/docs/RemotesContainerApi.md +53 -57
- data/docs/RepairApi.md +6 -6
- data/docs/RepositoriesApi.md +8 -30
- data/docs/RepositoriesContainerApi.md +102 -122
- data/docs/RepositoriesContainerPushApi.md +68 -88
- data/docs/RepositoriesContainerPushVersionsApi.md +23 -25
- data/docs/RepositoriesContainerVersionsApi.md +23 -25
- data/docs/RepositoriesReclaimSpaceApi.md +6 -6
- data/docs/RepositoryResponse.md +1 -1
- data/docs/RepositoryVersionsApi.md +8 -12
- data/docs/RolesApi.md +39 -43
- data/docs/SigningServicesApi.md +13 -17
- data/docs/StatusApi.md +1 -1
- data/docs/StatusResponse.md +1 -3
- data/docs/TaskGroupsApi.md +11 -11
- data/docs/TaskSchedulesApi.md +35 -39
- data/docs/TasksApi.md +101 -105
- data/docs/TokenApi.md +6 -6
- data/docs/UploadsApi.md +53 -57
- data/docs/UserRole.md +2 -4
- data/docs/UserRoleResponse.md +2 -4
- data/docs/UsersApi.md +39 -43
- data/docs/UsersRolesApi.md +27 -33
- data/docs/VersionResponse.md +1 -3
- data/docs/WorkersApi.md +13 -17
- data/lib/pulp_container_client/api/access_policies_api.rb +33 -39
- data/lib/pulp_container_client/api/artifacts_api.rb +31 -37
- data/lib/pulp_container_client/api/content_api.rb +7 -20
- data/lib/pulp_container_client/api/content_blobs_api.rb +13 -19
- data/lib/pulp_container_client/api/content_manifests_api.rb +15 -21
- data/lib/pulp_container_client/api/content_signatures_api.rb +13 -19
- data/lib/pulp_container_client/api/content_tags_api.rb +15 -21
- data/lib/pulp_container_client/api/contentguards_api.rb +7 -20
- data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +65 -71
- data/lib/pulp_container_client/api/contentguards_rbac_api.rb +65 -71
- data/lib/pulp_container_client/api/distributions_api.rb +7 -26
- data/lib/pulp_container_client/api/distributions_artifacts_api.rb +13 -25
- data/lib/pulp_container_client/api/distributions_container_api.rb +65 -77
- data/lib/pulp_container_client/api/docs_api_json_api.rb +5 -5
- data/lib/pulp_container_client/api/docs_api_yaml_api.rb +5 -5
- data/lib/pulp_container_client/api/exporters_filesystem_api.rb +45 -51
- data/lib/pulp_container_client/api/exporters_filesystem_exports_api.rb +31 -31
- data/lib/pulp_container_client/api/exporters_pulp_api.rb +39 -45
- data/lib/pulp_container_client/api/exporters_pulp_exports_api.rb +25 -25
- data/lib/pulp_container_client/api/groups_api.rb +77 -83
- data/lib/pulp_container_client/api/groups_roles_api.rb +35 -44
- data/lib/pulp_container_client/api/groups_users_api.rb +19 -19
- data/lib/pulp_container_client/api/importers_pulp_api.rb +39 -45
- data/lib/pulp_container_client/api/importers_pulp_imports_api.rb +25 -25
- data/lib/pulp_container_client/api/orphans_api.rb +5 -5
- data/lib/pulp_container_client/api/orphans_cleanup_api.rb +6 -6
- data/lib/pulp_container_client/api/publications_api.rb +9 -18
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +51 -57
- data/lib/pulp_container_client/api/remotes_api.rb +7 -20
- data/lib/pulp_container_client/api/remotes_container_api.rb +65 -71
- data/lib/pulp_container_client/api/repair_api.rb +6 -6
- data/lib/pulp_container_client/api/repositories_api.rb +7 -44
- data/lib/pulp_container_client/api/repositories_container_api.rb +128 -158
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +88 -118
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +27 -30
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +27 -30
- data/lib/pulp_container_client/api/repositories_reclaim_space_api.rb +6 -6
- data/lib/pulp_container_client/api/repository_versions_api.rb +7 -12
- data/lib/pulp_container_client/api/roles_api.rb +51 -57
- data/lib/pulp_container_client/api/signing_services_api.rb +13 -19
- data/lib/pulp_container_client/api/task_groups_api.rb +11 -11
- data/lib/pulp_container_client/api/task_schedules_api.rb +43 -49
- data/lib/pulp_container_client/api/tasks_api.rb +125 -131
- data/lib/pulp_container_client/api/token_api.rb +5 -5
- data/lib/pulp_container_client/api/uploads_api.rb +67 -73
- data/lib/pulp_container_client/api/users_api.rb +51 -57
- data/lib/pulp_container_client/api/users_roles_api.rb +35 -44
- data/lib/pulp_container_client/api/workers_api.rb +14 -20
- data/lib/pulp_container_client/configuration.rb +3 -3
- data/lib/pulp_container_client/models/artifact_distribution_response.rb +35 -35
- data/lib/pulp_container_client/models/container_container_distribution.rb +45 -45
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -39
- data/lib/pulp_container_client/models/container_container_push_repository.rb +37 -37
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +33 -33
- data/lib/pulp_container_client/models/container_container_remote.rb +21 -21
- data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -21
- data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
- data/lib/pulp_container_client/models/filesystem_exporter.rb +1 -1
- data/lib/pulp_container_client/models/filesystem_exporter_response.rb +1 -1
- data/lib/pulp_container_client/models/group_role.rb +5 -16
- data/lib/pulp_container_client/models/group_role_response.rb +4 -15
- data/lib/pulp_container_client/models/nested_role.rb +0 -19
- data/lib/pulp_container_client/models/patched_filesystem_exporter.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +36 -36
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +37 -37
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +21 -21
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/remote_response.rb +21 -21
- data/lib/pulp_container_client/models/remote_response_hidden_fields.rb +10 -0
- data/lib/pulp_container_client/models/repository_response.rb +1 -1
- data/lib/pulp_container_client/models/status_response.rb +4 -19
- data/lib/pulp_container_client/models/user_role.rb +6 -17
- data/lib/pulp_container_client/models/user_role_response.rb +5 -16
- data/lib/pulp_container_client/models/version_response.rb +4 -19
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +0 -11
- data/spec/api/access_policies_api_spec.rb +11 -13
- data/spec/api/artifacts_api_spec.rb +9 -11
- data/spec/api/content_api_spec.rb +3 -6
- data/spec/api/content_blobs_api_spec.rb +5 -7
- data/spec/api/content_manifests_api_spec.rb +6 -8
- data/spec/api/content_signatures_api_spec.rb +5 -7
- data/spec/api/content_tags_api_spec.rb +6 -8
- data/spec/api/contentguards_api_spec.rb +3 -6
- data/spec/api/contentguards_content_redirect_api_spec.rb +21 -23
- data/spec/api/contentguards_rbac_api_spec.rb +21 -23
- data/spec/api/distributions_api_spec.rb +3 -8
- data/spec/api/distributions_artifacts_api_spec.rb +5 -9
- data/spec/api/distributions_container_api_spec.rb +21 -25
- data/spec/api/docs_api_json_api_spec.rb +2 -2
- data/spec/api/docs_api_yaml_api_spec.rb +2 -2
- data/spec/api/exporters_filesystem_api_spec.rb +16 -18
- data/spec/api/exporters_filesystem_exports_api_spec.rb +11 -11
- data/spec/api/exporters_pulp_api_spec.rb +13 -15
- data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
- data/spec/api/groups_api_spec.rb +27 -29
- data/spec/api/groups_roles_api_spec.rb +13 -16
- data/spec/api/groups_users_api_spec.rb +6 -6
- data/spec/api/importers_pulp_api_spec.rb +13 -15
- data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
- data/spec/api/orphans_api_spec.rb +2 -2
- data/spec/api/orphans_cleanup_api_spec.rb +2 -2
- data/spec/api/publications_api_spec.rb +4 -7
- data/spec/api/pulp_container_namespaces_api_spec.rb +17 -19
- data/spec/api/remotes_api_spec.rb +3 -6
- data/spec/api/remotes_container_api_spec.rb +21 -23
- data/spec/api/repair_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +3 -14
- data/spec/api/repositories_container_api_spec.rb +39 -49
- data/spec/api/repositories_container_push_api_spec.rb +27 -37
- data/spec/api/repositories_container_push_versions_api_spec.rb +9 -10
- data/spec/api/repositories_container_versions_api_spec.rb +9 -10
- data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
- data/spec/api/repository_versions_api_spec.rb +3 -5
- data/spec/api/roles_api_spec.rb +19 -21
- data/spec/api/signing_services_api_spec.rb +5 -7
- data/spec/api/task_groups_api_spec.rb +4 -4
- data/spec/api/task_schedules_api_spec.rb +15 -17
- data/spec/api/tasks_api_spec.rb +32 -34
- data/spec/api/token_api_spec.rb +2 -2
- data/spec/api/uploads_api_spec.rb +21 -23
- data/spec/api/users_api_spec.rb +19 -21
- data/spec/api/users_roles_api_spec.rb +13 -16
- data/spec/api/workers_api_spec.rb +5 -7
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_distribution_response_spec.rb +6 -6
- data/spec/models/container_container_distribution_spec.rb +4 -4
- data/spec/models/container_container_push_repository_response_spec.rb +6 -6
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- data/spec/models/group_role_response_spec.rb +0 -6
- data/spec/models/group_role_spec.rb +0 -6
- data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- data/spec/models/status_response_spec.rb +0 -6
- data/spec/models/user_role_response_spec.rb +0 -6
- data/spec/models/user_role_spec.rb +0 -6
- data/spec/models/version_response_spec.rb +0 -6
- metadata +196 -240
- data/docs/Domain.md +0 -27
- data/docs/DomainResponse.md +0 -31
- data/docs/DomainsApi.md +0 -366
- data/docs/PaginatedDomainResponseList.md +0 -23
- data/docs/PaginatedUpstreamPulpResponseList.md +0 -23
- data/docs/PatchedDomain.md +0 -27
- data/docs/PatchedUpstreamPulp.md +0 -37
- data/docs/StorageClassEnum.md +0 -16
- data/docs/UpstreamPulp.md +0 -37
- data/docs/UpstreamPulpResponse.md +0 -39
- data/docs/UpstreamPulpsApi.md +0 -405
- data/lib/pulp_container_client/api/domains_api.rb +0 -452
- data/lib/pulp_container_client/api/upstream_pulps_api.rb +0 -492
- data/lib/pulp_container_client/models/domain.rb +0 -323
- data/lib/pulp_container_client/models/domain_response.rb +0 -318
- data/lib/pulp_container_client/models/paginated_domain_response_list.rb +0 -237
- data/lib/pulp_container_client/models/paginated_upstream_pulp_response_list.rb +0 -237
- data/lib/pulp_container_client/models/patched_domain.rb +0 -304
- data/lib/pulp_container_client/models/patched_upstream_pulp.rb +0 -450
- data/lib/pulp_container_client/models/storage_class_enum.rb +0 -37
- data/lib/pulp_container_client/models/upstream_pulp.rb +0 -477
- data/lib/pulp_container_client/models/upstream_pulp_response.rb +0 -338
- data/spec/api/domains_api_spec.rb +0 -122
- data/spec/api/upstream_pulps_api_spec.rb +0 -127
- data/spec/models/domain_response_spec.rb +0 -83
- data/spec/models/domain_spec.rb +0 -71
- data/spec/models/paginated_domain_response_list_spec.rb +0 -59
- data/spec/models/paginated_upstream_pulp_response_list_spec.rb +0 -59
- data/spec/models/patched_domain_spec.rb +0 -71
- data/spec/models/patched_upstream_pulp_spec.rb +0 -101
- data/spec/models/storage_class_enum_spec.rb +0 -35
- data/spec/models/upstream_pulp_response_spec.rb +0 -107
- data/spec/models/upstream_pulp_spec.rb +0 -101
@@ -32,31 +32,29 @@ describe 'ContentManifestsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for content_container_manifests_list
|
36
36
|
# List manifests
|
37
37
|
# ViewSet for Manifest.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @option opts [String] :digest Filter results where digest matches value
|
40
40
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
41
41
|
# @option opts [Integer] :limit Number of results to return per page.
|
42
|
-
# @option opts [Array<String>] :media_type
|
42
|
+
# @option opts [Array<String>] :media_type
|
43
43
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
44
|
-
# @option opts [Array<String>] :ordering Ordering
|
45
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
46
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
44
|
+
# @option opts [Array<String>] :ordering Ordering
|
47
45
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
48
46
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
49
47
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
50
48
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
51
49
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
52
50
|
# @return [PaginatedcontainerManifestResponseList]
|
53
|
-
describe '
|
51
|
+
describe 'content_container_manifests_list test' do
|
54
52
|
it 'should work' do
|
55
53
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
54
|
end
|
57
55
|
end
|
58
56
|
|
59
|
-
# unit tests for
|
57
|
+
# unit tests for content_container_manifests_read
|
60
58
|
# Inspect a manifest
|
61
59
|
# ViewSet for Manifest.
|
62
60
|
# @param container_manifest_href
|
@@ -64,7 +62,7 @@ describe 'ContentManifestsApi' do
|
|
64
62
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
65
63
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
66
64
|
# @return [ContainerManifestResponse]
|
67
|
-
describe '
|
65
|
+
describe 'content_container_manifests_read test' do
|
68
66
|
it 'should work' do
|
69
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
70
68
|
end
|
@@ -32,7 +32,7 @@ describe 'ContentSignaturesApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for content_container_signatures_list
|
36
36
|
# List manifest signatures
|
37
37
|
# ViewSet for image signatures.
|
38
38
|
# @param [Hash] opts the optional parameters
|
@@ -48,22 +48,20 @@ describe 'ContentSignaturesApi' do
|
|
48
48
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
49
49
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
50
50
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
51
|
-
# @option opts [Array<String>] :ordering Ordering
|
52
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
53
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
51
|
+
# @option opts [Array<String>] :ordering Ordering
|
54
52
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
55
53
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
56
54
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
57
55
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
58
56
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
59
57
|
# @return [PaginatedcontainerManifestSignatureResponseList]
|
60
|
-
describe '
|
58
|
+
describe 'content_container_signatures_list test' do
|
61
59
|
it 'should work' do
|
62
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
63
61
|
end
|
64
62
|
end
|
65
63
|
|
66
|
-
# unit tests for
|
64
|
+
# unit tests for content_container_signatures_read
|
67
65
|
# Inspect a manifest signature
|
68
66
|
# ViewSet for image signatures.
|
69
67
|
# @param container_manifest_signature_href
|
@@ -71,7 +69,7 @@ describe 'ContentSignaturesApi' do
|
|
71
69
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
72
70
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
73
71
|
# @return [ContainerManifestSignatureResponse]
|
74
|
-
describe '
|
72
|
+
describe 'content_container_signatures_read test' do
|
75
73
|
it 'should work' do
|
76
74
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
77
75
|
end
|
@@ -32,32 +32,30 @@ describe 'ContentTagsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for content_container_tags_list
|
36
36
|
# List tags
|
37
37
|
# ViewSet for Tag.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @option opts [Array<String>] :digest Multiple values may be separated by commas.
|
40
40
|
# @option opts [Integer] :limit Number of results to return per page.
|
41
|
-
# @option opts [Array<String>] :media_type
|
41
|
+
# @option opts [Array<String>] :media_type
|
42
42
|
# @option opts [String] :name Filter results where name matches value
|
43
43
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
44
44
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
45
|
-
# @option opts [Array<String>] :ordering Ordering
|
46
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
47
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
45
|
+
# @option opts [Array<String>] :ordering Ordering
|
48
46
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
49
47
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
50
48
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
51
49
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
52
50
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
53
51
|
# @return [PaginatedcontainerTagResponseList]
|
54
|
-
describe '
|
52
|
+
describe 'content_container_tags_list test' do
|
55
53
|
it 'should work' do
|
56
54
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
57
55
|
end
|
58
56
|
end
|
59
57
|
|
60
|
-
# unit tests for
|
58
|
+
# unit tests for content_container_tags_read
|
61
59
|
# Inspect a tag
|
62
60
|
# ViewSet for Tag.
|
63
61
|
# @param container_tag_href
|
@@ -65,7 +63,7 @@ describe 'ContentTagsApi' do
|
|
65
63
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
66
64
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
67
65
|
# @return [ContainerTagResponse]
|
68
|
-
describe '
|
66
|
+
describe 'content_container_tags_read test' do
|
69
67
|
it 'should work' do
|
70
68
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
71
69
|
end
|
@@ -32,7 +32,7 @@ describe 'ContentguardsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for contentguards_list
|
36
36
|
# List content guards
|
37
37
|
# Endpoint to list all contentguards.
|
38
38
|
# @param [Hash] opts the optional parameters
|
@@ -43,14 +43,11 @@ describe 'ContentguardsApi' do
|
|
43
43
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
44
44
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
45
45
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
46
|
-
# @option opts [Array<String>] :ordering Ordering
|
47
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
48
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
49
|
-
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect
|
46
|
+
# @option opts [Array<String>] :ordering Ordering
|
50
47
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
51
48
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
52
49
|
# @return [PaginatedContentGuardResponseList]
|
53
|
-
describe '
|
50
|
+
describe 'contentguards_list test' do
|
54
51
|
it 'should work' do
|
55
52
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
53
|
end
|
@@ -32,43 +32,43 @@ describe 'ContentguardsContentRedirectApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for contentguards_core_content_redirect_add_role
|
36
36
|
# Add a role for this object to users/groups.
|
37
37
|
# @param content_redirect_content_guard_href
|
38
38
|
# @param nested_role
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [NestedRoleResponse]
|
41
|
-
describe '
|
41
|
+
describe 'contentguards_core_content_redirect_add_role test' do
|
42
42
|
it 'should work' do
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
-
# unit tests for
|
47
|
+
# unit tests for contentguards_core_content_redirect_create
|
48
48
|
# Create a content redirect content guard
|
49
49
|
# Content guard to protect preauthenticated redirects to the content app.
|
50
50
|
# @param content_redirect_content_guard
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
52
|
# @return [ContentRedirectContentGuardResponse]
|
53
|
-
describe '
|
53
|
+
describe 'contentguards_core_content_redirect_create test' do
|
54
54
|
it 'should work' do
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
56
|
end
|
57
57
|
end
|
58
58
|
|
59
|
-
# unit tests for
|
59
|
+
# unit tests for contentguards_core_content_redirect_delete
|
60
60
|
# Delete a content redirect content guard
|
61
61
|
# Content guard to protect preauthenticated redirects to the content app.
|
62
62
|
# @param content_redirect_content_guard_href
|
63
63
|
# @param [Hash] opts the optional parameters
|
64
64
|
# @return [nil]
|
65
|
-
describe '
|
65
|
+
describe 'contentguards_core_content_redirect_delete test' do
|
66
66
|
it 'should work' do
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
68
|
end
|
69
69
|
end
|
70
70
|
|
71
|
-
# unit tests for
|
71
|
+
# unit tests for contentguards_core_content_redirect_list
|
72
72
|
# List content redirect content guards
|
73
73
|
# Content guard to protect preauthenticated redirects to the content app.
|
74
74
|
# @param [Hash] opts the optional parameters
|
@@ -79,58 +79,56 @@ describe 'ContentguardsContentRedirectApi' do
|
|
79
79
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
80
80
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
81
81
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
82
|
-
# @option opts [Array<String>] :ordering Ordering
|
83
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
84
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
82
|
+
# @option opts [Array<String>] :ordering Ordering
|
85
83
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
86
84
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
87
85
|
# @return [PaginatedContentRedirectContentGuardResponseList]
|
88
|
-
describe '
|
86
|
+
describe 'contentguards_core_content_redirect_list test' do
|
89
87
|
it 'should work' do
|
90
88
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
91
89
|
end
|
92
90
|
end
|
93
91
|
|
94
|
-
# unit tests for
|
92
|
+
# unit tests for contentguards_core_content_redirect_list_roles
|
95
93
|
# List roles assigned to this object.
|
96
94
|
# @param content_redirect_content_guard_href
|
97
95
|
# @param [Hash] opts the optional parameters
|
98
96
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
99
97
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
100
98
|
# @return [ObjectRolesResponse]
|
101
|
-
describe '
|
99
|
+
describe 'contentguards_core_content_redirect_list_roles test' do
|
102
100
|
it 'should work' do
|
103
101
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
104
102
|
end
|
105
103
|
end
|
106
104
|
|
107
|
-
# unit tests for
|
105
|
+
# unit tests for contentguards_core_content_redirect_my_permissions
|
108
106
|
# List permissions available to the current user on this object.
|
109
107
|
# @param content_redirect_content_guard_href
|
110
108
|
# @param [Hash] opts the optional parameters
|
111
109
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
112
110
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
113
111
|
# @return [MyPermissionsResponse]
|
114
|
-
describe '
|
112
|
+
describe 'contentguards_core_content_redirect_my_permissions test' do
|
115
113
|
it 'should work' do
|
116
114
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
117
115
|
end
|
118
116
|
end
|
119
117
|
|
120
|
-
# unit tests for
|
118
|
+
# unit tests for contentguards_core_content_redirect_partial_update
|
121
119
|
# Update a content redirect content guard
|
122
120
|
# Content guard to protect preauthenticated redirects to the content app.
|
123
121
|
# @param content_redirect_content_guard_href
|
124
122
|
# @param patched_content_redirect_content_guard
|
125
123
|
# @param [Hash] opts the optional parameters
|
126
124
|
# @return [ContentRedirectContentGuardResponse]
|
127
|
-
describe '
|
125
|
+
describe 'contentguards_core_content_redirect_partial_update test' do
|
128
126
|
it 'should work' do
|
129
127
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
130
128
|
end
|
131
129
|
end
|
132
130
|
|
133
|
-
# unit tests for
|
131
|
+
# unit tests for contentguards_core_content_redirect_read
|
134
132
|
# Inspect a content redirect content guard
|
135
133
|
# Content guard to protect preauthenticated redirects to the content app.
|
136
134
|
# @param content_redirect_content_guard_href
|
@@ -138,32 +136,32 @@ describe 'ContentguardsContentRedirectApi' do
|
|
138
136
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
139
137
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
140
138
|
# @return [ContentRedirectContentGuardResponse]
|
141
|
-
describe '
|
139
|
+
describe 'contentguards_core_content_redirect_read test' do
|
142
140
|
it 'should work' do
|
143
141
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
144
142
|
end
|
145
143
|
end
|
146
144
|
|
147
|
-
# unit tests for
|
145
|
+
# unit tests for contentguards_core_content_redirect_remove_role
|
148
146
|
# Remove a role for this object from users/groups.
|
149
147
|
# @param content_redirect_content_guard_href
|
150
148
|
# @param nested_role
|
151
149
|
# @param [Hash] opts the optional parameters
|
152
150
|
# @return [NestedRoleResponse]
|
153
|
-
describe '
|
151
|
+
describe 'contentguards_core_content_redirect_remove_role test' do
|
154
152
|
it 'should work' do
|
155
153
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
156
154
|
end
|
157
155
|
end
|
158
156
|
|
159
|
-
# unit tests for
|
157
|
+
# unit tests for contentguards_core_content_redirect_update
|
160
158
|
# Update a content redirect content guard
|
161
159
|
# Content guard to protect preauthenticated redirects to the content app.
|
162
160
|
# @param content_redirect_content_guard_href
|
163
161
|
# @param content_redirect_content_guard
|
164
162
|
# @param [Hash] opts the optional parameters
|
165
163
|
# @return [ContentRedirectContentGuardResponse]
|
166
|
-
describe '
|
164
|
+
describe 'contentguards_core_content_redirect_update test' do
|
167
165
|
it 'should work' do
|
168
166
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
169
167
|
end
|
@@ -32,43 +32,43 @@ describe 'ContentguardsRbacApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for contentguards_core_rbac_add_role
|
36
36
|
# Add a role for this object to users/groups.
|
37
37
|
# @param r_b_a_c_content_guard_href
|
38
38
|
# @param nested_role
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [NestedRoleResponse]
|
41
|
-
describe '
|
41
|
+
describe 'contentguards_core_rbac_add_role test' do
|
42
42
|
it 'should work' do
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
-
# unit tests for
|
47
|
+
# unit tests for contentguards_core_rbac_create
|
48
48
|
# Create a rbac content guard
|
49
49
|
# Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
|
50
50
|
# @param rbac_content_guard
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
52
|
# @return [RBACContentGuardResponse]
|
53
|
-
describe '
|
53
|
+
describe 'contentguards_core_rbac_create test' do
|
54
54
|
it 'should work' do
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
56
|
end
|
57
57
|
end
|
58
58
|
|
59
|
-
# unit tests for
|
59
|
+
# unit tests for contentguards_core_rbac_delete
|
60
60
|
# Delete a rbac content guard
|
61
61
|
# Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
|
62
62
|
# @param r_b_a_c_content_guard_href
|
63
63
|
# @param [Hash] opts the optional parameters
|
64
64
|
# @return [nil]
|
65
|
-
describe '
|
65
|
+
describe 'contentguards_core_rbac_delete test' do
|
66
66
|
it 'should work' do
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
68
|
end
|
69
69
|
end
|
70
70
|
|
71
|
-
# unit tests for
|
71
|
+
# unit tests for contentguards_core_rbac_list
|
72
72
|
# List rbac content guards
|
73
73
|
# Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
|
74
74
|
# @param [Hash] opts the optional parameters
|
@@ -79,58 +79,56 @@ describe 'ContentguardsRbacApi' do
|
|
79
79
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
80
80
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
81
81
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
82
|
-
# @option opts [Array<String>] :ordering Ordering
|
83
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
84
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
82
|
+
# @option opts [Array<String>] :ordering Ordering
|
85
83
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
86
84
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
87
85
|
# @return [PaginatedRBACContentGuardResponseList]
|
88
|
-
describe '
|
86
|
+
describe 'contentguards_core_rbac_list test' do
|
89
87
|
it 'should work' do
|
90
88
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
91
89
|
end
|
92
90
|
end
|
93
91
|
|
94
|
-
# unit tests for
|
92
|
+
# unit tests for contentguards_core_rbac_list_roles
|
95
93
|
# List roles assigned to this object.
|
96
94
|
# @param r_b_a_c_content_guard_href
|
97
95
|
# @param [Hash] opts the optional parameters
|
98
96
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
99
97
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
100
98
|
# @return [ObjectRolesResponse]
|
101
|
-
describe '
|
99
|
+
describe 'contentguards_core_rbac_list_roles test' do
|
102
100
|
it 'should work' do
|
103
101
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
104
102
|
end
|
105
103
|
end
|
106
104
|
|
107
|
-
# unit tests for
|
105
|
+
# unit tests for contentguards_core_rbac_my_permissions
|
108
106
|
# List permissions available to the current user on this object.
|
109
107
|
# @param r_b_a_c_content_guard_href
|
110
108
|
# @param [Hash] opts the optional parameters
|
111
109
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
112
110
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
113
111
|
# @return [MyPermissionsResponse]
|
114
|
-
describe '
|
112
|
+
describe 'contentguards_core_rbac_my_permissions test' do
|
115
113
|
it 'should work' do
|
116
114
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
117
115
|
end
|
118
116
|
end
|
119
117
|
|
120
|
-
# unit tests for
|
118
|
+
# unit tests for contentguards_core_rbac_partial_update
|
121
119
|
# Update a rbac content guard
|
122
120
|
# Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
|
123
121
|
# @param r_b_a_c_content_guard_href
|
124
122
|
# @param patched_rbac_content_guard
|
125
123
|
# @param [Hash] opts the optional parameters
|
126
124
|
# @return [RBACContentGuardResponse]
|
127
|
-
describe '
|
125
|
+
describe 'contentguards_core_rbac_partial_update test' do
|
128
126
|
it 'should work' do
|
129
127
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
130
128
|
end
|
131
129
|
end
|
132
130
|
|
133
|
-
# unit tests for
|
131
|
+
# unit tests for contentguards_core_rbac_read
|
134
132
|
# Inspect a rbac content guard
|
135
133
|
# Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
|
136
134
|
# @param r_b_a_c_content_guard_href
|
@@ -138,32 +136,32 @@ describe 'ContentguardsRbacApi' do
|
|
138
136
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
139
137
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
140
138
|
# @return [RBACContentGuardResponse]
|
141
|
-
describe '
|
139
|
+
describe 'contentguards_core_rbac_read test' do
|
142
140
|
it 'should work' do
|
143
141
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
144
142
|
end
|
145
143
|
end
|
146
144
|
|
147
|
-
# unit tests for
|
145
|
+
# unit tests for contentguards_core_rbac_remove_role
|
148
146
|
# Remove a role for this object from users/groups.
|
149
147
|
# @param r_b_a_c_content_guard_href
|
150
148
|
# @param nested_role
|
151
149
|
# @param [Hash] opts the optional parameters
|
152
150
|
# @return [NestedRoleResponse]
|
153
|
-
describe '
|
151
|
+
describe 'contentguards_core_rbac_remove_role test' do
|
154
152
|
it 'should work' do
|
155
153
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
156
154
|
end
|
157
155
|
end
|
158
156
|
|
159
|
-
# unit tests for
|
157
|
+
# unit tests for contentguards_core_rbac_update
|
160
158
|
# Update a rbac content guard
|
161
159
|
# Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
|
162
160
|
# @param r_b_a_c_content_guard_href
|
163
161
|
# @param rbac_content_guard
|
164
162
|
# @param [Hash] opts the optional parameters
|
165
163
|
# @return [RBACContentGuardResponse]
|
166
|
-
describe '
|
164
|
+
describe 'contentguards_core_rbac_update test' do
|
167
165
|
it 'should work' do
|
168
166
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
169
167
|
end
|
@@ -32,7 +32,7 @@ describe 'DistributionsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for distributions_list
|
36
36
|
# List distributions
|
37
37
|
# Provides base viewset for Distributions.
|
38
38
|
# @param [Hash] opts the optional parameters
|
@@ -47,18 +47,13 @@ describe 'DistributionsApi' do
|
|
47
47
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
48
48
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
49
49
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
50
|
-
# @option opts [Array<String>] :ordering Ordering
|
51
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
52
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
50
|
+
# @option opts [Array<String>] :ordering Ordering
|
53
51
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
54
|
-
# @option opts [Array<String>] :pulp_type__in Pulp type is in * `core.artifact` - core.artifact * `container.container` - container.container
|
55
|
-
# @option opts [String] :repository Filter results where repository matches value
|
56
|
-
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
57
52
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
58
53
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
59
54
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
60
55
|
# @return [PaginatedDistributionResponseList]
|
61
|
-
describe '
|
56
|
+
describe 'distributions_list test' do
|
62
57
|
it 'should work' do
|
63
58
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
64
59
|
end
|
@@ -32,7 +32,7 @@ describe 'DistributionsArtifactsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for distributions_core_artifacts_list
|
36
36
|
# List artifact distributions
|
37
37
|
# ViewSet for ArtifactDistribution.
|
38
38
|
# @param [Hash] opts the optional parameters
|
@@ -47,23 +47,19 @@ describe 'DistributionsArtifactsApi' do
|
|
47
47
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
48
48
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
49
49
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
50
|
-
# @option opts [Array<String>] :ordering Ordering
|
51
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
52
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
50
|
+
# @option opts [Array<String>] :ordering Ordering
|
53
51
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
54
|
-
# @option opts [String] :repository Filter results where repository matches value
|
55
|
-
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
56
52
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
57
53
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
58
54
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
59
55
|
# @return [PaginatedArtifactDistributionResponseList]
|
60
|
-
describe '
|
56
|
+
describe 'distributions_core_artifacts_list test' do
|
61
57
|
it 'should work' do
|
62
58
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
63
59
|
end
|
64
60
|
end
|
65
61
|
|
66
|
-
# unit tests for
|
62
|
+
# unit tests for distributions_core_artifacts_read
|
67
63
|
# Inspect an artifact distribution
|
68
64
|
# ViewSet for ArtifactDistribution.
|
69
65
|
# @param artifact_distribution_href
|
@@ -71,7 +67,7 @@ describe 'DistributionsArtifactsApi' do
|
|
71
67
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
72
68
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
73
69
|
# @return [ArtifactDistributionResponse]
|
74
|
-
describe '
|
70
|
+
describe 'distributions_core_artifacts_read test' do
|
75
71
|
it 'should work' do
|
76
72
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
77
73
|
end
|