pulp_container_client 2.19.5 → 2.20.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.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -5
  3. data/docs/ContainerBlobResponse.md +0 -2
  4. data/docs/ContainerContainerDistribution.md +5 -5
  5. data/docs/ContainerContainerDistributionResponse.md +9 -11
  6. data/docs/ContainerContainerNamespaceResponse.md +0 -2
  7. data/docs/ContainerContainerPullThroughDistribution.md +5 -5
  8. data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -11
  9. data/docs/ContainerContainerPullThroughRemoteResponse.md +2 -2
  10. data/docs/ContainerContainerPullThroughRemoteResponseHiddenFields.md +2 -2
  11. data/docs/ContainerContainerPushRepository.md +5 -5
  12. data/docs/ContainerContainerPushRepositoryResponse.md +9 -11
  13. data/docs/ContainerContainerRemoteResponse.md +2 -2
  14. data/docs/ContainerContainerRepositoryResponse.md +0 -2
  15. data/docs/ContainerManifestResponse.md +0 -4
  16. data/docs/ContainerManifestSignatureResponse.md +0 -2
  17. data/docs/ContainerTagResponse.md +0 -2
  18. data/docs/ContentBlobsApi.md +1 -1
  19. data/docs/ContentManifestsApi.md +3 -3
  20. data/docs/ContentSignaturesApi.md +1 -1
  21. data/docs/ContentTagsApi.md +1 -1
  22. data/docs/DistributionsContainerApi.md +1 -1
  23. data/docs/DistributionsPullThroughApi.md +1 -1
  24. data/docs/IndexDynamicApi.md +50 -0
  25. data/docs/IndexStaticApi.md +50 -0
  26. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  27. data/docs/PaginatedcontainerBlobResponseList.md +2 -2
  28. data/docs/PaginatedcontainerContainerDistributionResponseList.md +2 -2
  29. data/docs/PaginatedcontainerContainerNamespaceResponseList.md +2 -2
  30. data/docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md +2 -2
  31. data/docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md +2 -2
  32. data/docs/PaginatedcontainerContainerPushRepositoryResponseList.md +2 -2
  33. data/docs/PaginatedcontainerContainerRemoteResponseList.md +2 -2
  34. data/docs/PaginatedcontainerContainerRepositoryResponseList.md +2 -2
  35. data/docs/PaginatedcontainerManifestResponseList.md +2 -2
  36. data/docs/PaginatedcontainerManifestSignatureResponseList.md +2 -2
  37. data/docs/PaginatedcontainerTagResponseList.md +2 -2
  38. data/docs/PatchedcontainerContainerDistribution.md +5 -5
  39. data/docs/PatchedcontainerContainerPullThroughDistribution.md +5 -5
  40. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  41. data/docs/PulpContainerNamespacesApi.md +1 -1
  42. data/docs/RemotesContainerApi.md +1 -1
  43. data/docs/RemotesPullThroughApi.md +1 -1
  44. data/docs/RepositoriesContainerApi.md +1 -1
  45. data/docs/RepositoriesContainerPushApi.md +1 -1
  46. data/docs/RepositoriesContainerPushVersionsApi.md +1 -1
  47. data/docs/RepositoriesContainerVersionsApi.md +1 -1
  48. data/docs/RepositoryVersionResponse.md +0 -2
  49. data/docs/TokenApi.md +1 -1
  50. data/lib/pulp_container_client/api/content_manifests_api.rb +3 -3
  51. data/lib/pulp_container_client/api/index_dynamic_api.rb +74 -0
  52. data/lib/pulp_container_client/api/index_static_api.rb +74 -0
  53. data/lib/pulp_container_client/configuration.rb +2 -2
  54. data/lib/pulp_container_client/models/container_blob_response.rb +1 -11
  55. data/lib/pulp_container_client/models/container_container_distribution.rb +22 -22
  56. data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -49
  57. data/lib/pulp_container_client/models/container_container_namespace_response.rb +1 -11
  58. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +22 -22
  59. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +39 -49
  60. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +11 -11
  61. data/lib/pulp_container_client/models/container_container_pull_through_remote_response_hidden_fields.rb +0 -10
  62. data/lib/pulp_container_client/models/container_container_push_repository.rb +36 -36
  63. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +40 -50
  64. data/lib/pulp_container_client/models/container_container_remote_response.rb +11 -11
  65. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -11
  66. data/lib/pulp_container_client/models/container_manifest_response.rb +1 -26
  67. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +1 -11
  68. data/lib/pulp_container_client/models/container_tag_response.rb +1 -11
  69. data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +0 -10
  70. data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +0 -10
  71. data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +0 -10
  72. data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +0 -10
  73. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +0 -10
  74. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +0 -10
  75. data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +0 -10
  76. data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +0 -10
  77. data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +0 -10
  78. data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +0 -10
  79. data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +0 -10
  80. data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +0 -10
  81. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +22 -22
  82. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +22 -22
  83. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +36 -36
  84. data/lib/pulp_container_client/models/repository_version_response.rb +1 -11
  85. data/lib/pulp_container_client/version.rb +1 -1
  86. data/lib/pulp_container_client.rb +2 -0
  87. data/spec/api/content_manifests_api_spec.rb +1 -1
  88. data/spec/api/index_dynamic_api_spec.rb +45 -0
  89. data/spec/api/index_static_api_spec.rb +45 -0
  90. data/spec/configuration_spec.rb +3 -3
  91. data/spec/models/container_blob_response_spec.rb +0 -6
  92. data/spec/models/container_container_distribution_response_spec.rb +6 -12
  93. data/spec/models/container_container_distribution_spec.rb +5 -5
  94. data/spec/models/container_container_namespace_response_spec.rb +0 -6
  95. data/spec/models/container_container_pull_through_distribution_response_spec.rb +6 -12
  96. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  97. data/spec/models/container_container_pull_through_remote_response_spec.rb +6 -6
  98. data/spec/models/container_container_push_repository_response_spec.rb +7 -13
  99. data/spec/models/container_container_push_repository_spec.rb +4 -4
  100. data/spec/models/container_container_remote_response_spec.rb +6 -6
  101. data/spec/models/container_container_repository_response_spec.rb +0 -6
  102. data/spec/models/container_manifest_response_spec.rb +0 -12
  103. data/spec/models/container_manifest_signature_response_spec.rb +0 -6
  104. data/spec/models/container_tag_response_spec.rb +0 -6
  105. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  106. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  107. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  108. data/spec/models/repository_version_response_spec.rb +0 -6
  109. metadata +85 -77
@@ -32,31 +32,31 @@ describe 'ContainerContainerPullThroughDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::ContainerContainerPullThroughDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_labels"' do
35
+ describe 'test attribute "content_guard"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "content_guard"' do
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 "base_path"' do
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 "hidden"' do
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 "repository"' do
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
@@ -44,12 +44,6 @@ describe 'ContainerContainerPullThroughRemoteResponse' 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
-
53
47
  describe 'test attribute "name"' do
54
48
  it 'should work' do
55
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -92,6 +86,12 @@ describe 'ContainerContainerPullThroughRemoteResponse' do
92
86
  end
93
87
  end
94
88
 
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
@@ -38,43 +38,43 @@ describe 'ContainerContainerPushRepositoryResponse' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pulp_created"' do
41
+ describe 'test attribute "pulp_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 "pulp_last_updated"' do
47
+ describe 'test attribute "manifest_signing_service"' 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 "versions_href"' do
53
+ describe 'test attribute "pulp_created"' 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 "pulp_labels"' do
59
+ describe 'test attribute "latest_version_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 "pulp_href"' do
65
+ describe 'test attribute "pulp_labels"' 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 "manifest_signing_service"' do
71
+ describe 'test attribute "name"' 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 "latest_version_href"' do
77
+ describe 'test attribute "versions_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
@@ -86,10 +86,4 @@ describe 'ContainerContainerPushRepositoryResponse' do
86
86
  end
87
87
  end
88
88
 
89
- describe 'test attribute "name"' 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
89
  end
@@ -38,25 +38,25 @@ describe 'ContainerContainerPushRepository' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pulp_labels"' do
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 "manifest_signing_service"' do
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 "description"' do
53
+ describe 'test attribute "name"' 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 "name"' do
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
@@ -44,12 +44,6 @@ 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
-
53
47
  describe 'test attribute "name"' do
54
48
  it 'should work' do
55
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -92,6 +86,12 @@ describe 'ContainerContainerRemoteResponse' do
92
86
  end
93
87
  end
94
88
 
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,12 +44,6 @@ 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
-
53
47
  describe 'test attribute "versions_href"' do
54
48
  it 'should work' do
55
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,18 +44,6 @@ 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
-
53
- describe 'test attribute "artifact"' 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
47
  describe 'test attribute "digest"' do
60
48
  it 'should work' do
61
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,12 +44,6 @@ 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
-
53
47
  describe 'test attribute "name"' do
54
48
  it 'should work' do
55
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,12 +44,6 @@ 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
-
53
47
  describe 'test attribute "name"' do
54
48
  it 'should work' do
55
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -32,31 +32,31 @@ describe 'PatchedcontainerContainerDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_labels"' do
35
+ describe 'test attribute "content_guard"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "content_guard"' do
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 "base_path"' do
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 "hidden"' do
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 "repository"' do
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,31 +32,31 @@ describe 'PatchedcontainerContainerPullThroughDistribution' do
32
32
  expect(@instance).to be_instance_of(PulpContainerClient::PatchedcontainerContainerPullThroughDistribution)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_labels"' do
35
+ describe 'test attribute "content_guard"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "content_guard"' do
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 "base_path"' do
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 "hidden"' do
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 "repository"' do
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,25 +38,25 @@ describe 'PatchedcontainerContainerPushRepository' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pulp_labels"' do
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 "manifest_signing_service"' do
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 "description"' do
53
+ describe 'test attribute "name"' 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 "name"' do
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
@@ -44,12 +44,6 @@ 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
-
53
47
  describe 'test attribute "number"' do
54
48
  it 'should work' do
55
49
  # 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.19.5
4
+ version: 2.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-18 00:00:00.000000000 Z
11
+ date: 2024-05-06 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'
40
37
  - - ">="
41
38
  - !ruby/object:Gem::Version
42
39
  version: 2.1.0
40
+ - - "~>"
41
+ - !ruby/object:Gem::Version
42
+ version: '2.1'
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'
50
47
  - - ">="
51
48
  - !ruby/object:Gem::Version
52
49
  version: 2.1.0
50
+ - - "~>"
51
+ - !ruby/object:Gem::Version
52
+ version: '2.1'
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'
60
57
  - - ">="
61
58
  - !ruby/object:Gem::Version
62
59
  version: 3.6.0
60
+ - - "~>"
61
+ - !ruby/object:Gem::Version
62
+ version: '3.6'
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'
70
67
  - - ">="
71
68
  - !ruby/object:Gem::Version
72
69
  version: 3.6.0
70
+ - - "~>"
71
+ - !ruby/object:Gem::Version
72
+ version: '3.6'
73
73
  description: Fetch, Upload, Organize, and Distribute Software Packages
74
74
  email:
75
75
  - pulp-list@redhat.com
@@ -108,6 +108,8 @@ files:
108
108
  - docs/ContentTagsApi.md
109
109
  - docs/DistributionsContainerApi.md
110
110
  - docs/DistributionsPullThroughApi.md
111
+ - docs/IndexDynamicApi.md
112
+ - docs/IndexStaticApi.md
111
113
  - docs/ManifestCopy.md
112
114
  - docs/MediaTypesEnum.md
113
115
  - docs/MyPermissionsResponse.md
@@ -164,6 +166,8 @@ files:
164
166
  - lib/pulp_container_client/api/content_tags_api.rb
165
167
  - lib/pulp_container_client/api/distributions_container_api.rb
166
168
  - 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
167
171
  - lib/pulp_container_client/api/pulp_container_namespaces_api.rb
168
172
  - lib/pulp_container_client/api/remotes_container_api.rb
169
173
  - lib/pulp_container_client/api/remotes_pull_through_api.rb
@@ -246,6 +250,8 @@ files:
246
250
  - spec/api/content_tags_api_spec.rb
247
251
  - spec/api/distributions_container_api_spec.rb
248
252
  - spec/api/distributions_pull_through_api_spec.rb
253
+ - spec/api/index_dynamic_api_spec.rb
254
+ - spec/api/index_static_api_spec.rb
249
255
  - spec/api/pulp_container_namespaces_api_spec.rb
250
256
  - spec/api/remotes_container_api_spec.rb
251
257
  - spec/api/remotes_pull_through_api_spec.rb
@@ -324,7 +330,7 @@ homepage: https://github.com/pulp/pulp_container
324
330
  licenses:
325
331
  - GPLv2+
326
332
  metadata: {}
327
- post_install_message:
333
+ post_install_message:
328
334
  rdoc_options: []
329
335
  require_paths:
330
336
  - lib
@@ -339,88 +345,90 @@ required_rubygems_version: !ruby/object:Gem::Requirement
339
345
  - !ruby/object:Gem::Version
340
346
  version: '0'
341
347
  requirements: []
342
- rubygems_version: 3.4.20
343
- signing_key:
348
+ rubygems_version: 3.0.3.1
349
+ signing_key:
344
350
  specification_version: 4
345
351
  summary: Pulp 3 API Ruby Gem
346
352
  test_files:
347
- - spec/api/content_tags_api_spec.rb
348
353
  - spec/api/repositories_container_push_versions_api_spec.rb
349
- - spec/api/remotes_container_api_spec.rb
350
- - spec/api/content_manifests_api_spec.rb
351
- - spec/api/pulp_container_namespaces_api_spec.rb
352
- - spec/api/distributions_container_api_spec.rb
353
- - spec/api/repositories_container_versions_api_spec.rb
354
- - spec/api/repositories_container_api_spec.rb
355
- - spec/api/distributions_pull_through_api_spec.rb
356
- - spec/api/content_signatures_api_spec.rb
354
+ - spec/api/index_static_api_spec.rb
357
355
  - spec/api/content_blobs_api_spec.rb
358
356
  - spec/api/remotes_pull_through_api_spec.rb
357
+ - spec/api/pulp_container_namespaces_api_spec.rb
359
358
  - spec/api/repositories_container_push_api_spec.rb
359
+ - spec/api/distributions_pull_through_api_spec.rb
360
+ - spec/api/content_manifests_api_spec.rb
361
+ - spec/api/content_tags_api_spec.rb
362
+ - spec/api/remotes_container_api_spec.rb
363
+ - spec/api/distributions_container_api_spec.rb
364
+ - spec/api/repositories_container_api_spec.rb
365
+ - spec/api/index_dynamic_api_spec.rb
360
366
  - spec/api/token_api_spec.rb
367
+ - spec/api/content_signatures_api_spec.rb
368
+ - spec/api/repositories_container_versions_api_spec.rb
361
369
  - spec/api_client_spec.rb
362
370
  - spec/configuration_spec.rb
363
- - spec/models/repair_spec.rb
364
- - spec/models/paginatedcontainer_manifest_response_list_spec.rb
365
- - spec/models/tag_copy_spec.rb
366
- - spec/models/container_container_pull_through_remote_response_hidden_fields_spec.rb
367
- - spec/models/patchedcontainer_container_pull_through_remote_spec.rb
368
- - spec/models/tag_image_spec.rb
369
- - spec/models/set_label_spec.rb
370
- - spec/models/container_container_pull_through_remote_response_spec.rb
371
- - spec/models/container_repository_sync_url_spec.rb
371
+ - spec/models/patchedcontainer_container_remote_spec.rb
372
+ - spec/models/recursive_manage_spec.rb
373
+ - spec/models/object_roles_response_spec.rb
372
374
  - spec/models/container_container_pull_through_remote_spec.rb
375
+ - spec/models/container_container_repository_spec.rb
376
+ - spec/models/paginated_repository_version_response_list_spec.rb
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
373
381
  - spec/models/container_tag_response_spec.rb
374
- - spec/models/repository_sign_spec.rb
375
- - spec/models/container_container_remote_spec.rb
376
- - spec/models/container_container_namespace_spec.rb
377
- - spec/models/patchedcontainer_container_pull_through_distribution_spec.rb
378
- - spec/models/container_container_distribution_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
385
+ - spec/models/content_summary_response_spec.rb
386
+ - spec/models/tag_copy_spec.rb
387
+ - spec/models/remove_signatures_response_spec.rb
379
388
  - spec/models/container_container_distribution_response_spec.rb
380
- - spec/models/patchedcontainer_container_distribution_spec.rb
381
- - spec/models/container_manifest_response_spec.rb
382
- - spec/models/nested_role_response_spec.rb
383
- - spec/models/nested_role_spec.rb
384
389
  - spec/models/un_tag_image_spec.rb
385
- - spec/models/remove_image_spec.rb
386
- - spec/models/container_container_repository_response_spec.rb
387
- - spec/models/unset_label_spec.rb
388
- - spec/models/container_container_repository_spec.rb
390
+ - spec/models/nested_role_response_spec.rb
391
+ - spec/models/patchedcontainer_container_push_repository_spec.rb
392
+ - spec/models/container_container_push_repository_response_spec.rb
393
+ - spec/models/repository_version_response_spec.rb
389
394
  - spec/models/container_container_remote_response_spec.rb
390
- - spec/models/media_types_enum_spec.rb
391
- - spec/models/paginatedcontainer_container_pull_through_distribution_response_list_spec.rb
392
- - spec/models/container_container_pull_through_distribution_response_spec.rb
393
- - spec/models/paginatedcontainer_container_remote_response_list_spec.rb
394
395
  - spec/models/paginatedcontainer_manifest_signature_response_list_spec.rb
395
- - spec/models/patchedcontainer_container_push_repository_spec.rb
396
- - spec/models/paginatedcontainer_container_push_repository_response_list_spec.rb
397
396
  - spec/models/unset_label_response_spec.rb
397
+ - spec/models/container_container_namespace_response_spec.rb
398
+ - spec/models/set_label_response_spec.rb
398
399
  - spec/models/paginatedcontainer_container_distribution_response_list_spec.rb
399
- - spec/models/repository_version_response_spec.rb
400
- - spec/models/container_container_pull_through_distribution_spec.rb
400
+ - spec/models/container_repository_sync_url_spec.rb
401
+ - spec/models/nested_role_spec.rb
401
402
  - spec/models/container_container_push_repository_spec.rb
402
- - spec/models/recursive_manage_spec.rb
403
- - spec/models/container_container_push_repository_response_spec.rb
404
- - spec/models/remove_signatures_response_spec.rb
405
- - spec/models/paginated_repository_version_response_list_spec.rb
406
- - spec/models/my_permissions_response_spec.rb
407
- - spec/models/paginatedcontainer_container_repository_response_list_spec.rb
408
- - spec/models/patchedcontainer_container_remote_spec.rb
409
- - spec/models/object_roles_response_spec.rb
410
- - spec/models/paginatedcontainer_container_pull_through_remote_response_list_spec.rb
411
- - spec/models/patchedcontainer_container_repository_spec.rb
412
403
  - spec/models/paginatedcontainer_tag_response_list_spec.rb
413
- - spec/models/set_label_response_spec.rb
414
- - spec/models/policy762_enum_spec.rb
415
- - spec/models/container_manifest_signature_response_spec.rb
416
- - spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
417
- - spec/models/container_container_namespace_response_spec.rb
418
- - spec/models/paginatedcontainer_blob_response_list_spec.rb
404
+ - spec/models/repair_spec.rb
405
+ - spec/models/remove_signatures_spec.rb
406
+ - spec/models/policy8e2_enum_spec.rb
407
+ - spec/models/paginatedcontainer_container_pull_through_remote_response_list_spec.rb
419
408
  - spec/models/container_blob_response_spec.rb
409
+ - spec/models/container_container_namespace_spec.rb
410
+ - spec/models/patchedcontainer_container_pull_through_distribution_spec.rb
411
+ - spec/models/container_container_pull_through_remote_response_spec.rb
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
416
+ - 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
+ - spec/models/container_container_pull_through_distribution_spec.rb
422
+ - spec/models/paginatedcontainer_container_namespace_response_list_spec.rb
423
+ - spec/models/container_manifest_signature_response_spec.rb
424
+ - spec/models/container_container_repository_response_spec.rb
425
+ - spec/models/media_types_enum_spec.rb
426
+ - spec/models/set_label_spec.rb
420
427
  - spec/models/oci_build_image_spec.rb
421
- - spec/models/content_summary_response_spec.rb
422
- - spec/models/policy8e2_enum_spec.rb
423
- - spec/models/remove_signatures_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
424
432
  - spec/models/async_operation_response_spec.rb
425
- - spec/models/manifest_copy_spec.rb
433
+ - spec/models/container_container_pull_through_remote_response_hidden_fields_spec.rb
426
434
  - spec/spec_helper.rb