pulpcore_client 3.103.3 → 3.104.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 +4 -4
- data/docs/ArtifactDistributionResponse.md +14 -14
- data/docs/ArtifactsApi.md +2 -2
- data/docs/ContentApi.md +6 -6
- data/docs/ContentOpenpgpPublickeyApi.md +6 -6
- data/docs/ContentOpenpgpPublicsubkeyApi.md +6 -6
- data/docs/ContentOpenpgpSignatureApi.md +6 -6
- data/docs/ContentOpenpgpUserattributeApi.md +6 -6
- data/docs/ContentOpenpgpUseridApi.md +6 -6
- data/docs/DistributionsApi.md +4 -4
- data/docs/DistributionsArtifactsApi.md +4 -4
- data/docs/DistributionsOpenpgpApi.md +2 -2
- data/docs/GroupsRolesApi.md +2 -2
- data/docs/PublicationsApi.md +2 -2
- data/docs/Purge.md +1 -1
- data/docs/RepositoriesApi.md +2 -2
- data/docs/RepositoriesOpenpgpKeyringApi.md +2 -2
- data/docs/TasksApi.md +6 -6
- data/docs/UsersRolesApi.md +2 -2
- data/docs/VulnReportApi.md +2 -2
- data/lib/pulpcore_client/api/artifacts_api.rb +2 -2
- data/lib/pulpcore_client/api/content_api.rb +6 -6
- data/lib/pulpcore_client/api/content_openpgp_publickey_api.rb +6 -6
- data/lib/pulpcore_client/api/content_openpgp_publicsubkey_api.rb +6 -6
- data/lib/pulpcore_client/api/content_openpgp_signature_api.rb +6 -6
- data/lib/pulpcore_client/api/content_openpgp_userattribute_api.rb +6 -6
- data/lib/pulpcore_client/api/content_openpgp_userid_api.rb +6 -6
- data/lib/pulpcore_client/api/distributions_api.rb +4 -4
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +4 -4
- data/lib/pulpcore_client/api/distributions_openpgp_api.rb +2 -2
- data/lib/pulpcore_client/api/groups_roles_api.rb +2 -2
- data/lib/pulpcore_client/api/publications_api.rb +2 -2
- data/lib/pulpcore_client/api/repositories_api.rb +2 -2
- data/lib/pulpcore_client/api/repositories_openpgp_keyring_api.rb +2 -2
- data/lib/pulpcore_client/api/tasks_api.rb +6 -6
- data/lib/pulpcore_client/api/users_roles_api.rb +2 -2
- data/lib/pulpcore_client/api/vuln_report_api.rb +2 -2
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +68 -68
- data/lib/pulpcore_client/models/purge.rb +1 -1
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/artifacts_api_spec.rb +1 -1
- data/spec/api/content_api_spec.rb +3 -3
- data/spec/api/content_openpgp_publickey_api_spec.rb +3 -3
- data/spec/api/content_openpgp_publicsubkey_api_spec.rb +3 -3
- data/spec/api/content_openpgp_signature_api_spec.rb +3 -3
- data/spec/api/content_openpgp_userattribute_api_spec.rb +3 -3
- data/spec/api/content_openpgp_userid_api_spec.rb +3 -3
- data/spec/api/distributions_api_spec.rb +2 -2
- data/spec/api/distributions_artifacts_api_spec.rb +2 -2
- data/spec/api/distributions_openpgp_api_spec.rb +1 -1
- data/spec/api/groups_roles_api_spec.rb +1 -1
- data/spec/api/publications_api_spec.rb +1 -1
- data/spec/api/repositories_api_spec.rb +1 -1
- data/spec/api/repositories_openpgp_keyring_api_spec.rb +1 -1
- data/spec/api/tasks_api_spec.rb +3 -3
- data/spec/api/users_roles_api_spec.rb +1 -1
- data/spec/api/vuln_report_api_spec.rb +1 -1
- data/spec/models/artifact_distribution_response_spec.rb +11 -11
- metadata +2 -2
|
@@ -79,7 +79,7 @@ describe 'ArtifactsApi' do
|
|
|
79
79
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
80
80
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
81
81
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
82
|
-
# @option opts [String] :repository_version
|
|
82
|
+
# @option opts [String] :repository_version
|
|
83
83
|
# @option opts [String] :sha1 Filter results where sha1 matches value
|
|
84
84
|
# @option opts [String] :sha224 Filter results where sha224 matches value
|
|
85
85
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
@@ -48,9 +48,9 @@ describe 'ContentApi' do
|
|
|
48
48
|
# @option opts [String] :pulp_type Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `file.file` - file.file
|
|
49
49
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `file.file` - file.file
|
|
50
50
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
51
|
-
# @option opts [String] :repository_version
|
|
52
|
-
# @option opts [String] :repository_version_added
|
|
53
|
-
# @option opts [String] :repository_version_removed
|
|
51
|
+
# @option opts [String] :repository_version
|
|
52
|
+
# @option opts [String] :repository_version_added
|
|
53
|
+
# @option opts [String] :repository_version_removed
|
|
54
54
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
55
55
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
56
56
|
# @return [PaginatedMultipleArtifactContentResponseList]
|
|
@@ -65,9 +65,9 @@ describe 'ContentOpenpgpPublickeyApi' do
|
|
|
65
65
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
66
66
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
67
67
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
68
|
-
# @option opts [String] :repository_version
|
|
69
|
-
# @option opts [String] :repository_version_added
|
|
70
|
-
# @option opts [String] :repository_version_removed
|
|
68
|
+
# @option opts [String] :repository_version
|
|
69
|
+
# @option opts [String] :repository_version_added
|
|
70
|
+
# @option opts [String] :repository_version_removed
|
|
71
71
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
72
72
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
73
73
|
# @return [PaginatedOpenPGPPublicKeyResponseList]
|
|
@@ -47,9 +47,9 @@ describe 'ContentOpenpgpPublicsubkeyApi' do
|
|
|
47
47
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
48
48
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
49
49
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
50
|
-
# @option opts [String] :repository_version
|
|
51
|
-
# @option opts [String] :repository_version_added
|
|
52
|
-
# @option opts [String] :repository_version_removed
|
|
50
|
+
# @option opts [String] :repository_version
|
|
51
|
+
# @option opts [String] :repository_version_added
|
|
52
|
+
# @option opts [String] :repository_version_removed
|
|
53
53
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
54
54
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
55
55
|
# @return [PaginatedOpenPGPPublicSubkeyResponseList]
|
|
@@ -47,9 +47,9 @@ describe 'ContentOpenpgpSignatureApi' do
|
|
|
47
47
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
48
48
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
49
49
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
50
|
-
# @option opts [String] :repository_version
|
|
51
|
-
# @option opts [String] :repository_version_added
|
|
52
|
-
# @option opts [String] :repository_version_removed
|
|
50
|
+
# @option opts [String] :repository_version
|
|
51
|
+
# @option opts [String] :repository_version_added
|
|
52
|
+
# @option opts [String] :repository_version_removed
|
|
53
53
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
54
54
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
55
55
|
# @return [PaginatedOpenPGPSignatureResponseList]
|
|
@@ -46,9 +46,9 @@ describe 'ContentOpenpgpUserattributeApi' do
|
|
|
46
46
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
47
47
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
48
48
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
49
|
-
# @option opts [String] :repository_version
|
|
50
|
-
# @option opts [String] :repository_version_added
|
|
51
|
-
# @option opts [String] :repository_version_removed
|
|
49
|
+
# @option opts [String] :repository_version
|
|
50
|
+
# @option opts [String] :repository_version_added
|
|
51
|
+
# @option opts [String] :repository_version_removed
|
|
52
52
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
53
53
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
54
54
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -46,9 +46,9 @@ describe 'ContentOpenpgpUseridApi' do
|
|
|
46
46
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
47
47
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
48
48
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
49
|
-
# @option opts [String] :repository_version
|
|
50
|
-
# @option opts [String] :repository_version_added
|
|
51
|
-
# @option opts [String] :repository_version_removed
|
|
49
|
+
# @option opts [String] :repository_version
|
|
50
|
+
# @option opts [String] :repository_version_added
|
|
51
|
+
# @option opts [String] :repository_version_removed
|
|
52
52
|
# @option opts [String] :user_id Filter results where user_id matches value
|
|
53
53
|
# @option opts [String] :user_id__contains Filter results where user_id contains value
|
|
54
54
|
# @option opts [String] :user_id__icontains Filter results where user_id contains value
|
|
@@ -61,8 +61,8 @@ describe 'DistributionsApi' do
|
|
|
61
61
|
# @option opts [String] :pulp_type Pulp type * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `file.file` - file.file
|
|
62
62
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `core.artifact` - core.artifact * `core.openpgp` - core.openpgp * `file.file` - file.file
|
|
63
63
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
64
|
-
# @option opts [String] :repository
|
|
65
|
-
# @option opts [Array<String>] :repository__in
|
|
64
|
+
# @option opts [String] :repository
|
|
65
|
+
# @option opts [Array<String>] :repository__in
|
|
66
66
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
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.
|
|
@@ -59,8 +59,8 @@ describe 'DistributionsArtifactsApi' do
|
|
|
59
59
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
60
60
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
61
61
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
62
|
-
# @option opts [String] :repository
|
|
63
|
-
# @option opts [Array<String>] :repository__in
|
|
62
|
+
# @option opts [String] :repository
|
|
63
|
+
# @option opts [Array<String>] :repository__in
|
|
64
64
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
65
65
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
66
66
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -71,7 +71,7 @@ describe 'DistributionsOpenpgpApi' do
|
|
|
71
71
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
72
72
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
73
73
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
74
|
-
# @option opts [String] :repository_version
|
|
74
|
+
# @option opts [String] :repository_version
|
|
75
75
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
76
76
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
77
77
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
@@ -66,7 +66,7 @@ describe 'GroupsRolesApi' do
|
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
67
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
68
68
|
# @option opts [String] :content_object content_object
|
|
69
|
-
# @option opts [String] :domain
|
|
69
|
+
# @option opts [String] :domain
|
|
70
70
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
71
71
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
72
72
|
# @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)
|
|
@@ -57,7 +57,7 @@ describe 'PublicationsApi' do
|
|
|
57
57
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `file.file` - file.file
|
|
58
58
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
59
59
|
# @option opts [String] :repository Repository referenced by HREF/PRN
|
|
60
|
-
# @option opts [String] :repository_version
|
|
60
|
+
# @option opts [String] :repository_version
|
|
61
61
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
62
62
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
63
63
|
# @return [PaginatedPublicationResponseList]
|
|
@@ -57,7 +57,7 @@ describe 'RepositoriesApi' do
|
|
|
57
57
|
# @option opts [String] :pulp_type Pulp type * `core.openpgp` - core.openpgp * `file.file` - file.file
|
|
58
58
|
# @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * `core.openpgp` - core.openpgp * `file.file` - file.file
|
|
59
59
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
60
|
-
# @option opts [String] :remote
|
|
60
|
+
# @option opts [String] :remote
|
|
61
61
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
62
62
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
63
63
|
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
|
@@ -95,7 +95,7 @@ describe 'RepositoriesOpenpgpKeyringApi' do
|
|
|
95
95
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
96
96
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
97
97
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
98
|
-
# @option opts [String] :remote
|
|
98
|
+
# @option opts [String] :remote
|
|
99
99
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
100
100
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
101
101
|
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
data/spec/api/tasks_api_spec.rb
CHANGED
|
@@ -64,7 +64,7 @@ describe 'TasksApi' do
|
|
|
64
64
|
# 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.
|
|
65
65
|
# @param [Hash] opts the optional parameters
|
|
66
66
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
67
|
-
# @option opts [String] :child_tasks
|
|
67
|
+
# @option opts [String] :child_tasks
|
|
68
68
|
# @option opts [String] :created_resources
|
|
69
69
|
# @option opts [String] :exclusive_resources
|
|
70
70
|
# @option opts [Array<String>] :exclusive_resources__in Multiple values may be separated by commas.
|
|
@@ -84,7 +84,7 @@ describe 'TasksApi' do
|
|
|
84
84
|
# @option opts [String] :name__ne Filter results where name not equal to value
|
|
85
85
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
86
86
|
# @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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
87
|
-
# @option opts [String] :parent_task
|
|
87
|
+
# @option opts [String] :parent_task
|
|
88
88
|
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
|
89
89
|
# @option opts [Time] :pulp_created Filter results where pulp_created matches value
|
|
90
90
|
# @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
|
|
@@ -110,7 +110,7 @@ describe 'TasksApi' do
|
|
|
110
110
|
# @option opts [String] :state Filter results where state matches value * `waiting` - Waiting * `skipped` - Skipped * `running` - Running * `completed` - Completed * `failed` - Failed * `canceled` - Canceled * `canceling` - Canceling
|
|
111
111
|
# @option opts [Array<String>] :state__in Filter results where state is in a comma-separated list of values
|
|
112
112
|
# @option opts [String] :state__ne Filter results where state not equal to value
|
|
113
|
-
# @option opts [String] :task_group
|
|
113
|
+
# @option opts [String] :task_group
|
|
114
114
|
# @option opts [Time] :unblocked_at Filter results where unblocked_at matches value
|
|
115
115
|
# @option opts [Time] :unblocked_at__gt Filter results where unblocked_at is greater than value
|
|
116
116
|
# @option opts [Time] :unblocked_at__gte Filter results where unblocked_at is greater than or equal to value
|
|
@@ -66,7 +66,7 @@ describe 'UsersRolesApi' do
|
|
|
66
66
|
# @param [Hash] opts the optional parameters
|
|
67
67
|
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
68
68
|
# @option opts [String] :content_object content_object
|
|
69
|
-
# @option opts [String] :domain
|
|
69
|
+
# @option opts [String] :domain
|
|
70
70
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
71
71
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
72
72
|
# @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)
|
|
@@ -57,7 +57,7 @@ describe 'VulnReportApi' do
|
|
|
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
59
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
|
60
|
-
# @option opts [String] :repo_versions
|
|
60
|
+
# @option opts [String] :repo_versions
|
|
61
61
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
62
62
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
63
63
|
# @return [PaginatedVulnerabilityReportResponseList]
|
|
@@ -27,67 +27,67 @@ describe PulpcoreClient::ArtifactDistributionResponse do
|
|
|
27
27
|
end
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test attribute "
|
|
30
|
+
describe 'test attribute "pulp_href"' do
|
|
31
31
|
it 'should work' do
|
|
32
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
|
|
36
|
-
describe 'test attribute "
|
|
36
|
+
describe 'test attribute "base_url"' do
|
|
37
37
|
it 'should work' do
|
|
38
38
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
39
39
|
end
|
|
40
40
|
end
|
|
41
41
|
|
|
42
|
-
describe 'test attribute "
|
|
42
|
+
describe 'test attribute "no_content_change_since"' do
|
|
43
43
|
it 'should work' do
|
|
44
44
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
45
45
|
end
|
|
46
46
|
end
|
|
47
47
|
|
|
48
|
-
describe 'test attribute "
|
|
48
|
+
describe 'test attribute "pulp_labels"' do
|
|
49
49
|
it 'should work' do
|
|
50
50
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
51
|
end
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
-
describe 'test attribute "
|
|
54
|
+
describe 'test attribute "base_path"' do
|
|
55
55
|
it 'should work' do
|
|
56
56
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
57
57
|
end
|
|
58
58
|
end
|
|
59
59
|
|
|
60
|
-
describe 'test attribute "
|
|
60
|
+
describe 'test attribute "pulp_last_updated"' do
|
|
61
61
|
it 'should work' do
|
|
62
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
63
63
|
end
|
|
64
64
|
end
|
|
65
65
|
|
|
66
|
-
describe 'test attribute "
|
|
66
|
+
describe 'test attribute "pulp_created"' do
|
|
67
67
|
it 'should work' do
|
|
68
68
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
69
69
|
end
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
-
describe 'test attribute "
|
|
72
|
+
describe 'test attribute "name"' do
|
|
73
73
|
it 'should work' do
|
|
74
74
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
75
75
|
end
|
|
76
76
|
end
|
|
77
77
|
|
|
78
|
-
describe 'test attribute "
|
|
78
|
+
describe 'test attribute "prn"' do
|
|
79
79
|
it 'should work' do
|
|
80
80
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
81
81
|
end
|
|
82
82
|
end
|
|
83
83
|
|
|
84
|
-
describe 'test attribute "
|
|
84
|
+
describe 'test attribute "content_guard"' do
|
|
85
85
|
it 'should work' do
|
|
86
86
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
87
87
|
end
|
|
88
88
|
end
|
|
89
89
|
|
|
90
|
-
describe 'test attribute "
|
|
90
|
+
describe 'test attribute "hidden"' do
|
|
91
91
|
it 'should work' do
|
|
92
92
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
93
93
|
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.104.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: 2026-02-
|
|
11
|
+
date: 2026-02-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|