pulp_container_client 2.15.3 → 2.16.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 +27 -36
- data/docs/ContainerContainerDistribution.md +4 -4
- data/docs/ContainerContainerDistributionResponse.md +9 -9
- data/docs/ContainerContainerPushRepository.md +4 -4
- data/docs/ContainerContainerPushRepositoryResponse.md +11 -11
- data/docs/ContentBlobsApi.md +1 -3
- data/docs/ContentManifestsApi.md +1 -3
- data/docs/ContentSignaturesApi.md +1 -11
- data/docs/ContentTagsApi.md +1 -3
- data/docs/DistributionsContainerApi.md +10 -136
- data/docs/IndexDynamicApi.md +50 -0
- data/docs/IndexStaticApi.md +50 -0
- data/docs/PatchedcontainerContainerDistribution.md +4 -4
- data/docs/PatchedcontainerContainerPushRepository.md +4 -4
- data/docs/PulpContainerNamespacesApi.md +9 -23
- data/docs/RemotesContainerApi.md +9 -135
- data/docs/RepositoriesContainerApi.md +11 -137
- data/docs/RepositoriesContainerPushApi.md +10 -24
- data/docs/RepositoriesContainerPushVersionsApi.md +1 -3
- data/docs/RepositoriesContainerVersionsApi.md +1 -3
- data/docs/TokenApi.md +1 -1
- data/lib/pulp_container_client/api/content_blobs_api.rb +0 -3
- data/lib/pulp_container_client/api/content_manifests_api.rb +0 -3
- data/lib/pulp_container_client/api/content_signatures_api.rb +0 -15
- data/lib/pulp_container_client/api/content_tags_api.rb +0 -3
- data/lib/pulp_container_client/api/distributions_container_api.rb +0 -163
- data/lib/pulp_container_client/api/index_dynamic_api.rb +74 -0
- data/lib/pulp_container_client/api/index_static_api.rb +74 -0
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -23
- data/lib/pulp_container_client/api/remotes_container_api.rb +0 -163
- data/lib/pulp_container_client/api/repositories_container_api.rb +2 -165
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -23
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +0 -3
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +0 -3
- data/lib/pulp_container_client/configuration.rb +2 -2
- data/lib/pulp_container_client/models/container_container_distribution.rb +19 -19
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +32 -32
- data/lib/pulp_container_client/models/container_container_push_repository.rb +32 -32
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +45 -45
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +19 -19
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +32 -32
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +2 -4
- data/spec/api/content_blobs_api_spec.rb +0 -1
- data/spec/api/content_manifests_api_spec.rb +0 -1
- data/spec/api/content_signatures_api_spec.rb +0 -5
- data/spec/api/content_tags_api_spec.rb +0 -1
- data/spec/api/distributions_container_api_spec.rb +0 -35
- data/spec/{models/set_label_spec.rb → api/index_dynamic_api_spec.rb} +11 -13
- data/spec/{models/unset_label_spec.rb → api/index_static_api_spec.rb} +12 -8
- data/spec/api/pulp_container_namespaces_api_spec.rb +0 -9
- data/spec/api/remotes_container_api_spec.rb +0 -35
- data/spec/api/repositories_container_api_spec.rb +1 -36
- data/spec/api/repositories_container_push_api_spec.rb +0 -9
- data/spec/api/repositories_container_push_versions_api_spec.rb +0 -1
- data/spec/api/repositories_container_versions_api_spec.rb +0 -1
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/container_container_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_distribution_spec.rb +3 -3
- data/spec/models/container_container_push_repository_response_spec.rb +8 -8
- data/spec/models/container_container_push_repository_spec.rb +2 -2
- data/spec/models/patchedcontainer_container_distribution_spec.rb +3 -3
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +2 -2
- metadata +55 -63
- data/docs/SetLabel.md +0 -19
- data/docs/SetLabelResponse.md +0 -19
- data/docs/UnsetLabel.md +0 -17
- data/docs/UnsetLabelResponse.md +0 -19
- data/lib/pulp_container_client/models/set_label.rb +0 -252
- data/lib/pulp_container_client/models/set_label_response.rb +0 -243
- data/lib/pulp_container_client/models/unset_label.rb +0 -242
- data/lib/pulp_container_client/models/unset_label_response.rb +0 -242
- data/spec/models/set_label_response_spec.rb +0 -47
- data/spec/models/unset_label_response_spec.rb +0 -47
|
@@ -33,7 +33,6 @@ describe 'RepositoriesContainerPushApi' do
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
# unit tests for add_role
|
|
36
|
-
# Add a role
|
|
37
36
|
# Add a role for this object to users/groups.
|
|
38
37
|
# @param container_container_push_repository_href
|
|
39
38
|
# @param nested_role
|
|
@@ -54,18 +53,13 @@ describe 'RepositoriesContainerPushApi' do
|
|
|
54
53
|
# @option opts [String] :name Filter results where name matches value
|
|
55
54
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
56
55
|
# @option opts [String] :name__icontains Filter results where name contains value
|
|
57
|
-
# @option opts [String] :name__iexact Filter results where name matches value
|
|
58
56
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
59
|
-
# @option opts [String] :name__iregex Filter results where name matches regex value
|
|
60
|
-
# @option opts [String] :name__istartswith Filter results where name starts with value
|
|
61
|
-
# @option opts [String] :name__regex Filter results where name matches regex value
|
|
62
57
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
63
58
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
64
59
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
65
60
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
66
61
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
|
67
62
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
68
|
-
# @option opts [String] :q
|
|
69
63
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
|
70
64
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
|
71
65
|
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
|
@@ -86,7 +80,6 @@ describe 'RepositoriesContainerPushApi' do
|
|
|
86
80
|
end
|
|
87
81
|
|
|
88
82
|
# unit tests for list_roles
|
|
89
|
-
# List roles
|
|
90
83
|
# List roles assigned to this object.
|
|
91
84
|
# @param container_container_push_repository_href
|
|
92
85
|
# @param [Hash] opts the optional parameters
|
|
@@ -100,7 +93,6 @@ describe 'RepositoriesContainerPushApi' do
|
|
|
100
93
|
end
|
|
101
94
|
|
|
102
95
|
# unit tests for my_permissions
|
|
103
|
-
# List user permissions
|
|
104
96
|
# List permissions available to the current user on this object.
|
|
105
97
|
# @param container_container_push_repository_href
|
|
106
98
|
# @param [Hash] opts the optional parameters
|
|
@@ -154,7 +146,6 @@ describe 'RepositoriesContainerPushApi' do
|
|
|
154
146
|
end
|
|
155
147
|
|
|
156
148
|
# unit tests for remove_role
|
|
157
|
-
# Remove a role
|
|
158
149
|
# Remove a role for this object from users/groups.
|
|
159
150
|
# @param container_container_push_repository_href
|
|
160
151
|
# @param nested_role
|
|
@@ -67,7 +67,6 @@ describe 'RepositoriesContainerPushVersionsApi' do
|
|
|
67
67
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
68
68
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
69
69
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
70
|
-
# @option opts [String] :q
|
|
71
70
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
72
71
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
73
72
|
# @return [PaginatedRepositoryVersionResponseList]
|
|
@@ -67,7 +67,6 @@ describe 'RepositoriesContainerVersionsApi' do
|
|
|
67
67
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
|
68
68
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
69
69
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
|
70
|
-
# @option opts [String] :q
|
|
71
70
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
72
71
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
73
72
|
# @return [PaginatedRepositoryVersionResponseList]
|
data/spec/configuration_spec.rb
CHANGED
|
@@ -18,7 +18,7 @@ describe PulpContainerClient::Configuration do
|
|
|
18
18
|
before(:each) do
|
|
19
19
|
# uncomment below to setup host and base_path
|
|
20
20
|
# require 'URI'
|
|
21
|
-
# uri = URI.parse("
|
|
21
|
+
# uri = URI.parse("https://pulp")
|
|
22
22
|
# PulpContainerClient.configure do |c|
|
|
23
23
|
# c.host = uri.host
|
|
24
24
|
# c.base_path = uri.path
|
|
@@ -28,14 +28,14 @@ describe PulpContainerClient::Configuration do
|
|
|
28
28
|
describe '#base_url' do
|
|
29
29
|
it 'should have the default value' do
|
|
30
30
|
# uncomment below to test default value of the base path
|
|
31
|
-
# expect(config.base_url).to eq("
|
|
31
|
+
# expect(config.base_url).to eq("https://pulp")
|
|
32
32
|
end
|
|
33
33
|
|
|
34
34
|
it 'should remove trailing slashes' do
|
|
35
35
|
[nil, '', '/', '//'].each do |base_path|
|
|
36
36
|
config.base_path = base_path
|
|
37
37
|
# uncomment below to test trailing slashes
|
|
38
|
-
# expect(config.base_url).to eq("
|
|
38
|
+
# expect(config.base_url).to eq("https://pulp")
|
|
39
39
|
end
|
|
40
40
|
end
|
|
41
41
|
end
|
|
@@ -32,43 +32,43 @@ 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 "pulp_created"' 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 "hidden"' 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_labels"' 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"' 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 "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
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
describe 'test attribute "
|
|
65
|
+
describe 'test attribute "content_guard"' 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 "base_path"' 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
|
|
@@ -38,13 +38,13 @@ describe 'ContainerContainerDistribution' do
|
|
|
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 "repository"' 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
|
|
@@ -56,7 +56,7 @@ describe 'ContainerContainerDistribution' do
|
|
|
56
56
|
end
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
-
describe 'test attribute "
|
|
59
|
+
describe 'test attribute "base_path"' 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,49 +32,49 @@ describe 'ContainerContainerPushRepositoryResponse' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepositoryResponse)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "pulp_created"' 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 "manifest_signing_service"' 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_labels"' 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 "retain_repo_versions"' 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 "description"' 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 "latest_version_href"' 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 "versions_href"' 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
|
|
75
75
|
end
|
|
76
76
|
|
|
77
|
-
describe 'test attribute "
|
|
77
|
+
describe 'test attribute "pulp_href"' do
|
|
78
78
|
it 'should work' do
|
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
80
|
end
|
|
@@ -38,7 +38,7 @@ describe 'ContainerContainerPushRepository' do
|
|
|
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
|
|
@@ -50,7 +50,7 @@ describe 'ContainerContainerPushRepository' do
|
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "description"' 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
|
|
@@ -38,13 +38,13 @@ describe 'PatchedcontainerContainerDistribution' do
|
|
|
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 "repository"' 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
|
|
@@ -56,7 +56,7 @@ describe 'PatchedcontainerContainerDistribution' do
|
|
|
56
56
|
end
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
-
describe 'test attribute "
|
|
59
|
+
describe 'test attribute "base_path"' 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
|
|
@@ -38,7 +38,7 @@ describe 'PatchedcontainerContainerPushRepository' do
|
|
|
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
|
|
@@ -50,7 +50,7 @@ describe 'PatchedcontainerContainerPushRepository' do
|
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "description"' 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
|
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.16.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: 2023-
|
|
11
|
+
date: 2023-08-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -103,6 +103,8 @@ files:
|
|
|
103
103
|
- docs/ContentSummaryResponse.md
|
|
104
104
|
- docs/ContentTagsApi.md
|
|
105
105
|
- docs/DistributionsContainerApi.md
|
|
106
|
+
- docs/IndexDynamicApi.md
|
|
107
|
+
- docs/IndexStaticApi.md
|
|
106
108
|
- docs/ManifestCopy.md
|
|
107
109
|
- docs/MediaTypesEnum.md
|
|
108
110
|
- docs/MyPermissionsResponse.md
|
|
@@ -138,20 +140,18 @@ files:
|
|
|
138
140
|
- docs/RepositoriesContainerVersionsApi.md
|
|
139
141
|
- docs/RepositorySign.md
|
|
140
142
|
- docs/RepositoryVersionResponse.md
|
|
141
|
-
- docs/SetLabel.md
|
|
142
|
-
- docs/SetLabelResponse.md
|
|
143
143
|
- docs/TagCopy.md
|
|
144
144
|
- docs/TagImage.md
|
|
145
145
|
- docs/TokenApi.md
|
|
146
146
|
- docs/UnTagImage.md
|
|
147
|
-
- docs/UnsetLabel.md
|
|
148
|
-
- docs/UnsetLabelResponse.md
|
|
149
147
|
- lib/pulp_container_client.rb
|
|
150
148
|
- lib/pulp_container_client/api/content_blobs_api.rb
|
|
151
149
|
- lib/pulp_container_client/api/content_manifests_api.rb
|
|
152
150
|
- lib/pulp_container_client/api/content_signatures_api.rb
|
|
153
151
|
- lib/pulp_container_client/api/content_tags_api.rb
|
|
154
152
|
- lib/pulp_container_client/api/distributions_container_api.rb
|
|
153
|
+
- lib/pulp_container_client/api/index_dynamic_api.rb
|
|
154
|
+
- lib/pulp_container_client/api/index_static_api.rb
|
|
155
155
|
- lib/pulp_container_client/api/pulp_container_namespaces_api.rb
|
|
156
156
|
- lib/pulp_container_client/api/remotes_container_api.rb
|
|
157
157
|
- lib/pulp_container_client/api/repositories_container_api.rb
|
|
@@ -209,13 +209,9 @@ files:
|
|
|
209
209
|
- lib/pulp_container_client/models/repair.rb
|
|
210
210
|
- lib/pulp_container_client/models/repository_sign.rb
|
|
211
211
|
- lib/pulp_container_client/models/repository_version_response.rb
|
|
212
|
-
- lib/pulp_container_client/models/set_label.rb
|
|
213
|
-
- lib/pulp_container_client/models/set_label_response.rb
|
|
214
212
|
- lib/pulp_container_client/models/tag_copy.rb
|
|
215
213
|
- lib/pulp_container_client/models/tag_image.rb
|
|
216
214
|
- lib/pulp_container_client/models/un_tag_image.rb
|
|
217
|
-
- lib/pulp_container_client/models/unset_label.rb
|
|
218
|
-
- lib/pulp_container_client/models/unset_label_response.rb
|
|
219
215
|
- lib/pulp_container_client/version.rb
|
|
220
216
|
- pulp_container_client.gemspec
|
|
221
217
|
- spec/api/content_blobs_api_spec.rb
|
|
@@ -223,6 +219,8 @@ files:
|
|
|
223
219
|
- spec/api/content_signatures_api_spec.rb
|
|
224
220
|
- spec/api/content_tags_api_spec.rb
|
|
225
221
|
- spec/api/distributions_container_api_spec.rb
|
|
222
|
+
- spec/api/index_dynamic_api_spec.rb
|
|
223
|
+
- spec/api/index_static_api_spec.rb
|
|
226
224
|
- spec/api/pulp_container_namespaces_api_spec.rb
|
|
227
225
|
- spec/api/remotes_container_api_spec.rb
|
|
228
226
|
- spec/api/repositories_container_api_spec.rb
|
|
@@ -279,13 +277,9 @@ files:
|
|
|
279
277
|
- spec/models/repair_spec.rb
|
|
280
278
|
- spec/models/repository_sign_spec.rb
|
|
281
279
|
- spec/models/repository_version_response_spec.rb
|
|
282
|
-
- spec/models/set_label_response_spec.rb
|
|
283
|
-
- spec/models/set_label_spec.rb
|
|
284
280
|
- spec/models/tag_copy_spec.rb
|
|
285
281
|
- spec/models/tag_image_spec.rb
|
|
286
282
|
- spec/models/un_tag_image_spec.rb
|
|
287
|
-
- spec/models/unset_label_response_spec.rb
|
|
288
|
-
- spec/models/unset_label_spec.rb
|
|
289
283
|
- spec/spec_helper.rb
|
|
290
284
|
homepage: https://github.com/pulp/pulp_container
|
|
291
285
|
licenses:
|
|
@@ -311,72 +305,70 @@ signing_key:
|
|
|
311
305
|
specification_version: 4
|
|
312
306
|
summary: Pulp 3 API Ruby Gem
|
|
313
307
|
test_files:
|
|
314
|
-
- spec/api/
|
|
315
|
-
- spec/api/
|
|
316
|
-
- spec/api/content_blobs_api_spec.rb
|
|
317
|
-
- spec/api/distributions_container_api_spec.rb
|
|
308
|
+
- spec/api/index_static_api_spec.rb
|
|
309
|
+
- spec/api/content_signatures_api_spec.rb
|
|
318
310
|
- spec/api/pulp_container_namespaces_api_spec.rb
|
|
311
|
+
- spec/api/repositories_container_push_api_spec.rb
|
|
312
|
+
- spec/api/index_dynamic_api_spec.rb
|
|
313
|
+
- spec/api/repositories_container_push_versions_api_spec.rb
|
|
319
314
|
- spec/api/remotes_container_api_spec.rb
|
|
320
|
-
- spec/api/
|
|
315
|
+
- spec/api/distributions_container_api_spec.rb
|
|
321
316
|
- spec/api/content_tags_api_spec.rb
|
|
322
|
-
- spec/api/
|
|
317
|
+
- spec/api/token_api_spec.rb
|
|
318
|
+
- spec/api/content_blobs_api_spec.rb
|
|
323
319
|
- spec/api/repositories_container_versions_api_spec.rb
|
|
320
|
+
- spec/api/repositories_container_api_spec.rb
|
|
324
321
|
- spec/api/content_manifests_api_spec.rb
|
|
325
|
-
- spec/api/repositories_container_push_versions_api_spec.rb
|
|
326
322
|
- spec/api_client_spec.rb
|
|
327
323
|
- spec/configuration_spec.rb
|
|
328
|
-
- spec/models/
|
|
329
|
-
- spec/models/
|
|
330
|
-
- spec/models/container_container_distribution_spec.rb
|
|
331
|
-
- spec/models/tag_image_spec.rb
|
|
332
|
-
- spec/models/repository_version_response_spec.rb
|
|
333
|
-
- spec/models/container_container_push_repository_response_spec.rb
|
|
334
|
-
- spec/models/patchedcontainer_container_distribution_spec.rb
|
|
324
|
+
- spec/models/container_container_namespace_spec.rb
|
|
325
|
+
- spec/models/repair_spec.rb
|
|
335
326
|
- spec/models/un_tag_image_spec.rb
|
|
336
|
-
- spec/models/
|
|
337
|
-
- spec/models/
|
|
338
|
-
- spec/models/
|
|
339
|
-
- spec/models/
|
|
340
|
-
- spec/models/
|
|
341
|
-
- spec/models/
|
|
342
|
-
- spec/models/remove_signatures_response_spec.rb
|
|
327
|
+
- spec/models/nested_role_response_spec.rb
|
|
328
|
+
- spec/models/remove_image_spec.rb
|
|
329
|
+
- spec/models/tag_copy_spec.rb
|
|
330
|
+
- spec/models/recursive_manage_spec.rb
|
|
331
|
+
- spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
|
|
332
|
+
- spec/models/manifest_copy_spec.rb
|
|
343
333
|
- spec/models/paginatedcontainer_container_remote_response_list_spec.rb
|
|
344
|
-
- spec/models/
|
|
345
|
-
- spec/models/
|
|
334
|
+
- spec/models/paginatedcontainer_tag_response_list_spec.rb
|
|
335
|
+
- spec/models/container_container_push_repository_spec.rb
|
|
336
|
+
- spec/models/paginatedcontainer_manifest_response_list_spec.rb
|
|
337
|
+
- spec/models/patchedcontainer_container_distribution_spec.rb
|
|
338
|
+
- spec/models/container_container_distribution_response_spec.rb
|
|
346
339
|
- spec/models/container_manifest_response_spec.rb
|
|
347
|
-
- spec/models/container_container_repository_spec.rb
|
|
348
|
-
- spec/models/media_types_enum_spec.rb
|
|
349
|
-
- spec/models/container_container_repository_response_spec.rb
|
|
350
|
-
- spec/models/nested_role_response_spec.rb
|
|
351
340
|
- spec/models/oci_build_image_spec.rb
|
|
352
|
-
- spec/models/container_container_namespace_spec.rb
|
|
353
|
-
- spec/models/container_container_remote_response_spec.rb
|
|
354
|
-
- spec/models/set_label_response_spec.rb
|
|
355
|
-
- spec/models/container_repository_sync_url_spec.rb
|
|
356
|
-
- spec/models/patchedcontainer_container_repository_spec.rb
|
|
357
|
-
- spec/models/set_label_spec.rb
|
|
358
341
|
- spec/models/container_tag_response_spec.rb
|
|
359
|
-
- spec/models/
|
|
360
|
-
- spec/models/
|
|
361
|
-
- spec/models/
|
|
342
|
+
- spec/models/paginatedcontainer_blob_response_list_spec.rb
|
|
343
|
+
- spec/models/tag_image_spec.rb
|
|
344
|
+
- spec/models/container_container_repository_spec.rb
|
|
345
|
+
- spec/models/paginatedcontainer_manifest_signature_response_list_spec.rb
|
|
346
|
+
- spec/models/remove_signatures_response_spec.rb
|
|
347
|
+
- spec/models/container_container_distribution_spec.rb
|
|
362
348
|
- spec/models/async_operation_response_spec.rb
|
|
349
|
+
- spec/models/patchedcontainer_container_repository_spec.rb
|
|
363
350
|
- spec/models/nested_role_spec.rb
|
|
364
|
-
- spec/models/
|
|
365
|
-
- spec/models/remove_image_spec.rb
|
|
366
|
-
- spec/models/paginatedcontainer_manifest_signature_response_list_spec.rb
|
|
351
|
+
- spec/models/object_roles_response_spec.rb
|
|
367
352
|
- spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
|
|
353
|
+
- spec/models/container_blob_response_spec.rb
|
|
354
|
+
- spec/models/container_container_push_repository_response_spec.rb
|
|
355
|
+
- spec/models/container_container_namespace_response_spec.rb
|
|
368
356
|
- spec/models/paginatedcontainer_container_repository_response_list_spec.rb
|
|
369
|
-
- spec/models/
|
|
357
|
+
- spec/models/my_permissions_response_spec.rb
|
|
358
|
+
- spec/models/repository_version_response_spec.rb
|
|
359
|
+
- spec/models/media_types_enum_spec.rb
|
|
360
|
+
- spec/models/policy_enum_spec.rb
|
|
370
361
|
- spec/models/container_manifest_signature_response_spec.rb
|
|
371
|
-
- spec/models/
|
|
372
|
-
- spec/models/
|
|
373
|
-
- spec/models/
|
|
374
|
-
- spec/models/content_summary_response_spec.rb
|
|
375
|
-
- spec/models/patchedcontainer_container_remote_spec.rb
|
|
376
|
-
- spec/models/paginatedcontainer_tag_response_list_spec.rb
|
|
362
|
+
- spec/models/repository_sign_spec.rb
|
|
363
|
+
- spec/models/container_container_remote_response_spec.rb
|
|
364
|
+
- spec/models/patchedcontainer_container_push_repository_spec.rb
|
|
377
365
|
- spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
|
|
378
|
-
- spec/models/container_container_remote_spec.rb
|
|
379
|
-
- spec/models/container_container_push_repository_spec.rb
|
|
380
|
-
- spec/models/tag_copy_spec.rb
|
|
381
366
|
- spec/models/remove_signatures_spec.rb
|
|
367
|
+
- spec/models/patchedcontainer_container_remote_spec.rb
|
|
368
|
+
- spec/models/container_container_remote_spec.rb
|
|
369
|
+
- spec/models/container_container_remote_response_hidden_fields_spec.rb
|
|
370
|
+
- spec/models/container_repository_sync_url_spec.rb
|
|
371
|
+
- spec/models/container_container_repository_response_spec.rb
|
|
372
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
373
|
+
- spec/models/content_summary_response_spec.rb
|
|
382
374
|
- spec/spec_helper.rb
|
data/docs/SetLabel.md
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# PulpContainerClient::SetLabel
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
Name | Type | Description | Notes
|
|
6
|
-
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**key** | **String** | |
|
|
8
|
-
**value** | **String** | |
|
|
9
|
-
|
|
10
|
-
## Code Sample
|
|
11
|
-
|
|
12
|
-
```ruby
|
|
13
|
-
require 'PulpContainerClient'
|
|
14
|
-
|
|
15
|
-
instance = PulpContainerClient::SetLabel.new(key: null,
|
|
16
|
-
value: null)
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
|
data/docs/SetLabelResponse.md
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# PulpContainerClient::SetLabelResponse
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
Name | Type | Description | Notes
|
|
6
|
-
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**key** | **String** | |
|
|
8
|
-
**value** | **String** | |
|
|
9
|
-
|
|
10
|
-
## Code Sample
|
|
11
|
-
|
|
12
|
-
```ruby
|
|
13
|
-
require 'PulpContainerClient'
|
|
14
|
-
|
|
15
|
-
instance = PulpContainerClient::SetLabelResponse.new(key: null,
|
|
16
|
-
value: null)
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
|
data/docs/UnsetLabel.md
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# PulpContainerClient::UnsetLabel
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
Name | Type | Description | Notes
|
|
6
|
-
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**key** | **String** | |
|
|
8
|
-
|
|
9
|
-
## Code Sample
|
|
10
|
-
|
|
11
|
-
```ruby
|
|
12
|
-
require 'PulpContainerClient'
|
|
13
|
-
|
|
14
|
-
instance = PulpContainerClient::UnsetLabel.new(key: null)
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
|
data/docs/UnsetLabelResponse.md
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# PulpContainerClient::UnsetLabelResponse
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
Name | Type | Description | Notes
|
|
6
|
-
------------ | ------------- | ------------- | -------------
|
|
7
|
-
**key** | **String** | |
|
|
8
|
-
**value** | **String** | | [optional] [readonly]
|
|
9
|
-
|
|
10
|
-
## Code Sample
|
|
11
|
-
|
|
12
|
-
```ruby
|
|
13
|
-
require 'PulpContainerClient'
|
|
14
|
-
|
|
15
|
-
instance = PulpContainerClient::UnsetLabelResponse.new(key: null,
|
|
16
|
-
value: null)
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
|