pulpcore_client 3.21.32 → 3.22.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (147) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +147 -143
  3. data/docs/AccessPoliciesApi.md +28 -28
  4. data/docs/ArtifactDistributionResponse.md +29 -0
  5. data/docs/ArtifactsApi.md +21 -21
  6. data/docs/ContentApi.md +6 -6
  7. data/docs/ContentSettingsResponse.md +19 -0
  8. data/docs/ContentguardsApi.md +8 -8
  9. data/docs/ContentguardsContentRedirectApi.md +53 -53
  10. data/docs/ContentguardsRbacApi.md +53 -53
  11. data/docs/DistributionResponse.md +1 -1
  12. data/docs/DistributionsApi.md +11 -11
  13. data/docs/DistributionsArtifactsApi.md +154 -0
  14. data/docs/ExportersFilesystemApi.md +33 -33
  15. data/docs/ExportersFilesystemExportsApi.md +21 -21
  16. data/docs/ExportersPulpApi.md +33 -33
  17. data/docs/ExportersPulpExportsApi.md +21 -21
  18. data/docs/FilesystemExport.md +1 -3
  19. data/docs/GroupsApi.md +51 -51
  20. data/docs/GroupsRolesApi.md +21 -21
  21. data/docs/GroupsUsersApi.md +16 -16
  22. data/docs/ImportersPulpApi.md +33 -33
  23. data/docs/ImportersPulpImportCheckApi.md +1 -1
  24. data/docs/ImportersPulpImportsApi.md +21 -21
  25. data/docs/OrphansApi.md +6 -6
  26. data/docs/OrphansCleanupApi.md +6 -6
  27. data/docs/PaginatedArtifactDistributionResponseList.md +23 -0
  28. data/docs/PublicationsApi.md +8 -8
  29. data/docs/RemoteResponse.md +4 -2
  30. data/docs/RemoteResponseHiddenFields.md +19 -0
  31. data/docs/RemotesApi.md +10 -10
  32. data/docs/RepairApi.md +6 -6
  33. data/docs/RepositoriesApi.md +9 -9
  34. data/docs/RepositoriesReclaimSpaceApi.md +6 -6
  35. data/docs/RepositoryResponse.md +1 -1
  36. data/docs/RepositoryVersionsApi.md +10 -10
  37. data/docs/RolesApi.md +31 -31
  38. data/docs/SigningServicesApi.md +15 -13
  39. data/docs/StatusApi.md +1 -1
  40. data/docs/StatusResponse.md +3 -1
  41. data/docs/TaskGroupsApi.md +11 -13
  42. data/docs/TaskSchedulesApi.md +35 -35
  43. data/docs/TasksApi.md +128 -114
  44. data/docs/UploadsApi.md +61 -51
  45. data/docs/UserResponse.md +3 -1
  46. data/docs/UsersApi.md +31 -31
  47. data/docs/UsersRolesApi.md +21 -21
  48. data/docs/WorkersApi.md +15 -15
  49. data/lib/pulpcore_client/api/access_policies_api.rb +34 -34
  50. data/lib/pulpcore_client/api/artifacts_api.rb +30 -30
  51. data/lib/pulpcore_client/api/content_api.rb +5 -5
  52. data/lib/pulpcore_client/api/contentguards_api.rb +8 -8
  53. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +66 -66
  54. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +66 -66
  55. data/lib/pulpcore_client/api/distributions_api.rb +12 -12
  56. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +198 -0
  57. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +40 -40
  58. data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +25 -25
  59. data/lib/pulpcore_client/api/exporters_pulp_api.rb +40 -40
  60. data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +25 -25
  61. data/lib/pulpcore_client/api/groups_api.rb +64 -64
  62. data/lib/pulpcore_client/api/groups_roles_api.rb +25 -25
  63. data/lib/pulpcore_client/api/groups_users_api.rb +19 -19
  64. data/lib/pulpcore_client/api/importers_pulp_api.rb +40 -40
  65. data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +25 -25
  66. data/lib/pulpcore_client/api/orphans_api.rb +5 -5
  67. data/lib/pulpcore_client/api/orphans_cleanup_api.rb +6 -6
  68. data/lib/pulpcore_client/api/publications_api.rb +8 -8
  69. data/lib/pulpcore_client/api/remotes_api.rb +10 -10
  70. data/lib/pulpcore_client/api/repair_api.rb +6 -6
  71. data/lib/pulpcore_client/api/repositories_api.rb +8 -8
  72. data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +6 -6
  73. data/lib/pulpcore_client/api/repository_versions_api.rb +10 -10
  74. data/lib/pulpcore_client/api/roles_api.rb +38 -38
  75. data/lib/pulpcore_client/api/signing_services_api.rb +20 -13
  76. data/lib/pulpcore_client/api/task_groups_api.rb +11 -18
  77. data/lib/pulpcore_client/api/task_schedules_api.rb +42 -42
  78. data/lib/pulpcore_client/api/tasks_api.rb +159 -138
  79. data/lib/pulpcore_client/api/uploads_api.rb +84 -65
  80. data/lib/pulpcore_client/api/users_api.rb +38 -38
  81. data/lib/pulpcore_client/api/users_roles_api.rb +25 -25
  82. data/lib/pulpcore_client/api/workers_api.rb +16 -16
  83. data/lib/pulpcore_client/configuration.rb +3 -3
  84. data/lib/pulpcore_client/models/artifact_distribution_response.rb +279 -0
  85. data/lib/pulpcore_client/models/content_settings_response.rb +228 -0
  86. data/lib/pulpcore_client/models/distribution_response.rb +4 -2
  87. data/lib/pulpcore_client/models/filesystem_export.rb +4 -14
  88. data/lib/pulpcore_client/models/group_role.rb +19 -0
  89. data/lib/pulpcore_client/models/paginated_artifact_distribution_response_list.rb +237 -0
  90. data/lib/pulpcore_client/models/remote_response.rb +41 -27
  91. data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +215 -0
  92. data/lib/pulpcore_client/models/repository_response.rb +4 -2
  93. data/lib/pulpcore_client/models/status_response.rb +19 -4
  94. data/lib/pulpcore_client/models/user_response.rb +16 -4
  95. data/lib/pulpcore_client/models/user_role.rb +19 -0
  96. data/lib/pulpcore_client/version.rb +1 -1
  97. data/lib/pulpcore_client.rb +5 -2
  98. data/spec/api/access_policies_api_spec.rb +11 -11
  99. data/spec/api/artifacts_api_spec.rb +8 -8
  100. data/spec/api/content_api_spec.rb +2 -2
  101. data/spec/api/contentguards_api_spec.rb +3 -3
  102. data/spec/api/contentguards_content_redirect_api_spec.rb +21 -21
  103. data/spec/api/contentguards_rbac_api_spec.rb +21 -21
  104. data/spec/api/distributions_api_spec.rb +5 -5
  105. data/spec/api/distributions_artifacts_api_spec.rb +76 -0
  106. data/spec/api/exporters_filesystem_api_spec.rb +13 -13
  107. data/spec/api/exporters_filesystem_exports_api_spec.rb +8 -8
  108. data/spec/api/exporters_pulp_api_spec.rb +13 -13
  109. data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
  110. data/spec/api/groups_api_spec.rb +20 -20
  111. data/spec/api/groups_roles_api_spec.rb +8 -8
  112. data/spec/api/groups_users_api_spec.rb +6 -6
  113. data/spec/api/importers_pulp_api_spec.rb +13 -13
  114. data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
  115. data/spec/api/orphans_api_spec.rb +2 -2
  116. data/spec/api/orphans_cleanup_api_spec.rb +2 -2
  117. data/spec/api/publications_api_spec.rb +3 -3
  118. data/spec/api/remotes_api_spec.rb +4 -4
  119. data/spec/api/repair_api_spec.rb +2 -2
  120. data/spec/api/repositories_api_spec.rb +3 -3
  121. data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
  122. data/spec/api/repository_versions_api_spec.rb +4 -4
  123. data/spec/api/roles_api_spec.rb +12 -12
  124. data/spec/api/signing_services_api_spec.rb +6 -5
  125. data/spec/api/task_groups_api_spec.rb +4 -5
  126. data/spec/api/task_schedules_api_spec.rb +14 -14
  127. data/spec/api/tasks_api_spec.rb +45 -38
  128. data/spec/api/uploads_api_spec.rb +25 -20
  129. data/spec/api/users_api_spec.rb +12 -12
  130. data/spec/api/users_roles_api_spec.rb +8 -8
  131. data/spec/api/workers_api_spec.rb +6 -6
  132. data/spec/configuration_spec.rb +3 -3
  133. data/spec/models/artifact_distribution_response_spec.rb +77 -0
  134. data/spec/models/content_settings_response_spec.rb +47 -0
  135. data/spec/models/filesystem_export_spec.rb +0 -6
  136. data/spec/models/paginated_artifact_distribution_response_list_spec.rb +59 -0
  137. data/spec/models/remote_response_hidden_fields_spec.rb +47 -0
  138. data/spec/models/remote_response_spec.rb +6 -0
  139. data/spec/models/status_response_spec.rb +6 -0
  140. data/spec/models/user_response_spec.rb +6 -0
  141. metadata +162 -150
  142. data/docs/DocsApiJsonApi.md +0 -61
  143. data/docs/DocsApiYamlApi.md +0 -61
  144. data/lib/pulpcore_client/api/docs_api_json_api.rb +0 -89
  145. data/lib/pulpcore_client/api/docs_api_yaml_api.rb +0 -89
  146. data/spec/api/docs_api_json_api_spec.rb +0 -48
  147. data/spec/api/docs_api_yaml_api_spec.rb +0 -48
@@ -32,36 +32,36 @@ describe 'ImportersPulpApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for importers_core_pulp_create
35
+ # unit tests for create
36
36
  # Create a pulp importer
37
37
  # ViewSet for PulpImporters.
38
38
  # @param pulp_importer
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [PulpImporterResponse]
41
- describe 'importers_core_pulp_create test' do
41
+ describe 'create test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- # unit tests for importers_core_pulp_delete
47
+ # unit tests for delete
48
48
  # Delete a pulp importer
49
49
  # ViewSet for PulpImporters.
50
50
  # @param pulp_importer_href
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [nil]
53
- describe 'importers_core_pulp_delete test' do
53
+ describe 'delete test' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- # unit tests for importers_core_pulp_list
59
+ # unit tests for list
60
60
  # List pulp importers
61
61
  # ViewSet for PulpImporters.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
- # @option opts [String] :name
64
+ # @option opts [String] :name Filter results where name matches value
65
65
  # @option opts [String] :name__contains Filter results where name contains value
66
66
  # @option opts [String] :name__icontains Filter results where name contains value
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -71,26 +71,26 @@ describe 'ImportersPulpApi' do
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 [PaginatedPulpImporterResponseList]
74
- describe 'importers_core_pulp_list test' do
74
+ describe 'list test' do
75
75
  it 'should work' do
76
76
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
77
77
  end
78
78
  end
79
79
 
80
- # unit tests for importers_core_pulp_partial_update
80
+ # unit tests for partial_update
81
81
  # Update a pulp importer
82
82
  # ViewSet for PulpImporters.
83
83
  # @param pulp_importer_href
84
84
  # @param patched_pulp_importer
85
85
  # @param [Hash] opts the optional parameters
86
86
  # @return [PulpImporterResponse]
87
- describe 'importers_core_pulp_partial_update test' do
87
+ describe 'partial_update test' do
88
88
  it 'should work' do
89
89
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
90
  end
91
91
  end
92
92
 
93
- # unit tests for importers_core_pulp_read
93
+ # unit tests for read
94
94
  # Inspect a pulp importer
95
95
  # ViewSet for PulpImporters.
96
96
  # @param pulp_importer_href
@@ -98,20 +98,20 @@ describe 'ImportersPulpApi' do
98
98
  # @option opts [Array<String>] :fields A list of fields to include in the response.
99
99
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
100
100
  # @return [PulpImporterResponse]
101
- describe 'importers_core_pulp_read test' do
101
+ describe 'read test' do
102
102
  it 'should work' do
103
103
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
104
  end
105
105
  end
106
106
 
107
- # unit tests for importers_core_pulp_update
107
+ # unit tests for update
108
108
  # Update a pulp importer
109
109
  # ViewSet for PulpImporters.
110
110
  # @param pulp_importer_href
111
111
  # @param pulp_importer
112
112
  # @param [Hash] opts the optional parameters
113
113
  # @return [PulpImporterResponse]
114
- describe 'importers_core_pulp_update test' do
114
+ describe 'update test' do
115
115
  it 'should work' do
116
116
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
117
117
  end
@@ -32,32 +32,32 @@ describe 'ImportersPulpImportsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for importers_core_pulp_imports_create
35
+ # unit tests for create
36
36
  # Create a pulp import
37
37
  # Trigger an asynchronous task to import a Pulp export.
38
38
  # @param pulp_importer_href
39
39
  # @param pulp_import
40
40
  # @param [Hash] opts the optional parameters
41
41
  # @return [TaskGroupOperationResponse]
42
- describe 'importers_core_pulp_imports_create test' do
42
+ describe 'create test' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
45
  end
46
46
  end
47
47
 
48
- # unit tests for importers_core_pulp_imports_delete
48
+ # unit tests for delete
49
49
  # Delete a pulp import
50
50
  # ViewSet for PulpImports.
51
51
  # @param pulp_pulp_import_href
52
52
  # @param [Hash] opts the optional parameters
53
53
  # @return [nil]
54
- describe 'importers_core_pulp_imports_delete test' do
54
+ describe 'delete test' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
57
57
  end
58
58
  end
59
59
 
60
- # unit tests for importers_core_pulp_imports_list
60
+ # unit tests for list
61
61
  # List pulp imports
62
62
  # ViewSet for PulpImports.
63
63
  # @param pulp_importer_href
@@ -67,13 +67,13 @@ describe 'ImportersPulpImportsApi' do
67
67
  # @option opts [Array<String>] :fields A list of fields to include in the response.
68
68
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
69
69
  # @return [PaginatedImportResponseList]
70
- describe 'importers_core_pulp_imports_list test' do
70
+ describe 'list test' do
71
71
  it 'should work' do
72
72
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
73
  end
74
74
  end
75
75
 
76
- # unit tests for importers_core_pulp_imports_read
76
+ # unit tests for read
77
77
  # Inspect a pulp import
78
78
  # ViewSet for PulpImports.
79
79
  # @param pulp_pulp_import_href
@@ -81,7 +81,7 @@ describe 'ImportersPulpImportsApi' do
81
81
  # @option opts [Array<String>] :fields A list of fields to include in the response.
82
82
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
83
83
  # @return [ImportResponse]
84
- describe 'importers_core_pulp_imports_read test' do
84
+ describe 'read test' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
87
87
  end
@@ -32,12 +32,12 @@ describe 'OrphansApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for orphans_delete
35
+ # unit tests for delete
36
36
  # Delete orphans
37
37
  # DEPRECATED! Trigger an asynchronous task that deletes all orphaned content and artifacts. Use the &#x60;POST /pulp/api/v3/orphans/cleanup/&#x60; call instead.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @return [AsyncOperationResponse]
40
- describe 'orphans_delete test' do
40
+ describe 'delete test' do
41
41
  it 'should work' do
42
42
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
43
  end
@@ -32,12 +32,12 @@ describe 'OrphansCleanupApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for orphans_cleanup_cleanup
35
+ # unit tests for cleanup
36
36
  # Trigger an asynchronous orphan cleanup operation.
37
37
  # @param orphans_cleanup
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @return [AsyncOperationResponse]
40
- describe 'orphans_cleanup_cleanup test' do
40
+ describe 'cleanup test' do
41
41
  it 'should work' do
42
42
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
43
  end
@@ -32,7 +32,7 @@ describe 'PublicationsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for publications_list
35
+ # unit tests for list
36
36
  # List publications
37
37
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \&quot;Normal\&quot; Django Models and Master/Detail models are supported by the &#x60;&#x60;register_with&#x60;&#x60; 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 &#39;pk&#39; endpoint_name (str): The name of the final path segment that should identify the ViewSet&#39;s collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \&quot;parent_prefix\&quot; 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&#39;s identity. schema (DefaultSchema): The schema class to use by default in a viewset.
38
38
  # @param [Hash] opts the optional parameters
@@ -41,7 +41,7 @@ describe 'PublicationsApi' do
41
41
  # @option opts [Integer] :limit Number of results to return per page.
42
42
  # @option opts [Integer] :offset The initial index from which to return the results.
43
43
  # @option opts [Array<String>] :ordering Ordering
44
- # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
44
+ # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
45
45
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
46
46
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
47
47
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
@@ -52,7 +52,7 @@ describe 'PublicationsApi' do
52
52
  # @option opts [Array<String>] :fields A list of fields to include in the response.
53
53
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
54
54
  # @return [PaginatedPublicationResponseList]
55
- describe 'publications_list test' do
55
+ describe 'list test' do
56
56
  it 'should work' do
57
57
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
58
58
  end
@@ -32,12 +32,12 @@ describe 'RemotesApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for remotes_list
35
+ # unit tests for list
36
36
  # List remotes
37
37
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \&quot;Normal\&quot; Django Models and Master/Detail models are supported by the &#x60;&#x60;register_with&#x60;&#x60; 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 &#39;pk&#39; endpoint_name (str): The name of the final path segment that should identify the ViewSet&#39;s collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \&quot;parent_prefix\&quot; 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&#39;s identity. schema (DefaultSchema): The schema class to use by default in a viewset.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
- # @option opts [String] :name
40
+ # @option opts [String] :name Filter results where name matches value
41
41
  # @option opts [String] :name__contains Filter results where name contains value
42
42
  # @option opts [String] :name__icontains Filter results where name contains value
43
43
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -45,7 +45,7 @@ describe 'RemotesApi' do
45
45
  # @option opts [Integer] :offset The initial index from which to return the results.
46
46
  # @option opts [Array<String>] :ordering Ordering
47
47
  # @option opts [String] :pulp_label_select Filter labels by search string
48
- # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
48
+ # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
49
49
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
50
50
  # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
51
51
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
@@ -54,7 +54,7 @@ describe 'RemotesApi' do
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 [PaginatedRemoteResponseList]
57
- describe 'remotes_list test' do
57
+ describe 'list test' do
58
58
  it 'should work' do
59
59
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
60
60
  end
@@ -32,13 +32,13 @@ describe 'RepairApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for repair_post
35
+ # unit tests for post
36
36
  # Repair Artifact Storage
37
37
  # Trigger an asynchronous task that checks for missing or corrupted artifacts, and attempts to redownload them.
38
38
  # @param repair
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [AsyncOperationResponse]
41
- describe 'repair_post test' do
41
+ describe 'post test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -32,12 +32,12 @@ describe 'RepositoriesApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for repositories_list
35
+ # unit tests for list
36
36
  # List repositories
37
37
  # Endpoint to list all repositories.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
- # @option opts [String] :name
40
+ # @option opts [String] :name Filter results where name matches value
41
41
  # @option opts [String] :name__contains Filter results where name contains value
42
42
  # @option opts [String] :name__icontains Filter results where name contains value
43
43
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
@@ -49,7 +49,7 @@ describe 'RepositoriesApi' do
49
49
  # @option opts [Array<String>] :fields A list of fields to include in the response.
50
50
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
51
51
  # @return [PaginatedRepositoryResponseList]
52
- describe 'repositories_list test' do
52
+ describe 'list test' do
53
53
  it 'should work' do
54
54
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
55
  end
@@ -32,12 +32,12 @@ describe 'RepositoriesReclaimSpaceApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for repositories_reclaim_space_reclaim
35
+ # unit tests for reclaim
36
36
  # Trigger an asynchronous space reclaim operation.
37
37
  # @param reclaim_space
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @return [AsyncOperationResponse]
40
- describe 'repositories_reclaim_space_reclaim test' do
40
+ describe 'reclaim test' do
41
41
  it 'should work' do
42
42
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
43
  end
@@ -32,13 +32,13 @@ describe 'RepositoryVersionsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for repository_versions_list
35
+ # unit tests for list
36
36
  # List repository versions
37
37
  # @param [Hash] opts the optional parameters
38
38
  # @option opts [String] :content Content Unit referenced by HREF
39
39
  # @option opts [String] :content__in Content Unit referenced by HREF
40
40
  # @option opts [Integer] :limit Number of results to return per page.
41
- # @option opts [Integer] :number
41
+ # @option opts [Integer] :number Filter results where number matches value
42
42
  # @option opts [Integer] :number__gt Filter results where number is greater than value
43
43
  # @option opts [Integer] :number__gte Filter results where number is greater than or equal to value
44
44
  # @option opts [Integer] :number__lt Filter results where number is less than value
@@ -46,7 +46,7 @@ describe 'RepositoryVersionsApi' do
46
46
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
47
47
  # @option opts [Integer] :offset The initial index from which to return the results.
48
48
  # @option opts [Array<String>] :ordering Ordering
49
- # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
49
+ # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
50
50
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
51
51
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
52
52
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
@@ -55,7 +55,7 @@ describe 'RepositoryVersionsApi' do
55
55
  # @option opts [Array<String>] :fields A list of fields to include in the response.
56
56
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
57
57
  # @return [PaginatedRepositoryVersionResponseList]
58
- describe 'repository_versions_list test' do
58
+ describe 'list test' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
61
  end
@@ -32,31 +32,31 @@ describe 'RolesApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for roles_create
35
+ # unit tests for create
36
36
  # Create a role
37
37
  # ViewSet for Role. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
38
38
  # @param role
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [RoleResponse]
41
- describe 'roles_create test' do
41
+ describe 'create test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- # unit tests for roles_delete
47
+ # unit tests for delete
48
48
  # Delete a role
49
49
  # ViewSet for Role. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
50
50
  # @param role_href
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [nil]
53
- describe 'roles_delete test' do
53
+ describe 'delete test' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- # unit tests for roles_list
59
+ # unit tests for list
60
60
  # List roles
61
61
  # ViewSet for Role. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
62
62
  # @param [Hash] opts the optional parameters
@@ -78,26 +78,26 @@ describe 'RolesApi' do
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 [PaginatedRoleResponseList]
81
- describe 'roles_list test' do
81
+ describe 'list test' do
82
82
  it 'should work' do
83
83
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
84
84
  end
85
85
  end
86
86
 
87
- # unit tests for roles_partial_update
87
+ # unit tests for partial_update
88
88
  # Update a role
89
89
  # ViewSet for Role. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
90
90
  # @param role_href
91
91
  # @param patched_role
92
92
  # @param [Hash] opts the optional parameters
93
93
  # @return [RoleResponse]
94
- describe 'roles_partial_update test' do
94
+ describe 'partial_update test' do
95
95
  it 'should work' do
96
96
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
97
97
  end
98
98
  end
99
99
 
100
- # unit tests for roles_read
100
+ # unit tests for read
101
101
  # Inspect a role
102
102
  # ViewSet for Role. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
103
103
  # @param role_href
@@ -105,20 +105,20 @@ describe 'RolesApi' do
105
105
  # @option opts [Array<String>] :fields A list of fields to include in the response.
106
106
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
107
107
  # @return [RoleResponse]
108
- describe 'roles_read test' do
108
+ describe 'read test' do
109
109
  it 'should work' do
110
110
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
111
111
  end
112
112
  end
113
113
 
114
- # unit tests for roles_update
114
+ # unit tests for update
115
115
  # Update a role
116
116
  # ViewSet for Role. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
117
117
  # @param role_href
118
118
  # @param role
119
119
  # @param [Hash] opts the optional parameters
120
120
  # @return [RoleResponse]
121
- describe 'roles_update test' do
121
+ describe 'update test' do
122
122
  it 'should work' do
123
123
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
124
124
  end
@@ -32,23 +32,24 @@ describe 'SigningServicesApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for signing_services_list
35
+ # unit tests for list
36
36
  # List signing services
37
37
  # A ViewSet that supports browsing of existing signing services.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
- # @option opts [String] :name
40
+ # @option opts [String] :name Filter results where name matches value
41
41
  # @option opts [Integer] :offset The initial index from which to return the results.
42
+ # @option opts [Array<String>] :ordering Ordering
42
43
  # @option opts [Array<String>] :fields A list of fields to include in the response.
43
44
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
44
45
  # @return [PaginatedSigningServiceResponseList]
45
- describe 'signing_services_list test' do
46
+ describe 'list test' do
46
47
  it 'should work' do
47
48
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
48
49
  end
49
50
  end
50
51
 
51
- # unit tests for signing_services_read
52
+ # unit tests for read
52
53
  # Inspect a signing service
53
54
  # A ViewSet that supports browsing of existing signing services.
54
55
  # @param signing_service_href
@@ -56,7 +57,7 @@ describe 'SigningServicesApi' do
56
57
  # @option opts [Array<String>] :fields A list of fields to include in the response.
57
58
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
58
59
  # @return [SigningServiceResponse]
59
- describe 'signing_services_read test' do
60
+ describe 'read test' do
60
61
  it 'should work' do
61
62
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
63
  end
@@ -32,23 +32,22 @@ describe 'TaskGroupsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for task_groups_list
35
+ # unit tests for list
36
36
  # List task groups
37
37
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \&quot;Normal\&quot; Django Models and Master/Detail models are supported by the &#x60;&#x60;register_with&#x60;&#x60; 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 &#39;pk&#39; endpoint_name (str): The name of the final path segment that should identify the ViewSet&#39;s collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \&quot;parent_prefix\&quot; 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&#39;s identity. schema (DefaultSchema): The schema class to use by default in a viewset.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
- # @option opts [Array<String>] :ordering Ordering
42
41
  # @option opts [Array<String>] :fields A list of fields to include in the response.
43
42
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
44
43
  # @return [PaginatedTaskGroupResponseList]
45
- describe 'task_groups_list test' do
44
+ describe 'list test' do
46
45
  it 'should work' do
47
46
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
48
47
  end
49
48
  end
50
49
 
51
- # unit tests for task_groups_read
50
+ # unit tests for read
52
51
  # Inspect a task group
53
52
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \&quot;Normal\&quot; Django Models and Master/Detail models are supported by the &#x60;&#x60;register_with&#x60;&#x60; 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 &#39;pk&#39; endpoint_name (str): The name of the final path segment that should identify the ViewSet&#39;s collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \&quot;parent_prefix\&quot; 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&#39;s identity. schema (DefaultSchema): The schema class to use by default in a viewset.
54
53
  # @param task_group_href
@@ -56,7 +55,7 @@ describe 'TaskGroupsApi' do
56
55
  # @option opts [Array<String>] :fields A list of fields to include in the response.
57
56
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
58
57
  # @return [TaskGroupResponse]
59
- describe 'task_groups_read test' do
58
+ describe 'read test' do
60
59
  it 'should work' do
61
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
61
  end
@@ -32,65 +32,65 @@ describe 'TaskSchedulesApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for task_schedules_add_role
35
+ # unit tests for add_role
36
36
  # Add a role for this object to users/groups.
37
37
  # @param task_schedule_href
38
38
  # @param nested_role
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [NestedRoleResponse]
41
- describe 'task_schedules_add_role test' do
41
+ describe 'add_role test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- # unit tests for task_schedules_list
47
+ # unit tests for list
48
48
  # List task schedules
49
49
  # ViewSet to monitor task schedules. NOTE: This feature is in tech-preview and may change in backwards incompatible ways.
50
50
  # @param [Hash] opts the optional parameters
51
51
  # @option opts [Integer] :limit Number of results to return per page.
52
- # @option opts [String] :name
52
+ # @option opts [String] :name Filter results where name matches value
53
53
  # @option opts [String] :name__contains Filter results where name contains value
54
54
  # @option opts [Integer] :offset The initial index from which to return the results.
55
55
  # @option opts [Array<String>] :ordering Ordering
56
- # @option opts [String] :task_name
56
+ # @option opts [String] :task_name Filter results where task_name matches value
57
57
  # @option opts [String] :task_name__contains Filter results where task_name contains value
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 [PaginatedTaskScheduleResponseList]
61
- describe 'task_schedules_list test' do
61
+ describe 'list test' do
62
62
  it 'should work' do
63
63
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
64
64
  end
65
65
  end
66
66
 
67
- # unit tests for task_schedules_list_roles
67
+ # unit tests for list_roles
68
68
  # List roles assigned to this object.
69
69
  # @param task_schedule_href
70
70
  # @param [Hash] opts the optional parameters
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 [ObjectRolesResponse]
74
- describe 'task_schedules_list_roles test' do
74
+ describe 'list_roles test' do
75
75
  it 'should work' do
76
76
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
77
77
  end
78
78
  end
79
79
 
80
- # unit tests for task_schedules_my_permissions
80
+ # unit tests for my_permissions
81
81
  # List permissions available to the current user on this object.
82
82
  # @param task_schedule_href
83
83
  # @param [Hash] opts the optional parameters
84
84
  # @option opts [Array<String>] :fields A list of fields to include in the response.
85
85
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
86
86
  # @return [MyPermissionsResponse]
87
- describe 'task_schedules_my_permissions test' do
87
+ describe 'my_permissions test' do
88
88
  it 'should work' do
89
89
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
90
  end
91
91
  end
92
92
 
93
- # unit tests for task_schedules_read
93
+ # unit tests for read
94
94
  # Inspect a task schedule
95
95
  # ViewSet to monitor task schedules. NOTE: This feature is in tech-preview and may change in backwards incompatible ways.
96
96
  # @param task_schedule_href
@@ -98,19 +98,19 @@ describe 'TaskSchedulesApi' do
98
98
  # @option opts [Array<String>] :fields A list of fields to include in the response.
99
99
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
100
100
  # @return [TaskScheduleResponse]
101
- describe 'task_schedules_read test' do
101
+ describe 'read test' do
102
102
  it 'should work' do
103
103
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
104
  end
105
105
  end
106
106
 
107
- # unit tests for task_schedules_remove_role
107
+ # unit tests for remove_role
108
108
  # Remove a role for this object from users/groups.
109
109
  # @param task_schedule_href
110
110
  # @param nested_role
111
111
  # @param [Hash] opts the optional parameters
112
112
  # @return [NestedRoleResponse]
113
- describe 'task_schedules_remove_role test' do
113
+ describe 'remove_role test' do
114
114
  it 'should work' do
115
115
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
116
  end