pulp_container_client 2.0.1 → 2.0.2

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.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContainerContainerDistribution.md +5 -5
  4. data/docs/ContainerContainerDistributionResponse.md +8 -8
  5. data/docs/DistributionsContainerApi.md +6 -54
  6. data/docs/PatchedcontainerContainerDistribution.md +5 -5
  7. data/docs/RemotesContainerApi.md +6 -66
  8. data/docs/RepositoriesContainerApi.md +6 -30
  9. data/docs/RepositoriesContainerPushApi.md +2 -10
  10. data/docs/RepositoriesContainerVersionsApi.md +4 -68
  11. data/lib/pulp_container_client/api/distributions_container_api.rb +0 -63
  12. data/lib/pulp_container_client/api/remotes_container_api.rb +0 -81
  13. data/lib/pulp_container_client/api/repositories_container_api.rb +0 -27
  14. data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -9
  15. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +0 -90
  16. data/lib/pulp_container_client/models/container_container_distribution.rb +19 -19
  17. data/lib/pulp_container_client/models/container_container_distribution_response.rb +31 -31
  18. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +19 -19
  19. data/lib/pulp_container_client/models/repository_sync_url.rb +1 -0
  20. data/lib/pulp_container_client/version.rb +1 -1
  21. data/spec/api/distributions_container_api_spec.rb +0 -21
  22. data/spec/api/remotes_container_api_spec.rb +0 -27
  23. data/spec/api/repositories_container_api_spec.rb +0 -9
  24. data/spec/api/repositories_container_push_api_spec.rb +0 -3
  25. data/spec/api/repositories_container_versions_api_spec.rb +0 -30
  26. data/spec/models/container_container_distribution_response_spec.rb +6 -6
  27. data/spec/models/container_container_distribution_spec.rb +3 -3
  28. data/spec/models/patchedcontainer_container_distribution_spec.rb +3 -3
  29. metadata +2 -2
@@ -13,6 +13,7 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module PulpContainerClient
16
+ # A mixin for validating unknown serializers' fields.
16
17
  class RepositorySyncURL
17
18
  # A remote to sync from. This will override a remote set on repository.
18
19
  attr_accessor :remote
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpContainerClient
14
- VERSION = '2.0.1'
14
+ VERSION = '2.0.2'
15
15
  end
@@ -49,13 +49,6 @@ describe 'DistributionsContainerApi' do
49
49
  # Trigger an asynchronous delete task
50
50
  # @param container_container_distribution_href
51
51
  # @param [Hash] opts the optional parameters
52
- # @option opts [String] :base_path base_path
53
- # @option opts [String] :base_path__contains base_path__contains
54
- # @option opts [String] :base_path__icontains base_path__icontains
55
- # @option opts [String] :base_path__in base_path__in
56
- # @option opts [String] :name name
57
- # @option opts [String] :name__in name__in
58
- # @option opts [String] :ordering Which field to use when ordering the results.
59
52
  # @return [AsyncOperationResponse]
60
53
  describe 'delete test' do
61
54
  it 'should work' do
@@ -91,13 +84,6 @@ describe 'DistributionsContainerApi' do
91
84
  # @param container_container_distribution_href
92
85
  # @param patchedcontainer_container_distribution
93
86
  # @param [Hash] opts the optional parameters
94
- # @option opts [String] :base_path base_path
95
- # @option opts [String] :base_path__contains base_path__contains
96
- # @option opts [String] :base_path__icontains base_path__icontains
97
- # @option opts [String] :base_path__in base_path__in
98
- # @option opts [String] :name name
99
- # @option opts [String] :name__in name__in
100
- # @option opts [String] :ordering Which field to use when ordering the results.
101
87
  # @return [AsyncOperationResponse]
102
88
  describe 'partial_update test' do
103
89
  it 'should work' do
@@ -125,13 +111,6 @@ describe 'DistributionsContainerApi' do
125
111
  # @param container_container_distribution_href
126
112
  # @param container_container_distribution
127
113
  # @param [Hash] opts the optional parameters
128
- # @option opts [String] :base_path base_path
129
- # @option opts [String] :base_path__contains base_path__contains
130
- # @option opts [String] :base_path__icontains base_path__icontains
131
- # @option opts [String] :base_path__in base_path__in
132
- # @option opts [String] :name name
133
- # @option opts [String] :name__in name__in
134
- # @option opts [String] :ordering Which field to use when ordering the results.
135
114
  # @return [AsyncOperationResponse]
136
115
  describe 'update test' do
137
116
  it 'should work' do
@@ -49,15 +49,6 @@ describe 'RemotesContainerApi' do
49
49
  # Trigger an asynchronous delete task
50
50
  # @param container_container_remote_href
51
51
  # @param [Hash] opts the optional parameters
52
- # @option opts [String] :name name
53
- # @option opts [String] :name__in name__in
54
- # @option opts [String] :ordering Which field to use when ordering the results.
55
- # @option opts [String] :pulp_last_updated pulp_last_updated
56
- # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
57
- # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
58
- # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
59
- # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
60
- # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
61
52
  # @return [AsyncOperationResponse]
62
53
  describe 'delete test' do
63
54
  it 'should work' do
@@ -95,15 +86,6 @@ describe 'RemotesContainerApi' do
95
86
  # @param container_container_remote_href
96
87
  # @param patchedcontainer_container_remote
97
88
  # @param [Hash] opts the optional parameters
98
- # @option opts [String] :name name
99
- # @option opts [String] :name__in name__in
100
- # @option opts [String] :ordering Which field to use when ordering the results.
101
- # @option opts [String] :pulp_last_updated pulp_last_updated
102
- # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
103
- # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
104
- # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
105
- # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
106
- # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
107
89
  # @return [AsyncOperationResponse]
108
90
  describe 'partial_update test' do
109
91
  it 'should work' do
@@ -131,15 +113,6 @@ describe 'RemotesContainerApi' do
131
113
  # @param container_container_remote_href
132
114
  # @param container_container_remote
133
115
  # @param [Hash] opts the optional parameters
134
- # @option opts [String] :name name
135
- # @option opts [String] :name__in name__in
136
- # @option opts [String] :ordering Which field to use when ordering the results.
137
- # @option opts [String] :pulp_last_updated pulp_last_updated
138
- # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
139
- # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
140
- # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
141
- # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
142
- # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
143
116
  # @return [AsyncOperationResponse]
144
117
  describe 'update test' do
145
118
  it 'should work' do
@@ -104,9 +104,6 @@ describe 'RepositoriesContainerApi' do
104
104
  # Trigger an asynchronous delete task
105
105
  # @param container_container_repository_href
106
106
  # @param [Hash] opts the optional parameters
107
- # @option opts [String] :name name
108
- # @option opts [String] :name__in name__in
109
- # @option opts [String] :ordering Which field to use when ordering the results.
110
107
  # @return [AsyncOperationResponse]
111
108
  describe 'delete test' do
112
109
  it 'should work' do
@@ -138,9 +135,6 @@ describe 'RepositoriesContainerApi' do
138
135
  # @param container_container_repository_href
139
136
  # @param patchedcontainer_container_repository
140
137
  # @param [Hash] opts the optional parameters
141
- # @option opts [String] :name name
142
- # @option opts [String] :name__in name__in
143
- # @option opts [String] :ordering Which field to use when ordering the results.
144
138
  # @return [AsyncOperationResponse]
145
139
  describe 'partial_update test' do
146
140
  it 'should work' do
@@ -220,9 +214,6 @@ describe 'RepositoriesContainerApi' do
220
214
  # @param container_container_repository_href
221
215
  # @param container_container_repository
222
216
  # @param [Hash] opts the optional parameters
223
- # @option opts [String] :name name
224
- # @option opts [String] :name__in name__in
225
- # @option opts [String] :ordering Which field to use when ordering the results.
226
217
  # @return [AsyncOperationResponse]
227
218
  describe 'update test' do
228
219
  it 'should work' do
@@ -49,9 +49,6 @@ describe 'RepositoriesContainerPushApi' do
49
49
  # Trigger an asynchronous delete task
50
50
  # @param container_container_push_repository_href
51
51
  # @param [Hash] opts the optional parameters
52
- # @option opts [String] :name name
53
- # @option opts [String] :name__in name__in
54
- # @option opts [String] :ordering Which field to use when ordering the results.
55
52
  # @return [AsyncOperationResponse]
56
53
  describe 'delete test' do
57
54
  it 'should work' do
@@ -37,21 +37,6 @@ describe 'RepositoriesContainerVersionsApi' do
37
37
  # Trigger an asynchronous task to delete a repositroy version.
38
38
  # @param container_container_push_repository_version_href
39
39
  # @param [Hash] opts the optional parameters
40
- # @option opts [String] :content content
41
- # @option opts [String] :content__in content__in
42
- # @option opts [String] :number number
43
- # @option opts [String] :number__gt number__gt
44
- # @option opts [String] :number__gte number__gte
45
- # @option opts [String] :number__lt number__lt
46
- # @option opts [String] :number__lte number__lte
47
- # @option opts [String] :number__range number__range
48
- # @option opts [String] :ordering Which field to use when ordering the results.
49
- # @option opts [String] :pulp_created pulp_created
50
- # @option opts [String] :pulp_created__gt pulp_created__gt
51
- # @option opts [String] :pulp_created__gte pulp_created__gte
52
- # @option opts [String] :pulp_created__lt pulp_created__lt
53
- # @option opts [String] :pulp_created__lte pulp_created__lte
54
- # @option opts [String] :pulp_created__range pulp_created__range
55
40
  # @return [AsyncOperationResponse]
56
41
  describe 'delete test' do
57
42
  it 'should work' do
@@ -64,21 +49,6 @@ describe 'RepositoriesContainerVersionsApi' do
64
49
  # Trigger an asynchronous task to delete a repositroy version.
65
50
  # @param container_container_repository_version_href
66
51
  # @param [Hash] opts the optional parameters
67
- # @option opts [String] :content content
68
- # @option opts [String] :content__in content__in
69
- # @option opts [String] :number number
70
- # @option opts [String] :number__gt number__gt
71
- # @option opts [String] :number__gte number__gte
72
- # @option opts [String] :number__lt number__lt
73
- # @option opts [String] :number__lte number__lte
74
- # @option opts [String] :number__range number__range
75
- # @option opts [String] :ordering Which field to use when ordering the results.
76
- # @option opts [String] :pulp_created pulp_created
77
- # @option opts [String] :pulp_created__gt pulp_created__gt
78
- # @option opts [String] :pulp_created__gte pulp_created__gte
79
- # @option opts [String] :pulp_created__lt pulp_created__lt
80
- # @option opts [String] :pulp_created__lte pulp_created__lte
81
- # @option opts [String] :pulp_created__range pulp_created__range
82
52
  # @return [AsyncOperationResponse]
83
53
  describe 'delete_0 test' do
84
54
  it 'should work' do
@@ -32,31 +32,31 @@ describe 'ContainerContainerDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_href"' do
35
+ describe 'test attribute "content_guard"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pulp_created"' do
41
+ describe 'test attribute "repository"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "repository"' do
47
+ describe 'test attribute "pulp_created"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "repository_version"' do
53
+ describe 'test attribute "base_path"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "base_path"' do
59
+ describe 'test attribute "pulp_href"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
@@ -68,7 +68,7 @@ describe 'ContainerContainerDistributionResponse' do
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "content_guard"' do
71
+ describe 'test attribute "repository_version"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
@@ -32,13 +32,13 @@ describe 'ContainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "repository"' do
35
+ describe 'test attribute "content_guard"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "repository_version"' do
41
+ describe 'test attribute "repository"' 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
@@ -56,7 +56,7 @@ describe 'ContainerContainerDistribution' do
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "content_guard"' do
59
+ describe 'test attribute "repository_version"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
@@ -32,13 +32,13 @@ describe 'PatchedcontainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "repository"' do
35
+ describe 'test attribute "content_guard"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "repository_version"' do
41
+ describe 'test attribute "repository"' 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
@@ -56,7 +56,7 @@ describe 'PatchedcontainerContainerDistribution' do
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "content_guard"' do
59
+ describe 'test attribute "repository_version"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_container_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-08 00:00:00.000000000 Z
11
+ date: 2020-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday