pulp_container_client 2.14.14 → 2.14.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +222 -246
- data/docs/AccessPoliciesApi.md +28 -32
- data/docs/ArtifactDistributionResponse.md +7 -7
- data/docs/ArtifactsApi.md +23 -27
- data/docs/ContainerContainerDistribution.md +5 -5
- data/docs/ContainerContainerDistributionResponse.md +8 -8
- data/docs/ContainerContainerPushRepository.md +5 -5
- data/docs/ContainerContainerPushRepositoryResponse.md +8 -8
- data/docs/ContainerContainerRemote.md +1 -1
- data/docs/ContainerContainerRemoteResponse.md +1 -1
- data/docs/ContainerContainerRepository.md +1 -1
- data/docs/ContainerContainerRepositoryResponse.md +1 -1
- data/docs/ContentApi.md +8 -14
- data/docs/ContentBlobsApi.md +13 -17
- data/docs/ContentManifestsApi.md +15 -19
- data/docs/ContentSignaturesApi.md +13 -17
- data/docs/ContentTagsApi.md +15 -19
- data/docs/ContentguardsApi.md +8 -14
- data/docs/ContentguardsContentRedirectApi.md +53 -57
- data/docs/ContentguardsRbacApi.md +53 -57
- data/docs/DistributionsApi.md +8 -18
- data/docs/DistributionsArtifactsApi.md +13 -21
- data/docs/DistributionsContainerApi.md +53 -61
- data/docs/DocsApiJsonApi.md +6 -6
- data/docs/DocsApiYamlApi.md +6 -6
- data/docs/ExportersFilesystemApi.md +36 -40
- data/docs/ExportersFilesystemExportsApi.md +24 -24
- data/docs/ExportersPulpApi.md +33 -37
- data/docs/ExportersPulpExportsApi.md +21 -21
- data/docs/FilesystemExporter.md +1 -1
- data/docs/FilesystemExporterResponse.md +1 -1
- data/docs/GroupRole.md +1 -3
- data/docs/GroupRoleResponse.md +1 -3
- data/docs/GroupsApi.md +59 -63
- data/docs/GroupsRolesApi.md +27 -33
- data/docs/GroupsUsersApi.md +16 -16
- data/docs/ImportersPulpApi.md +33 -37
- data/docs/ImportersPulpImportCheckApi.md +1 -1
- data/docs/ImportersPulpImportsApi.md +21 -21
- data/docs/OrphansApi.md +6 -6
- data/docs/OrphansCleanupApi.md +6 -6
- data/docs/PatchedFilesystemExporter.md +1 -1
- data/docs/PatchedcontainerContainerDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPushRepository.md +5 -5
- data/docs/PatchedcontainerContainerRemote.md +1 -1
- data/docs/PatchedcontainerContainerRepository.md +1 -1
- data/docs/PublicationsApi.md +9 -15
- data/docs/PulpContainerNamespacesApi.md +43 -47
- data/docs/RemoteResponse.md +1 -1
- data/docs/RemoteResponseHiddenFields.md +2 -2
- data/docs/RemotesApi.md +8 -14
- data/docs/RemotesContainerApi.md +53 -57
- data/docs/RepairApi.md +6 -6
- data/docs/RepositoriesApi.md +8 -30
- data/docs/RepositoriesContainerApi.md +102 -122
- data/docs/RepositoriesContainerPushApi.md +68 -88
- data/docs/RepositoriesContainerPushVersionsApi.md +23 -25
- data/docs/RepositoriesContainerVersionsApi.md +23 -25
- data/docs/RepositoriesReclaimSpaceApi.md +6 -6
- data/docs/RepositoryResponse.md +1 -1
- data/docs/RepositoryVersionsApi.md +8 -12
- data/docs/RolesApi.md +39 -43
- data/docs/SigningServicesApi.md +13 -17
- data/docs/StatusApi.md +1 -1
- data/docs/StatusResponse.md +1 -3
- data/docs/TaskGroupsApi.md +11 -11
- data/docs/TaskSchedulesApi.md +35 -39
- data/docs/TasksApi.md +101 -105
- data/docs/TokenApi.md +6 -6
- data/docs/UploadsApi.md +53 -57
- data/docs/UserRole.md +2 -4
- data/docs/UserRoleResponse.md +2 -4
- data/docs/UsersApi.md +39 -43
- data/docs/UsersRolesApi.md +27 -33
- data/docs/VersionResponse.md +1 -3
- data/docs/WorkersApi.md +13 -17
- data/lib/pulp_container_client/api/access_policies_api.rb +33 -39
- data/lib/pulp_container_client/api/artifacts_api.rb +31 -37
- data/lib/pulp_container_client/api/content_api.rb +7 -20
- data/lib/pulp_container_client/api/content_blobs_api.rb +13 -19
- data/lib/pulp_container_client/api/content_manifests_api.rb +15 -21
- data/lib/pulp_container_client/api/content_signatures_api.rb +13 -19
- data/lib/pulp_container_client/api/content_tags_api.rb +15 -21
- data/lib/pulp_container_client/api/contentguards_api.rb +7 -20
- data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +65 -71
- data/lib/pulp_container_client/api/contentguards_rbac_api.rb +65 -71
- data/lib/pulp_container_client/api/distributions_api.rb +7 -26
- data/lib/pulp_container_client/api/distributions_artifacts_api.rb +13 -25
- data/lib/pulp_container_client/api/distributions_container_api.rb +65 -77
- data/lib/pulp_container_client/api/docs_api_json_api.rb +5 -5
- data/lib/pulp_container_client/api/docs_api_yaml_api.rb +5 -5
- data/lib/pulp_container_client/api/exporters_filesystem_api.rb +45 -51
- data/lib/pulp_container_client/api/exporters_filesystem_exports_api.rb +31 -31
- data/lib/pulp_container_client/api/exporters_pulp_api.rb +39 -45
- data/lib/pulp_container_client/api/exporters_pulp_exports_api.rb +25 -25
- data/lib/pulp_container_client/api/groups_api.rb +77 -83
- data/lib/pulp_container_client/api/groups_roles_api.rb +35 -44
- data/lib/pulp_container_client/api/groups_users_api.rb +19 -19
- data/lib/pulp_container_client/api/importers_pulp_api.rb +39 -45
- data/lib/pulp_container_client/api/importers_pulp_imports_api.rb +25 -25
- data/lib/pulp_container_client/api/orphans_api.rb +5 -5
- data/lib/pulp_container_client/api/orphans_cleanup_api.rb +6 -6
- data/lib/pulp_container_client/api/publications_api.rb +9 -18
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +51 -57
- data/lib/pulp_container_client/api/remotes_api.rb +7 -20
- data/lib/pulp_container_client/api/remotes_container_api.rb +65 -71
- data/lib/pulp_container_client/api/repair_api.rb +6 -6
- data/lib/pulp_container_client/api/repositories_api.rb +7 -44
- data/lib/pulp_container_client/api/repositories_container_api.rb +128 -158
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +88 -118
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +27 -30
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +27 -30
- data/lib/pulp_container_client/api/repositories_reclaim_space_api.rb +6 -6
- data/lib/pulp_container_client/api/repository_versions_api.rb +7 -12
- data/lib/pulp_container_client/api/roles_api.rb +51 -57
- data/lib/pulp_container_client/api/signing_services_api.rb +13 -19
- data/lib/pulp_container_client/api/task_groups_api.rb +11 -11
- data/lib/pulp_container_client/api/task_schedules_api.rb +43 -49
- data/lib/pulp_container_client/api/tasks_api.rb +125 -131
- data/lib/pulp_container_client/api/token_api.rb +5 -5
- data/lib/pulp_container_client/api/uploads_api.rb +67 -73
- data/lib/pulp_container_client/api/users_api.rb +51 -57
- data/lib/pulp_container_client/api/users_roles_api.rb +35 -44
- data/lib/pulp_container_client/api/workers_api.rb +14 -20
- data/lib/pulp_container_client/configuration.rb +3 -3
- data/lib/pulp_container_client/models/artifact_distribution_response.rb +35 -35
- data/lib/pulp_container_client/models/container_container_distribution.rb +45 -45
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -39
- data/lib/pulp_container_client/models/container_container_push_repository.rb +37 -37
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +33 -33
- data/lib/pulp_container_client/models/container_container_remote.rb +21 -21
- data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -21
- data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
- data/lib/pulp_container_client/models/filesystem_exporter.rb +1 -1
- data/lib/pulp_container_client/models/filesystem_exporter_response.rb +1 -1
- data/lib/pulp_container_client/models/group_role.rb +5 -16
- data/lib/pulp_container_client/models/group_role_response.rb +4 -15
- data/lib/pulp_container_client/models/nested_role.rb +0 -19
- data/lib/pulp_container_client/models/patched_filesystem_exporter.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +36 -36
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +37 -37
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +21 -21
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/remote_response.rb +21 -21
- data/lib/pulp_container_client/models/remote_response_hidden_fields.rb +10 -0
- data/lib/pulp_container_client/models/repository_response.rb +1 -1
- data/lib/pulp_container_client/models/status_response.rb +4 -19
- data/lib/pulp_container_client/models/user_role.rb +6 -17
- data/lib/pulp_container_client/models/user_role_response.rb +5 -16
- data/lib/pulp_container_client/models/version_response.rb +4 -19
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +0 -11
- data/spec/api/access_policies_api_spec.rb +11 -13
- data/spec/api/artifacts_api_spec.rb +9 -11
- data/spec/api/content_api_spec.rb +3 -6
- data/spec/api/content_blobs_api_spec.rb +5 -7
- data/spec/api/content_manifests_api_spec.rb +6 -8
- data/spec/api/content_signatures_api_spec.rb +5 -7
- data/spec/api/content_tags_api_spec.rb +6 -8
- data/spec/api/contentguards_api_spec.rb +3 -6
- data/spec/api/contentguards_content_redirect_api_spec.rb +21 -23
- data/spec/api/contentguards_rbac_api_spec.rb +21 -23
- data/spec/api/distributions_api_spec.rb +3 -8
- data/spec/api/distributions_artifacts_api_spec.rb +5 -9
- data/spec/api/distributions_container_api_spec.rb +21 -25
- data/spec/api/docs_api_json_api_spec.rb +2 -2
- data/spec/api/docs_api_yaml_api_spec.rb +2 -2
- data/spec/api/exporters_filesystem_api_spec.rb +16 -18
- data/spec/api/exporters_filesystem_exports_api_spec.rb +11 -11
- data/spec/api/exporters_pulp_api_spec.rb +13 -15
- data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
- data/spec/api/groups_api_spec.rb +27 -29
- data/spec/api/groups_roles_api_spec.rb +13 -16
- data/spec/api/groups_users_api_spec.rb +6 -6
- data/spec/api/importers_pulp_api_spec.rb +13 -15
- data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
- data/spec/api/orphans_api_spec.rb +2 -2
- data/spec/api/orphans_cleanup_api_spec.rb +2 -2
- data/spec/api/publications_api_spec.rb +4 -7
- data/spec/api/pulp_container_namespaces_api_spec.rb +17 -19
- data/spec/api/remotes_api_spec.rb +3 -6
- data/spec/api/remotes_container_api_spec.rb +21 -23
- data/spec/api/repair_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +3 -14
- data/spec/api/repositories_container_api_spec.rb +39 -49
- data/spec/api/repositories_container_push_api_spec.rb +27 -37
- data/spec/api/repositories_container_push_versions_api_spec.rb +9 -10
- data/spec/api/repositories_container_versions_api_spec.rb +9 -10
- data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
- data/spec/api/repository_versions_api_spec.rb +3 -5
- data/spec/api/roles_api_spec.rb +19 -21
- data/spec/api/signing_services_api_spec.rb +5 -7
- data/spec/api/task_groups_api_spec.rb +4 -4
- data/spec/api/task_schedules_api_spec.rb +15 -17
- data/spec/api/tasks_api_spec.rb +32 -34
- data/spec/api/token_api_spec.rb +2 -2
- data/spec/api/uploads_api_spec.rb +21 -23
- data/spec/api/users_api_spec.rb +19 -21
- data/spec/api/users_roles_api_spec.rb +13 -16
- data/spec/api/workers_api_spec.rb +5 -7
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_distribution_response_spec.rb +6 -6
- data/spec/models/container_container_distribution_spec.rb +4 -4
- data/spec/models/container_container_push_repository_response_spec.rb +6 -6
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- data/spec/models/group_role_response_spec.rb +0 -6
- data/spec/models/group_role_spec.rb +0 -6
- data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- data/spec/models/status_response_spec.rb +0 -6
- data/spec/models/user_role_response_spec.rb +0 -6
- data/spec/models/user_role_spec.rb +0 -6
- data/spec/models/version_response_spec.rb +0 -6
- metadata +196 -240
- data/docs/Domain.md +0 -27
- data/docs/DomainResponse.md +0 -31
- data/docs/DomainsApi.md +0 -366
- data/docs/PaginatedDomainResponseList.md +0 -23
- data/docs/PaginatedUpstreamPulpResponseList.md +0 -23
- data/docs/PatchedDomain.md +0 -27
- data/docs/PatchedUpstreamPulp.md +0 -37
- data/docs/StorageClassEnum.md +0 -16
- data/docs/UpstreamPulp.md +0 -37
- data/docs/UpstreamPulpResponse.md +0 -39
- data/docs/UpstreamPulpsApi.md +0 -405
- data/lib/pulp_container_client/api/domains_api.rb +0 -452
- data/lib/pulp_container_client/api/upstream_pulps_api.rb +0 -492
- data/lib/pulp_container_client/models/domain.rb +0 -323
- data/lib/pulp_container_client/models/domain_response.rb +0 -318
- data/lib/pulp_container_client/models/paginated_domain_response_list.rb +0 -237
- data/lib/pulp_container_client/models/paginated_upstream_pulp_response_list.rb +0 -237
- data/lib/pulp_container_client/models/patched_domain.rb +0 -304
- data/lib/pulp_container_client/models/patched_upstream_pulp.rb +0 -450
- data/lib/pulp_container_client/models/storage_class_enum.rb +0 -37
- data/lib/pulp_container_client/models/upstream_pulp.rb +0 -477
- data/lib/pulp_container_client/models/upstream_pulp_response.rb +0 -338
- data/spec/api/domains_api_spec.rb +0 -122
- data/spec/api/upstream_pulps_api_spec.rb +0 -127
- data/spec/models/domain_response_spec.rb +0 -83
- data/spec/models/domain_spec.rb +0 -71
- data/spec/models/paginated_domain_response_list_spec.rb +0 -59
- data/spec/models/paginated_upstream_pulp_response_list_spec.rb +0 -59
- data/spec/models/patched_domain_spec.rb +0 -71
- data/spec/models/patched_upstream_pulp_spec.rb +0 -101
- data/spec/models/storage_class_enum_spec.rb +0 -35
- data/spec/models/upstream_pulp_response_spec.rb +0 -107
- data/spec/models/upstream_pulp_spec.rb +0 -101
data/spec/api/groups_api_spec.rb
CHANGED
@@ -32,45 +32,45 @@ describe 'GroupsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for groups_add_role
|
36
36
|
# Add a role for this object to users/groups.
|
37
37
|
# @param group_href
|
38
38
|
# @param nested_role
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [NestedRoleResponse]
|
41
|
-
describe '
|
41
|
+
describe 'groups_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 groups_create
|
48
48
|
# Create a group
|
49
|
-
# ViewSet for Group.
|
49
|
+
# ViewSet for Group. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
50
50
|
# @param group
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
52
|
# @return [GroupResponse]
|
53
|
-
describe '
|
53
|
+
describe 'groups_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 groups_delete
|
60
60
|
# Delete a group
|
61
|
-
# ViewSet for Group.
|
61
|
+
# ViewSet for Group. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
62
62
|
# @param group_href
|
63
63
|
# @param [Hash] opts the optional parameters
|
64
64
|
# @return [nil]
|
65
|
-
describe '
|
65
|
+
describe 'groups_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 groups_list
|
72
72
|
# List groups
|
73
|
-
# ViewSet for Group.
|
73
|
+
# ViewSet for Group. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
74
74
|
# @param [Hash] opts the optional parameters
|
75
75
|
# @option opts [Integer] :id Filter results where id matches value
|
76
76
|
# @option opts [Array<Integer>] :id__in Filter results where id is in a comma-separated list of values
|
@@ -81,91 +81,89 @@ describe 'GroupsApi' do
|
|
81
81
|
# @option opts [String] :name__iexact Filter results where name matches value
|
82
82
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
83
83
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
84
|
-
# @option opts [Array<String>] :ordering Ordering
|
85
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
86
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
84
|
+
# @option opts [Array<String>] :ordering Ordering
|
87
85
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
88
86
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
89
87
|
# @return [PaginatedGroupResponseList]
|
90
|
-
describe '
|
88
|
+
describe 'groups_list test' do
|
91
89
|
it 'should work' do
|
92
90
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
93
91
|
end
|
94
92
|
end
|
95
93
|
|
96
|
-
# unit tests for
|
94
|
+
# unit tests for groups_list_roles
|
97
95
|
# List roles assigned to this object.
|
98
96
|
# @param group_href
|
99
97
|
# @param [Hash] opts the optional parameters
|
100
98
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
101
99
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
102
100
|
# @return [ObjectRolesResponse]
|
103
|
-
describe '
|
101
|
+
describe 'groups_list_roles test' do
|
104
102
|
it 'should work' do
|
105
103
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
106
104
|
end
|
107
105
|
end
|
108
106
|
|
109
|
-
# unit tests for
|
107
|
+
# unit tests for groups_my_permissions
|
110
108
|
# List permissions available to the current user on this object.
|
111
109
|
# @param group_href
|
112
110
|
# @param [Hash] opts the optional parameters
|
113
111
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
114
112
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
115
113
|
# @return [MyPermissionsResponse]
|
116
|
-
describe '
|
114
|
+
describe 'groups_my_permissions test' do
|
117
115
|
it 'should work' do
|
118
116
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
119
117
|
end
|
120
118
|
end
|
121
119
|
|
122
|
-
# unit tests for
|
120
|
+
# unit tests for groups_partial_update
|
123
121
|
# Update a group
|
124
|
-
# ViewSet for Group.
|
122
|
+
# ViewSet for Group. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
125
123
|
# @param group_href
|
126
124
|
# @param patched_group
|
127
125
|
# @param [Hash] opts the optional parameters
|
128
126
|
# @return [GroupResponse]
|
129
|
-
describe '
|
127
|
+
describe 'groups_partial_update test' do
|
130
128
|
it 'should work' do
|
131
129
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
132
130
|
end
|
133
131
|
end
|
134
132
|
|
135
|
-
# unit tests for
|
133
|
+
# unit tests for groups_read
|
136
134
|
# Inspect a group
|
137
|
-
# ViewSet for Group.
|
135
|
+
# ViewSet for Group. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
138
136
|
# @param group_href
|
139
137
|
# @param [Hash] opts the optional parameters
|
140
138
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
141
139
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
142
140
|
# @return [GroupResponse]
|
143
|
-
describe '
|
141
|
+
describe 'groups_read test' do
|
144
142
|
it 'should work' do
|
145
143
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
146
144
|
end
|
147
145
|
end
|
148
146
|
|
149
|
-
# unit tests for
|
147
|
+
# unit tests for groups_remove_role
|
150
148
|
# Remove a role for this object from users/groups.
|
151
149
|
# @param group_href
|
152
150
|
# @param nested_role
|
153
151
|
# @param [Hash] opts the optional parameters
|
154
152
|
# @return [NestedRoleResponse]
|
155
|
-
describe '
|
153
|
+
describe 'groups_remove_role test' do
|
156
154
|
it 'should work' do
|
157
155
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
158
156
|
end
|
159
157
|
end
|
160
158
|
|
161
|
-
# unit tests for
|
159
|
+
# unit tests for groups_update
|
162
160
|
# Update a group
|
163
|
-
# ViewSet for Group.
|
161
|
+
# ViewSet for Group. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
164
162
|
# @param group_href
|
165
163
|
# @param group
|
166
164
|
# @param [Hash] opts the optional parameters
|
167
165
|
# @return [GroupResponse]
|
168
|
-
describe '
|
166
|
+
describe 'groups_update test' do
|
169
167
|
it 'should work' do
|
170
168
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
171
169
|
end
|
@@ -32,43 +32,40 @@ describe 'GroupsRolesApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for groups_roles_create
|
36
36
|
# Create a group role
|
37
|
-
# ViewSet for GroupRole.
|
37
|
+
# ViewSet for GroupRole. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
38
38
|
# @param group_href
|
39
39
|
# @param group_role
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
41
|
# @return [GroupRoleResponse]
|
42
|
-
describe '
|
42
|
+
describe 'groups_roles_create test' do
|
43
43
|
it 'should work' do
|
44
44
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
|
-
# unit tests for
|
48
|
+
# unit tests for groups_roles_delete
|
49
49
|
# Delete a group role
|
50
|
-
# ViewSet for GroupRole.
|
50
|
+
# ViewSet for GroupRole. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
51
51
|
# @param groups_group_role_href
|
52
52
|
# @param [Hash] opts the optional parameters
|
53
53
|
# @return [nil]
|
54
|
-
describe '
|
54
|
+
describe 'groups_roles_delete test' do
|
55
55
|
it 'should work' do
|
56
56
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
-
# unit tests for
|
60
|
+
# unit tests for groups_roles_list
|
61
61
|
# List group roles
|
62
|
-
# ViewSet for GroupRole.
|
62
|
+
# ViewSet for GroupRole. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
63
63
|
# @param group_href
|
64
64
|
# @param [Hash] opts the optional parameters
|
65
65
|
# @option opts [String] :content_object content_object
|
66
|
-
# @option opts [String] :domain Foreign Key referenced by HREF
|
67
66
|
# @option opts [Integer] :limit Number of results to return per page.
|
68
67
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
69
|
-
# @option opts [Array<String>] :ordering Ordering
|
70
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
71
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
68
|
+
# @option opts [Array<String>] :ordering Ordering
|
72
69
|
# @option opts [String] :role
|
73
70
|
# @option opts [String] :role__contains
|
74
71
|
# @option opts [String] :role__icontains
|
@@ -77,21 +74,21 @@ describe 'GroupsRolesApi' do
|
|
77
74
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
78
75
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
79
76
|
# @return [PaginatedGroupRoleResponseList]
|
80
|
-
describe '
|
77
|
+
describe 'groups_roles_list test' do
|
81
78
|
it 'should work' do
|
82
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
83
80
|
end
|
84
81
|
end
|
85
82
|
|
86
|
-
# unit tests for
|
83
|
+
# unit tests for groups_roles_read
|
87
84
|
# Inspect a group role
|
88
|
-
# ViewSet for GroupRole.
|
85
|
+
# ViewSet for GroupRole. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
89
86
|
# @param groups_group_role_href
|
90
87
|
# @param [Hash] opts the optional parameters
|
91
88
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
92
89
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
93
90
|
# @return [GroupRoleResponse]
|
94
|
-
describe '
|
91
|
+
describe 'groups_roles_read test' do
|
95
92
|
it 'should work' do
|
96
93
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
97
94
|
end
|
@@ -32,32 +32,32 @@ describe 'GroupsUsersApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for groups_users_create
|
36
36
|
# Create an user
|
37
37
|
# Add a user to a group.
|
38
38
|
# @param group_href
|
39
39
|
# @param group_user
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
41
|
# @return [GroupUserResponse]
|
42
|
-
describe '
|
42
|
+
describe 'groups_users_create test' do
|
43
43
|
it 'should work' do
|
44
44
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
|
-
# unit tests for
|
48
|
+
# unit tests for groups_users_delete
|
49
49
|
# Delete an user
|
50
50
|
# Remove a user from a group.
|
51
51
|
# @param groups_user_href
|
52
52
|
# @param [Hash] opts the optional parameters
|
53
53
|
# @return [nil]
|
54
|
-
describe '
|
54
|
+
describe 'groups_users_delete test' do
|
55
55
|
it 'should work' do
|
56
56
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
-
# unit tests for
|
60
|
+
# unit tests for groups_users_list
|
61
61
|
# List users
|
62
62
|
# List group users.
|
63
63
|
# @param group_href
|
@@ -67,7 +67,7 @@ describe 'GroupsUsersApi' do
|
|
67
67
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
68
68
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
69
69
|
# @return [PaginatedGroupUserResponseList]
|
70
|
-
describe '
|
70
|
+
describe 'groups_users_list test' do
|
71
71
|
it 'should work' do
|
72
72
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
73
73
|
end
|
@@ -32,31 +32,31 @@ describe 'ImportersPulpApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for importers_core_pulp_create
|
36
36
|
# Create a pulp importer
|
37
37
|
# ViewSet for PulpImporters.
|
38
38
|
# @param pulp_importer
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [PulpImporterResponse]
|
41
|
-
describe '
|
41
|
+
describe 'importers_core_pulp_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 importers_core_pulp_delete
|
48
48
|
# Delete a pulp importer
|
49
49
|
# ViewSet for PulpImporters.
|
50
50
|
# @param pulp_importer_href
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
52
|
# @return [nil]
|
53
|
-
describe '
|
53
|
+
describe 'importers_core_pulp_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 importers_core_pulp_list
|
60
60
|
# List pulp importers
|
61
61
|
# ViewSet for PulpImporters.
|
62
62
|
# @param [Hash] opts the optional parameters
|
@@ -67,32 +67,30 @@ describe 'ImportersPulpApi' do
|
|
67
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
68
68
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
70
|
-
# @option opts [Array<String>] :ordering Ordering
|
71
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
72
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
70
|
+
# @option opts [Array<String>] :ordering Ordering
|
73
71
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
74
72
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
75
73
|
# @return [PaginatedPulpImporterResponseList]
|
76
|
-
describe '
|
74
|
+
describe 'importers_core_pulp_list test' do
|
77
75
|
it 'should work' do
|
78
76
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
79
77
|
end
|
80
78
|
end
|
81
79
|
|
82
|
-
# unit tests for
|
80
|
+
# unit tests for importers_core_pulp_partial_update
|
83
81
|
# Update a pulp importer
|
84
82
|
# ViewSet for PulpImporters.
|
85
83
|
# @param pulp_importer_href
|
86
84
|
# @param patched_pulp_importer
|
87
85
|
# @param [Hash] opts the optional parameters
|
88
86
|
# @return [PulpImporterResponse]
|
89
|
-
describe '
|
87
|
+
describe 'importers_core_pulp_partial_update test' do
|
90
88
|
it 'should work' do
|
91
89
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
92
90
|
end
|
93
91
|
end
|
94
92
|
|
95
|
-
# unit tests for
|
93
|
+
# unit tests for importers_core_pulp_read
|
96
94
|
# Inspect a pulp importer
|
97
95
|
# ViewSet for PulpImporters.
|
98
96
|
# @param pulp_importer_href
|
@@ -100,20 +98,20 @@ describe 'ImportersPulpApi' do
|
|
100
98
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
101
99
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
102
100
|
# @return [PulpImporterResponse]
|
103
|
-
describe '
|
101
|
+
describe 'importers_core_pulp_read test' do
|
104
102
|
it 'should work' do
|
105
103
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
106
104
|
end
|
107
105
|
end
|
108
106
|
|
109
|
-
# unit tests for
|
107
|
+
# unit tests for importers_core_pulp_update
|
110
108
|
# Update a pulp importer
|
111
109
|
# ViewSet for PulpImporters.
|
112
110
|
# @param pulp_importer_href
|
113
111
|
# @param pulp_importer
|
114
112
|
# @param [Hash] opts the optional parameters
|
115
113
|
# @return [PulpImporterResponse]
|
116
|
-
describe '
|
114
|
+
describe 'importers_core_pulp_update test' do
|
117
115
|
it 'should work' do
|
118
116
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
119
117
|
end
|
@@ -32,32 +32,32 @@ describe 'ImportersPulpImportsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for importers_core_pulp_imports_create
|
36
36
|
# Create a pulp import
|
37
37
|
# Trigger an asynchronous task to import a Pulp export.
|
38
38
|
# @param pulp_importer_href
|
39
39
|
# @param pulp_import
|
40
40
|
# @param [Hash] opts the optional parameters
|
41
41
|
# @return [TaskGroupOperationResponse]
|
42
|
-
describe '
|
42
|
+
describe 'importers_core_pulp_imports_create test' do
|
43
43
|
it 'should work' do
|
44
44
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
|
-
# unit tests for
|
48
|
+
# unit tests for importers_core_pulp_imports_delete
|
49
49
|
# Delete a pulp import
|
50
50
|
# ViewSet for PulpImports.
|
51
51
|
# @param pulp_pulp_import_href
|
52
52
|
# @param [Hash] opts the optional parameters
|
53
53
|
# @return [nil]
|
54
|
-
describe '
|
54
|
+
describe 'importers_core_pulp_imports_delete test' do
|
55
55
|
it 'should work' do
|
56
56
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
60
|
-
# unit tests for
|
60
|
+
# unit tests for importers_core_pulp_imports_list
|
61
61
|
# List pulp imports
|
62
62
|
# ViewSet for PulpImports.
|
63
63
|
# @param pulp_importer_href
|
@@ -67,13 +67,13 @@ describe 'ImportersPulpImportsApi' do
|
|
67
67
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
68
68
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
69
69
|
# @return [PaginatedImportResponseList]
|
70
|
-
describe '
|
70
|
+
describe 'importers_core_pulp_imports_list test' do
|
71
71
|
it 'should work' do
|
72
72
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
73
73
|
end
|
74
74
|
end
|
75
75
|
|
76
|
-
# unit tests for
|
76
|
+
# unit tests for importers_core_pulp_imports_read
|
77
77
|
# Inspect a pulp import
|
78
78
|
# ViewSet for PulpImports.
|
79
79
|
# @param pulp_pulp_import_href
|
@@ -81,7 +81,7 @@ describe 'ImportersPulpImportsApi' do
|
|
81
81
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
82
82
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
83
83
|
# @return [ImportResponse]
|
84
|
-
describe '
|
84
|
+
describe 'importers_core_pulp_imports_read test' do
|
85
85
|
it 'should work' do
|
86
86
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
87
87
|
end
|
@@ -32,12 +32,12 @@ describe 'OrphansApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for orphans_delete
|
36
36
|
# Delete orphans
|
37
37
|
# DEPRECATED! Trigger an asynchronous task that deletes all orphaned content and artifacts. Use the `POST /pulp/api/v3/orphans/cleanup/` call instead.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @return [AsyncOperationResponse]
|
40
|
-
describe '
|
40
|
+
describe 'orphans_delete 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,12 +32,12 @@ describe 'OrphansCleanupApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for orphans_cleanup_cleanup
|
36
36
|
# Trigger an asynchronous orphan cleanup operation.
|
37
37
|
# @param orphans_cleanup
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @return [AsyncOperationResponse]
|
40
|
-
describe '
|
40
|
+
describe 'orphans_cleanup_cleanup 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,30 +32,27 @@ describe 'PublicationsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for publications_list
|
36
36
|
# List publications
|
37
|
-
# A
|
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
|
39
39
|
# @option opts [String] :content Content Unit referenced by HREF
|
40
40
|
# @option opts [String] :content__in Content Unit referenced by HREF
|
41
41
|
# @option opts [Integer] :limit Number of results to return per page.
|
42
42
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
43
|
-
# @option opts [Array<String>] :ordering Ordering
|
43
|
+
# @option opts [Array<String>] :ordering Ordering
|
44
44
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
45
45
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
46
46
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
47
47
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
48
48
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
49
49
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
50
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
51
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
52
|
-
# @option opts [Array<String>] :pulp_type__in Pulp type is in
|
53
50
|
# @option opts [String] :repository Repository referenced by HREF
|
54
51
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
55
52
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
56
53
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
57
54
|
# @return [PaginatedPublicationResponseList]
|
58
|
-
describe '
|
55
|
+
describe 'publications_list test' do
|
59
56
|
it 'should work' do
|
60
57
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
61
58
|
end
|
@@ -32,43 +32,43 @@ describe 'PulpContainerNamespacesApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
# unit tests for
|
35
|
+
# unit tests for pulp_container_namespaces_add_role
|
36
36
|
# Add a role for this object to users/groups.
|
37
37
|
# @param container_container_namespace_href
|
38
38
|
# @param nested_role
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [NestedRoleResponse]
|
41
|
-
describe '
|
41
|
+
describe 'pulp_container_namespaces_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 pulp_container_namespaces_create
|
48
48
|
# Create a container namespace
|
49
49
|
# ViewSet for ContainerNamespaces.
|
50
50
|
# @param container_container_namespace
|
51
51
|
# @param [Hash] opts the optional parameters
|
52
52
|
# @return [ContainerContainerNamespaceResponse]
|
53
|
-
describe '
|
53
|
+
describe 'pulp_container_namespaces_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 pulp_container_namespaces_delete
|
60
60
|
# Delete a container namespace
|
61
61
|
# Trigger an asynchronous delete task
|
62
62
|
# @param container_container_namespace_href
|
63
63
|
# @param [Hash] opts the optional parameters
|
64
64
|
# @return [AsyncOperationResponse]
|
65
|
-
describe '
|
65
|
+
describe 'pulp_container_namespaces_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 pulp_container_namespaces_list
|
72
72
|
# List container namespaces
|
73
73
|
# ViewSet for ContainerNamespaces.
|
74
74
|
# @param [Hash] opts the optional parameters
|
@@ -79,45 +79,43 @@ describe 'PulpContainerNamespacesApi' 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 [PaginatedcontainerContainerNamespaceResponseList]
|
88
|
-
describe '
|
86
|
+
describe 'pulp_container_namespaces_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 pulp_container_namespaces_list_roles
|
95
93
|
# List roles assigned to this object.
|
96
94
|
# @param container_container_namespace_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 'pulp_container_namespaces_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 pulp_container_namespaces_my_permissions
|
108
106
|
# List permissions available to the current user on this object.
|
109
107
|
# @param container_container_namespace_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 'pulp_container_namespaces_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 pulp_container_namespaces_read
|
121
119
|
# Inspect a container namespace
|
122
120
|
# ViewSet for ContainerNamespaces.
|
123
121
|
# @param container_container_namespace_href
|
@@ -125,19 +123,19 @@ describe 'PulpContainerNamespacesApi' do
|
|
125
123
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
126
124
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
127
125
|
# @return [ContainerContainerNamespaceResponse]
|
128
|
-
describe '
|
126
|
+
describe 'pulp_container_namespaces_read test' do
|
129
127
|
it 'should work' do
|
130
128
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
131
129
|
end
|
132
130
|
end
|
133
131
|
|
134
|
-
# unit tests for
|
132
|
+
# unit tests for pulp_container_namespaces_remove_role
|
135
133
|
# Remove a role for this object from users/groups.
|
136
134
|
# @param container_container_namespace_href
|
137
135
|
# @param nested_role
|
138
136
|
# @param [Hash] opts the optional parameters
|
139
137
|
# @return [NestedRoleResponse]
|
140
|
-
describe '
|
138
|
+
describe 'pulp_container_namespaces_remove_role test' do
|
141
139
|
it 'should work' do
|
142
140
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
143
141
|
end
|