pulp_container_client 2.20.0 → 2.20.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -7
- data/docs/ContainerBlobResponse.md +2 -0
- data/docs/ContainerContainerDistribution.md +9 -9
- data/docs/ContainerContainerDistributionResponse.md +13 -11
- data/docs/ContainerContainerNamespaceResponse.md +2 -0
- data/docs/ContainerContainerPullThroughDistribution.md +9 -9
- data/docs/ContainerContainerPullThroughDistributionResponse.md +13 -11
- data/docs/ContainerContainerPullThroughRemoteResponse.md +2 -2
- data/docs/ContainerContainerPullThroughRemoteResponseHiddenFields.md +2 -2
- data/docs/ContainerContainerPushRepository.md +6 -6
- data/docs/ContainerContainerPushRepositoryResponse.md +15 -13
- data/docs/ContainerContainerRemoteResponse.md +2 -2
- data/docs/ContainerContainerRepositoryResponse.md +2 -0
- data/docs/ContainerManifestResponse.md +2 -0
- data/docs/ContainerManifestSignatureResponse.md +2 -0
- data/docs/ContainerTagResponse.md +2 -0
- data/docs/ContentBlobsApi.md +1 -1
- data/docs/ContentManifestsApi.md +1 -1
- data/docs/ContentSignaturesApi.md +1 -1
- data/docs/ContentTagsApi.md +1 -1
- data/docs/DistributionsContainerApi.md +1 -1
- data/docs/DistributionsPullThroughApi.md +1 -1
- data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
- data/docs/PaginatedcontainerBlobResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerDistributionResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerNamespaceResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerPushRepositoryResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerRemoteResponseList.md +2 -2
- data/docs/PaginatedcontainerContainerRepositoryResponseList.md +2 -2
- data/docs/PaginatedcontainerManifestResponseList.md +2 -2
- data/docs/PaginatedcontainerManifestSignatureResponseList.md +2 -2
- data/docs/PaginatedcontainerTagResponseList.md +2 -2
- data/docs/PatchedcontainerContainerDistribution.md +9 -9
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +9 -9
- data/docs/PatchedcontainerContainerPushRepository.md +6 -6
- data/docs/PulpContainerNamespacesApi.md +1 -1
- data/docs/RemotesContainerApi.md +1 -1
- data/docs/RemotesPullThroughApi.md +1 -1
- data/docs/RepositoriesContainerApi.md +1 -1
- data/docs/RepositoriesContainerPushApi.md +1 -1
- data/docs/RepositoriesContainerPushVersionsApi.md +1 -1
- data/docs/RepositoriesContainerVersionsApi.md +1 -1
- data/docs/RepositoryVersionResponse.md +2 -0
- data/docs/TokenApi.md +1 -1
- data/lib/pulp_container_client/configuration.rb +2 -2
- data/lib/pulp_container_client/models/container_blob_response.rb +11 -1
- data/lib/pulp_container_client/models/container_container_distribution.rb +63 -63
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +62 -52
- data/lib/pulp_container_client/models/container_container_namespace_response.rb +11 -1
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +63 -63
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +62 -52
- data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +20 -20
- data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +31 -31
- data/lib/pulp_container_client/models/container_container_pull_through_remote_response_hidden_fields.rb +10 -0
- data/lib/pulp_container_client/models/container_container_push_repository.rb +40 -40
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +60 -50
- data/lib/pulp_container_client/models/container_container_remote.rb +20 -20
- data/lib/pulp_container_client/models/container_container_remote_response.rb +31 -31
- data/lib/pulp_container_client/models/container_container_repository_response.rb +11 -1
- data/lib/pulp_container_client/models/container_manifest_response.rb +11 -1
- data/lib/pulp_container_client/models/container_manifest_signature_response.rb +11 -1
- data/lib/pulp_container_client/models/container_tag_response.rb +11 -1
- data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +10 -0
- data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +10 -0
- data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +10 -0
- data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +10 -0
- data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +10 -0
- data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +10 -0
- data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +10 -0
- data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +10 -0
- data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +10 -0
- data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +10 -0
- data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +10 -0
- data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +10 -0
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +54 -54
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +54 -54
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +20 -20
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +40 -40
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +20 -20
- data/lib/pulp_container_client/models/repository_version_response.rb +11 -1
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +0 -2
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/container_blob_response_spec.rb +6 -0
- data/spec/models/container_container_distribution_response_spec.rb +14 -8
- data/spec/models/container_container_distribution_spec.rb +6 -6
- data/spec/models/container_container_namespace_response_spec.rb +6 -0
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +14 -8
- data/spec/models/container_container_pull_through_distribution_spec.rb +6 -6
- data/spec/models/container_container_pull_through_remote_response_spec.rb +6 -6
- data/spec/models/container_container_push_repository_response_spec.rb +14 -8
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/container_container_remote_response_spec.rb +6 -6
- data/spec/models/container_container_repository_response_spec.rb +6 -0
- data/spec/models/container_manifest_response_spec.rb +6 -0
- data/spec/models/container_manifest_signature_response_spec.rb +6 -0
- data/spec/models/container_tag_response_spec.rb +6 -0
- data/spec/models/patchedcontainer_container_distribution_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +6 -6
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +70 -78
- data/docs/IndexDynamicApi.md +0 -50
- data/docs/IndexStaticApi.md +0 -50
- data/lib/pulp_container_client/api/index_dynamic_api.rb +0 -74
- data/lib/pulp_container_client/api/index_static_api.rb +0 -74
- data/spec/api/index_dynamic_api_spec.rb +0 -45
- data/spec/api/index_static_api_spec.rb +0 -45
@@ -32,37 +32,37 @@ 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 "latest_version_href"' 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 "description"' 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 "pulp_last_updated"' 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 "versions_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 "retain_repo_versions"' 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
|
@@ -74,13 +74,19 @@ describe 'ContainerContainerPushRepositoryResponse' do
|
|
74
74
|
end
|
75
75
|
end
|
76
76
|
|
77
|
-
describe 'test attribute "
|
77
|
+
describe 'test attribute "manifest_signing_service"' 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
|
81
81
|
end
|
82
82
|
|
83
|
-
describe 'test attribute "
|
83
|
+
describe 'test attribute "pulp_href"' 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 "pulp_labels"' do
|
84
90
|
it 'should work' do
|
85
91
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
92
|
end
|
@@ -32,31 +32,31 @@ describe 'ContainerContainerPushRepository' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPushRepository)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "description"' 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 "retain_repo_versions"' 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 "name"' 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 "manifest_signing_service"' 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_labels"' 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
|
@@ -44,6 +44,12 @@ describe 'ContainerContainerRemoteResponse' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
47
53
|
describe 'test attribute "name"' do
|
48
54
|
it 'should work' do
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -86,12 +92,6 @@ describe 'ContainerContainerRemoteResponse' do
|
|
86
92
|
end
|
87
93
|
end
|
88
94
|
|
89
|
-
describe 'test attribute "pulp_last_updated"' 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
95
|
describe 'test attribute "download_concurrency"' do
|
96
96
|
it 'should work' do
|
97
97
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -44,6 +44,12 @@ describe 'ContainerContainerRepositoryResponse' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
47
53
|
describe 'test attribute "versions_href"' do
|
48
54
|
it 'should work' do
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -44,6 +44,12 @@ describe 'ContainerManifestResponse' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
47
53
|
describe 'test attribute "digest"' do
|
48
54
|
it 'should work' do
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -44,6 +44,12 @@ describe 'ContainerManifestSignatureResponse' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
47
53
|
describe 'test attribute "name"' do
|
48
54
|
it 'should work' do
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -44,6 +44,12 @@ describe 'ContainerTagResponse' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
47
53
|
describe 'test attribute "name"' do
|
48
54
|
it 'should work' do
|
49
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -32,37 +32,37 @@ describe 'PatchedcontainerContainerDistribution' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerDistribution)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "repository"' 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 "name"' 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 "base_path"' 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 "content_guard"' 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_labels"' 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 "hidden"' 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
|
@@ -32,37 +32,37 @@ describe 'PatchedcontainerContainerPullThroughDistribution' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerPullThroughDistribution)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "repository"' 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 "name"' 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 "base_path"' 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 "content_guard"' 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_labels"' 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 "hidden"' 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
|
@@ -32,31 +32,31 @@ describe 'PatchedcontainerContainerPushRepository' do
|
|
32
32
|
expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerPushRepository)
|
33
33
|
end
|
34
34
|
end
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "description"' 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 "retain_repo_versions"' 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 "name"' 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 "manifest_signing_service"' 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_labels"' 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
|
@@ -44,6 +44,12 @@ describe 'RepositoryVersionResponse' do
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
+
describe 'test attribute "pulp_last_updated"' 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
|
+
|
47
53
|
describe 'test attribute "number"' do
|
48
54
|
it 'should work' do
|
49
55
|
# 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.20.
|
4
|
+
version: 2.20.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -34,42 +34,42 @@ dependencies:
|
|
34
34
|
name: json
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
|
-
- - ">="
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
version: 2.1.0
|
40
37
|
- - "~>"
|
41
38
|
- !ruby/object:Gem::Version
|
42
39
|
version: '2.1'
|
40
|
+
- - ">="
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: 2.1.0
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
|
-
- - ">="
|
48
|
-
- !ruby/object:Gem::Version
|
49
|
-
version: 2.1.0
|
50
47
|
- - "~>"
|
51
48
|
- !ruby/object:Gem::Version
|
52
49
|
version: '2.1'
|
50
|
+
- - ">="
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: 2.1.0
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
name: rspec
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
56
56
|
requirements:
|
57
|
-
- - ">="
|
58
|
-
- !ruby/object:Gem::Version
|
59
|
-
version: 3.6.0
|
60
57
|
- - "~>"
|
61
58
|
- !ruby/object:Gem::Version
|
62
59
|
version: '3.6'
|
60
|
+
- - ">="
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: 3.6.0
|
63
63
|
type: :development
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
|
-
- - ">="
|
68
|
-
- !ruby/object:Gem::Version
|
69
|
-
version: 3.6.0
|
70
67
|
- - "~>"
|
71
68
|
- !ruby/object:Gem::Version
|
72
69
|
version: '3.6'
|
70
|
+
- - ">="
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
version: 3.6.0
|
73
73
|
description: Fetch, Upload, Organize, and Distribute Software Packages
|
74
74
|
email:
|
75
75
|
- pulp-list@redhat.com
|
@@ -108,8 +108,6 @@ files:
|
|
108
108
|
- docs/ContentTagsApi.md
|
109
109
|
- docs/DistributionsContainerApi.md
|
110
110
|
- docs/DistributionsPullThroughApi.md
|
111
|
-
- docs/IndexDynamicApi.md
|
112
|
-
- docs/IndexStaticApi.md
|
113
111
|
- docs/ManifestCopy.md
|
114
112
|
- docs/MediaTypesEnum.md
|
115
113
|
- docs/MyPermissionsResponse.md
|
@@ -166,8 +164,6 @@ files:
|
|
166
164
|
- lib/pulp_container_client/api/content_tags_api.rb
|
167
165
|
- lib/pulp_container_client/api/distributions_container_api.rb
|
168
166
|
- lib/pulp_container_client/api/distributions_pull_through_api.rb
|
169
|
-
- lib/pulp_container_client/api/index_dynamic_api.rb
|
170
|
-
- lib/pulp_container_client/api/index_static_api.rb
|
171
167
|
- lib/pulp_container_client/api/pulp_container_namespaces_api.rb
|
172
168
|
- lib/pulp_container_client/api/remotes_container_api.rb
|
173
169
|
- lib/pulp_container_client/api/remotes_pull_through_api.rb
|
@@ -250,8 +246,6 @@ files:
|
|
250
246
|
- spec/api/content_tags_api_spec.rb
|
251
247
|
- spec/api/distributions_container_api_spec.rb
|
252
248
|
- spec/api/distributions_pull_through_api_spec.rb
|
253
|
-
- spec/api/index_dynamic_api_spec.rb
|
254
|
-
- spec/api/index_static_api_spec.rb
|
255
249
|
- spec/api/pulp_container_namespaces_api_spec.rb
|
256
250
|
- spec/api/remotes_container_api_spec.rb
|
257
251
|
- spec/api/remotes_pull_through_api_spec.rb
|
@@ -345,90 +339,88 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
345
339
|
- !ruby/object:Gem::Version
|
346
340
|
version: '0'
|
347
341
|
requirements: []
|
348
|
-
rubygems_version: 3.
|
342
|
+
rubygems_version: 3.3.5
|
349
343
|
signing_key:
|
350
344
|
specification_version: 4
|
351
345
|
summary: Pulp 3 API Ruby Gem
|
352
346
|
test_files:
|
347
|
+
- spec/api/distributions_pull_through_api_spec.rb
|
348
|
+
- spec/api/remotes_pull_through_api_spec.rb
|
353
349
|
- spec/api/repositories_container_push_versions_api_spec.rb
|
354
|
-
- spec/api/index_static_api_spec.rb
|
355
350
|
- spec/api/content_blobs_api_spec.rb
|
356
|
-
- spec/api/
|
357
|
-
- spec/api/
|
351
|
+
- spec/api/repositories_container_versions_api_spec.rb
|
352
|
+
- spec/api/remotes_container_api_spec.rb
|
358
353
|
- spec/api/repositories_container_push_api_spec.rb
|
359
|
-
- spec/api/distributions_pull_through_api_spec.rb
|
360
354
|
- spec/api/content_manifests_api_spec.rb
|
361
|
-
- spec/api/
|
362
|
-
- spec/api/remotes_container_api_spec.rb
|
355
|
+
- spec/api/content_signatures_api_spec.rb
|
363
356
|
- spec/api/distributions_container_api_spec.rb
|
357
|
+
- spec/api/content_tags_api_spec.rb
|
358
|
+
- spec/api/pulp_container_namespaces_api_spec.rb
|
364
359
|
- spec/api/repositories_container_api_spec.rb
|
365
|
-
- spec/api/index_dynamic_api_spec.rb
|
366
360
|
- spec/api/token_api_spec.rb
|
367
|
-
- spec/api/content_signatures_api_spec.rb
|
368
|
-
- spec/api/repositories_container_versions_api_spec.rb
|
369
361
|
- spec/api_client_spec.rb
|
370
362
|
- spec/configuration_spec.rb
|
371
|
-
- spec/models/
|
372
|
-
- spec/models/
|
373
|
-
- spec/models/object_roles_response_spec.rb
|
374
|
-
- spec/models/container_container_pull_through_remote_spec.rb
|
363
|
+
- spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
|
364
|
+
- spec/models/nested_role_spec.rb
|
375
365
|
- spec/models/container_container_repository_spec.rb
|
376
|
-
- spec/models/
|
377
|
-
- spec/models/container_manifest_response_spec.rb
|
378
|
-
- spec/models/unset_label_spec.rb
|
379
|
-
- spec/models/my_permissions_response_spec.rb
|
380
|
-
- spec/models/paginatedcontainer_blob_response_list_spec.rb
|
381
|
-
- spec/models/container_tag_response_spec.rb
|
382
|
-
- spec/models/patchedcontainer_container_repository_spec.rb
|
383
|
-
- spec/models/policy762_enum_spec.rb
|
384
|
-
- spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
|
366
|
+
- spec/models/repair_spec.rb
|
385
367
|
- spec/models/content_summary_response_spec.rb
|
386
|
-
- spec/models/tag_copy_spec.rb
|
387
|
-
- spec/models/remove_signatures_response_spec.rb
|
388
|
-
- spec/models/container_container_distribution_response_spec.rb
|
389
368
|
- spec/models/un_tag_image_spec.rb
|
369
|
+
- spec/models/container_blob_response_spec.rb
|
370
|
+
- spec/models/container_tag_response_spec.rb
|
371
|
+
- spec/models/patchedcontainer_container_distribution_spec.rb
|
372
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
373
|
+
- spec/models/set_label_response_spec.rb
|
374
|
+
- spec/models/object_roles_response_spec.rb
|
390
375
|
- spec/models/nested_role_response_spec.rb
|
391
|
-
- spec/models/
|
392
|
-
- spec/models/
|
376
|
+
- spec/models/recursive_manage_spec.rb
|
377
|
+
- spec/models/container_container_remote_spec.rb
|
393
378
|
- spec/models/repository_version_response_spec.rb
|
394
|
-
- spec/models/
|
395
|
-
- spec/models/
|
379
|
+
- spec/models/unset_label_spec.rb
|
380
|
+
- spec/models/my_permissions_response_spec.rb
|
381
|
+
- spec/models/remove_image_spec.rb
|
382
|
+
- spec/models/container_container_pull_through_remote_response_spec.rb
|
383
|
+
- spec/models/paginatedcontainer_container_remote_response_list_spec.rb
|
396
384
|
- spec/models/unset_label_response_spec.rb
|
397
|
-
- spec/models/
|
398
|
-
- spec/models/set_label_response_spec.rb
|
399
|
-
- spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
|
385
|
+
- spec/models/paginatedcontainer_manifest_signature_response_list_spec.rb
|
400
386
|
- spec/models/container_repository_sync_url_spec.rb
|
401
|
-
- spec/models/nested_role_spec.rb
|
402
387
|
- spec/models/container_container_push_repository_spec.rb
|
388
|
+
- spec/models/paginatedcontainer_container_pull_through_distribution_response_list_spec.rb
|
389
|
+
- spec/models/container_container_namespace_response_spec.rb
|
403
390
|
- spec/models/paginatedcontainer_tag_response_list_spec.rb
|
404
|
-
- spec/models/
|
391
|
+
- spec/models/paginatedcontainer_blob_response_list_spec.rb
|
392
|
+
- spec/models/container_manifest_signature_response_spec.rb
|
393
|
+
- spec/models/async_operation_response_spec.rb
|
405
394
|
- spec/models/remove_signatures_spec.rb
|
406
|
-
- spec/models/
|
395
|
+
- spec/models/manifest_copy_spec.rb
|
396
|
+
- spec/models/oci_build_image_spec.rb
|
397
|
+
- spec/models/container_container_pull_through_remote_response_hidden_fields_spec.rb
|
398
|
+
- spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
|
399
|
+
- spec/models/tag_image_spec.rb
|
400
|
+
- spec/models/container_container_remote_response_spec.rb
|
401
|
+
- spec/models/tag_copy_spec.rb
|
402
|
+
- spec/models/paginatedcontainer_manifest_response_list_spec.rb
|
403
|
+
- spec/models/patchedcontainer_container_pull_through_remote_spec.rb
|
407
404
|
- spec/models/paginatedcontainer_container_pull_through_remote_response_list_spec.rb
|
408
|
-
- spec/models/
|
405
|
+
- spec/models/policy8e2_enum_spec.rb
|
406
|
+
- spec/models/patchedcontainer_container_push_repository_spec.rb
|
407
|
+
- spec/models/repository_sign_spec.rb
|
408
|
+
- spec/models/patchedcontainer_container_repository_spec.rb
|
409
|
+
- spec/models/container_container_push_repository_response_spec.rb
|
410
|
+
- spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
|
411
|
+
- spec/models/container_container_distribution_spec.rb
|
412
|
+
- spec/models/container_container_pull_through_remote_spec.rb
|
413
|
+
- spec/models/paginatedcontainer_container_repository_response_list_spec.rb
|
414
|
+
- spec/models/patchedcontainer_container_remote_spec.rb
|
415
|
+
- spec/models/remove_signatures_response_spec.rb
|
416
|
+
- spec/models/set_label_spec.rb
|
417
|
+
- spec/models/policy762_enum_spec.rb
|
418
|
+
- spec/models/media_types_enum_spec.rb
|
409
419
|
- spec/models/container_container_namespace_spec.rb
|
410
420
|
- spec/models/patchedcontainer_container_pull_through_distribution_spec.rb
|
411
|
-
- spec/models/
|
412
|
-
- spec/models/remove_image_spec.rb
|
413
|
-
- spec/models/patchedcontainer_container_distribution_spec.rb
|
414
|
-
- spec/models/container_container_distribution_spec.rb
|
415
|
-
- spec/models/paginatedcontainer_container_remote_response_list_spec.rb
|
421
|
+
- spec/models/container_container_repository_response_spec.rb
|
416
422
|
- spec/models/container_container_pull_through_distribution_response_spec.rb
|
417
|
-
- spec/models/paginatedcontainer_manifest_response_list_spec.rb
|
418
|
-
- spec/models/patchedcontainer_container_pull_through_remote_spec.rb
|
419
|
-
- spec/models/manifest_copy_spec.rb
|
420
|
-
- spec/models/paginatedcontainer_container_pull_through_distribution_response_list_spec.rb
|
421
423
|
- spec/models/container_container_pull_through_distribution_spec.rb
|
422
|
-
- spec/models/
|
423
|
-
- spec/models/
|
424
|
-
- spec/models/container_container_repository_response_spec.rb
|
425
|
-
- spec/models/media_types_enum_spec.rb
|
426
|
-
- spec/models/set_label_spec.rb
|
427
|
-
- spec/models/oci_build_image_spec.rb
|
428
|
-
- spec/models/container_container_remote_spec.rb
|
429
|
-
- spec/models/paginatedcontainer_container_repository_response_list_spec.rb
|
430
|
-
- spec/models/repository_sign_spec.rb
|
431
|
-
- spec/models/tag_image_spec.rb
|
432
|
-
- spec/models/async_operation_response_spec.rb
|
433
|
-
- spec/models/container_container_pull_through_remote_response_hidden_fields_spec.rb
|
424
|
+
- spec/models/container_manifest_response_spec.rb
|
425
|
+
- spec/models/container_container_distribution_response_spec.rb
|
434
426
|
- spec/spec_helper.rb
|
data/docs/IndexDynamicApi.md
DELETED
@@ -1,50 +0,0 @@
|
|
1
|
-
# PulpContainerClient::IndexDynamicApi
|
2
|
-
|
3
|
-
All URIs are relative to *http://pulp*
|
4
|
-
|
5
|
-
Method | HTTP request | Description
|
6
|
-
------------- | ------------- | -------------
|
7
|
-
[**get**](IndexDynamicApi.md#get) | **GET** /index/dynamic |
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
## get
|
12
|
-
|
13
|
-
> get
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
Handles requests to the /index/dynamic endpoint
|
18
|
-
|
19
|
-
### Example
|
20
|
-
|
21
|
-
```ruby
|
22
|
-
# load the gem
|
23
|
-
require 'pulp_container_client'
|
24
|
-
|
25
|
-
api_instance = PulpContainerClient::IndexDynamicApi.new
|
26
|
-
|
27
|
-
begin
|
28
|
-
api_instance.get
|
29
|
-
rescue PulpContainerClient::ApiError => e
|
30
|
-
puts "Exception when calling IndexDynamicApi->get: #{e}"
|
31
|
-
end
|
32
|
-
```
|
33
|
-
|
34
|
-
### Parameters
|
35
|
-
|
36
|
-
This endpoint does not need any parameter.
|
37
|
-
|
38
|
-
### Return type
|
39
|
-
|
40
|
-
nil (empty response body)
|
41
|
-
|
42
|
-
### Authorization
|
43
|
-
|
44
|
-
No authorization required
|
45
|
-
|
46
|
-
### HTTP request headers
|
47
|
-
|
48
|
-
- **Content-Type**: Not defined
|
49
|
-
- **Accept**: Not defined
|
50
|
-
|