pulp_container_client 2.19.6 → 2.19.8

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 (96) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -6
  3. data/docs/ContainerContainerDistribution.md +6 -6
  4. data/docs/ContainerContainerDistributionResponse.md +12 -12
  5. data/docs/ContainerContainerPullThroughDistribution.md +6 -6
  6. data/docs/ContainerContainerPullThroughDistributionResponse.md +12 -12
  7. data/docs/ContainerContainerPullThroughRemote.md +1 -1
  8. data/docs/ContainerContainerPullThroughRemoteResponse.md +1 -1
  9. data/docs/ContainerContainerPushRepository.md +6 -6
  10. data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
  11. data/docs/ContainerContainerRemote.md +1 -1
  12. data/docs/ContainerContainerRemoteResponse.md +1 -1
  13. data/docs/ContainerManifestResponse.md +2 -2
  14. data/docs/ContentBlobsApi.md +4 -0
  15. data/docs/ContentManifestsApi.md +4 -0
  16. data/docs/ContentSignaturesApi.md +4 -0
  17. data/docs/ContentTagsApi.md +4 -0
  18. data/docs/DistributionsContainerApi.md +56 -16
  19. data/docs/DistributionsPullThroughApi.md +56 -16
  20. data/docs/OCIBuildImage.md +1 -1
  21. data/docs/PatchedcontainerContainerDistribution.md +6 -6
  22. data/docs/PatchedcontainerContainerPullThroughDistribution.md +6 -6
  23. data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
  24. data/docs/PatchedcontainerContainerPushRepository.md +6 -6
  25. data/docs/PatchedcontainerContainerRemote.md +1 -1
  26. data/docs/{Policy762Enum.md → Policy692Enum.md} +2 -2
  27. data/docs/{Policy8e2Enum.md → Policy7e0Enum.md} +2 -2
  28. data/docs/PulpContainerNamespacesApi.md +32 -8
  29. data/docs/RemotesContainerApi.md +56 -16
  30. data/docs/RemotesPullThroughApi.md +56 -16
  31. data/docs/RepositoriesContainerApi.md +108 -34
  32. data/docs/RepositoriesContainerPushApi.md +62 -18
  33. data/docs/RepositoriesContainerPushVersionsApi.md +16 -4
  34. data/docs/RepositoriesContainerVersionsApi.md +16 -4
  35. data/docs/TokenApi.md +13 -3
  36. data/lib/pulp_container_client/api/content_blobs_api.rb +6 -0
  37. data/lib/pulp_container_client/api/content_manifests_api.rb +6 -0
  38. data/lib/pulp_container_client/api/content_signatures_api.rb +6 -0
  39. data/lib/pulp_container_client/api/content_tags_api.rb +6 -0
  40. data/lib/pulp_container_client/api/distributions_container_api.rb +36 -0
  41. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +36 -0
  42. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +24 -0
  43. data/lib/pulp_container_client/api/remotes_container_api.rb +36 -0
  44. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +36 -0
  45. data/lib/pulp_container_client/api/repositories_container_api.rb +65 -2
  46. data/lib/pulp_container_client/api/repositories_container_push_api.rb +39 -0
  47. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +12 -0
  48. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +12 -0
  49. data/lib/pulp_container_client/api/token_api.rb +9 -0
  50. data/lib/pulp_container_client/models/container_container_distribution.rb +53 -53
  51. data/lib/pulp_container_client/models/container_container_distribution_response.rb +58 -58
  52. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +53 -53
  53. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +58 -58
  54. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
  55. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +1 -1
  56. data/lib/pulp_container_client/models/container_container_push_repository.rb +24 -24
  57. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +58 -58
  58. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  59. data/lib/pulp_container_client/models/container_container_remote_response.rb +1 -1
  60. data/lib/pulp_container_client/models/container_manifest_response.rb +2 -2
  61. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  62. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +44 -44
  63. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +44 -44
  64. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
  65. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +24 -24
  66. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  67. data/lib/pulp_container_client/models/{policy762_enum.rb → policy692_enum.rb} +3 -3
  68. data/lib/pulp_container_client/models/{policy8e2_enum.rb → policy7e0_enum.rb} +3 -3
  69. data/lib/pulp_container_client/version.rb +1 -1
  70. data/lib/pulp_container_client.rb +2 -2
  71. data/spec/api/content_blobs_api_spec.rb +2 -0
  72. data/spec/api/content_manifests_api_spec.rb +2 -0
  73. data/spec/api/content_signatures_api_spec.rb +2 -0
  74. data/spec/api/content_tags_api_spec.rb +2 -0
  75. data/spec/api/distributions_container_api_spec.rb +12 -0
  76. data/spec/api/distributions_pull_through_api_spec.rb +12 -0
  77. data/spec/api/pulp_container_namespaces_api_spec.rb +8 -0
  78. data/spec/api/remotes_container_api_spec.rb +12 -0
  79. data/spec/api/remotes_pull_through_api_spec.rb +12 -0
  80. data/spec/api/repositories_container_api_spec.rb +22 -1
  81. data/spec/api/repositories_container_push_api_spec.rb +13 -0
  82. data/spec/api/repositories_container_push_versions_api_spec.rb +4 -0
  83. data/spec/api/repositories_container_versions_api_spec.rb +4 -0
  84. data/spec/api/token_api_spec.rb +3 -0
  85. data/spec/models/container_container_distribution_response_spec.rb +8 -8
  86. data/spec/models/container_container_distribution_spec.rb +5 -5
  87. data/spec/models/container_container_pull_through_distribution_response_spec.rb +8 -8
  88. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  89. data/spec/models/container_container_push_repository_response_spec.rb +10 -10
  90. data/spec/models/container_container_push_repository_spec.rb +5 -5
  91. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  92. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  93. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  94. data/spec/models/{policy762_enum_spec.rb → policy692_enum_spec.rb} +6 -6
  95. data/spec/models/{policy8e2_enum_spec.rb → policy7e0_enum_spec.rb} +6 -6
  96. metadata +67 -67
@@ -38,6 +38,7 @@ describe 'DistributionsContainerApi' do
38
38
  # @param container_container_distribution_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [NestedRoleResponse]
42
43
  describe 'add_role test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'DistributionsContainerApi' do
50
51
  # Trigger an asynchronous create task
51
52
  # @param container_container_distribution
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [AsyncOperationResponse]
54
56
  describe 'create test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'DistributionsContainerApi' do
62
64
  # Trigger an asynchronous delete task
63
65
  # @param container_container_distribution_href
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @return [AsyncOperationResponse]
66
69
  describe 'delete test' do
67
70
  it 'should work' do
@@ -73,6 +76,7 @@ describe 'DistributionsContainerApi' do
73
76
  # List container distributions
74
77
  # The Container Distribution will serve the latest version of a Repository if &#x60;&#x60;repository&#x60;&#x60; is specified. The Container Distribution will serve a specific repository version if &#x60;&#x60;repository_version&#x60;&#x60;. Note that **either** &#x60;&#x60;repository&#x60;&#x60; or &#x60;&#x60;repository_version&#x60;&#x60; can be set on a Container Distribution, but not both.
75
78
  # @param [Hash] opts the optional parameters
79
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
76
80
  # @option opts [String] :base_path Filter results where base_path matches value
77
81
  # @option opts [String] :base_path__contains Filter results where base_path contains value
78
82
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
@@ -111,6 +115,7 @@ describe 'DistributionsContainerApi' do
111
115
  # List roles assigned to this object.
112
116
  # @param container_container_distribution_href
113
117
  # @param [Hash] opts the optional parameters
118
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
114
119
  # @option opts [Array<String>] :fields A list of fields to include in the response.
115
120
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
116
121
  # @return [ObjectRolesResponse]
@@ -125,6 +130,7 @@ describe 'DistributionsContainerApi' do
125
130
  # List permissions available to the current user on this object.
126
131
  # @param container_container_distribution_href
127
132
  # @param [Hash] opts the optional parameters
133
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
128
134
  # @option opts [Array<String>] :fields A list of fields to include in the response.
129
135
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
130
136
  # @return [MyPermissionsResponse]
@@ -140,6 +146,7 @@ describe 'DistributionsContainerApi' do
140
146
  # @param container_container_distribution_href
141
147
  # @param patchedcontainer_container_distribution
142
148
  # @param [Hash] opts the optional parameters
149
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
143
150
  # @return [AsyncOperationResponse]
144
151
  describe 'partial_update test' do
145
152
  it 'should work' do
@@ -152,6 +159,7 @@ describe 'DistributionsContainerApi' do
152
159
  # The Container Distribution will serve the latest version of a Repository if &#x60;&#x60;repository&#x60;&#x60; is specified. The Container Distribution will serve a specific repository version if &#x60;&#x60;repository_version&#x60;&#x60;. Note that **either** &#x60;&#x60;repository&#x60;&#x60; or &#x60;&#x60;repository_version&#x60;&#x60; can be set on a Container Distribution, but not both.
153
160
  # @param container_container_distribution_href
154
161
  # @param [Hash] opts the optional parameters
162
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
155
163
  # @option opts [Array<String>] :fields A list of fields to include in the response.
156
164
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
157
165
  # @return [ContainerContainerDistributionResponse]
@@ -167,6 +175,7 @@ describe 'DistributionsContainerApi' do
167
175
  # @param container_container_distribution_href
168
176
  # @param nested_role
169
177
  # @param [Hash] opts the optional parameters
178
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
170
179
  # @return [NestedRoleResponse]
171
180
  describe 'remove_role test' do
172
181
  it 'should work' do
@@ -180,6 +189,7 @@ describe 'DistributionsContainerApi' do
180
189
  # @param container_container_distribution_href
181
190
  # @param set_label
182
191
  # @param [Hash] opts the optional parameters
192
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
183
193
  # @return [SetLabelResponse]
184
194
  describe 'set_label test' do
185
195
  it 'should work' do
@@ -193,6 +203,7 @@ describe 'DistributionsContainerApi' do
193
203
  # @param container_container_distribution_href
194
204
  # @param unset_label
195
205
  # @param [Hash] opts the optional parameters
206
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
196
207
  # @return [UnsetLabelResponse]
197
208
  describe 'unset_label test' do
198
209
  it 'should work' do
@@ -206,6 +217,7 @@ describe 'DistributionsContainerApi' do
206
217
  # @param container_container_distribution_href
207
218
  # @param container_container_distribution
208
219
  # @param [Hash] opts the optional parameters
220
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
209
221
  # @return [AsyncOperationResponse]
210
222
  describe 'update test' do
211
223
  it 'should work' do
@@ -38,6 +38,7 @@ describe 'DistributionsPullThroughApi' do
38
38
  # @param container_container_pull_through_distribution_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [NestedRoleResponse]
42
43
  describe 'add_role test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'DistributionsPullThroughApi' do
50
51
  # Trigger an asynchronous create task
51
52
  # @param container_container_pull_through_distribution
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [AsyncOperationResponse]
54
56
  describe 'create test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'DistributionsPullThroughApi' do
62
64
  # Trigger an asynchronous delete task
63
65
  # @param container_container_pull_through_distribution_href
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @return [AsyncOperationResponse]
66
69
  describe 'delete test' do
67
70
  it 'should work' do
@@ -73,6 +76,7 @@ describe 'DistributionsPullThroughApi' do
73
76
  # List container pull through distributions
74
77
  # A special pull-through Container Distribution that will reference distributions serving content.
75
78
  # @param [Hash] opts the optional parameters
79
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
76
80
  # @option opts [String] :base_path Filter results where base_path matches value
77
81
  # @option opts [String] :base_path__contains Filter results where base_path contains value
78
82
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
@@ -110,6 +114,7 @@ describe 'DistributionsPullThroughApi' do
110
114
  # List roles assigned to this object.
111
115
  # @param container_container_pull_through_distribution_href
112
116
  # @param [Hash] opts the optional parameters
117
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
113
118
  # @option opts [Array<String>] :fields A list of fields to include in the response.
114
119
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
115
120
  # @return [ObjectRolesResponse]
@@ -124,6 +129,7 @@ describe 'DistributionsPullThroughApi' do
124
129
  # List permissions available to the current user on this object.
125
130
  # @param container_container_pull_through_distribution_href
126
131
  # @param [Hash] opts the optional parameters
132
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
127
133
  # @option opts [Array<String>] :fields A list of fields to include in the response.
128
134
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
129
135
  # @return [MyPermissionsResponse]
@@ -139,6 +145,7 @@ describe 'DistributionsPullThroughApi' do
139
145
  # @param container_container_pull_through_distribution_href
140
146
  # @param patchedcontainer_container_pull_through_distribution
141
147
  # @param [Hash] opts the optional parameters
148
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
142
149
  # @return [AsyncOperationResponse]
143
150
  describe 'partial_update test' do
144
151
  it 'should work' do
@@ -151,6 +158,7 @@ describe 'DistributionsPullThroughApi' do
151
158
  # A special pull-through Container Distribution that will reference distributions serving content.
152
159
  # @param container_container_pull_through_distribution_href
153
160
  # @param [Hash] opts the optional parameters
161
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
154
162
  # @option opts [Array<String>] :fields A list of fields to include in the response.
155
163
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
156
164
  # @return [ContainerContainerPullThroughDistributionResponse]
@@ -166,6 +174,7 @@ describe 'DistributionsPullThroughApi' do
166
174
  # @param container_container_pull_through_distribution_href
167
175
  # @param nested_role
168
176
  # @param [Hash] opts the optional parameters
177
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
169
178
  # @return [NestedRoleResponse]
170
179
  describe 'remove_role test' do
171
180
  it 'should work' do
@@ -179,6 +188,7 @@ describe 'DistributionsPullThroughApi' do
179
188
  # @param container_container_pull_through_distribution_href
180
189
  # @param set_label
181
190
  # @param [Hash] opts the optional parameters
191
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
182
192
  # @return [SetLabelResponse]
183
193
  describe 'set_label test' do
184
194
  it 'should work' do
@@ -192,6 +202,7 @@ describe 'DistributionsPullThroughApi' do
192
202
  # @param container_container_pull_through_distribution_href
193
203
  # @param unset_label
194
204
  # @param [Hash] opts the optional parameters
205
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
195
206
  # @return [UnsetLabelResponse]
196
207
  describe 'unset_label test' do
197
208
  it 'should work' do
@@ -205,6 +216,7 @@ describe 'DistributionsPullThroughApi' do
205
216
  # @param container_container_pull_through_distribution_href
206
217
  # @param container_container_pull_through_distribution
207
218
  # @param [Hash] opts the optional parameters
219
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
208
220
  # @return [AsyncOperationResponse]
209
221
  describe 'update test' do
210
222
  it 'should work' do
@@ -38,6 +38,7 @@ describe 'PulpContainerNamespacesApi' do
38
38
  # @param container_container_namespace_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [NestedRoleResponse]
42
43
  describe 'add_role test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'PulpContainerNamespacesApi' do
50
51
  # ViewSet for ContainerNamespaces.
51
52
  # @param container_container_namespace
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [ContainerContainerNamespaceResponse]
54
56
  describe 'create test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'PulpContainerNamespacesApi' do
62
64
  # Trigger an asynchronous delete task
63
65
  # @param container_container_namespace_href
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @return [AsyncOperationResponse]
66
69
  describe 'delete test' do
67
70
  it 'should work' do
@@ -73,6 +76,7 @@ describe 'PulpContainerNamespacesApi' do
73
76
  # List container namespaces
74
77
  # ViewSet for ContainerNamespaces.
75
78
  # @param [Hash] opts the optional parameters
79
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
76
80
  # @option opts [Integer] :limit Number of results to return per page.
77
81
  # @option opts [String] :name Filter results where name matches value
78
82
  # @option opts [String] :name__contains Filter results where name contains value
@@ -102,6 +106,7 @@ describe 'PulpContainerNamespacesApi' do
102
106
  # List roles assigned to this object.
103
107
  # @param container_container_namespace_href
104
108
  # @param [Hash] opts the optional parameters
109
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
105
110
  # @option opts [Array<String>] :fields A list of fields to include in the response.
106
111
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
107
112
  # @return [ObjectRolesResponse]
@@ -116,6 +121,7 @@ describe 'PulpContainerNamespacesApi' do
116
121
  # List permissions available to the current user on this object.
117
122
  # @param container_container_namespace_href
118
123
  # @param [Hash] opts the optional parameters
124
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
119
125
  # @option opts [Array<String>] :fields A list of fields to include in the response.
120
126
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
121
127
  # @return [MyPermissionsResponse]
@@ -130,6 +136,7 @@ describe 'PulpContainerNamespacesApi' do
130
136
  # ViewSet for ContainerNamespaces.
131
137
  # @param container_container_namespace_href
132
138
  # @param [Hash] opts the optional parameters
139
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
133
140
  # @option opts [Array<String>] :fields A list of fields to include in the response.
134
141
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
135
142
  # @return [ContainerContainerNamespaceResponse]
@@ -145,6 +152,7 @@ describe 'PulpContainerNamespacesApi' do
145
152
  # @param container_container_namespace_href
146
153
  # @param nested_role
147
154
  # @param [Hash] opts the optional parameters
155
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
148
156
  # @return [NestedRoleResponse]
149
157
  describe 'remove_role test' do
150
158
  it 'should work' do
@@ -38,6 +38,7 @@ describe 'RemotesContainerApi' do
38
38
  # @param container_container_remote_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [NestedRoleResponse]
42
43
  describe 'add_role test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'RemotesContainerApi' do
50
51
  # Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the &#x60;&#x60;policy&#x60;&#x60; field. &#x60;&#x60;on_demand&#x60;&#x60; and &#x60;&#x60;streamed&#x60;&#x60; policies can provide significant disk space savings.
51
52
  # @param container_container_remote
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [ContainerContainerRemoteResponse]
54
56
  describe 'create test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'RemotesContainerApi' do
62
64
  # Trigger an asynchronous delete task
63
65
  # @param container_container_remote_href
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @return [AsyncOperationResponse]
66
69
  describe 'delete test' do
67
70
  it 'should work' do
@@ -73,6 +76,7 @@ describe 'RemotesContainerApi' do
73
76
  # List container remotes
74
77
  # Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the &#x60;&#x60;policy&#x60;&#x60; field. &#x60;&#x60;on_demand&#x60;&#x60; and &#x60;&#x60;streamed&#x60;&#x60; policies can provide significant disk space savings.
75
78
  # @param [Hash] opts the optional parameters
79
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
76
80
  # @option opts [Integer] :limit Number of results to return per page.
77
81
  # @option opts [String] :name Filter results where name matches value
78
82
  # @option opts [String] :name__contains Filter results where name contains value
@@ -109,6 +113,7 @@ describe 'RemotesContainerApi' do
109
113
  # List roles assigned to this object.
110
114
  # @param container_container_remote_href
111
115
  # @param [Hash] opts the optional parameters
116
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
112
117
  # @option opts [Array<String>] :fields A list of fields to include in the response.
113
118
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
114
119
  # @return [ObjectRolesResponse]
@@ -123,6 +128,7 @@ describe 'RemotesContainerApi' do
123
128
  # List permissions available to the current user on this object.
124
129
  # @param container_container_remote_href
125
130
  # @param [Hash] opts the optional parameters
131
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
126
132
  # @option opts [Array<String>] :fields A list of fields to include in the response.
127
133
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
128
134
  # @return [MyPermissionsResponse]
@@ -138,6 +144,7 @@ describe 'RemotesContainerApi' do
138
144
  # @param container_container_remote_href
139
145
  # @param patchedcontainer_container_remote
140
146
  # @param [Hash] opts the optional parameters
147
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
141
148
  # @return [AsyncOperationResponse]
142
149
  describe 'partial_update test' do
143
150
  it 'should work' do
@@ -150,6 +157,7 @@ describe 'RemotesContainerApi' do
150
157
  # Container remotes represent an external repository that implements the Container Registry API. Container remotes support deferred downloading by configuring the &#x60;&#x60;policy&#x60;&#x60; field. &#x60;&#x60;on_demand&#x60;&#x60; and &#x60;&#x60;streamed&#x60;&#x60; policies can provide significant disk space savings.
151
158
  # @param container_container_remote_href
152
159
  # @param [Hash] opts the optional parameters
160
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
153
161
  # @option opts [Array<String>] :fields A list of fields to include in the response.
154
162
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
155
163
  # @return [ContainerContainerRemoteResponse]
@@ -165,6 +173,7 @@ describe 'RemotesContainerApi' do
165
173
  # @param container_container_remote_href
166
174
  # @param nested_role
167
175
  # @param [Hash] opts the optional parameters
176
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
168
177
  # @return [NestedRoleResponse]
169
178
  describe 'remove_role test' do
170
179
  it 'should work' do
@@ -178,6 +187,7 @@ describe 'RemotesContainerApi' do
178
187
  # @param container_container_remote_href
179
188
  # @param set_label
180
189
  # @param [Hash] opts the optional parameters
190
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
181
191
  # @return [SetLabelResponse]
182
192
  describe 'set_label test' do
183
193
  it 'should work' do
@@ -191,6 +201,7 @@ describe 'RemotesContainerApi' do
191
201
  # @param container_container_remote_href
192
202
  # @param unset_label
193
203
  # @param [Hash] opts the optional parameters
204
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
194
205
  # @return [UnsetLabelResponse]
195
206
  describe 'unset_label test' do
196
207
  it 'should work' do
@@ -204,6 +215,7 @@ describe 'RemotesContainerApi' do
204
215
  # @param container_container_remote_href
205
216
  # @param container_container_remote
206
217
  # @param [Hash] opts the optional parameters
218
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
207
219
  # @return [AsyncOperationResponse]
208
220
  describe 'update test' do
209
221
  it 'should work' do
@@ -38,6 +38,7 @@ describe 'RemotesPullThroughApi' do
38
38
  # @param container_container_pull_through_remote_href
39
39
  # @param nested_role
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [NestedRoleResponse]
42
43
  describe 'add_role test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'RemotesPullThroughApi' do
50
51
  # A Container Remote referencing a remote registry used as a source for the pull-through caching.
51
52
  # @param container_container_pull_through_remote
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [ContainerContainerPullThroughRemoteResponse]
54
56
  describe 'create test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'RemotesPullThroughApi' do
62
64
  # Trigger an asynchronous delete task
63
65
  # @param container_container_pull_through_remote_href
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @return [AsyncOperationResponse]
66
69
  describe 'delete test' do
67
70
  it 'should work' do
@@ -73,6 +76,7 @@ describe 'RemotesPullThroughApi' do
73
76
  # List container pull through remotes
74
77
  # A Container Remote referencing a remote registry used as a source for the pull-through caching.
75
78
  # @param [Hash] opts the optional parameters
79
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
76
80
  # @option opts [Integer] :limit Number of results to return per page.
77
81
  # @option opts [String] :name Filter results where name matches value
78
82
  # @option opts [String] :name__contains Filter results where name contains value
@@ -109,6 +113,7 @@ describe 'RemotesPullThroughApi' do
109
113
  # List roles assigned to this object.
110
114
  # @param container_container_pull_through_remote_href
111
115
  # @param [Hash] opts the optional parameters
116
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
112
117
  # @option opts [Array<String>] :fields A list of fields to include in the response.
113
118
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
114
119
  # @return [ObjectRolesResponse]
@@ -123,6 +128,7 @@ describe 'RemotesPullThroughApi' do
123
128
  # List permissions available to the current user on this object.
124
129
  # @param container_container_pull_through_remote_href
125
130
  # @param [Hash] opts the optional parameters
131
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
126
132
  # @option opts [Array<String>] :fields A list of fields to include in the response.
127
133
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
128
134
  # @return [MyPermissionsResponse]
@@ -138,6 +144,7 @@ describe 'RemotesPullThroughApi' do
138
144
  # @param container_container_pull_through_remote_href
139
145
  # @param patchedcontainer_container_pull_through_remote
140
146
  # @param [Hash] opts the optional parameters
147
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
141
148
  # @return [AsyncOperationResponse]
142
149
  describe 'partial_update test' do
143
150
  it 'should work' do
@@ -150,6 +157,7 @@ describe 'RemotesPullThroughApi' do
150
157
  # A Container Remote referencing a remote registry used as a source for the pull-through caching.
151
158
  # @param container_container_pull_through_remote_href
152
159
  # @param [Hash] opts the optional parameters
160
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
153
161
  # @option opts [Array<String>] :fields A list of fields to include in the response.
154
162
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
155
163
  # @return [ContainerContainerPullThroughRemoteResponse]
@@ -165,6 +173,7 @@ describe 'RemotesPullThroughApi' do
165
173
  # @param container_container_pull_through_remote_href
166
174
  # @param nested_role
167
175
  # @param [Hash] opts the optional parameters
176
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
168
177
  # @return [NestedRoleResponse]
169
178
  describe 'remove_role test' do
170
179
  it 'should work' do
@@ -178,6 +187,7 @@ describe 'RemotesPullThroughApi' do
178
187
  # @param container_container_pull_through_remote_href
179
188
  # @param set_label
180
189
  # @param [Hash] opts the optional parameters
190
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
181
191
  # @return [SetLabelResponse]
182
192
  describe 'set_label test' do
183
193
  it 'should work' do
@@ -191,6 +201,7 @@ describe 'RemotesPullThroughApi' do
191
201
  # @param container_container_pull_through_remote_href
192
202
  # @param unset_label
193
203
  # @param [Hash] opts the optional parameters
204
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
194
205
  # @return [UnsetLabelResponse]
195
206
  describe 'unset_label test' do
196
207
  it 'should work' do
@@ -204,6 +215,7 @@ describe 'RemotesPullThroughApi' do
204
215
  # @param container_container_pull_through_remote_href
205
216
  # @param container_container_pull_through_remote
206
217
  # @param [Hash] opts the optional parameters
218
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
207
219
  # @return [AsyncOperationResponse]
208
220
  describe 'update test' do
209
221
  it 'should work' do
@@ -38,6 +38,7 @@ describe 'RepositoriesContainerApi' do
38
38
  # @param container_container_repository_href
39
39
  # @param recursive_manage
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [AsyncOperationResponse]
42
43
  describe 'add test' do
43
44
  it 'should work' do
@@ -51,6 +52,7 @@ describe 'RepositoriesContainerApi' do
51
52
  # @param container_container_repository_href
52
53
  # @param nested_role
53
54
  # @param [Hash] opts the optional parameters
55
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
54
56
  # @return [NestedRoleResponse]
55
57
  describe 'add_role test' do
56
58
  it 'should work' do
@@ -63,10 +65,11 @@ describe 'RepositoriesContainerApi' do
63
65
  # Trigger an asynchronous task to build an OCI image from a Containerfile. A new repository version is created with the new image and tag. This API is in tech preview. Backwards compatibility when upgrading is not guaranteed.
64
66
  # @param container_container_repository_href
65
67
  # @param [Hash] opts the optional parameters
68
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
66
69
  # @option opts [String] :containerfile_artifact Artifact representing the Containerfile that should be used to run podman-build.
67
70
  # @option opts [File] :containerfile An uploaded Containerfile that should be used to run podman-build.
68
71
  # @option opts [String] :tag A tag name for the new image being built.
69
- # @option opts [Object] :artifacts A JSON string where each key is an artifact href and the value is it&#39;s relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile.
72
+ # @option opts [AnyType] :artifacts A JSON string where each key is an artifact href and the value is it&#39;s relative path (name) inside the /pulp_working_directory of the build container executing the Containerfile.
70
73
  # @return [AsyncOperationResponse]
71
74
  describe 'build_image test' do
72
75
  it 'should work' do
@@ -80,6 +83,7 @@ describe 'RepositoriesContainerApi' do
80
83
  # @param container_container_repository_href
81
84
  # @param manifest_copy
82
85
  # @param [Hash] opts the optional parameters
86
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
83
87
  # @return [AsyncOperationResponse]
84
88
  describe 'copy_manifests test' do
85
89
  it 'should work' do
@@ -93,6 +97,7 @@ describe 'RepositoriesContainerApi' do
93
97
  # @param container_container_repository_href
94
98
  # @param tag_copy
95
99
  # @param [Hash] opts the optional parameters
100
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
96
101
  # @return [AsyncOperationResponse]
97
102
  describe 'copy_tags test' do
98
103
  it 'should work' do
@@ -105,6 +110,7 @@ describe 'RepositoriesContainerApi' do
105
110
  # ViewSet for container repo.
106
111
  # @param container_container_repository
107
112
  # @param [Hash] opts the optional parameters
113
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
108
114
  # @return [ContainerContainerRepositoryResponse]
109
115
  describe 'create test' do
110
116
  it 'should work' do
@@ -117,6 +123,7 @@ describe 'RepositoriesContainerApi' do
117
123
  # Trigger an asynchronous delete task
118
124
  # @param container_container_repository_href
119
125
  # @param [Hash] opts the optional parameters
126
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
120
127
  # @return [AsyncOperationResponse]
121
128
  describe 'delete test' do
122
129
  it 'should work' do
@@ -128,6 +135,7 @@ describe 'RepositoriesContainerApi' do
128
135
  # List container repositorys
129
136
  # ViewSet for container repo.
130
137
  # @param [Hash] opts the optional parameters
138
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
131
139
  # @option opts [String] :latest_with_content Content Unit referenced by HREF
132
140
  # @option opts [Integer] :limit Number of results to return per page.
133
141
  # @option opts [String] :name Filter results where name matches value
@@ -169,6 +177,7 @@ describe 'RepositoriesContainerApi' do
169
177
  # List roles assigned to this object.
170
178
  # @param container_container_repository_href
171
179
  # @param [Hash] opts the optional parameters
180
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
172
181
  # @option opts [Array<String>] :fields A list of fields to include in the response.
173
182
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
174
183
  # @return [ObjectRolesResponse]
@@ -183,6 +192,7 @@ describe 'RepositoriesContainerApi' do
183
192
  # List permissions available to the current user on this object.
184
193
  # @param container_container_repository_href
185
194
  # @param [Hash] opts the optional parameters
195
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
186
196
  # @option opts [Array<String>] :fields A list of fields to include in the response.
187
197
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
188
198
  # @return [MyPermissionsResponse]
@@ -198,6 +208,7 @@ describe 'RepositoriesContainerApi' do
198
208
  # @param container_container_repository_href
199
209
  # @param patchedcontainer_container_repository
200
210
  # @param [Hash] opts the optional parameters
211
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
201
212
  # @return [AsyncOperationResponse]
202
213
  describe 'partial_update test' do
203
214
  it 'should work' do
@@ -210,6 +221,7 @@ describe 'RepositoriesContainerApi' do
210
221
  # ViewSet for container repo.
211
222
  # @param container_container_repository_href
212
223
  # @param [Hash] opts the optional parameters
224
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
213
225
  # @option opts [Array<String>] :fields A list of fields to include in the response.
214
226
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
215
227
  # @return [ContainerContainerRepositoryResponse]
@@ -225,6 +237,7 @@ describe 'RepositoriesContainerApi' do
225
237
  # @param container_container_repository_href
226
238
  # @param recursive_manage
227
239
  # @param [Hash] opts the optional parameters
240
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
228
241
  # @return [AsyncOperationResponse]
229
242
  describe 'remove test' do
230
243
  it 'should work' do
@@ -238,6 +251,7 @@ describe 'RepositoriesContainerApi' do
238
251
  # @param container_container_repository_href
239
252
  # @param nested_role
240
253
  # @param [Hash] opts the optional parameters
254
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
241
255
  # @return [NestedRoleResponse]
242
256
  describe 'remove_role test' do
243
257
  it 'should work' do
@@ -251,6 +265,7 @@ describe 'RepositoriesContainerApi' do
251
265
  # @param container_container_repository_href
252
266
  # @param set_label
253
267
  # @param [Hash] opts the optional parameters
268
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
254
269
  # @return [SetLabelResponse]
255
270
  describe 'set_label test' do
256
271
  it 'should work' do
@@ -264,6 +279,7 @@ describe 'RepositoriesContainerApi' do
264
279
  # @param container_container_repository_href
265
280
  # @param repository_sign
266
281
  # @param [Hash] opts the optional parameters
282
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
267
283
  # @return [AsyncOperationResponse]
268
284
  describe 'sign test' do
269
285
  it 'should work' do
@@ -277,6 +293,7 @@ describe 'RepositoriesContainerApi' do
277
293
  # @param container_container_repository_href
278
294
  # @param container_repository_sync_url
279
295
  # @param [Hash] opts the optional parameters
296
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
280
297
  # @return [AsyncOperationResponse]
281
298
  describe 'sync test' do
282
299
  it 'should work' do
@@ -290,6 +307,7 @@ describe 'RepositoriesContainerApi' do
290
307
  # @param container_container_repository_href
291
308
  # @param tag_image
292
309
  # @param [Hash] opts the optional parameters
310
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
293
311
  # @return [AsyncOperationResponse]
294
312
  describe 'tag test' do
295
313
  it 'should work' do
@@ -303,6 +321,7 @@ describe 'RepositoriesContainerApi' do
303
321
  # @param container_container_repository_href
304
322
  # @param unset_label
305
323
  # @param [Hash] opts the optional parameters
324
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
306
325
  # @return [UnsetLabelResponse]
307
326
  describe 'unset_label test' do
308
327
  it 'should work' do
@@ -316,6 +335,7 @@ describe 'RepositoriesContainerApi' do
316
335
  # @param container_container_repository_href
317
336
  # @param un_tag_image
318
337
  # @param [Hash] opts the optional parameters
338
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
319
339
  # @return [AsyncOperationResponse]
320
340
  describe 'untag test' do
321
341
  it 'should work' do
@@ -329,6 +349,7 @@ describe 'RepositoriesContainerApi' do
329
349
  # @param container_container_repository_href
330
350
  # @param container_container_repository
331
351
  # @param [Hash] opts the optional parameters
352
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
332
353
  # @return [AsyncOperationResponse]
333
354
  describe 'update test' do
334
355
  it 'should work' do