pulpcore_client 3.58.0 → 3.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +6 -5
- data/docs/AccessPoliciesApi.md +2 -2
- data/docs/ArtifactDistributionResponse.md +11 -11
- data/docs/ArtifactsApi.md +2 -2
- data/docs/ContentApi.md +2 -2
- data/docs/ContentguardsApi.md +2 -2
- data/docs/ContentguardsCompositeApi.md +2 -2
- data/docs/ContentguardsContentRedirectApi.md +2 -2
- data/docs/ContentguardsHeaderApi.md +2 -2
- data/docs/ContentguardsRbacApi.md +2 -2
- data/docs/DistributionsApi.md +2 -2
- data/docs/DistributionsArtifactsApi.md +2 -2
- data/docs/DomainsApi.md +2 -2
- data/docs/ExportersFilesystemApi.md +2 -2
- data/docs/ExportersPulpApi.md +2 -2
- data/docs/GroupsApi.md +2 -2
- data/docs/GroupsRolesApi.md +2 -2
- data/docs/ImportersPulpApi.md +2 -2
- data/docs/PublicationsApi.md +2 -2
- data/docs/RemotesApi.md +2 -2
- data/docs/RepositoriesApi.md +2 -2
- data/docs/RepositoryVersionsApi.md +2 -2
- data/docs/RolesApi.md +2 -2
- data/docs/SigningServicesApi.md +2 -2
- data/docs/TaskGroupsApi.md +56 -4
- data/docs/TaskSchedulesApi.md +2 -2
- data/docs/TasksApi.md +2 -2
- data/docs/UploadsApi.md +2 -2
- data/docs/UsersApi.md +2 -2
- data/docs/UsersRolesApi.md +2 -2
- data/docs/WorkersApi.md +2 -2
- data/lib/pulpcore_client/api/access_policies_api.rb +2 -2
- data/lib/pulpcore_client/api/artifacts_api.rb +2 -2
- data/lib/pulpcore_client/api/content_api.rb +2 -2
- data/lib/pulpcore_client/api/contentguards_api.rb +2 -2
- data/lib/pulpcore_client/api/contentguards_composite_api.rb +2 -2
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +2 -2
- data/lib/pulpcore_client/api/contentguards_header_api.rb +2 -2
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +2 -2
- data/lib/pulpcore_client/api/distributions_api.rb +2 -2
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +2 -2
- data/lib/pulpcore_client/api/domains_api.rb +2 -2
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +2 -2
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +2 -2
- data/lib/pulpcore_client/api/groups_api.rb +2 -2
- data/lib/pulpcore_client/api/groups_roles_api.rb +2 -2
- data/lib/pulpcore_client/api/importers_pulp_api.rb +2 -2
- data/lib/pulpcore_client/api/publications_api.rb +2 -2
- data/lib/pulpcore_client/api/remotes_api.rb +2 -2
- data/lib/pulpcore_client/api/repositories_api.rb +2 -2
- data/lib/pulpcore_client/api/repository_versions_api.rb +2 -2
- data/lib/pulpcore_client/api/roles_api.rb +2 -2
- data/lib/pulpcore_client/api/signing_services_api.rb +2 -2
- data/lib/pulpcore_client/api/task_groups_api.rb +70 -4
- data/lib/pulpcore_client/api/task_schedules_api.rb +2 -2
- data/lib/pulpcore_client/api/tasks_api.rb +2 -2
- data/lib/pulpcore_client/api/uploads_api.rb +2 -2
- data/lib/pulpcore_client/api/users_api.rb +2 -2
- data/lib/pulpcore_client/api/users_roles_api.rb +2 -2
- data/lib/pulpcore_client/api/workers_api.rb +2 -2
- data/lib/pulpcore_client/models/api_app_status_response.rb +1 -1
- data/lib/pulpcore_client/models/artifact.rb +1 -1
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +48 -48
- data/lib/pulpcore_client/models/artifact_response.rb +1 -1
- data/lib/pulpcore_client/models/composite_content_guard.rb +1 -1
- data/lib/pulpcore_client/models/composite_content_guard_response.rb +1 -1
- data/lib/pulpcore_client/models/content_app_status_response.rb +1 -1
- data/lib/pulpcore_client/models/content_guard_response.rb +1 -1
- data/lib/pulpcore_client/models/group_progress_report_response.rb +1 -1
- data/lib/pulpcore_client/models/minimal_task_response.rb +1 -1
- data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +1 -1
- data/lib/pulpcore_client/models/patched_composite_content_guard.rb +1 -1
- data/lib/pulpcore_client/models/patched_rbac_content_guard.rb +1 -1
- data/lib/pulpcore_client/models/patched_task_cancel.rb +0 -1
- data/lib/pulpcore_client/models/progress_report_response.rb +1 -1
- data/lib/pulpcore_client/models/publication_response.rb +1 -1
- data/lib/pulpcore_client/models/rbac_content_guard.rb +1 -1
- data/lib/pulpcore_client/models/rbac_content_guard_response.rb +1 -1
- data/lib/pulpcore_client/models/repository_response.rb +1 -1
- data/lib/pulpcore_client/models/repository_version_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/task_schedule_response.rb +1 -1
- data/lib/pulpcore_client/models/worker_response.rb +1 -1
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +1 -1
- data/spec/api/artifacts_api_spec.rb +1 -1
- data/spec/api/content_api_spec.rb +1 -1
- data/spec/api/contentguards_api_spec.rb +1 -1
- data/spec/api/contentguards_composite_api_spec.rb +1 -1
- data/spec/api/contentguards_content_redirect_api_spec.rb +1 -1
- data/spec/api/contentguards_header_api_spec.rb +1 -1
- data/spec/api/contentguards_rbac_api_spec.rb +1 -1
- data/spec/api/distributions_api_spec.rb +1 -1
- data/spec/api/distributions_artifacts_api_spec.rb +1 -1
- data/spec/api/domains_api_spec.rb +1 -1
- data/spec/api/exporters_filesystem_api_spec.rb +1 -1
- data/spec/api/exporters_pulp_api_spec.rb +1 -1
- data/spec/api/groups_api_spec.rb +1 -1
- data/spec/api/groups_roles_api_spec.rb +1 -1
- data/spec/api/importers_pulp_api_spec.rb +1 -1
- data/spec/api/publications_api_spec.rb +1 -1
- data/spec/api/remotes_api_spec.rb +1 -1
- data/spec/api/repositories_api_spec.rb +1 -1
- data/spec/api/repository_versions_api_spec.rb +1 -1
- data/spec/api/roles_api_spec.rb +1 -1
- data/spec/api/signing_services_api_spec.rb +1 -1
- data/spec/api/task_groups_api_spec.rb +13 -2
- data/spec/api/task_schedules_api_spec.rb +1 -1
- data/spec/api/tasks_api_spec.rb +1 -1
- data/spec/api/uploads_api_spec.rb +1 -1
- data/spec/api/users_api_spec.rb +1 -1
- data/spec/api/users_roles_api_spec.rb +1 -1
- data/spec/api/workers_api_spec.rb +1 -1
- data/spec/models/artifact_distribution_response_spec.rb +9 -9
- metadata +2 -2
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class ProgressReportResponse
|
|
18
18
|
# The message shown to the user for the progress report.
|
|
19
19
|
attr_accessor :message
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class PublicationResponse
|
|
18
18
|
attr_accessor :pulp_href
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class RBACContentGuard
|
|
18
18
|
# The unique name.
|
|
19
19
|
attr_accessor :name
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class RBACContentGuardResponse
|
|
18
18
|
attr_accessor :pulp_href
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class RepositoryResponse
|
|
18
18
|
attr_accessor :pulp_href
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class RepositoryVersionResponse
|
|
18
18
|
attr_accessor :pulp_href
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class TaskGroupResponse
|
|
18
18
|
attr_accessor :pulp_href
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class TaskResponse
|
|
18
18
|
attr_accessor :pulp_href
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class TaskScheduleResponse
|
|
18
18
|
attr_accessor :pulp_href
|
|
19
19
|
|
|
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.3.1
|
|
|
13
13
|
require 'date'
|
|
14
14
|
|
|
15
15
|
module PulpcoreClient
|
|
16
|
-
# Base serializer for use with
|
|
16
|
+
# Base serializer for use with [pulpcore.app.models.Model][] This ensures that all Serializers provide values for the 'pulp_href` field. The class provides a default for the ``ref_name`` attribute in the ModelSerializers's ``Meta`` class. This ensures that the OpenAPI definitions of plugins are namespaced properly.
|
|
17
17
|
class WorkerResponse
|
|
18
18
|
attr_accessor :pulp_href
|
|
19
19
|
|
|
@@ -42,7 +42,7 @@ describe 'AccessPoliciesApi' do
|
|
|
42
42
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `creation_hooks` - Creation hooks * `-creation_hooks` - Creation hooks (descending) * `statements` - Statements * `-statements` - Statements (descending) * `viewset_name` - Viewset name * `-viewset_name` - Viewset name (descending) * `customized` - Customized * `-customized` - Customized (descending) * `queryset_scoping` - Queryset scoping * `-queryset_scoping` - Queryset scoping (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
43
43
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
44
44
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
45
|
-
# @option opts [String] :q
|
|
45
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
46
46
|
# @option opts [String] :viewset_name Filter results where viewset_name matches value
|
|
47
47
|
# @option opts [String] :viewset_name__contains Filter results where viewset_name contains value
|
|
48
48
|
# @option opts [String] :viewset_name__icontains Filter results where viewset_name contains value
|
|
@@ -74,7 +74,7 @@ describe 'ArtifactsApi' do
|
|
|
74
74
|
# @option opts [Float] :orphaned_for Minutes Artifacts have been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
75
75
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
76
76
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
77
|
-
# @option opts [String] :q
|
|
77
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
78
78
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
79
79
|
# @option opts [String] :sha1 Filter results where sha1 matches value
|
|
80
80
|
# @option opts [String] :sha224 Filter results where sha224 matches value
|
|
@@ -44,7 +44,7 @@ describe 'ContentApi' do
|
|
|
44
44
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
45
45
|
# @option opts [String] :pulp_type Pulp type * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
|
46
46
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `file.file` - file.file
|
|
47
|
-
# @option opts [String] :q
|
|
47
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
48
48
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
49
49
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
50
50
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
@@ -52,7 +52,7 @@ describe 'ContentguardsApi' do
|
|
|
52
52
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
53
53
|
# @option opts [String] :pulp_type Pulp type * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect * `core.header` - core.header * `core.composite` - core.composite * `certguard.rhsm` - certguard.rhsm * `certguard.x509` - certguard.x509
|
|
54
54
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect * `core.header` - core.header * `core.composite` - core.composite * `certguard.rhsm` - certguard.rhsm * `certguard.x509` - certguard.x509
|
|
55
|
-
# @option opts [String] :q
|
|
55
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
56
56
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
57
57
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
58
58
|
# @return [PaginatedContentGuardResponseList]
|
|
@@ -87,7 +87,7 @@ describe 'ContentguardsCompositeApi' do
|
|
|
87
87
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
88
88
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
89
89
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
90
|
-
# @option opts [String] :q
|
|
90
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
91
91
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
92
92
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
93
93
|
# @return [PaginatedCompositeContentGuardResponseList]
|
|
@@ -87,7 +87,7 @@ describe 'ContentguardsContentRedirectApi' do
|
|
|
87
87
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
88
88
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
89
89
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
90
|
-
# @option opts [String] :q
|
|
90
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
91
91
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
92
92
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
93
93
|
# @return [PaginatedContentRedirectContentGuardResponseList]
|
|
@@ -87,7 +87,7 @@ describe 'ContentguardsHeaderApi' do
|
|
|
87
87
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
88
88
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
89
89
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
90
|
-
# @option opts [String] :q
|
|
90
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
91
91
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
92
92
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
93
93
|
# @return [PaginatedHeaderContentGuardResponseList]
|
|
@@ -87,7 +87,7 @@ describe 'ContentguardsRbacApi' do
|
|
|
87
87
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
88
88
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
89
89
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
90
|
-
# @option opts [String] :q
|
|
90
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
91
91
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
92
92
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
93
93
|
# @return [PaginatedRBACContentGuardResponseList]
|
|
@@ -57,7 +57,7 @@ describe 'DistributionsApi' do
|
|
|
57
57
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
58
58
|
# @option opts [String] :pulp_type Pulp type * `core.artifact` - core.artifact * `file.file` - file.file
|
|
59
59
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `core.artifact` - core.artifact * `file.file` - file.file
|
|
60
|
-
# @option opts [String] :q
|
|
60
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
61
61
|
# @option opts [String] :repository Filter results where repository matches value
|
|
62
62
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
63
63
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
@@ -55,7 +55,7 @@ describe 'DistributionsArtifactsApi' do
|
|
|
55
55
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
56
56
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
57
57
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
58
|
-
# @option opts [String] :q
|
|
58
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
59
59
|
# @option opts [String] :repository Filter results where repository matches value
|
|
60
60
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
|
61
61
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
@@ -74,7 +74,7 @@ describe 'DomainsApi' do
|
|
|
74
74
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `storage_class` - Storage class * `-storage_class` - Storage class (descending) * `storage_settings` - Storage settings * `-storage_settings` - Storage settings (descending) * `redirect_to_object_storage` - Redirect to object storage * `-redirect_to_object_storage` - Redirect to object storage (descending) * `hide_guarded_distributions` - Hide guarded distributions * `-hide_guarded_distributions` - Hide guarded distributions (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
75
75
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
76
76
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
77
|
-
# @option opts [String] :q
|
|
77
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
78
78
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
79
79
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
80
80
|
# @return [PaginatedDomainResponseList]
|
|
@@ -74,7 +74,7 @@ describe 'ExportersFilesystemApi' do
|
|
|
74
74
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `path` - Path * `-path` - Path (descending) * `method` - Method * `-method` - Method (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
75
75
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
76
76
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
77
|
-
# @option opts [String] :q
|
|
77
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
78
78
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
79
79
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
80
80
|
# @return [PaginatedFilesystemExporterResponseList]
|
|
@@ -74,7 +74,7 @@ describe 'ExportersPulpApi' do
|
|
|
74
74
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `path` - Path * `-path` - Path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
75
75
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
76
76
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
77
|
-
# @option opts [String] :q
|
|
77
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
78
78
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
79
79
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
80
80
|
# @return [PaginatedPulpExporterResponseList]
|
data/spec/api/groups_api_spec.rb
CHANGED
|
@@ -85,7 +85,7 @@ describe 'GroupsApi' do
|
|
|
85
85
|
# @option opts [Array<String>] :ordering Ordering * `id` - Id * `-id` - Id (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
86
86
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
87
87
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
88
|
-
# @option opts [String] :q
|
|
88
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
89
89
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
90
90
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
91
91
|
# @return [PaginatedGroupResponseList]
|
|
@@ -69,7 +69,7 @@ describe 'GroupsRolesApi' do
|
|
|
69
69
|
# @option opts [Array<String>] :ordering Ordering * `role` - Role * `-role` - Role (descending) * `description` - Description * `-description` - Description (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
70
70
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
71
71
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
72
|
-
# @option opts [String] :q
|
|
72
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
73
73
|
# @option opts [String] :role
|
|
74
74
|
# @option opts [String] :role__contains
|
|
75
75
|
# @option opts [String] :role__icontains
|
|
@@ -74,7 +74,7 @@ describe 'ImportersPulpApi' do
|
|
|
74
74
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
75
75
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
76
76
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
77
|
-
# @option opts [String] :q
|
|
77
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
78
78
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
79
79
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
80
80
|
# @return [PaginatedPulpImporterResponseList]
|
|
@@ -51,7 +51,7 @@ describe 'PublicationsApi' do
|
|
|
51
51
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
52
52
|
# @option opts [String] :pulp_type Pulp type * `file.file` - file.file
|
|
53
53
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `file.file` - file.file
|
|
54
|
-
# @option opts [String] :q
|
|
54
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
55
55
|
# @option opts [String] :repository Repository referenced by HREF
|
|
56
56
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
57
57
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -59,7 +59,7 @@ describe 'RemotesApi' do
|
|
|
59
59
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
|
60
60
|
# @option opts [String] :pulp_type Pulp type * `file.file` - file.file
|
|
61
61
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `file.file` - file.file
|
|
62
|
-
# @option opts [String] :q
|
|
62
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
63
63
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
64
64
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
65
65
|
# @return [PaginatedRemoteResponseList]
|
|
@@ -54,7 +54,7 @@ describe 'RepositoriesApi' do
|
|
|
54
54
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
55
55
|
# @option opts [String] :pulp_type Pulp type * `file.file` - file.file
|
|
56
56
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `file.file` - file.file
|
|
57
|
-
# @option opts [String] :q
|
|
57
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
58
58
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
|
59
59
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
60
60
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
@@ -54,7 +54,7 @@ describe 'RepositoryVersionsApi' do
|
|
|
54
54
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
55
55
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
56
56
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
57
|
-
# @option opts [String] :q
|
|
57
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
58
58
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
59
59
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
60
60
|
# @return [PaginatedRepositoryVersionResponseList]
|
data/spec/api/roles_api_spec.rb
CHANGED
|
@@ -81,7 +81,7 @@ describe 'RolesApi' do
|
|
|
81
81
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `locked` - Locked * `-locked` - Locked (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
82
82
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
83
83
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
84
|
-
# @option opts [String] :q
|
|
84
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
85
85
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
86
86
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
87
87
|
# @return [PaginatedRoleResponseList]
|
|
@@ -42,7 +42,7 @@ describe 'SigningServicesApi' do
|
|
|
42
42
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `public_key` - Public key * `-public_key` - Public key (descending) * `pubkey_fingerprint` - Pubkey fingerprint * `-pubkey_fingerprint` - Pubkey fingerprint (descending) * `script` - Script * `-script` - Script (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
43
43
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
44
44
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
45
|
-
# @option opts [String] :q
|
|
45
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
46
46
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
47
47
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
48
48
|
# @return [PaginatedSigningServiceResponseList]
|
|
@@ -34,7 +34,6 @@ describe 'TaskGroupsApi' do
|
|
|
34
34
|
|
|
35
35
|
# unit tests for list
|
|
36
36
|
# List task groups
|
|
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
37
|
# @param [Hash] opts the optional parameters
|
|
39
38
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
40
39
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
@@ -49,7 +48,6 @@ describe 'TaskGroupsApi' do
|
|
|
49
48
|
|
|
50
49
|
# unit tests for read
|
|
51
50
|
# Inspect a task group
|
|
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
51
|
# @param task_group_href
|
|
54
52
|
# @param [Hash] opts the optional parameters
|
|
55
53
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -61,4 +59,17 @@ describe 'TaskGroupsApi' do
|
|
|
61
59
|
end
|
|
62
60
|
end
|
|
63
61
|
|
|
62
|
+
# unit tests for task_groups_cancel
|
|
63
|
+
# Cancel a task group
|
|
64
|
+
# This operation cancels a task group.
|
|
65
|
+
# @param task_group_href
|
|
66
|
+
# @param patched_task_cancel
|
|
67
|
+
# @param [Hash] opts the optional parameters
|
|
68
|
+
# @return [TaskGroupResponse]
|
|
69
|
+
describe 'task_groups_cancel test' do
|
|
70
|
+
it 'should work' do
|
|
71
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
72
|
+
end
|
|
73
|
+
end
|
|
74
|
+
|
|
64
75
|
end
|
|
@@ -56,7 +56,7 @@ describe 'TaskSchedulesApi' do
|
|
|
56
56
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `next_dispatch` - Next dispatch * `-next_dispatch` - Next dispatch (descending) * `dispatch_interval` - Dispatch interval * `-dispatch_interval` - Dispatch interval (descending) * `task_name` - Task name * `-task_name` - Task name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
57
57
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
58
58
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
59
|
-
# @option opts [String] :q
|
|
59
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
60
60
|
# @option opts [String] :task_name Filter results where task_name matches value
|
|
61
61
|
# @option opts [String] :task_name__contains Filter results where task_name contains value
|
|
62
62
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
data/spec/api/tasks_api_spec.rb
CHANGED
|
@@ -83,7 +83,7 @@ describe 'TasksApi' do
|
|
|
83
83
|
# @option opts [String] :parent_task Filter results where parent_task matches value
|
|
84
84
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
85
85
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
86
|
-
# @option opts [String] :q
|
|
86
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
87
87
|
# @option opts [String] :reserved_resources
|
|
88
88
|
# @option opts [Array<String>] :reserved_resources__in Multiple values may be separated by commas.
|
|
89
89
|
# @option opts [String] :shared_resources
|
|
@@ -91,7 +91,7 @@ describe 'UploadsApi' do
|
|
|
91
91
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
92
92
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
93
93
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
94
|
-
# @option opts [String] :q
|
|
94
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
95
95
|
# @option opts [Integer] :size Filter results where size matches value
|
|
96
96
|
# @option opts [Integer] :size__gt Filter results where size is greater than value
|
|
97
97
|
# @option opts [Integer] :size__lt Filter results where size is less than value
|
data/spec/api/users_api_spec.rb
CHANGED
|
@@ -82,7 +82,7 @@ describe 'UsersApi' do
|
|
|
82
82
|
# @option opts [Array<String>] :ordering Ordering * `id` - Id * `-id` - Id (descending) * `password` - Password * `-password` - Password (descending) * `last_login` - Last login * `-last_login` - Last login (descending) * `is_superuser` - Is superuser * `-is_superuser` - Is superuser (descending) * `username` - Username * `-username` - Username (descending) * `first_name` - First name * `-first_name` - First name (descending) * `last_name` - Last name * `-last_name` - Last name (descending) * `email` - Email * `-email` - Email (descending) * `is_staff` - Is staff * `-is_staff` - Is staff (descending) * `is_active` - Is active * `-is_active` - Is active (descending) * `date_joined` - Date joined * `-date_joined` - Date joined (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
83
83
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
84
84
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
85
|
-
# @option opts [String] :q
|
|
85
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
86
86
|
# @option opts [String] :username Filter results where username matches value
|
|
87
87
|
# @option opts [String] :username__contains Filter results where username contains value
|
|
88
88
|
# @option opts [String] :username__icontains Filter results where username contains value
|
|
@@ -69,7 +69,7 @@ describe 'UsersRolesApi' do
|
|
|
69
69
|
# @option opts [Array<String>] :ordering Ordering * `role` - Role * `-role` - Role (descending) * `description` - Description * `-description` - Description (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
70
70
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
71
71
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
72
|
-
# @option opts [String] :q
|
|
72
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
73
73
|
# @option opts [String] :role
|
|
74
74
|
# @option opts [String] :role__contains
|
|
75
75
|
# @option opts [String] :role__icontains
|
|
@@ -58,7 +58,7 @@ describe 'WorkersApi' do
|
|
|
58
58
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `last_heartbeat` - Last heartbeat * `-last_heartbeat` - Last heartbeat (descending) * `versions` - Versions * `-versions` - Versions (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
59
59
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
60
60
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
61
|
-
# @option opts [String] :q
|
|
61
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
62
62
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
63
63
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
64
64
|
# @return [PaginatedWorkerResponseList]
|
|
@@ -32,31 +32,31 @@ describe 'ArtifactDistributionResponse' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpcoreClient::ArtifactDistributionResponse)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "pulp_labels"' do
|
|
36
36
|
it 'should work' do
|
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "pulp_href"' 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
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "base_path"' do
|
|
48
48
|
it 'should work' do
|
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "base_url"' 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
|
-
describe 'test attribute "
|
|
59
|
+
describe 'test attribute "pulp_created"' do
|
|
60
60
|
it 'should work' do
|
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
62
|
end
|
|
@@ -68,25 +68,25 @@ describe 'ArtifactDistributionResponse' do
|
|
|
68
68
|
end
|
|
69
69
|
end
|
|
70
70
|
|
|
71
|
-
describe 'test attribute "
|
|
71
|
+
describe 'test attribute "content_guard"' do
|
|
72
72
|
it 'should work' do
|
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
74
74
|
end
|
|
75
75
|
end
|
|
76
76
|
|
|
77
|
-
describe 'test attribute "
|
|
77
|
+
describe 'test attribute "pulp_last_updated"' do
|
|
78
78
|
it 'should work' do
|
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
80
|
end
|
|
81
81
|
end
|
|
82
82
|
|
|
83
|
-
describe 'test attribute "
|
|
83
|
+
describe 'test attribute "name"' do
|
|
84
84
|
it 'should work' do
|
|
85
85
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
86
86
|
end
|
|
87
87
|
end
|
|
88
88
|
|
|
89
|
-
describe 'test attribute "
|
|
89
|
+
describe 'test attribute "no_content_change_since"' do
|
|
90
90
|
it 'should work' do
|
|
91
91
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
92
92
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulpcore_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.59.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-08-
|
|
11
|
+
date: 2024-08-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|