pulpcore_client 3.114.2 → 3.115.1
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 -6
- data/docs/ArtifactDistributionResponse.md +12 -12
- data/docs/MinimalTaskResponse.md +2 -0
- data/docs/Purge.md +1 -1
- data/docs/TaskResponse.md +3 -1
- data/docs/TasksApi.md +3 -3
- data/lib/pulpcore_client/api/tasks_api.rb +3 -3
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +66 -66
- data/lib/pulpcore_client/models/minimal_task_response.rb +13 -1
- data/lib/pulpcore_client/models/purge.rb +1 -1
- data/lib/pulpcore_client/models/task_response.rb +17 -5
- data/lib/pulpcore_client/version.rb +1 -1
- data/lib/pulpcore_client.rb +0 -2
- data/spec/api/tasks_api_spec.rb +1 -1
- data/spec/models/artifact_distribution_response_spec.rb +11 -11
- data/spec/models/minimal_task_response_spec.rb +6 -0
- data/spec/models/task_response_spec.rb +6 -0
- metadata +2 -10
- data/docs/DataRepair7465.md +0 -18
- data/docs/Datarepair7465Api.md +0 -82
- data/lib/pulpcore_client/api/datarepair7465_api.rb +0 -93
- data/lib/pulpcore_client/models/data_repair7465.rb +0 -217
- data/spec/api/datarepair7465_api_spec.rb +0 -48
- data/spec/models/data_repair7465_spec.rb +0 -36
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Pulp 3 API
|
|
3
|
-
|
|
4
|
-
#Fetch, Upload, Organize, and Distribute Software Packages
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: v3
|
|
7
|
-
Contact: pulp-list@redhat.com
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.10.0
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
require 'date'
|
|
16
|
-
|
|
17
|
-
# Unit tests for PulpcoreClient::DataRepair7465
|
|
18
|
-
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe PulpcoreClient::DataRepair7465 do
|
|
21
|
-
let(:instance) { PulpcoreClient::DataRepair7465.new }
|
|
22
|
-
|
|
23
|
-
describe 'test an instance of DataRepair7465' do
|
|
24
|
-
it 'should create an instance of DataRepair7465' do
|
|
25
|
-
# uncomment below to test the instance creation
|
|
26
|
-
#expect(instance).to be_instance_of(PulpcoreClient::DataRepair7465)
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test attribute "dry_run"' do
|
|
31
|
-
it 'should work' do
|
|
32
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
|
|
36
|
-
end
|