pulp_container_client 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -11
  3. data/docs/{ContainerBlobRead.md → ContainerBlob.md} +2 -2
  4. data/docs/ContainerContainerDistribution.md +10 -10
  5. data/docs/{ContainerManifestRead.md → ContainerManifest.md} +2 -2
  6. data/docs/{ContainerTagRead.md → ContainerTag.md} +2 -2
  7. data/docs/ContentBlobsApi.md +2 -2
  8. data/docs/ContentManifestsApi.md +2 -2
  9. data/docs/ContentTagsApi.md +2 -2
  10. data/docs/DistributionsContainerApi.md +2 -2
  11. data/docs/InlineResponse200.md +1 -1
  12. data/docs/InlineResponse2001.md +1 -1
  13. data/docs/InlineResponse2002.md +1 -1
  14. data/docs/InlineResponse2003.md +1 -1
  15. data/docs/InlineResponse2004.md +1 -1
  16. data/docs/InlineResponse2005.md +1 -1
  17. data/docs/InlineResponse2006.md +1 -1
  18. data/docs/RemotesContainerApi.md +4 -4
  19. data/docs/RepositoriesContainerApi.md +4 -4
  20. data/docs/RepositoriesContainerVersionsApi.md +6 -4
  21. data/lib/pulp_container_client.rb +3 -7
  22. data/lib/pulp_container_client/api/content_blobs_api.rb +3 -3
  23. data/lib/pulp_container_client/api/content_manifests_api.rb +3 -3
  24. data/lib/pulp_container_client/api/content_tags_api.rb +3 -3
  25. data/lib/pulp_container_client/api/distributions_container_api.rb +3 -3
  26. data/lib/pulp_container_client/api/remotes_container_api.rb +6 -6
  27. data/lib/pulp_container_client/api/repositories_container_api.rb +6 -6
  28. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +9 -6
  29. data/lib/pulp_container_client/models/{container_blob_read.rb → container_blob.rb} +3 -3
  30. data/lib/pulp_container_client/models/container_container_distribution.rb +64 -64
  31. data/lib/pulp_container_client/models/{container_manifest_read.rb → container_manifest.rb} +3 -3
  32. data/lib/pulp_container_client/models/{container_tag_read.rb → container_tag.rb} +3 -3
  33. data/lib/pulp_container_client/models/inline_response200.rb +1 -1
  34. data/lib/pulp_container_client/models/inline_response2001.rb +1 -1
  35. data/lib/pulp_container_client/models/inline_response2002.rb +1 -1
  36. data/lib/pulp_container_client/models/inline_response2003.rb +1 -1
  37. data/lib/pulp_container_client/models/inline_response2004.rb +1 -1
  38. data/lib/pulp_container_client/models/inline_response2005.rb +1 -1
  39. data/lib/pulp_container_client/models/inline_response2006.rb +1 -1
  40. data/lib/pulp_container_client/version.rb +1 -1
  41. data/spec/api/content_blobs_api_spec.rb +1 -1
  42. data/spec/api/content_manifests_api_spec.rb +1 -1
  43. data/spec/api/content_tags_api_spec.rb +1 -1
  44. data/spec/api/distributions_container_api_spec.rb +1 -1
  45. data/spec/api/remotes_container_api_spec.rb +2 -2
  46. data/spec/api/repositories_container_api_spec.rb +2 -2
  47. data/spec/api/repositories_container_versions_api_spec.rb +3 -2
  48. data/spec/models/{container_blob_read_spec.rb → container_blob_spec.rb} +6 -6
  49. data/spec/models/container_container_distribution_spec.rb +6 -6
  50. data/spec/models/{container_manifest_read_spec.rb → container_manifest_spec.rb} +6 -6
  51. data/spec/models/{container_tag_read_spec.rb → container_tag_spec.rb} +6 -6
  52. metadata +14 -30
  53. data/docs/ContainerContainerDistributionRead.md +0 -31
  54. data/docs/ContainerContainerRemoteRead.md +0 -47
  55. data/docs/ContainerContainerRepositoryRead.md +0 -27
  56. data/docs/RepositoryVersionRead.md +0 -25
  57. data/lib/pulp_container_client/models/container_container_distribution_read.rb +0 -342
  58. data/lib/pulp_container_client/models/container_container_remote_read.rb +0 -578
  59. data/lib/pulp_container_client/models/container_container_repository_read.rb +0 -294
  60. data/lib/pulp_container_client/models/repository_version_read.rb +0 -244
  61. data/spec/models/container_container_distribution_read_spec.rb +0 -83
  62. data/spec/models/container_container_remote_read_spec.rb +0 -135
  63. data/spec/models/container_container_repository_read_spec.rb +0 -71
  64. data/spec/models/repository_version_read_spec.rb +0 -65
@@ -1,83 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpContainerClient::ContainerContainerDistributionRead
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'ContainerContainerDistributionRead' do
21
- before do
22
- # run before each test
23
- @instance = PulpContainerClient::ContainerContainerDistributionRead.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of ContainerContainerDistributionRead' do
31
- it 'should create an instance of ContainerContainerDistributionRead' do
32
- expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionRead)
33
- end
34
- end
35
- describe 'test attribute "content_guard"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "pulp_created"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "name"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "repository"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- describe 'test attribute "pulp_href"' do
60
- it 'should work' do
61
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
- end
63
- end
64
-
65
- describe 'test attribute "repository_version"' do
66
- it 'should work' do
67
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
- end
69
- end
70
-
71
- describe 'test attribute "base_path"' do
72
- it 'should work' do
73
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
- end
75
- end
76
-
77
- describe 'test attribute "registry_path"' do
78
- it 'should work' do
79
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
- end
81
- end
82
-
83
- end
@@ -1,135 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpContainerClient::ContainerContainerRemoteRead
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'ContainerContainerRemoteRead' do
21
- before do
22
- # run before each test
23
- @instance = PulpContainerClient::ContainerContainerRemoteRead.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of ContainerContainerRemoteRead' do
31
- it 'should create an instance of ContainerContainerRemoteRead' do
32
- expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerRemoteRead)
33
- end
34
- end
35
- describe 'test attribute "pulp_href"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "pulp_created"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "name"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "url"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- describe 'test attribute "ca_cert"' do
60
- it 'should work' do
61
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
- end
63
- end
64
-
65
- describe 'test attribute "client_cert"' do
66
- it 'should work' do
67
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
- end
69
- end
70
-
71
- describe 'test attribute "client_key"' do
72
- it 'should work' do
73
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
- end
75
- end
76
-
77
- describe 'test attribute "tls_validation"' do
78
- it 'should work' do
79
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
- end
81
- end
82
-
83
- describe 'test attribute "proxy_url"' do
84
- it 'should work' do
85
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
- end
87
- end
88
-
89
- describe 'test attribute "username"' do
90
- it 'should work' do
91
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
- end
93
- end
94
-
95
- describe 'test attribute "password"' do
96
- it 'should work' do
97
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
- end
99
- end
100
-
101
- describe 'test attribute "pulp_last_updated"' do
102
- it 'should work' do
103
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
- end
105
- end
106
-
107
- describe 'test attribute "download_concurrency"' do
108
- it 'should work' do
109
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
- end
111
- end
112
-
113
- describe 'test attribute "policy"' do
114
- it 'should work' do
115
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["immediate", "on_demand", "streamed"])
117
- # validator.allowable_values.each do |value|
118
- # expect { @instance.policy = value }.not_to raise_error
119
- # end
120
- end
121
- end
122
-
123
- describe 'test attribute "upstream_name"' do
124
- it 'should work' do
125
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
126
- end
127
- end
128
-
129
- describe 'test attribute "whitelist_tags"' do
130
- it 'should work' do
131
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
132
- end
133
- end
134
-
135
- end
@@ -1,71 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpContainerClient::ContainerContainerRepositoryRead
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'ContainerContainerRepositoryRead' do
21
- before do
22
- # run before each test
23
- @instance = PulpContainerClient::ContainerContainerRepositoryRead.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of ContainerContainerRepositoryRead' do
31
- it 'should create an instance of ContainerContainerRepositoryRead' do
32
- expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerRepositoryRead)
33
- end
34
- end
35
- describe 'test attribute "pulp_href"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "pulp_created"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "versions_href"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "latest_version_href"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- describe 'test attribute "name"' do
60
- it 'should work' do
61
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
- end
63
- end
64
-
65
- describe 'test attribute "description"' do
66
- it 'should work' do
67
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
- end
69
- end
70
-
71
- end
@@ -1,65 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpContainerClient::RepositoryVersionRead
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'RepositoryVersionRead' do
21
- before do
22
- # run before each test
23
- @instance = PulpContainerClient::RepositoryVersionRead.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of RepositoryVersionRead' do
31
- it 'should create an instance of RepositoryVersionRead' do
32
- expect(@instance).to be_instance_of(PulpContainerClient::RepositoryVersionRead)
33
- end
34
- end
35
- describe 'test attribute "pulp_href"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "pulp_created"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "number"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "base_version"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- describe 'test attribute "content_summary"' do
60
- it 'should work' do
61
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
- end
63
- end
64
-
65
- end