pulpcore_client 3.22.29 → 3.22.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +141 -143
  3. data/docs/AccessPoliciesApi.md +25 -25
  4. data/docs/ArtifactDistributionResponse.md +4 -4
  5. data/docs/ArtifactsApi.md +20 -20
  6. data/docs/ContentApi.md +5 -5
  7. data/docs/ContentguardsApi.md +5 -5
  8. data/docs/ContentguardsContentRedirectApi.md +50 -50
  9. data/docs/ContentguardsRbacApi.md +50 -50
  10. data/docs/DistributionsApi.md +5 -5
  11. data/docs/DistributionsArtifactsApi.md +10 -10
  12. data/docs/ExportersFilesystemApi.md +30 -30
  13. data/docs/ExportersFilesystemExportsApi.md +20 -20
  14. data/docs/ExportersPulpApi.md +30 -30
  15. data/docs/ExportersPulpExportsApi.md +20 -20
  16. data/docs/GroupsApi.md +50 -50
  17. data/docs/GroupsRolesApi.md +20 -20
  18. data/docs/GroupsUsersApi.md +15 -15
  19. data/docs/ImportersPulpApi.md +30 -30
  20. data/docs/ImportersPulpImportsApi.md +20 -20
  21. data/docs/OrphansApi.md +5 -5
  22. data/docs/OrphansCleanupApi.md +5 -5
  23. data/docs/PublicationsApi.md +5 -5
  24. data/docs/RemotesApi.md +5 -5
  25. data/docs/RepairApi.md +5 -5
  26. data/docs/RepositoriesApi.md +5 -5
  27. data/docs/RepositoriesReclaimSpaceApi.md +5 -5
  28. data/docs/RepositoryVersionsApi.md +5 -5
  29. data/docs/RolesApi.md +30 -30
  30. data/docs/SigningServicesApi.md +10 -10
  31. data/docs/TaskGroupsApi.md +10 -10
  32. data/docs/TaskSchedulesApi.md +30 -30
  33. data/docs/TasksApi.md +95 -95
  34. data/docs/UploadsApi.md +50 -50
  35. data/docs/UsersApi.md +30 -30
  36. data/docs/UsersRolesApi.md +20 -20
  37. data/docs/WorkersApi.md +10 -10
  38. data/lib/pulpcore_client/api/access_policies_api.rb +31 -31
  39. data/lib/pulpcore_client/api/artifacts_api.rb +29 -29
  40. data/lib/pulpcore_client/api/content_api.rb +5 -5
  41. data/lib/pulpcore_client/api/contentguards_api.rb +5 -5
  42. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +63 -63
  43. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +63 -63
  44. data/lib/pulpcore_client/api/distributions_api.rb +5 -5
  45. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +11 -11
  46. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +37 -37
  47. data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +25 -25
  48. data/lib/pulpcore_client/api/exporters_pulp_api.rb +37 -37
  49. data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +25 -25
  50. data/lib/pulpcore_client/api/groups_api.rb +63 -63
  51. data/lib/pulpcore_client/api/groups_roles_api.rb +25 -25
  52. data/lib/pulpcore_client/api/groups_users_api.rb +19 -19
  53. data/lib/pulpcore_client/api/importers_pulp_api.rb +37 -37
  54. data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +25 -25
  55. data/lib/pulpcore_client/api/orphans_api.rb +5 -5
  56. data/lib/pulpcore_client/api/orphans_cleanup_api.rb +6 -6
  57. data/lib/pulpcore_client/api/publications_api.rb +5 -5
  58. data/lib/pulpcore_client/api/remotes_api.rb +5 -5
  59. data/lib/pulpcore_client/api/repair_api.rb +6 -6
  60. data/lib/pulpcore_client/api/repositories_api.rb +5 -5
  61. data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +6 -6
  62. data/lib/pulpcore_client/api/repository_versions_api.rb +5 -5
  63. data/lib/pulpcore_client/api/roles_api.rb +37 -37
  64. data/lib/pulpcore_client/api/signing_services_api.rb +11 -11
  65. data/lib/pulpcore_client/api/task_groups_api.rb +11 -11
  66. data/lib/pulpcore_client/api/task_schedules_api.rb +37 -37
  67. data/lib/pulpcore_client/api/tasks_api.rb +119 -119
  68. data/lib/pulpcore_client/api/uploads_api.rb +65 -65
  69. data/lib/pulpcore_client/api/users_api.rb +37 -37
  70. data/lib/pulpcore_client/api/users_roles_api.rb +25 -25
  71. data/lib/pulpcore_client/api/workers_api.rb +11 -11
  72. data/lib/pulpcore_client/models/artifact_distribution_response.rb +18 -18
  73. data/lib/pulpcore_client/version.rb +1 -1
  74. data/lib/pulpcore_client.rb +0 -2
  75. data/spec/api/access_policies_api_spec.rb +10 -10
  76. data/spec/api/artifacts_api_spec.rb +8 -8
  77. data/spec/api/content_api_spec.rb +2 -2
  78. data/spec/api/contentguards_api_spec.rb +2 -2
  79. data/spec/api/contentguards_content_redirect_api_spec.rb +20 -20
  80. data/spec/api/contentguards_rbac_api_spec.rb +20 -20
  81. data/spec/api/distributions_api_spec.rb +2 -2
  82. data/spec/api/distributions_artifacts_api_spec.rb +4 -4
  83. data/spec/api/exporters_filesystem_api_spec.rb +12 -12
  84. data/spec/api/exporters_filesystem_exports_api_spec.rb +8 -8
  85. data/spec/api/exporters_pulp_api_spec.rb +12 -12
  86. data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
  87. data/spec/api/groups_api_spec.rb +20 -20
  88. data/spec/api/groups_roles_api_spec.rb +8 -8
  89. data/spec/api/groups_users_api_spec.rb +6 -6
  90. data/spec/api/importers_pulp_api_spec.rb +12 -12
  91. data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
  92. data/spec/api/orphans_api_spec.rb +2 -2
  93. data/spec/api/orphans_cleanup_api_spec.rb +2 -2
  94. data/spec/api/publications_api_spec.rb +2 -2
  95. data/spec/api/remotes_api_spec.rb +2 -2
  96. data/spec/api/repair_api_spec.rb +2 -2
  97. data/spec/api/repositories_api_spec.rb +2 -2
  98. data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
  99. data/spec/api/repository_versions_api_spec.rb +2 -2
  100. data/spec/api/roles_api_spec.rb +12 -12
  101. data/spec/api/signing_services_api_spec.rb +4 -4
  102. data/spec/api/task_groups_api_spec.rb +4 -4
  103. data/spec/api/task_schedules_api_spec.rb +12 -12
  104. data/spec/api/tasks_api_spec.rb +29 -29
  105. data/spec/api/uploads_api_spec.rb +20 -20
  106. data/spec/api/users_api_spec.rb +12 -12
  107. data/spec/api/users_roles_api_spec.rb +8 -8
  108. data/spec/api/workers_api_spec.rb +4 -4
  109. data/spec/models/artifact_distribution_response_spec.rb +4 -4
  110. metadata +130 -138
  111. data/docs/DocsApiJsonApi.md +0 -61
  112. data/docs/DocsApiYamlApi.md +0 -61
  113. data/lib/pulpcore_client/api/docs_api_json_api.rb +0 -89
  114. data/lib/pulpcore_client/api/docs_api_yaml_api.rb +0 -89
  115. data/spec/api/docs_api_json_api_spec.rb +0 -48
  116. data/spec/api/docs_api_yaml_api_spec.rb +0 -48
@@ -32,43 +32,43 @@ describe 'ContentguardsContentRedirectApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for contentguards_core_content_redirect_add_role
35
+ # unit tests for add_role
36
36
  # Add a role for this object to users/groups.
37
37
  # @param content_redirect_content_guard_href
38
38
  # @param nested_role
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [NestedRoleResponse]
41
- describe 'contentguards_core_content_redirect_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 contentguards_core_content_redirect_create
47
+ # unit tests for create
48
48
  # Create a content redirect content guard
49
49
  # Content guard to protect preauthenticated redirects to the content app.
50
50
  # @param content_redirect_content_guard
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [ContentRedirectContentGuardResponse]
53
- describe 'contentguards_core_content_redirect_create test' do
53
+ describe 'create test' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- # unit tests for contentguards_core_content_redirect_delete
59
+ # unit tests for delete
60
60
  # Delete a content redirect content guard
61
61
  # Content guard to protect preauthenticated redirects to the content app.
62
62
  # @param content_redirect_content_guard_href
63
63
  # @param [Hash] opts the optional parameters
64
64
  # @return [nil]
65
- describe 'contentguards_core_content_redirect_delete test' do
65
+ describe 'delete test' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- # unit tests for contentguards_core_content_redirect_list
71
+ # unit tests for list
72
72
  # List content redirect content guards
73
73
  # Content guard to protect preauthenticated redirects to the content app.
74
74
  # @param [Hash] opts the optional parameters
@@ -83,52 +83,52 @@ describe 'ContentguardsContentRedirectApi' do
83
83
  # @option opts [Array<String>] :fields A list of fields to include in the response.
84
84
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
85
85
  # @return [PaginatedContentRedirectContentGuardResponseList]
86
- describe 'contentguards_core_content_redirect_list test' do
86
+ describe 'list test' do
87
87
  it 'should work' do
88
88
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
89
89
  end
90
90
  end
91
91
 
92
- # unit tests for contentguards_core_content_redirect_list_roles
92
+ # unit tests for list_roles
93
93
  # List roles assigned to this object.
94
94
  # @param content_redirect_content_guard_href
95
95
  # @param [Hash] opts the optional parameters
96
96
  # @option opts [Array<String>] :fields A list of fields to include in the response.
97
97
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
98
98
  # @return [ObjectRolesResponse]
99
- describe 'contentguards_core_content_redirect_list_roles test' do
99
+ describe 'list_roles test' do
100
100
  it 'should work' do
101
101
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
102
102
  end
103
103
  end
104
104
 
105
- # unit tests for contentguards_core_content_redirect_my_permissions
105
+ # unit tests for my_permissions
106
106
  # List permissions available to the current user on this object.
107
107
  # @param content_redirect_content_guard_href
108
108
  # @param [Hash] opts the optional parameters
109
109
  # @option opts [Array<String>] :fields A list of fields to include in the response.
110
110
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
111
111
  # @return [MyPermissionsResponse]
112
- describe 'contentguards_core_content_redirect_my_permissions test' do
112
+ describe 'my_permissions test' do
113
113
  it 'should work' do
114
114
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
115
115
  end
116
116
  end
117
117
 
118
- # unit tests for contentguards_core_content_redirect_partial_update
118
+ # unit tests for partial_update
119
119
  # Update a content redirect content guard
120
120
  # Content guard to protect preauthenticated redirects to the content app.
121
121
  # @param content_redirect_content_guard_href
122
122
  # @param patched_content_redirect_content_guard
123
123
  # @param [Hash] opts the optional parameters
124
124
  # @return [ContentRedirectContentGuardResponse]
125
- describe 'contentguards_core_content_redirect_partial_update test' do
125
+ describe 'partial_update test' do
126
126
  it 'should work' do
127
127
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
128
128
  end
129
129
  end
130
130
 
131
- # unit tests for contentguards_core_content_redirect_read
131
+ # unit tests for read
132
132
  # Inspect a content redirect content guard
133
133
  # Content guard to protect preauthenticated redirects to the content app.
134
134
  # @param content_redirect_content_guard_href
@@ -136,32 +136,32 @@ describe 'ContentguardsContentRedirectApi' do
136
136
  # @option opts [Array<String>] :fields A list of fields to include in the response.
137
137
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
138
138
  # @return [ContentRedirectContentGuardResponse]
139
- describe 'contentguards_core_content_redirect_read test' do
139
+ describe 'read test' do
140
140
  it 'should work' do
141
141
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
142
142
  end
143
143
  end
144
144
 
145
- # unit tests for contentguards_core_content_redirect_remove_role
145
+ # unit tests for remove_role
146
146
  # Remove a role for this object from users/groups.
147
147
  # @param content_redirect_content_guard_href
148
148
  # @param nested_role
149
149
  # @param [Hash] opts the optional parameters
150
150
  # @return [NestedRoleResponse]
151
- describe 'contentguards_core_content_redirect_remove_role test' do
151
+ describe 'remove_role test' do
152
152
  it 'should work' do
153
153
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
154
154
  end
155
155
  end
156
156
 
157
- # unit tests for contentguards_core_content_redirect_update
157
+ # unit tests for update
158
158
  # Update a content redirect content guard
159
159
  # Content guard to protect preauthenticated redirects to the content app.
160
160
  # @param content_redirect_content_guard_href
161
161
  # @param content_redirect_content_guard
162
162
  # @param [Hash] opts the optional parameters
163
163
  # @return [ContentRedirectContentGuardResponse]
164
- describe 'contentguards_core_content_redirect_update test' do
164
+ describe 'update test' do
165
165
  it 'should work' do
166
166
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
167
167
  end
@@ -32,43 +32,43 @@ describe 'ContentguardsRbacApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for contentguards_core_rbac_add_role
35
+ # unit tests for add_role
36
36
  # Add a role for this object to users/groups.
37
37
  # @param r_b_a_c_content_guard_href
38
38
  # @param nested_role
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [NestedRoleResponse]
41
- describe 'contentguards_core_rbac_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 contentguards_core_rbac_create
47
+ # unit tests for create
48
48
  # Create a rbac content guard
49
49
  # Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
50
50
  # @param rbac_content_guard
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [RBACContentGuardResponse]
53
- describe 'contentguards_core_rbac_create test' do
53
+ describe 'create test' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- # unit tests for contentguards_core_rbac_delete
59
+ # unit tests for delete
60
60
  # Delete a rbac content guard
61
61
  # Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
62
62
  # @param r_b_a_c_content_guard_href
63
63
  # @param [Hash] opts the optional parameters
64
64
  # @return [nil]
65
- describe 'contentguards_core_rbac_delete test' do
65
+ describe 'delete test' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- # unit tests for contentguards_core_rbac_list
71
+ # unit tests for list
72
72
  # List rbac content guards
73
73
  # Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
74
74
  # @param [Hash] opts the optional parameters
@@ -83,52 +83,52 @@ describe 'ContentguardsRbacApi' do
83
83
  # @option opts [Array<String>] :fields A list of fields to include in the response.
84
84
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
85
85
  # @return [PaginatedRBACContentGuardResponseList]
86
- describe 'contentguards_core_rbac_list test' do
86
+ describe 'list test' do
87
87
  it 'should work' do
88
88
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
89
89
  end
90
90
  end
91
91
 
92
- # unit tests for contentguards_core_rbac_list_roles
92
+ # unit tests for list_roles
93
93
  # List roles assigned to this object.
94
94
  # @param r_b_a_c_content_guard_href
95
95
  # @param [Hash] opts the optional parameters
96
96
  # @option opts [Array<String>] :fields A list of fields to include in the response.
97
97
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
98
98
  # @return [ObjectRolesResponse]
99
- describe 'contentguards_core_rbac_list_roles test' do
99
+ describe 'list_roles test' do
100
100
  it 'should work' do
101
101
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
102
102
  end
103
103
  end
104
104
 
105
- # unit tests for contentguards_core_rbac_my_permissions
105
+ # unit tests for my_permissions
106
106
  # List permissions available to the current user on this object.
107
107
  # @param r_b_a_c_content_guard_href
108
108
  # @param [Hash] opts the optional parameters
109
109
  # @option opts [Array<String>] :fields A list of fields to include in the response.
110
110
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
111
111
  # @return [MyPermissionsResponse]
112
- describe 'contentguards_core_rbac_my_permissions test' do
112
+ describe 'my_permissions test' do
113
113
  it 'should work' do
114
114
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
115
115
  end
116
116
  end
117
117
 
118
- # unit tests for contentguards_core_rbac_partial_update
118
+ # unit tests for partial_update
119
119
  # Update a rbac content guard
120
120
  # Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
121
121
  # @param r_b_a_c_content_guard_href
122
122
  # @param patched_rbac_content_guard
123
123
  # @param [Hash] opts the optional parameters
124
124
  # @return [RBACContentGuardResponse]
125
- describe 'contentguards_core_rbac_partial_update test' do
125
+ describe 'partial_update test' do
126
126
  it 'should work' do
127
127
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
128
128
  end
129
129
  end
130
130
 
131
- # unit tests for contentguards_core_rbac_read
131
+ # unit tests for read
132
132
  # Inspect a rbac content guard
133
133
  # Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
134
134
  # @param r_b_a_c_content_guard_href
@@ -136,32 +136,32 @@ describe 'ContentguardsRbacApi' do
136
136
  # @option opts [Array<String>] :fields A list of fields to include in the response.
137
137
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
138
138
  # @return [RBACContentGuardResponse]
139
- describe 'contentguards_core_rbac_read test' do
139
+ describe 'read test' do
140
140
  it 'should work' do
141
141
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
142
142
  end
143
143
  end
144
144
 
145
- # unit tests for contentguards_core_rbac_remove_role
145
+ # unit tests for remove_role
146
146
  # Remove a role for this object from users/groups.
147
147
  # @param r_b_a_c_content_guard_href
148
148
  # @param nested_role
149
149
  # @param [Hash] opts the optional parameters
150
150
  # @return [NestedRoleResponse]
151
- describe 'contentguards_core_rbac_remove_role test' do
151
+ describe 'remove_role test' do
152
152
  it 'should work' do
153
153
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
154
154
  end
155
155
  end
156
156
 
157
- # unit tests for contentguards_core_rbac_update
157
+ # unit tests for update
158
158
  # Update a rbac content guard
159
159
  # Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
160
160
  # @param r_b_a_c_content_guard_href
161
161
  # @param rbac_content_guard
162
162
  # @param [Hash] opts the optional parameters
163
163
  # @return [RBACContentGuardResponse]
164
- describe 'contentguards_core_rbac_update test' do
164
+ describe 'update test' do
165
165
  it 'should work' do
166
166
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
167
167
  end
@@ -32,7 +32,7 @@ describe 'DistributionsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for distributions_list
35
+ # unit tests for list
36
36
  # List distributions
37
37
  # Provides base viewset for Distributions.
38
38
  # @param [Hash] opts the optional parameters
@@ -53,7 +53,7 @@ describe 'DistributionsApi' do
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 [PaginatedDistributionResponseList]
56
- describe 'distributions_list test' do
56
+ describe 'list test' do
57
57
  it 'should work' do
58
58
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
59
59
  end
@@ -32,7 +32,7 @@ describe 'DistributionsArtifactsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for distributions_core_artifacts_list
35
+ # unit tests for list
36
36
  # List artifact distributions
37
37
  # ViewSet for ArtifactDistribution.
38
38
  # @param [Hash] opts the optional parameters
@@ -53,13 +53,13 @@ describe 'DistributionsArtifactsApi' do
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 [PaginatedArtifactDistributionResponseList]
56
- describe 'distributions_core_artifacts_list test' do
56
+ describe 'list test' do
57
57
  it 'should work' do
58
58
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
59
59
  end
60
60
  end
61
61
 
62
- # unit tests for distributions_core_artifacts_read
62
+ # unit tests for read
63
63
  # Inspect an artifact distribution
64
64
  # ViewSet for ArtifactDistribution.
65
65
  # @param artifact_distribution_href
@@ -67,7 +67,7 @@ describe 'DistributionsArtifactsApi' 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 [ArtifactDistributionResponse]
70
- describe 'distributions_core_artifacts_read test' do
70
+ describe 'read test' do
71
71
  it 'should work' do
72
72
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
73
  end
@@ -32,31 +32,31 @@ describe 'ExportersFilesystemApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for exporters_core_filesystem_create
35
+ # unit tests for create
36
36
  # Create a filesystem exporter
37
37
  # Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
38
38
  # @param filesystem_exporter
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [FilesystemExporterResponse]
41
- describe 'exporters_core_filesystem_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 exporters_core_filesystem_delete
47
+ # unit tests for delete
48
48
  # Delete a filesystem exporter
49
49
  # Trigger an asynchronous delete task
50
50
  # @param filesystem_exporter_href
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [AsyncOperationResponse]
53
- describe 'exporters_core_filesystem_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 exporters_core_filesystem_list
59
+ # unit tests for list
60
60
  # List filesystem exporters
61
61
  # Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
62
62
  # @param [Hash] opts the optional parameters
@@ -71,26 +71,26 @@ describe 'ExportersFilesystemApi' 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 [PaginatedFilesystemExporterResponseList]
74
- describe 'exporters_core_filesystem_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 exporters_core_filesystem_partial_update
80
+ # unit tests for partial_update
81
81
  # Update a filesystem exporter
82
82
  # Trigger an asynchronous partial update task
83
83
  # @param filesystem_exporter_href
84
84
  # @param patched_filesystem_exporter
85
85
  # @param [Hash] opts the optional parameters
86
86
  # @return [AsyncOperationResponse]
87
- describe 'exporters_core_filesystem_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 exporters_core_filesystem_read
93
+ # unit tests for read
94
94
  # Inspect a filesystem exporter
95
95
  # Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
96
96
  # @param filesystem_exporter_href
@@ -98,20 +98,20 @@ describe 'ExportersFilesystemApi' 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 [FilesystemExporterResponse]
101
- describe 'exporters_core_filesystem_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 exporters_core_filesystem_update
107
+ # unit tests for update
108
108
  # Update a filesystem exporter
109
109
  # Trigger an asynchronous update task
110
110
  # @param filesystem_exporter_href
111
111
  # @param filesystem_exporter
112
112
  # @param [Hash] opts the optional parameters
113
113
  # @return [AsyncOperationResponse]
114
- describe 'exporters_core_filesystem_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 'ExportersFilesystemExportsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for exporters_core_filesystem_exports_create
35
+ # unit tests for create
36
36
  # Create a filesystem export
37
37
  # Trigger an asynchronous task to export files to the filesystem
38
38
  # @param filesystem_exporter_href
39
39
  # @param filesystem_export
40
40
  # @param [Hash] opts the optional parameters
41
41
  # @return [AsyncOperationResponse]
42
- describe 'exporters_core_filesystem_exports_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 exporters_core_filesystem_exports_delete
48
+ # unit tests for delete
49
49
  # Delete a filesystem export
50
50
  # Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
51
51
  # @param filesystem_filesystem_export_href
52
52
  # @param [Hash] opts the optional parameters
53
53
  # @return [nil]
54
- describe 'exporters_core_filesystem_exports_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 exporters_core_filesystem_exports_list
60
+ # unit tests for list
61
61
  # List filesystem exports
62
62
  # Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
63
63
  # @param filesystem_exporter_href
@@ -67,13 +67,13 @@ describe 'ExportersFilesystemExportsApi' 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 [PaginatedFilesystemExportResponseList]
70
- describe 'exporters_core_filesystem_exports_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 exporters_core_filesystem_exports_read
76
+ # unit tests for read
77
77
  # Inspect a filesystem export
78
78
  # Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
79
79
  # @param filesystem_filesystem_export_href
@@ -81,7 +81,7 @@ describe 'ExportersFilesystemExportsApi' 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 [FilesystemExportResponse]
84
- describe 'exporters_core_filesystem_exports_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,31 +32,31 @@ describe 'ExportersPulpApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for exporters_core_pulp_create
35
+ # unit tests for create
36
36
  # Create a pulp exporter
37
37
  # ViewSet for viewing PulpExporters.
38
38
  # @param pulp_exporter
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @return [PulpExporterResponse]
41
- describe 'exporters_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 exporters_core_pulp_delete
47
+ # unit tests for delete
48
48
  # Delete a pulp exporter
49
49
  # Trigger an asynchronous delete task
50
50
  # @param pulp_exporter_href
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [AsyncOperationResponse]
53
- describe 'exporters_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 exporters_core_pulp_list
59
+ # unit tests for list
60
60
  # List pulp exporters
61
61
  # ViewSet for viewing PulpExporters.
62
62
  # @param [Hash] opts the optional parameters
@@ -71,26 +71,26 @@ describe 'ExportersPulpApi' 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 [PaginatedPulpExporterResponseList]
74
- describe 'exporters_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 exporters_core_pulp_partial_update
80
+ # unit tests for partial_update
81
81
  # Update a pulp exporter
82
82
  # Trigger an asynchronous partial update task
83
83
  # @param pulp_exporter_href
84
84
  # @param patched_pulp_exporter
85
85
  # @param [Hash] opts the optional parameters
86
86
  # @return [AsyncOperationResponse]
87
- describe 'exporters_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 exporters_core_pulp_read
93
+ # unit tests for read
94
94
  # Inspect a pulp exporter
95
95
  # ViewSet for viewing PulpExporters.
96
96
  # @param pulp_exporter_href
@@ -98,20 +98,20 @@ describe 'ExportersPulpApi' 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 [PulpExporterResponse]
101
- describe 'exporters_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 exporters_core_pulp_update
107
+ # unit tests for update
108
108
  # Update a pulp exporter
109
109
  # Trigger an asynchronous update task
110
110
  # @param pulp_exporter_href
111
111
  # @param pulp_exporter
112
112
  # @param [Hash] opts the optional parameters
113
113
  # @return [AsyncOperationResponse]
114
- describe 'exporters_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 'ExportersPulpExportsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for exporters_core_pulp_exports_create
35
+ # unit tests for create
36
36
  # Create a pulp export
37
37
  # Trigger an asynchronous task to export a set of repositories
38
38
  # @param pulp_exporter_href
39
39
  # @param pulp_export
40
40
  # @param [Hash] opts the optional parameters
41
41
  # @return [AsyncOperationResponse]
42
- describe 'exporters_core_pulp_exports_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 exporters_core_pulp_exports_delete
48
+ # unit tests for delete
49
49
  # Delete a pulp export
50
50
  # ViewSet for viewing exports from a PulpExporter.
51
51
  # @param pulp_pulp_export_href
52
52
  # @param [Hash] opts the optional parameters
53
53
  # @return [nil]
54
- describe 'exporters_core_pulp_exports_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 exporters_core_pulp_exports_list
60
+ # unit tests for list
61
61
  # List pulp exports
62
62
  # ViewSet for viewing exports from a PulpExporter.
63
63
  # @param pulp_exporter_href
@@ -67,13 +67,13 @@ describe 'ExportersPulpExportsApi' 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 [PaginatedPulpExportResponseList]
70
- describe 'exporters_core_pulp_exports_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 exporters_core_pulp_exports_read
76
+ # unit tests for read
77
77
  # Inspect a pulp export
78
78
  # ViewSet for viewing exports from a PulpExporter.
79
79
  # @param pulp_pulp_export_href
@@ -81,7 +81,7 @@ describe 'ExportersPulpExportsApi' 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 [PulpExportResponse]
84
- describe 'exporters_core_pulp_exports_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