pulp_container_client 2.2.2 → 2.3.0
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 +12 -13
- data/docs/ContainerContainerDistribution.md +11 -5
- data/docs/ContainerContainerDistributionResponse.md +16 -10
- data/docs/ContainerContainerPushRepositoryResponse.md +2 -0
- data/docs/ContainerContainerRemote.md +4 -0
- data/docs/ContainerContainerRemoteResponse.md +4 -0
- data/docs/ContainerContainerRepository.md +3 -1
- data/docs/ContainerContainerRepositoryResponse.md +2 -0
- data/docs/{ContentguardsContentRedirectApi.md → ContentGuardsContentRedirectApi.md} +25 -19
- data/docs/DistributionsContainerApi.md +8 -0
- data/docs/PatchedcontainerContainerDistribution.md +11 -5
- data/docs/PatchedcontainerContainerRemote.md +4 -0
- data/docs/PatchedcontainerContainerRepository.md +3 -1
- data/docs/PulpContainerNamespacesApi.md +16 -5
- data/docs/RemotesContainerApi.md +8 -0
- data/docs/RepositoriesContainerApi.md +8 -0
- data/docs/RepositoriesContainerPushApi.md +73 -61
- data/docs/RepositoriesContainerVersionsApi.md +2 -2
- data/lib/pulp_container_client/api/{contentguards_content_redirect_api.rb → content_guards_content_redirect_api.rb} +31 -22
- data/lib/pulp_container_client/api/distributions_container_api.rb +12 -0
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +24 -7
- data/lib/pulp_container_client/api/remotes_container_api.rb +12 -0
- data/lib/pulp_container_client/api/repositories_container_api.rb +12 -0
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +120 -94
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +4 -4
- data/lib/pulp_container_client/models/container_container_distribution.rb +51 -21
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +77 -47
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +10 -1
- data/lib/pulp_container_client/models/container_container_remote.rb +21 -1
- data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -1
- data/lib/pulp_container_client/models/container_container_repository.rb +10 -1
- data/lib/pulp_container_client/models/container_container_repository_response.rb +10 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +46 -16
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +21 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +10 -1
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +1 -2
- data/spec/api/{contentguards_content_redirect_api_spec.rb → content_guards_content_redirect_api_spec.rb} +9 -6
- data/spec/api/distributions_container_api_spec.rb +4 -0
- data/spec/api/pulp_container_namespaces_api_spec.rb +7 -2
- data/spec/api/remotes_container_api_spec.rb +4 -0
- data/spec/api/repositories_container_api_spec.rb +4 -0
- data/spec/api/repositories_container_push_api_spec.rb +32 -26
- data/spec/api/repositories_container_versions_api_spec.rb +2 -2
- data/spec/models/container_container_distribution_response_spec.rb +25 -7
- data/spec/models/container_container_distribution_spec.rb +20 -2
- data/spec/models/container_container_push_repository_response_spec.rb +6 -0
- data/spec/models/container_container_remote_response_spec.rb +12 -0
- data/spec/models/container_container_remote_spec.rb +12 -0
- data/spec/models/container_container_repository_response_spec.rb +6 -0
- data/spec/models/container_container_repository_spec.rb +6 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +20 -2
- data/spec/models/patchedcontainer_container_remote_spec.rb +12 -0
- data/spec/models/patchedcontainer_container_repository_spec.rb +6 -0
- metadata +43 -47
- data/docs/ContainerContainerPushRepository.md +0 -21
- data/lib/pulp_container_client/models/container_container_push_repository.rb +0 -234
- data/spec/models/container_container_push_repository_spec.rb +0 -53
@@ -32,43 +32,49 @@ describe 'ContainerContainerDistributionResponse' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistributionResponse)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "base_path"' 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 "
|
41
|
+
describe 'test attribute "pulp_labels"' 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 "
|
47
|
+
describe 'test attribute "pulp_href"' 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 "
|
53
|
+
describe 'test attribute "repository_version"' 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 "
|
59
|
+
describe 'test attribute "content_guard"' 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
|
63
63
|
end
|
64
64
|
|
65
|
-
describe 'test attribute "
|
65
|
+
describe 'test attribute "pulp_created"' 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
|
-
describe 'test attribute "
|
71
|
+
describe 'test attribute "name"' 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 "repository"' do
|
72
78
|
it 'should work' do
|
73
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
80
|
end
|
@@ -86,4 +92,16 @@ describe 'ContainerContainerDistributionResponse' do
|
|
86
92
|
end
|
87
93
|
end
|
88
94
|
|
95
|
+
describe 'test attribute "private"' 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 "description"' 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
|
+
|
89
107
|
end
|
@@ -32,6 +32,24 @@ describe 'ContainerContainerDistribution' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerDistribution)
|
33
33
|
end
|
34
34
|
end
|
35
|
+
describe 'test attribute "base_path"' 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_labels"' 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 "repository_version"' 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
|
+
|
35
53
|
describe 'test attribute "content_guard"' do
|
36
54
|
it 'should work' do
|
37
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -50,13 +68,13 @@ describe 'ContainerContainerDistribution' do
|
|
50
68
|
end
|
51
69
|
end
|
52
70
|
|
53
|
-
describe 'test attribute "
|
71
|
+
describe 'test attribute "private"' do
|
54
72
|
it 'should work' do
|
55
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
74
|
end
|
57
75
|
end
|
58
76
|
|
59
|
-
describe 'test attribute "
|
77
|
+
describe 'test attribute "description"' do
|
60
78
|
it 'should work' do
|
61
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
80
|
end
|
@@ -50,6 +50,12 @@ describe 'ContainerContainerPushRepositoryResponse' do
|
|
50
50
|
end
|
51
51
|
end
|
52
52
|
|
53
|
+
describe 'test attribute "pulp_labels"' 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
|
+
|
53
59
|
describe 'test attribute "latest_version_href"' do
|
54
60
|
it 'should work' do
|
55
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -98,6 +98,12 @@ describe 'ContainerContainerRemoteResponse' do
|
|
98
98
|
end
|
99
99
|
end
|
100
100
|
|
101
|
+
describe 'test attribute "pulp_labels"' 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
|
+
|
101
107
|
describe 'test attribute "pulp_last_updated"' do
|
102
108
|
it 'should work' do
|
103
109
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -140,6 +146,12 @@ describe 'ContainerContainerRemoteResponse' do
|
|
140
146
|
end
|
141
147
|
end
|
142
148
|
|
149
|
+
describe 'test attribute "rate_limit"' do
|
150
|
+
it 'should work' do
|
151
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
152
|
+
end
|
153
|
+
end
|
154
|
+
|
143
155
|
describe 'test attribute "upstream_name"' do
|
144
156
|
it 'should work' do
|
145
157
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -86,6 +86,12 @@ describe 'ContainerContainerRemote' do
|
|
86
86
|
end
|
87
87
|
end
|
88
88
|
|
89
|
+
describe 'test attribute "pulp_labels"' 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
|
+
|
89
95
|
describe 'test attribute "download_concurrency"' do
|
90
96
|
it 'should work' do
|
91
97
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -122,6 +128,12 @@ describe 'ContainerContainerRemote' do
|
|
122
128
|
end
|
123
129
|
end
|
124
130
|
|
131
|
+
describe 'test attribute "rate_limit"' do
|
132
|
+
it 'should work' do
|
133
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
134
|
+
end
|
135
|
+
end
|
136
|
+
|
125
137
|
describe 'test attribute "upstream_name"' do
|
126
138
|
it 'should work' do
|
127
139
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -50,6 +50,12 @@ describe 'ContainerContainerRepositoryResponse' do
|
|
50
50
|
end
|
51
51
|
end
|
52
52
|
|
53
|
+
describe 'test attribute "pulp_labels"' 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
|
+
|
53
59
|
describe 'test attribute "latest_version_href"' do
|
54
60
|
it 'should work' do
|
55
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -32,6 +32,12 @@ describe 'ContainerContainerRepository' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerRepository)
|
33
33
|
end
|
34
34
|
end
|
35
|
+
describe 'test attribute "pulp_labels"' 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
|
+
|
35
41
|
describe 'test attribute "name"' do
|
36
42
|
it 'should work' do
|
37
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -32,6 +32,24 @@ describe 'PatchedcontainerContainerDistribution' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerDistribution)
|
33
33
|
end
|
34
34
|
end
|
35
|
+
describe 'test attribute "base_path"' 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_labels"' 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 "repository_version"' 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
|
+
|
35
53
|
describe 'test attribute "content_guard"' do
|
36
54
|
it 'should work' do
|
37
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -50,13 +68,13 @@ describe 'PatchedcontainerContainerDistribution' do
|
|
50
68
|
end
|
51
69
|
end
|
52
70
|
|
53
|
-
describe 'test attribute "
|
71
|
+
describe 'test attribute "private"' do
|
54
72
|
it 'should work' do
|
55
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
74
|
end
|
57
75
|
end
|
58
76
|
|
59
|
-
describe 'test attribute "
|
77
|
+
describe 'test attribute "description"' do
|
60
78
|
it 'should work' do
|
61
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
80
|
end
|
@@ -86,6 +86,12 @@ describe 'PatchedcontainerContainerRemote' do
|
|
86
86
|
end
|
87
87
|
end
|
88
88
|
|
89
|
+
describe 'test attribute "pulp_labels"' 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
|
+
|
89
95
|
describe 'test attribute "download_concurrency"' do
|
90
96
|
it 'should work' do
|
91
97
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -122,6 +128,12 @@ describe 'PatchedcontainerContainerRemote' do
|
|
122
128
|
end
|
123
129
|
end
|
124
130
|
|
131
|
+
describe 'test attribute "rate_limit"' do
|
132
|
+
it 'should work' do
|
133
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
134
|
+
end
|
135
|
+
end
|
136
|
+
|
125
137
|
describe 'test attribute "upstream_name"' do
|
126
138
|
it 'should work' do
|
127
139
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -32,6 +32,12 @@ describe 'PatchedcontainerContainerRepository' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerRepository)
|
33
33
|
end
|
34
34
|
end
|
35
|
+
describe 'test attribute "pulp_labels"' 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
|
+
|
35
41
|
describe 'test attribute "name"' do
|
36
42
|
it 'should work' do
|
37
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
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.
|
4
|
+
version: 2.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -80,7 +80,6 @@ files:
|
|
80
80
|
- docs/ContainerContainerDistributionResponse.md
|
81
81
|
- docs/ContainerContainerNamespace.md
|
82
82
|
- docs/ContainerContainerNamespaceResponse.md
|
83
|
-
- docs/ContainerContainerPushRepository.md
|
84
83
|
- docs/ContainerContainerPushRepositoryResponse.md
|
85
84
|
- docs/ContainerContainerRemote.md
|
86
85
|
- docs/ContainerContainerRemoteResponse.md
|
@@ -91,11 +90,11 @@ files:
|
|
91
90
|
- docs/ContainerManifestResponse.md
|
92
91
|
- docs/ContainerTagResponse.md
|
93
92
|
- docs/ContentBlobsApi.md
|
93
|
+
- docs/ContentGuardsContentRedirectApi.md
|
94
94
|
- docs/ContentManifestsApi.md
|
95
95
|
- docs/ContentSummary.md
|
96
96
|
- docs/ContentSummaryResponse.md
|
97
97
|
- docs/ContentTagsApi.md
|
98
|
-
- docs/ContentguardsContentRedirectApi.md
|
99
98
|
- docs/DistributionsContainerApi.md
|
100
99
|
- docs/ManifestCopy.md
|
101
100
|
- docs/OCIBuildImage.md
|
@@ -130,9 +129,9 @@ files:
|
|
130
129
|
- git_push.sh
|
131
130
|
- lib/pulp_container_client.rb
|
132
131
|
- lib/pulp_container_client/api/content_blobs_api.rb
|
132
|
+
- lib/pulp_container_client/api/content_guards_content_redirect_api.rb
|
133
133
|
- lib/pulp_container_client/api/content_manifests_api.rb
|
134
134
|
- lib/pulp_container_client/api/content_tags_api.rb
|
135
|
-
- lib/pulp_container_client/api/contentguards_content_redirect_api.rb
|
136
135
|
- lib/pulp_container_client/api/distributions_container_api.rb
|
137
136
|
- lib/pulp_container_client/api/pulp_container_namespaces_api.rb
|
138
137
|
- lib/pulp_container_client/api/remotes_container_api.rb
|
@@ -149,7 +148,6 @@ files:
|
|
149
148
|
- lib/pulp_container_client/models/container_container_distribution_response.rb
|
150
149
|
- lib/pulp_container_client/models/container_container_namespace.rb
|
151
150
|
- lib/pulp_container_client/models/container_container_namespace_response.rb
|
152
|
-
- lib/pulp_container_client/models/container_container_push_repository.rb
|
153
151
|
- lib/pulp_container_client/models/container_container_push_repository_response.rb
|
154
152
|
- lib/pulp_container_client/models/container_container_remote.rb
|
155
153
|
- lib/pulp_container_client/models/container_container_remote_response.rb
|
@@ -188,9 +186,9 @@ files:
|
|
188
186
|
- lib/pulp_container_client/version.rb
|
189
187
|
- pulp_container_client.gemspec
|
190
188
|
- spec/api/content_blobs_api_spec.rb
|
189
|
+
- spec/api/content_guards_content_redirect_api_spec.rb
|
191
190
|
- spec/api/content_manifests_api_spec.rb
|
192
191
|
- spec/api/content_tags_api_spec.rb
|
193
|
-
- spec/api/contentguards_content_redirect_api_spec.rb
|
194
192
|
- spec/api/distributions_container_api_spec.rb
|
195
193
|
- spec/api/pulp_container_namespaces_api_spec.rb
|
196
194
|
- spec/api/remotes_container_api_spec.rb
|
@@ -207,7 +205,6 @@ files:
|
|
207
205
|
- spec/models/container_container_namespace_response_spec.rb
|
208
206
|
- spec/models/container_container_namespace_spec.rb
|
209
207
|
- spec/models/container_container_push_repository_response_spec.rb
|
210
|
-
- spec/models/container_container_push_repository_spec.rb
|
211
208
|
- spec/models/container_container_remote_response_spec.rb
|
212
209
|
- spec/models/container_container_remote_spec.rb
|
213
210
|
- spec/models/container_container_repository_response_spec.rb
|
@@ -262,64 +259,63 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
262
259
|
- !ruby/object:Gem::Version
|
263
260
|
version: '0'
|
264
261
|
requirements: []
|
265
|
-
rubygems_version: 3.0.3
|
262
|
+
rubygems_version: 3.0.3
|
266
263
|
signing_key:
|
267
264
|
specification_version: 4
|
268
265
|
summary: Pulp 3 API Ruby Gem
|
269
266
|
test_files:
|
267
|
+
- spec/api/content_tags_api_spec.rb
|
268
|
+
- spec/api/repositories_container_versions_api_spec.rb
|
270
269
|
- spec/api/remotes_container_api_spec.rb
|
271
|
-
- spec/api/token_api_spec.rb
|
272
|
-
- spec/api/distributions_container_api_spec.rb
|
273
|
-
- spec/api/pulp_container_namespaces_api_spec.rb
|
274
|
-
- spec/api/contentguards_content_redirect_api_spec.rb
|
275
270
|
- spec/api/content_blobs_api_spec.rb
|
276
271
|
- spec/api/repositories_container_api_spec.rb
|
277
|
-
- spec/api/repositories_container_push_api_spec.rb
|
278
272
|
- spec/api/content_manifests_api_spec.rb
|
279
|
-
- spec/api/
|
280
|
-
- spec/api/
|
273
|
+
- spec/api/content_guards_content_redirect_api_spec.rb
|
274
|
+
- spec/api/pulp_container_namespaces_api_spec.rb
|
275
|
+
- spec/api/token_api_spec.rb
|
276
|
+
- spec/api/repositories_container_push_api_spec.rb
|
277
|
+
- spec/api/distributions_container_api_spec.rb
|
281
278
|
- spec/api_client_spec.rb
|
282
279
|
- spec/configuration_spec.rb
|
283
280
|
- spec/models/tag_copy_spec.rb
|
281
|
+
- spec/models/repository_sync_url_spec.rb
|
282
|
+
- spec/models/manifest_copy_spec.rb
|
283
|
+
- spec/models/container_container_repository_response_spec.rb
|
284
|
+
- spec/models/patchedcontainer_container_remote_spec.rb
|
285
|
+
- spec/models/policy_enum_spec.rb
|
286
|
+
- spec/models/container_tag_response_spec.rb
|
287
|
+
- spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
|
284
288
|
- spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
|
285
|
-
- spec/models/repository_version_response_spec.rb
|
286
289
|
- spec/models/patchedcontainer_container_distribution_spec.rb
|
287
|
-
- spec/models/
|
290
|
+
- spec/models/paginatedcontainer_manifest_response_list_spec.rb
|
291
|
+
- spec/models/container_container_remote_response_spec.rb
|
288
292
|
- spec/models/paginatedcontainer_blob_response_list_spec.rb
|
293
|
+
- spec/models/tag_image_spec.rb
|
294
|
+
- spec/models/paginatedcontainer_content_redirect_content_guard_response_list_spec.rb
|
295
|
+
- spec/models/container_container_namespace_spec.rb
|
289
296
|
- spec/models/container_manifest_response_spec.rb
|
290
|
-
- spec/models/
|
291
|
-
- spec/models/container_container_distribution_spec.rb
|
292
|
-
- spec/models/container_container_remote_spec.rb
|
293
|
-
- spec/models/container_container_remote_response_spec.rb
|
294
|
-
- spec/models/patchedcontainer_container_remote_spec.rb
|
295
|
-
- spec/models/recursive_manage_spec.rb
|
297
|
+
- spec/models/repository_version_response_spec.rb
|
296
298
|
- spec/models/paginatedcontainer_container_remote_response_list_spec.rb
|
297
|
-
- spec/models/container_container_push_repository_spec.rb
|
298
|
-
- spec/models/manifest_copy_spec.rb
|
299
|
-
- spec/models/paginatedcontainer_content_redirect_content_guard_response_list_spec.rb
|
300
|
-
- spec/models/oci_build_image_spec.rb
|
301
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
302
|
-
- spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
|
303
299
|
- spec/models/container_content_redirect_content_guard_spec.rb
|
304
|
-
- spec/models/
|
300
|
+
- spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
|
301
|
+
- spec/models/container_container_push_repository_response_spec.rb
|
302
|
+
- spec/models/container_container_repository_spec.rb
|
303
|
+
- spec/models/async_operation_response_spec.rb
|
304
|
+
- spec/models/recursive_manage_spec.rb
|
305
|
+
- spec/models/container_container_distribution_response_spec.rb
|
306
|
+
- spec/models/paginatedcontainer_tag_response_list_spec.rb
|
305
307
|
- spec/models/content_summary_response_spec.rb
|
306
|
-
- spec/models/
|
307
|
-
- spec/models/
|
308
|
-
- spec/models/container_blob_response_spec.rb
|
308
|
+
- spec/models/paginatedcontainer_container_repository_response_list_spec.rb
|
309
|
+
- spec/models/container_container_distribution_spec.rb
|
309
310
|
- spec/models/patchedcontainer_content_redirect_content_guard_spec.rb
|
310
|
-
- spec/models/
|
311
|
-
- spec/models/
|
312
|
-
- spec/models/
|
313
|
-
- spec/models/
|
311
|
+
- spec/models/container_content_redirect_content_guard_response_spec.rb
|
312
|
+
- spec/models/container_container_remote_spec.rb
|
313
|
+
- spec/models/container_blob_response_spec.rb
|
314
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
314
315
|
- spec/models/content_summary_spec.rb
|
315
|
-
- spec/models/
|
316
|
-
- spec/models/container_tag_response_spec.rb
|
317
|
-
- spec/models/container_container_namespace_response_spec.rb
|
316
|
+
- spec/models/repository_version_spec.rb
|
318
317
|
- spec/models/un_tag_image_spec.rb
|
319
|
-
- spec/models/
|
320
|
-
- spec/models/
|
321
|
-
- spec/models/
|
322
|
-
- spec/models/async_operation_response_spec.rb
|
323
|
-
- spec/models/container_container_namespace_spec.rb
|
324
|
-
- spec/models/container_container_push_repository_response_spec.rb
|
318
|
+
- spec/models/patchedcontainer_container_repository_spec.rb
|
319
|
+
- spec/models/oci_build_image_spec.rb
|
320
|
+
- spec/models/container_container_namespace_response_spec.rb
|
325
321
|
- spec/spec_helper.rb
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# PulpContainerClient::ContainerContainerPushRepository
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
Name | Type | Description | Notes
|
6
|
-
------------ | ------------- | ------------- | -------------
|
7
|
-
**name** | **String** | A unique name for this repository. |
|
8
|
-
**description** | **String** | An optional description. | [optional]
|
9
|
-
**remote** | **String** | | [optional]
|
10
|
-
|
11
|
-
## Code Sample
|
12
|
-
|
13
|
-
```ruby
|
14
|
-
require 'PulpContainerClient'
|
15
|
-
|
16
|
-
instance = PulpContainerClient::ContainerContainerPushRepository.new(name: null,
|
17
|
-
description: null,
|
18
|
-
remote: null)
|
19
|
-
```
|
20
|
-
|
21
|
-
|