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,19 +32,19 @@ describe 'RepositoriesContainerPushApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for repositories_container_container_push_add_role
|
36
36
|
# Add a role for this object to users/groups.
|
37
37
|
# @param container_container_push_repository_href
|
38
38
|
# @param nested_role
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [NestedRoleResponse]
|
41
|
-
describe '
|
41
|
+
describe 'repositories_container_container_push_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 repositories_container_container_push_list
|
48
48
|
# List container push repositorys
|
49
49
|
# ViewSet for a container push repository. POST and DELETE are disallowed because a push repository is tightly coupled with a ContainerDistribution which handles it automatically. Created - during push operation, removed - with ContainerDistribution removal.
|
50
50
|
# @param [Hash] opts the optional parameters
|
@@ -55,68 +55,58 @@ describe 'RepositoriesContainerPushApi' do
|
|
55
55
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
56
56
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
57
57
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
58
|
-
# @option opts [Array<String>] :ordering Ordering
|
59
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
60
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
58
|
+
# @option opts [Array<String>] :ordering Ordering
|
61
59
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
62
60
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
63
|
-
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
64
|
-
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
65
|
-
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
66
|
-
# @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
|
67
|
-
# @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
|
68
|
-
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
69
|
-
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
70
|
-
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
71
61
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
72
62
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
73
63
|
# @return [PaginatedcontainerContainerPushRepositoryResponseList]
|
74
|
-
describe '
|
64
|
+
describe 'repositories_container_container_push_list test' do
|
75
65
|
it 'should work' do
|
76
66
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
77
67
|
end
|
78
68
|
end
|
79
69
|
|
80
|
-
# unit tests for
|
70
|
+
# unit tests for repositories_container_container_push_list_roles
|
81
71
|
# List roles assigned to this object.
|
82
72
|
# @param container_container_push_repository_href
|
83
73
|
# @param [Hash] opts the optional parameters
|
84
74
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
85
75
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
86
76
|
# @return [ObjectRolesResponse]
|
87
|
-
describe '
|
77
|
+
describe 'repositories_container_container_push_list_roles test' do
|
88
78
|
it 'should work' do
|
89
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
90
80
|
end
|
91
81
|
end
|
92
82
|
|
93
|
-
# unit tests for
|
83
|
+
# unit tests for repositories_container_container_push_my_permissions
|
94
84
|
# List permissions available to the current user on this object.
|
95
85
|
# @param container_container_push_repository_href
|
96
86
|
# @param [Hash] opts the optional parameters
|
97
87
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
98
88
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
99
89
|
# @return [MyPermissionsResponse]
|
100
|
-
describe '
|
90
|
+
describe 'repositories_container_container_push_my_permissions test' do
|
101
91
|
it 'should work' do
|
102
92
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
103
93
|
end
|
104
94
|
end
|
105
95
|
|
106
|
-
# unit tests for
|
96
|
+
# unit tests for repositories_container_container_push_partial_update
|
107
97
|
# Update a container push repository
|
108
98
|
# Trigger an asynchronous partial update task
|
109
99
|
# @param container_container_push_repository_href
|
110
100
|
# @param patchedcontainer_container_push_repository
|
111
101
|
# @param [Hash] opts the optional parameters
|
112
102
|
# @return [AsyncOperationResponse]
|
113
|
-
describe '
|
103
|
+
describe 'repositories_container_container_push_partial_update test' do
|
114
104
|
it 'should work' do
|
115
105
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
116
106
|
end
|
117
107
|
end
|
118
108
|
|
119
|
-
# unit tests for
|
109
|
+
# unit tests for repositories_container_container_push_read
|
120
110
|
# Inspect a container push repository
|
121
111
|
# ViewSet for a container push repository. POST and DELETE are disallowed because a push repository is tightly coupled with a ContainerDistribution which handles it automatically. Created - during push operation, removed - with ContainerDistribution removal.
|
122
112
|
# @param container_container_push_repository_href
|
@@ -124,96 +114,96 @@ describe 'RepositoriesContainerPushApi' do
|
|
124
114
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
125
115
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
126
116
|
# @return [ContainerContainerPushRepositoryResponse]
|
127
|
-
describe '
|
117
|
+
describe 'repositories_container_container_push_read test' do
|
128
118
|
it 'should work' do
|
129
119
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
130
120
|
end
|
131
121
|
end
|
132
122
|
|
133
|
-
# unit tests for
|
123
|
+
# unit tests for repositories_container_container_push_remove_image
|
134
124
|
# Delete an image from a repository
|
135
125
|
# Trigger an asynchronous task to remove a manifest and all its associated data by a digest
|
136
126
|
# @param container_container_push_repository_href
|
137
127
|
# @param remove_image
|
138
128
|
# @param [Hash] opts the optional parameters
|
139
129
|
# @return [AsyncOperationResponse]
|
140
|
-
describe '
|
130
|
+
describe 'repositories_container_container_push_remove_image test' do
|
141
131
|
it 'should work' do
|
142
132
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
143
133
|
end
|
144
134
|
end
|
145
135
|
|
146
|
-
# unit tests for
|
136
|
+
# unit tests for repositories_container_container_push_remove_role
|
147
137
|
# Remove a role for this object from users/groups.
|
148
138
|
# @param container_container_push_repository_href
|
149
139
|
# @param nested_role
|
150
140
|
# @param [Hash] opts the optional parameters
|
151
141
|
# @return [NestedRoleResponse]
|
152
|
-
describe '
|
142
|
+
describe 'repositories_container_container_push_remove_role test' do
|
153
143
|
it 'should work' do
|
154
144
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
155
145
|
end
|
156
146
|
end
|
157
147
|
|
158
|
-
# unit tests for
|
148
|
+
# unit tests for repositories_container_container_push_remove_signatures
|
159
149
|
# Create a task which deletes signatures by the passed key_id.
|
160
150
|
# @param container_container_push_repository_href
|
161
151
|
# @param remove_signatures
|
162
152
|
# @param [Hash] opts the optional parameters
|
163
153
|
# @return [RemoveSignaturesResponse]
|
164
|
-
describe '
|
154
|
+
describe 'repositories_container_container_push_remove_signatures test' do
|
165
155
|
it 'should work' do
|
166
156
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
167
157
|
end
|
168
158
|
end
|
169
159
|
|
170
|
-
# unit tests for
|
160
|
+
# unit tests for repositories_container_container_push_sign
|
171
161
|
# Sign images in the repo
|
172
162
|
# Trigger an asynchronous task to sign content.
|
173
163
|
# @param container_container_push_repository_href
|
174
164
|
# @param repository_sign
|
175
165
|
# @param [Hash] opts the optional parameters
|
176
166
|
# @return [AsyncOperationResponse]
|
177
|
-
describe '
|
167
|
+
describe 'repositories_container_container_push_sign test' do
|
178
168
|
it 'should work' do
|
179
169
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
180
170
|
end
|
181
171
|
end
|
182
172
|
|
183
|
-
# unit tests for
|
173
|
+
# unit tests for repositories_container_container_push_tag
|
184
174
|
# Create a Tag
|
185
175
|
# Trigger an asynchronous task to tag an image in the repository
|
186
176
|
# @param container_container_push_repository_href
|
187
177
|
# @param tag_image
|
188
178
|
# @param [Hash] opts the optional parameters
|
189
179
|
# @return [AsyncOperationResponse]
|
190
|
-
describe '
|
180
|
+
describe 'repositories_container_container_push_tag test' do
|
191
181
|
it 'should work' do
|
192
182
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
193
183
|
end
|
194
184
|
end
|
195
185
|
|
196
|
-
# unit tests for
|
186
|
+
# unit tests for repositories_container_container_push_untag
|
197
187
|
# Delete a tag
|
198
188
|
# Trigger an asynchronous task to untag an image in the repository
|
199
189
|
# @param container_container_push_repository_href
|
200
190
|
# @param un_tag_image
|
201
191
|
# @param [Hash] opts the optional parameters
|
202
192
|
# @return [AsyncOperationResponse]
|
203
|
-
describe '
|
193
|
+
describe 'repositories_container_container_push_untag test' do
|
204
194
|
it 'should work' do
|
205
195
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
206
196
|
end
|
207
197
|
end
|
208
198
|
|
209
|
-
# unit tests for
|
199
|
+
# unit tests for repositories_container_container_push_update
|
210
200
|
# Update a container push repository
|
211
201
|
# Trigger an asynchronous update task
|
212
202
|
# @param container_container_push_repository_href
|
213
203
|
# @param container_container_push_repository
|
214
204
|
# @param [Hash] opts the optional parameters
|
215
205
|
# @return [AsyncOperationResponse]
|
216
|
-
describe '
|
206
|
+
describe 'repositories_container_container_push_update test' do
|
217
207
|
it 'should work' do
|
218
208
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
219
209
|
end
|
@@ -32,19 +32,19 @@ describe 'RepositoriesContainerPushVersionsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for repositories_container_container_push_versions_delete
|
36
36
|
# Delete a repository version
|
37
37
|
# Trigger an asynchronous task to delete a repository version.
|
38
38
|
# @param container_container_push_repository_version_href
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [AsyncOperationResponse]
|
41
|
-
describe '
|
41
|
+
describe 'repositories_container_container_push_versions_delete 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 repositories_container_container_push_versions_list
|
48
48
|
# List repository versions
|
49
49
|
# ContainerPushRepositoryVersion represents a single container push repository version. Repository versions of a push repository are not allowed to be deleted. Versioning of such repositories, as well as creation/removal, happens automatically without explicit user actions. Users could make a repository not functional by accident if allowed to delete repository versions.
|
50
50
|
# @param container_container_push_repository_href
|
@@ -59,24 +59,23 @@ describe 'RepositoriesContainerPushVersionsApi' do
|
|
59
59
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
60
60
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
61
61
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
62
|
-
# @option opts [Array<String>] :ordering Ordering
|
62
|
+
# @option opts [Array<String>] :ordering Ordering
|
63
63
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
64
64
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
65
65
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
66
66
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
67
67
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
68
68
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
69
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
70
69
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
71
70
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
72
71
|
# @return [PaginatedRepositoryVersionResponseList]
|
73
|
-
describe '
|
72
|
+
describe 'repositories_container_container_push_versions_list test' do
|
74
73
|
it 'should work' do
|
75
74
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
76
75
|
end
|
77
76
|
end
|
78
77
|
|
79
|
-
# unit tests for
|
78
|
+
# unit tests for repositories_container_container_push_versions_read
|
80
79
|
# Inspect a repository version
|
81
80
|
# ContainerPushRepositoryVersion represents a single container push repository version. Repository versions of a push repository are not allowed to be deleted. Versioning of such repositories, as well as creation/removal, happens automatically without explicit user actions. Users could make a repository not functional by accident if allowed to delete repository versions.
|
82
81
|
# @param container_container_push_repository_version_href
|
@@ -84,19 +83,19 @@ describe 'RepositoriesContainerPushVersionsApi' do
|
|
84
83
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
85
84
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
86
85
|
# @return [RepositoryVersionResponse]
|
87
|
-
describe '
|
86
|
+
describe 'repositories_container_container_push_versions_read test' do
|
88
87
|
it 'should work' do
|
89
88
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
90
89
|
end
|
91
90
|
end
|
92
91
|
|
93
|
-
# unit tests for
|
92
|
+
# unit tests for repositories_container_container_push_versions_repair
|
94
93
|
# Trigger an asynchronous task to repair a repository version.
|
95
94
|
# @param container_container_push_repository_version_href
|
96
95
|
# @param repair
|
97
96
|
# @param [Hash] opts the optional parameters
|
98
97
|
# @return [AsyncOperationResponse]
|
99
|
-
describe '
|
98
|
+
describe 'repositories_container_container_push_versions_repair test' do
|
100
99
|
it 'should work' do
|
101
100
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
102
101
|
end
|
@@ -32,19 +32,19 @@ describe 'RepositoriesContainerVersionsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for repositories_container_container_versions_delete
|
36
36
|
# Delete a repository version
|
37
37
|
# Trigger an asynchronous task to delete a repository version.
|
38
38
|
# @param container_container_repository_version_href
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [AsyncOperationResponse]
|
41
|
-
describe '
|
41
|
+
describe 'repositories_container_container_versions_delete 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 repositories_container_container_versions_list
|
48
48
|
# List repository versions
|
49
49
|
# ContainerRepositoryVersion represents a single container repository version.
|
50
50
|
# @param container_container_repository_href
|
@@ -59,24 +59,23 @@ describe 'RepositoriesContainerVersionsApi' do
|
|
59
59
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
60
60
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
61
61
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
62
|
-
# @option opts [Array<String>] :ordering Ordering
|
62
|
+
# @option opts [Array<String>] :ordering Ordering
|
63
63
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
64
64
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
65
65
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
66
66
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
67
67
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
68
68
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
69
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
70
69
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
71
70
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
72
71
|
# @return [PaginatedRepositoryVersionResponseList]
|
73
|
-
describe '
|
72
|
+
describe 'repositories_container_container_versions_list test' do
|
74
73
|
it 'should work' do
|
75
74
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
76
75
|
end
|
77
76
|
end
|
78
77
|
|
79
|
-
# unit tests for
|
78
|
+
# unit tests for repositories_container_container_versions_read
|
80
79
|
# Inspect a repository version
|
81
80
|
# ContainerRepositoryVersion represents a single container repository version.
|
82
81
|
# @param container_container_repository_version_href
|
@@ -84,19 +83,19 @@ describe 'RepositoriesContainerVersionsApi' do
|
|
84
83
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
85
84
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
86
85
|
# @return [RepositoryVersionResponse]
|
87
|
-
describe '
|
86
|
+
describe 'repositories_container_container_versions_read test' do
|
88
87
|
it 'should work' do
|
89
88
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
90
89
|
end
|
91
90
|
end
|
92
91
|
|
93
|
-
# unit tests for
|
92
|
+
# unit tests for repositories_container_container_versions_repair
|
94
93
|
# Trigger an asynchronous task to repair a repository version.
|
95
94
|
# @param container_container_repository_version_href
|
96
95
|
# @param repair
|
97
96
|
# @param [Hash] opts the optional parameters
|
98
97
|
# @return [AsyncOperationResponse]
|
99
|
-
describe '
|
98
|
+
describe 'repositories_container_container_versions_repair test' do
|
100
99
|
it 'should work' do
|
101
100
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
102
101
|
end
|
@@ -32,12 +32,12 @@ describe 'RepositoriesReclaimSpaceApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for repositories_reclaim_space_reclaim
|
36
36
|
# Trigger an asynchronous space reclaim operation.
|
37
37
|
# @param reclaim_space
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @return [AsyncOperationResponse]
|
40
|
-
describe '
|
40
|
+
describe 'repositories_reclaim_space_reclaim test' do
|
41
41
|
it 'should work' do
|
42
42
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
43
43
|
end
|
@@ -32,9 +32,8 @@ describe 'RepositoryVersionsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for repository_versions_list
|
36
36
|
# List repository versions
|
37
|
-
# A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
|
38
37
|
# @param [Hash] opts the optional parameters
|
39
38
|
# @option opts [String] :content Content Unit referenced by HREF
|
40
39
|
# @option opts [String] :content__in Content Unit referenced by HREF
|
@@ -46,18 +45,17 @@ describe 'RepositoryVersionsApi' do
|
|
46
45
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
47
46
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
48
47
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
49
|
-
# @option opts [Array<String>] :ordering Ordering
|
48
|
+
# @option opts [Array<String>] :ordering Ordering
|
50
49
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
51
50
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
52
51
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
53
52
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
54
53
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
55
54
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
56
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
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 [PaginatedRepositoryVersionResponseList]
|
60
|
-
describe '
|
58
|
+
describe 'repository_versions_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
|
data/spec/api/roles_api_spec.rb
CHANGED
@@ -32,33 +32,33 @@ describe 'RolesApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for roles_create
|
36
36
|
# Create a role
|
37
|
-
# ViewSet for Role.
|
37
|
+
# ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
38
38
|
# @param role
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [RoleResponse]
|
41
|
-
describe '
|
41
|
+
describe 'roles_create 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 roles_delete
|
48
48
|
# Delete a role
|
49
|
-
# ViewSet for Role.
|
49
|
+
# ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
50
50
|
# @param role_href
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
52
|
# @return [nil]
|
53
|
-
describe '
|
53
|
+
describe 'roles_delete 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 roles_list
|
60
60
|
# List roles
|
61
|
-
# ViewSet for Role.
|
61
|
+
# ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
62
62
|
# @param [Hash] opts the optional parameters
|
63
63
|
# @option opts [Array<String>] :contains_permission Filter roles that have any of the permissions in the list.
|
64
64
|
# @option opts [String] :description Filter results where description matches value
|
@@ -74,53 +74,51 @@ describe 'RolesApi' do
|
|
74
74
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
75
75
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
76
76
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
77
|
-
# @option opts [Array<String>] :ordering Ordering
|
78
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
79
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
77
|
+
# @option opts [Array<String>] :ordering Ordering
|
80
78
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
81
79
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
82
80
|
# @return [PaginatedRoleResponseList]
|
83
|
-
describe '
|
81
|
+
describe 'roles_list test' do
|
84
82
|
it 'should work' do
|
85
83
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
84
|
end
|
87
85
|
end
|
88
86
|
|
89
|
-
# unit tests for
|
87
|
+
# unit tests for roles_partial_update
|
90
88
|
# Update a role
|
91
|
-
# ViewSet for Role.
|
89
|
+
# ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
92
90
|
# @param role_href
|
93
91
|
# @param patched_role
|
94
92
|
# @param [Hash] opts the optional parameters
|
95
93
|
# @return [RoleResponse]
|
96
|
-
describe '
|
94
|
+
describe 'roles_partial_update test' do
|
97
95
|
it 'should work' do
|
98
96
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
99
97
|
end
|
100
98
|
end
|
101
99
|
|
102
|
-
# unit tests for
|
100
|
+
# unit tests for roles_read
|
103
101
|
# Inspect a role
|
104
|
-
# ViewSet for Role.
|
102
|
+
# ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
105
103
|
# @param role_href
|
106
104
|
# @param [Hash] opts the optional parameters
|
107
105
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
108
106
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
109
107
|
# @return [RoleResponse]
|
110
|
-
describe '
|
108
|
+
describe 'roles_read test' do
|
111
109
|
it 'should work' do
|
112
110
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
113
111
|
end
|
114
112
|
end
|
115
113
|
|
116
|
-
# unit tests for
|
114
|
+
# unit tests for roles_update
|
117
115
|
# Update a role
|
118
|
-
# ViewSet for Role.
|
116
|
+
# ViewSet for Role. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
119
117
|
# @param role_href
|
120
118
|
# @param role
|
121
119
|
# @param [Hash] opts the optional parameters
|
122
120
|
# @return [RoleResponse]
|
123
|
-
describe '
|
121
|
+
describe 'roles_update test' do
|
124
122
|
it 'should work' do
|
125
123
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
126
124
|
end
|
@@ -32,26 +32,24 @@ describe 'SigningServicesApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for signing_services_list
|
36
36
|
# List signing services
|
37
37
|
# A ViewSet that supports browsing of existing signing services.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @option opts [Integer] :limit Number of results to return per page.
|
40
40
|
# @option opts [String] :name Filter results where name matches value
|
41
41
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
42
|
-
# @option opts [Array<String>] :ordering Ordering
|
43
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
44
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
42
|
+
# @option opts [Array<String>] :ordering Ordering
|
45
43
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
46
44
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
47
45
|
# @return [PaginatedSigningServiceResponseList]
|
48
|
-
describe '
|
46
|
+
describe 'signing_services_list test' do
|
49
47
|
it 'should work' do
|
50
48
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
51
49
|
end
|
52
50
|
end
|
53
51
|
|
54
|
-
# unit tests for
|
52
|
+
# unit tests for signing_services_read
|
55
53
|
# Inspect a signing service
|
56
54
|
# A ViewSet that supports browsing of existing signing services.
|
57
55
|
# @param signing_service_href
|
@@ -59,7 +57,7 @@ describe 'SigningServicesApi' do
|
|
59
57
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
60
58
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
61
59
|
# @return [SigningServiceResponse]
|
62
|
-
describe '
|
60
|
+
describe 'signing_services_read test' do
|
63
61
|
it 'should work' do
|
64
62
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
65
63
|
end
|
@@ -32,7 +32,7 @@ describe 'TaskGroupsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for task_groups_list
|
36
36
|
# List task groups
|
37
37
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
38
38
|
# @param [Hash] opts the optional parameters
|
@@ -41,13 +41,13 @@ describe 'TaskGroupsApi' do
|
|
41
41
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
42
42
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
43
43
|
# @return [PaginatedTaskGroupResponseList]
|
44
|
-
describe '
|
44
|
+
describe 'task_groups_list test' do
|
45
45
|
it 'should work' do
|
46
46
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
47
47
|
end
|
48
48
|
end
|
49
49
|
|
50
|
-
# unit tests for
|
50
|
+
# unit tests for task_groups_read
|
51
51
|
# Inspect a task group
|
52
52
|
# A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object's identity. schema (DefaultSchema): The schema class to use by default in a viewset.
|
53
53
|
# @param task_group_href
|
@@ -55,7 +55,7 @@ describe 'TaskGroupsApi' do
|
|
55
55
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
56
56
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
57
57
|
# @return [TaskGroupResponse]
|
58
|
-
describe '
|
58
|
+
describe 'task_groups_read test' do
|
59
59
|
it 'should work' do
|
60
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
61
61
|
end
|