pulpcore_client 3.7.9 → 3.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +19 -19
- data/docs/AccessPoliciesApi.md +2 -2
- data/docs/ArtifactsApi.md +2 -2
- data/docs/ExportersCoreExportsApi.md +2 -2
- data/docs/ExportersPulpApi.md +2 -2
- data/docs/GroupsApi.md +2 -2
- data/docs/GroupsModelPermissionsApi.md +2 -2
- data/docs/GroupsObjectPermissionsApi.md +2 -2
- data/docs/GroupsUsersApi.md +2 -2
- data/docs/ImportersCoreImportsApi.md +2 -2
- data/docs/ImportersPulpApi.md +2 -2
- data/docs/{InlineResponse200.md → PaginatedAccessPolicyResponseList.md} +4 -4
- data/docs/{InlineResponse2001.md → PaginatedArtifactResponseList.md} +4 -4
- data/docs/{InlineResponse2004.md → PaginatedGroupResponseList.md} +4 -4
- data/docs/{InlineResponse2006.md → PaginatedGroupUserResponseList.md} +4 -4
- data/docs/{InlineResponse2008.md → PaginatedImportResponseList.md} +4 -4
- data/docs/{InlineResponse2005.md → PaginatedPermissionResponseList.md} +4 -4
- data/docs/{InlineResponse2003.md → PaginatedPulpExportResponseList.md} +4 -4
- data/docs/{InlineResponse2002.md → PaginatedPulpExporterResponseList.md} +4 -4
- data/docs/{InlineResponse2007.md → PaginatedPulpImporterResponseList.md} +4 -4
- data/docs/{InlineResponse2009.md → PaginatedSigningServiceResponseList.md} +4 -4
- data/docs/{InlineResponse20010.md → PaginatedTaskGroupResponseList.md} +4 -4
- data/docs/{InlineResponse20011.md → PaginatedTaskResponseList.md} +4 -4
- data/docs/{InlineResponse20012.md → PaginatedUploadResponseList.md} +4 -4
- data/docs/{InlineResponse20013.md → PaginatedUserResponseList.md} +4 -4
- data/docs/{InlineResponse20014.md → PaginatedWorkerResponseList.md} +4 -4
- data/docs/PulpExportResponse.md +1 -1
- data/docs/SigningServicesApi.md +2 -2
- data/docs/TaskGroupsApi.md +2 -2
- data/docs/TasksApi.md +2 -2
- data/docs/UploadsApi.md +2 -2
- data/docs/UsersApi.md +2 -2
- data/docs/WorkersApi.md +2 -2
- data/lib/pulpcore_client/api/access_policies_api.rb +4 -4
- data/lib/pulpcore_client/api/artifacts_api.rb +4 -4
- data/lib/pulpcore_client/api/exporters_core_exports_api.rb +4 -4
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +4 -4
- data/lib/pulpcore_client/api/groups_api.rb +4 -4
- data/lib/pulpcore_client/api/groups_model_permissions_api.rb +4 -4
- data/lib/pulpcore_client/api/groups_object_permissions_api.rb +4 -4
- data/lib/pulpcore_client/api/groups_users_api.rb +4 -4
- data/lib/pulpcore_client/api/importers_core_imports_api.rb +4 -4
- data/lib/pulpcore_client/api/importers_pulp_api.rb +4 -4
- data/lib/pulpcore_client/api/orphans_api.rb +1 -1
- data/lib/pulpcore_client/api/signing_services_api.rb +4 -4
- data/lib/pulpcore_client/api/status_api.rb +1 -1
- data/lib/pulpcore_client/api/task_groups_api.rb +4 -4
- data/lib/pulpcore_client/api/tasks_api.rb +4 -4
- data/lib/pulpcore_client/api/uploads_api.rb +4 -4
- data/lib/pulpcore_client/api/users_api.rb +4 -4
- data/lib/pulpcore_client/api/workers_api.rb +4 -4
- data/lib/pulpcore_client/api_client.rb +8 -12
- data/lib/pulpcore_client/api_error.rb +1 -1
- data/lib/pulpcore_client/configuration.rb +1 -8
- data/lib/pulpcore_client/models/access_policy.rb +1 -1
- data/lib/pulpcore_client/models/access_policy_response.rb +1 -1
- data/lib/pulpcore_client/models/artifact.rb +1 -1
- data/lib/pulpcore_client/models/artifact_response.rb +1 -1
- data/lib/pulpcore_client/models/async_operation_response.rb +1 -1
- data/lib/pulpcore_client/models/content_app_status_response.rb +1 -1
- data/lib/pulpcore_client/models/database_connection_response.rb +1 -1
- data/lib/pulpcore_client/models/group.rb +1 -1
- data/lib/pulpcore_client/models/group_progress_report_response.rb +1 -1
- data/lib/pulpcore_client/models/group_response.rb +1 -1
- data/lib/pulpcore_client/models/group_user.rb +1 -1
- data/lib/pulpcore_client/models/group_user_response.rb +1 -1
- data/lib/pulpcore_client/models/import_response.rb +1 -1
- data/lib/pulpcore_client/models/{inline_response200.rb → paginated_access_policy_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2001.rb → paginated_artifact_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2004.rb → paginated_group_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2006.rb → paginated_group_user_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2008.rb → paginated_import_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2005.rb → paginated_permission_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2003.rb → paginated_pulp_export_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2002.rb → paginated_pulp_exporter_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2007.rb → paginated_pulp_importer_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response2009.rb → paginated_signing_service_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response20010.rb → paginated_task_group_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response20011.rb → paginated_task_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response20012.rb → paginated_upload_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response20013.rb → paginated_user_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/{inline_response20014.rb → paginated_worker_response_list.rb} +4 -4
- data/lib/pulpcore_client/models/patched_access_policy.rb +1 -1
- data/lib/pulpcore_client/models/patched_group.rb +1 -1
- data/lib/pulpcore_client/models/patched_pulp_exporter.rb +1 -1
- data/lib/pulpcore_client/models/patched_pulp_importer.rb +1 -1
- data/lib/pulpcore_client/models/patched_task_cancel.rb +1 -1
- data/lib/pulpcore_client/models/permission_response.rb +1 -1
- data/lib/pulpcore_client/models/progress_report_response.rb +1 -1
- data/lib/pulpcore_client/models/pulp_export.rb +1 -1
- data/lib/pulpcore_client/models/pulp_export_response.rb +2 -2
- data/lib/pulpcore_client/models/pulp_exporter.rb +1 -1
- data/lib/pulpcore_client/models/pulp_exporter_response.rb +1 -1
- data/lib/pulpcore_client/models/pulp_import.rb +1 -1
- data/lib/pulpcore_client/models/pulp_importer.rb +1 -1
- data/lib/pulpcore_client/models/pulp_importer_response.rb +1 -1
- data/lib/pulpcore_client/models/redis_connection_response.rb +1 -1
- data/lib/pulpcore_client/models/signing_service_response.rb +1 -1
- data/lib/pulpcore_client/models/status_response.rb +1 -1
- data/lib/pulpcore_client/models/storage_response.rb +1 -1
- data/lib/pulpcore_client/models/task_group_response.rb +1 -1
- data/lib/pulpcore_client/models/task_response.rb +1 -1
- data/lib/pulpcore_client/models/upload.rb +1 -1
- data/lib/pulpcore_client/models/upload_chunk.rb +1 -1
- data/lib/pulpcore_client/models/upload_chunk_response.rb +1 -1
- data/lib/pulpcore_client/models/upload_commit.rb +1 -1
- data/lib/pulpcore_client/models/upload_detail_response.rb +1 -1
- data/lib/pulpcore_client/models/upload_response.rb +1 -1
- data/lib/pulpcore_client/models/user_group_response.rb +1 -1
- data/lib/pulpcore_client/models/user_response.rb +1 -1
- data/lib/pulpcore_client/models/version_response.rb +1 -1
- data/lib/pulpcore_client/models/worker_response.rb +1 -1
- data/lib/pulpcore_client/version.rb +2 -2
- data/lib/pulpcore_client.rb +16 -16
- data/pulpcore_client.gemspec +1 -1
- data/spec/api/access_policies_api_spec.rb +2 -2
- data/spec/api/artifacts_api_spec.rb +2 -2
- data/spec/api/exporters_core_exports_api_spec.rb +2 -2
- data/spec/api/exporters_pulp_api_spec.rb +2 -2
- data/spec/api/groups_api_spec.rb +2 -2
- data/spec/api/groups_model_permissions_api_spec.rb +2 -2
- data/spec/api/groups_object_permissions_api_spec.rb +2 -2
- data/spec/api/groups_users_api_spec.rb +2 -2
- data/spec/api/importers_core_imports_api_spec.rb +2 -2
- data/spec/api/importers_pulp_api_spec.rb +2 -2
- data/spec/api/orphans_api_spec.rb +1 -1
- data/spec/api/signing_services_api_spec.rb +2 -2
- data/spec/api/status_api_spec.rb +1 -1
- data/spec/api/task_groups_api_spec.rb +2 -2
- data/spec/api/tasks_api_spec.rb +2 -2
- data/spec/api/uploads_api_spec.rb +2 -2
- data/spec/api/users_api_spec.rb +2 -2
- data/spec/api/workers_api_spec.rb +2 -2
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/access_policy_response_spec.rb +1 -1
- data/spec/models/access_policy_spec.rb +1 -1
- data/spec/models/artifact_response_spec.rb +1 -1
- data/spec/models/artifact_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/content_app_status_response_spec.rb +1 -1
- data/spec/models/database_connection_response_spec.rb +1 -1
- data/spec/models/group_progress_report_response_spec.rb +1 -1
- data/spec/models/group_response_spec.rb +1 -1
- data/spec/models/group_spec.rb +1 -1
- data/spec/models/group_user_response_spec.rb +1 -1
- data/spec/models/group_user_spec.rb +1 -1
- data/spec/models/import_response_spec.rb +1 -1
- data/spec/models/paginated_access_policy_response_list_spec.rb +59 -0
- data/spec/models/paginated_artifact_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20012_spec.rb → paginated_group_response_list_spec.rb} +7 -7
- data/spec/models/paginated_group_user_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20013_spec.rb → paginated_import_response_list_spec.rb} +7 -7
- data/spec/models/paginated_permission_response_list_spec.rb +59 -0
- data/spec/models/paginated_pulp_export_response_list_spec.rb +59 -0
- data/spec/models/paginated_pulp_exporter_response_list_spec.rb +59 -0
- data/spec/models/paginated_pulp_importer_response_list_spec.rb +59 -0
- data/spec/models/paginated_signing_service_response_list_spec.rb +59 -0
- data/spec/models/paginated_task_group_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20010_spec.rb → paginated_task_response_list_spec.rb} +7 -7
- data/spec/models/paginated_upload_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20011_spec.rb → paginated_user_response_list_spec.rb} +7 -7
- data/spec/models/paginated_worker_response_list_spec.rb +59 -0
- data/spec/models/patched_access_policy_spec.rb +1 -1
- data/spec/models/patched_group_spec.rb +1 -1
- data/spec/models/patched_pulp_exporter_spec.rb +1 -1
- data/spec/models/patched_pulp_importer_spec.rb +1 -1
- data/spec/models/patched_task_cancel_spec.rb +1 -1
- data/spec/models/permission_response_spec.rb +1 -1
- data/spec/models/progress_report_response_spec.rb +1 -1
- data/spec/models/pulp_export_response_spec.rb +1 -1
- data/spec/models/pulp_export_spec.rb +1 -1
- data/spec/models/pulp_exporter_response_spec.rb +1 -1
- data/spec/models/pulp_exporter_spec.rb +1 -1
- data/spec/models/pulp_import_spec.rb +1 -1
- data/spec/models/pulp_importer_response_spec.rb +1 -1
- data/spec/models/pulp_importer_spec.rb +1 -1
- data/spec/models/redis_connection_response_spec.rb +1 -1
- data/spec/models/signing_service_response_spec.rb +1 -1
- data/spec/models/status_response_spec.rb +1 -1
- data/spec/models/storage_response_spec.rb +1 -1
- data/spec/models/task_group_response_spec.rb +1 -1
- data/spec/models/task_response_spec.rb +1 -1
- data/spec/models/upload_chunk_response_spec.rb +1 -1
- data/spec/models/upload_chunk_spec.rb +1 -1
- data/spec/models/upload_commit_spec.rb +1 -1
- data/spec/models/upload_detail_response_spec.rb +1 -1
- data/spec/models/upload_response_spec.rb +1 -1
- data/spec/models/upload_spec.rb +1 -1
- data/spec/models/user_group_response_spec.rb +1 -1
- data/spec/models/user_response_spec.rb +1 -1
- data/spec/models/version_response_spec.rb +1 -1
- data/spec/models/worker_response_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +109 -109
- data/spec/models/inline_response20014_spec.rb +0 -59
- data/spec/models/inline_response2001_spec.rb +0 -59
- data/spec/models/inline_response2002_spec.rb +0 -59
- data/spec/models/inline_response2003_spec.rb +0 -59
- data/spec/models/inline_response2004_spec.rb +0 -59
- data/spec/models/inline_response2005_spec.rb +0 -59
- data/spec/models/inline_response2006_spec.rb +0 -59
- data/spec/models/inline_response2007_spec.rb +0 -59
- data/spec/models/inline_response2008_spec.rb +0 -59
- data/spec/models/inline_response2009_spec.rb +0 -59
- data/spec/models/inline_response200_spec.rb +0 -59
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
class
|
|
16
|
+
class PaginatedUserResponseList
|
|
17
17
|
attr_accessor :count
|
|
18
18
|
|
|
19
19
|
attr_accessor :_next
|
|
@@ -54,13 +54,13 @@ module PulpcoreClient
|
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
55
55
|
def initialize(attributes = {})
|
|
56
56
|
if (!attributes.is_a?(Hash))
|
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::
|
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::PaginatedUserResponseList` initialize method"
|
|
58
58
|
end
|
|
59
59
|
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::
|
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::PaginatedUserResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
64
64
|
end
|
|
65
65
|
h[k.to_sym] = v
|
|
66
66
|
}
|
data/lib/pulpcore_client/models/{inline_response20014.rb → paginated_worker_response_list.rb}
RENAMED
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
class
|
|
16
|
+
class PaginatedWorkerResponseList
|
|
17
17
|
attr_accessor :count
|
|
18
18
|
|
|
19
19
|
attr_accessor :_next
|
|
@@ -54,13 +54,13 @@ module PulpcoreClient
|
|
|
54
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
55
55
|
def initialize(attributes = {})
|
|
56
56
|
if (!attributes.is_a?(Hash))
|
|
57
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::
|
|
57
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `PulpcoreClient::PaginatedWorkerResponseList` initialize method"
|
|
58
58
|
end
|
|
59
59
|
|
|
60
60
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
61
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
62
62
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
63
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::
|
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `PulpcoreClient::PaginatedWorkerResponseList`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
64
64
|
end
|
|
65
65
|
h[k.to_sym] = v
|
|
66
66
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -54,7 +54,7 @@ module PulpcoreClient
|
|
|
54
54
|
:'pulp_href' => :'String',
|
|
55
55
|
:'pulp_created' => :'DateTime',
|
|
56
56
|
:'task' => :'String',
|
|
57
|
-
:'exported_resources' => :'Array<
|
|
57
|
+
:'exported_resources' => :'Array<Object>',
|
|
58
58
|
:'params' => :'Object',
|
|
59
59
|
:'output_file_info' => :'Object',
|
|
60
60
|
:'toc_info' => :'Object'
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
module PulpcoreClient
|
|
14
|
-
VERSION = '3.
|
|
14
|
+
VERSION = '3.8.0'
|
|
15
15
|
end
|
data/lib/pulpcore_client.rb
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -30,21 +30,21 @@ require 'pulpcore_client/models/group_response'
|
|
|
30
30
|
require 'pulpcore_client/models/group_user'
|
|
31
31
|
require 'pulpcore_client/models/group_user_response'
|
|
32
32
|
require 'pulpcore_client/models/import_response'
|
|
33
|
-
require 'pulpcore_client/models/
|
|
34
|
-
require 'pulpcore_client/models/
|
|
35
|
-
require 'pulpcore_client/models/
|
|
36
|
-
require 'pulpcore_client/models/
|
|
37
|
-
require 'pulpcore_client/models/
|
|
38
|
-
require 'pulpcore_client/models/
|
|
39
|
-
require 'pulpcore_client/models/
|
|
40
|
-
require 'pulpcore_client/models/
|
|
41
|
-
require 'pulpcore_client/models/
|
|
42
|
-
require 'pulpcore_client/models/
|
|
43
|
-
require 'pulpcore_client/models/
|
|
44
|
-
require 'pulpcore_client/models/
|
|
45
|
-
require 'pulpcore_client/models/
|
|
46
|
-
require 'pulpcore_client/models/
|
|
47
|
-
require 'pulpcore_client/models/
|
|
33
|
+
require 'pulpcore_client/models/paginated_access_policy_response_list'
|
|
34
|
+
require 'pulpcore_client/models/paginated_artifact_response_list'
|
|
35
|
+
require 'pulpcore_client/models/paginated_group_response_list'
|
|
36
|
+
require 'pulpcore_client/models/paginated_group_user_response_list'
|
|
37
|
+
require 'pulpcore_client/models/paginated_import_response_list'
|
|
38
|
+
require 'pulpcore_client/models/paginated_permission_response_list'
|
|
39
|
+
require 'pulpcore_client/models/paginated_pulp_export_response_list'
|
|
40
|
+
require 'pulpcore_client/models/paginated_pulp_exporter_response_list'
|
|
41
|
+
require 'pulpcore_client/models/paginated_pulp_importer_response_list'
|
|
42
|
+
require 'pulpcore_client/models/paginated_signing_service_response_list'
|
|
43
|
+
require 'pulpcore_client/models/paginated_task_group_response_list'
|
|
44
|
+
require 'pulpcore_client/models/paginated_task_response_list'
|
|
45
|
+
require 'pulpcore_client/models/paginated_upload_response_list'
|
|
46
|
+
require 'pulpcore_client/models/paginated_user_response_list'
|
|
47
|
+
require 'pulpcore_client/models/paginated_worker_response_list'
|
|
48
48
|
require 'pulpcore_client/models/patched_access_policy'
|
|
49
49
|
require 'pulpcore_client/models/patched_group'
|
|
50
50
|
require 'pulpcore_client/models/patched_pulp_exporter'
|
data/pulpcore_client.gemspec
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -41,7 +41,7 @@ describe 'AccessPoliciesApi' do
|
|
|
41
41
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
42
42
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
43
43
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
44
|
-
# @return [
|
|
44
|
+
# @return [PaginatedAccessPolicyResponseList]
|
|
45
45
|
describe 'list test' do
|
|
46
46
|
it 'should work' do
|
|
47
47
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -79,7 +79,7 @@ describe 'ArtifactsApi' do
|
|
|
79
79
|
# @option opts [String] :sha512 sha512
|
|
80
80
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
81
81
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
82
|
-
# @return [
|
|
82
|
+
# @return [PaginatedArtifactResponseList]
|
|
83
83
|
describe 'list test' do
|
|
84
84
|
it 'should work' do
|
|
85
85
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -67,7 +67,7 @@ describe 'ExportersCoreExportsApi' do
|
|
|
67
67
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
68
68
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
69
69
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
70
|
-
# @return [
|
|
70
|
+
# @return [PaginatedPulpExportResponseList]
|
|
71
71
|
describe 'list test' do
|
|
72
72
|
it 'should work' do
|
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -67,7 +67,7 @@ describe 'ExportersPulpApi' do
|
|
|
67
67
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
68
68
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
69
69
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
70
|
-
# @return [
|
|
70
|
+
# @return [PaginatedPulpExporterResponseList]
|
|
71
71
|
describe 'list test' do
|
|
72
72
|
it 'should work' do
|
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
data/spec/api/groups_api_spec.rb
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -65,7 +65,7 @@ describe 'GroupsApi' do
|
|
|
65
65
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
66
66
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
67
67
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
68
|
-
# @return [
|
|
68
|
+
# @return [PaginatedGroupResponseList]
|
|
69
69
|
describe 'list test' do
|
|
70
70
|
it 'should work' do
|
|
71
71
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -55,7 +55,7 @@ describe 'GroupsModelPermissionsApi' do
|
|
|
55
55
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
56
56
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
57
57
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
58
|
-
# @return [
|
|
58
|
+
# @return [PaginatedPermissionResponseList]
|
|
59
59
|
describe 'list test' do
|
|
60
60
|
it 'should work' do
|
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -67,7 +67,7 @@ describe 'GroupsObjectPermissionsApi' do
|
|
|
67
67
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
68
68
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
69
69
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
70
|
-
# @return [
|
|
70
|
+
# @return [PaginatedPermissionResponseList]
|
|
71
71
|
describe 'list test' do
|
|
72
72
|
it 'should work' do
|
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -67,7 +67,7 @@ describe 'GroupsUsersApi' do
|
|
|
67
67
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
68
68
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
69
69
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
70
|
-
# @return [
|
|
70
|
+
# @return [PaginatedGroupUserResponseList]
|
|
71
71
|
describe 'list test' do
|
|
72
72
|
it 'should work' do
|
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -67,7 +67,7 @@ describe 'ImportersCoreImportsApi' do
|
|
|
67
67
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
68
68
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
69
69
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
70
|
-
# @return [
|
|
70
|
+
# @return [PaginatedImportResponseList]
|
|
71
71
|
describe 'list test' do
|
|
72
72
|
it 'should work' do
|
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
Contact: pulp-list@redhat.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.3
|
|
9
|
+
OpenAPI Generator version: 4.2.3
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -67,7 +67,7 @@ describe 'ImportersPulpApi' do
|
|
|
67
67
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
|
68
68
|
# @option opts [String] :fields A list of fields to include in the response.
|
|
69
69
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
70
|
-
# @return [
|
|
70
|
+
# @return [PaginatedPulpImporterResponseList]
|
|
71
71
|
describe 'list test' do
|
|
72
72
|
it 'should work' do
|
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|