pulp_container_client 2.19.8 → 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 (151) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -8
  3. data/docs/ContainerBlobResponse.md +0 -2
  4. data/docs/ContainerContainerDistribution.md +4 -4
  5. data/docs/ContainerContainerDistributionResponse.md +9 -11
  6. data/docs/ContainerContainerNamespaceResponse.md +0 -2
  7. data/docs/ContainerContainerPullThroughDistribution.md +4 -4
  8. data/docs/ContainerContainerPullThroughDistributionResponse.md +9 -11
  9. data/docs/ContainerContainerPullThroughRemote.md +1 -1
  10. data/docs/ContainerContainerPullThroughRemoteResponse.md +3 -3
  11. data/docs/ContainerContainerPullThroughRemoteResponseHiddenFields.md +2 -2
  12. data/docs/ContainerContainerPushRepository.md +7 -7
  13. data/docs/ContainerContainerPushRepositoryResponse.md +9 -11
  14. data/docs/ContainerContainerRemote.md +1 -1
  15. data/docs/ContainerContainerRemoteResponse.md +3 -3
  16. data/docs/ContainerContainerRepositoryResponse.md +0 -2
  17. data/docs/ContainerManifestResponse.md +2 -6
  18. data/docs/ContainerManifestSignatureResponse.md +0 -2
  19. data/docs/ContainerTagResponse.md +0 -2
  20. data/docs/ContentBlobsApi.md +1 -5
  21. data/docs/ContentManifestsApi.md +3 -7
  22. data/docs/ContentSignaturesApi.md +1 -5
  23. data/docs/ContentTagsApi.md +1 -5
  24. data/docs/DistributionsContainerApi.md +17 -57
  25. data/docs/DistributionsPullThroughApi.md +17 -57
  26. data/docs/IndexDynamicApi.md +50 -0
  27. data/docs/IndexStaticApi.md +50 -0
  28. data/docs/OCIBuildImage.md +1 -1
  29. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  30. data/docs/PaginatedcontainerBlobResponseList.md +2 -2
  31. data/docs/PaginatedcontainerContainerDistributionResponseList.md +2 -2
  32. data/docs/PaginatedcontainerContainerNamespaceResponseList.md +2 -2
  33. data/docs/PaginatedcontainerContainerPullThroughDistributionResponseList.md +2 -2
  34. data/docs/PaginatedcontainerContainerPullThroughRemoteResponseList.md +2 -2
  35. data/docs/PaginatedcontainerContainerPushRepositoryResponseList.md +2 -2
  36. data/docs/PaginatedcontainerContainerRemoteResponseList.md +2 -2
  37. data/docs/PaginatedcontainerContainerRepositoryResponseList.md +2 -2
  38. data/docs/PaginatedcontainerManifestResponseList.md +2 -2
  39. data/docs/PaginatedcontainerManifestSignatureResponseList.md +2 -2
  40. data/docs/PaginatedcontainerTagResponseList.md +2 -2
  41. data/docs/PatchedcontainerContainerDistribution.md +4 -4
  42. data/docs/PatchedcontainerContainerPullThroughDistribution.md +4 -4
  43. data/docs/PatchedcontainerContainerPullThroughRemote.md +1 -1
  44. data/docs/PatchedcontainerContainerPushRepository.md +7 -7
  45. data/docs/PatchedcontainerContainerRemote.md +1 -1
  46. data/docs/{Policy692Enum.md → Policy762Enum.md} +2 -2
  47. data/docs/{Policy7e0Enum.md → Policy8e2Enum.md} +2 -2
  48. data/docs/PulpContainerNamespacesApi.md +9 -33
  49. data/docs/RemotesContainerApi.md +17 -57
  50. data/docs/RemotesPullThroughApi.md +17 -57
  51. data/docs/RepositoriesContainerApi.md +35 -109
  52. data/docs/RepositoriesContainerPushApi.md +19 -63
  53. data/docs/RepositoriesContainerPushVersionsApi.md +5 -17
  54. data/docs/RepositoriesContainerVersionsApi.md +5 -17
  55. data/docs/RepositoryVersionResponse.md +0 -2
  56. data/docs/TokenApi.md +4 -14
  57. data/lib/pulp_container_client/api/content_blobs_api.rb +0 -6
  58. data/lib/pulp_container_client/api/content_manifests_api.rb +3 -9
  59. data/lib/pulp_container_client/api/content_signatures_api.rb +0 -6
  60. data/lib/pulp_container_client/api/content_tags_api.rb +0 -6
  61. data/lib/pulp_container_client/api/distributions_container_api.rb +0 -36
  62. data/lib/pulp_container_client/api/distributions_pull_through_api.rb +0 -36
  63. data/lib/pulp_container_client/api/index_dynamic_api.rb +74 -0
  64. data/lib/pulp_container_client/api/index_static_api.rb +74 -0
  65. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -24
  66. data/lib/pulp_container_client/api/remotes_container_api.rb +0 -36
  67. data/lib/pulp_container_client/api/remotes_pull_through_api.rb +0 -36
  68. data/lib/pulp_container_client/api/repositories_container_api.rb +2 -65
  69. data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -39
  70. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +0 -12
  71. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +0 -12
  72. data/lib/pulp_container_client/api/token_api.rb +0 -9
  73. data/lib/pulp_container_client/configuration.rb +2 -2
  74. data/lib/pulp_container_client/models/container_blob_response.rb +1 -11
  75. data/lib/pulp_container_client/models/container_container_distribution.rb +21 -21
  76. data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -49
  77. data/lib/pulp_container_client/models/container_container_namespace_response.rb +1 -11
  78. data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +21 -21
  79. data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +39 -49
  80. data/lib/pulp_container_client/models/container_container_pull_through_remote.rb +1 -1
  81. data/lib/pulp_container_client/models/container_container_pull_through_remote_response.rb +12 -12
  82. data/lib/pulp_container_client/models/container_container_pull_through_remote_response_hidden_fields.rb +0 -10
  83. data/lib/pulp_container_client/models/container_container_push_repository.rb +48 -48
  84. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +41 -51
  85. data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
  86. data/lib/pulp_container_client/models/container_container_remote_response.rb +12 -12
  87. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -11
  88. data/lib/pulp_container_client/models/container_manifest_response.rb +3 -28
  89. data/lib/pulp_container_client/models/container_manifest_signature_response.rb +1 -11
  90. data/lib/pulp_container_client/models/container_tag_response.rb +1 -11
  91. data/lib/pulp_container_client/models/oci_build_image.rb +1 -1
  92. data/lib/pulp_container_client/models/paginated_repository_version_response_list.rb +0 -10
  93. data/lib/pulp_container_client/models/paginatedcontainer_blob_response_list.rb +0 -10
  94. data/lib/pulp_container_client/models/paginatedcontainer_container_distribution_response_list.rb +0 -10
  95. data/lib/pulp_container_client/models/paginatedcontainer_container_namespace_response_list.rb +0 -10
  96. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_distribution_response_list.rb +0 -10
  97. data/lib/pulp_container_client/models/paginatedcontainer_container_pull_through_remote_response_list.rb +0 -10
  98. data/lib/pulp_container_client/models/paginatedcontainer_container_push_repository_response_list.rb +0 -10
  99. data/lib/pulp_container_client/models/paginatedcontainer_container_remote_response_list.rb +0 -10
  100. data/lib/pulp_container_client/models/paginatedcontainer_container_repository_response_list.rb +0 -10
  101. data/lib/pulp_container_client/models/paginatedcontainer_manifest_response_list.rb +0 -10
  102. data/lib/pulp_container_client/models/paginatedcontainer_manifest_signature_response_list.rb +0 -10
  103. data/lib/pulp_container_client/models/paginatedcontainer_tag_response_list.rb +0 -10
  104. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +21 -21
  105. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +21 -21
  106. data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_remote.rb +1 -1
  107. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +48 -48
  108. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
  109. data/lib/pulp_container_client/models/{policy692_enum.rb → policy762_enum.rb} +3 -3
  110. data/lib/pulp_container_client/models/{policy7e0_enum.rb → policy8e2_enum.rb} +3 -3
  111. data/lib/pulp_container_client/models/repository_version_response.rb +1 -11
  112. data/lib/pulp_container_client/version.rb +1 -1
  113. data/lib/pulp_container_client.rb +4 -2
  114. data/spec/api/content_blobs_api_spec.rb +0 -2
  115. data/spec/api/content_manifests_api_spec.rb +1 -3
  116. data/spec/api/content_signatures_api_spec.rb +0 -2
  117. data/spec/api/content_tags_api_spec.rb +0 -2
  118. data/spec/api/distributions_container_api_spec.rb +0 -12
  119. data/spec/api/distributions_pull_through_api_spec.rb +0 -12
  120. data/spec/api/index_dynamic_api_spec.rb +45 -0
  121. data/spec/api/index_static_api_spec.rb +45 -0
  122. data/spec/api/pulp_container_namespaces_api_spec.rb +0 -8
  123. data/spec/api/remotes_container_api_spec.rb +0 -12
  124. data/spec/api/remotes_pull_through_api_spec.rb +0 -12
  125. data/spec/api/repositories_container_api_spec.rb +1 -22
  126. data/spec/api/repositories_container_push_api_spec.rb +0 -13
  127. data/spec/api/repositories_container_push_versions_api_spec.rb +0 -4
  128. data/spec/api/repositories_container_versions_api_spec.rb +0 -4
  129. data/spec/api/token_api_spec.rb +0 -3
  130. data/spec/configuration_spec.rb +3 -3
  131. data/spec/models/container_blob_response_spec.rb +0 -6
  132. data/spec/models/container_container_distribution_response_spec.rb +7 -13
  133. data/spec/models/container_container_distribution_spec.rb +5 -5
  134. data/spec/models/container_container_namespace_response_spec.rb +0 -6
  135. data/spec/models/container_container_pull_through_distribution_response_spec.rb +7 -13
  136. data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
  137. data/spec/models/container_container_pull_through_remote_response_spec.rb +6 -6
  138. data/spec/models/container_container_push_repository_response_spec.rb +6 -12
  139. data/spec/models/container_container_push_repository_spec.rb +5 -5
  140. data/spec/models/container_container_remote_response_spec.rb +6 -6
  141. data/spec/models/container_container_repository_response_spec.rb +0 -6
  142. data/spec/models/container_manifest_response_spec.rb +0 -12
  143. data/spec/models/container_manifest_signature_response_spec.rb +0 -6
  144. data/spec/models/container_tag_response_spec.rb +0 -6
  145. data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
  146. data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
  147. data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
  148. data/spec/models/{policy692_enum_spec.rb → policy762_enum_spec.rb} +6 -6
  149. data/spec/models/{policy7e0_enum_spec.rb → policy8e2_enum_spec.rb} +6 -6
  150. data/spec/models/repository_version_response_spec.rb +0 -6
  151. metadata +88 -80
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
  **pulp_labels** | **Hash<String, String>** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
- **policy** | [**Policy7e0Enum**](Policy7e0Enum.md) | | [optional]
21
+ **policy** | [**Policy8e2Enum**](Policy8e2Enum.md) | | [optional]
22
22
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
23
23
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
24
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -4,22 +4,22 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | A unique name for this repository. | [optional]
8
- **pulp_labels** | **Hash<String, String>** | | [optional]
9
- **description** | **String** | An optional description. | [optional]
10
7
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
8
  **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional]
9
+ **pulp_labels** | **Hash<String, String>** | | [optional]
10
+ **name** | **String** | A unique name for this repository. | [optional]
11
+ **description** | **String** | An optional description. | [optional]
12
12
 
13
13
  ## Code Sample
14
14
 
15
15
  ```ruby
16
16
  require 'PulpContainerClient'
17
17
 
18
- instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(name: null,
18
+ instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(retain_repo_versions: null,
19
+ manifest_signing_service: null,
19
20
  pulp_labels: null,
20
- description: null,
21
- retain_repo_versions: null,
22
- manifest_signing_service: null)
21
+ name: null,
22
+ description: null)
23
23
  ```
24
24
 
25
25
 
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
  **pulp_labels** | **Hash<String, String>** | | [optional]
19
19
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
20
20
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
- **policy** | [**Policy692Enum**](Policy692Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
21
+ **policy** | [**Policy762Enum**](Policy762Enum.md) | immediate - All manifests and blobs are downloaded and saved during a sync. on_demand - Only tags and manifests are downloaded. Blobs are not downloaded until they are requested for the first time by a client. streamed - Blobs are streamed to the client with every request and never saved. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
22
22
  **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
23
23
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
24
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
@@ -1,4 +1,4 @@
1
- # PulpContainerClient::Policy692Enum
1
+ # PulpContainerClient::Policy762Enum
2
2
 
3
3
  ## Properties
4
4
 
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
10
10
  ```ruby
11
11
  require 'PulpContainerClient'
12
12
 
13
- instance = PulpContainerClient::Policy692Enum.new()
13
+ instance = PulpContainerClient::Policy762Enum.new()
14
14
  ```
15
15
 
16
16
 
@@ -1,4 +1,4 @@
1
- # PulpContainerClient::Policy7e0Enum
1
+ # PulpContainerClient::Policy8e2Enum
2
2
 
3
3
  ## Properties
4
4
 
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
10
10
  ```ruby
11
11
  require 'PulpContainerClient'
12
12
 
13
- instance = PulpContainerClient::Policy7e0Enum.new()
13
+ instance = PulpContainerClient::Policy8e2Enum.new()
14
14
  ```
15
15
 
16
16
 
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::PulpContainerNamespacesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -17,7 +17,7 @@ Method | HTTP request | Description
17
17
 
18
18
  ## add_role
19
19
 
20
- > NestedRoleResponse add_role(container_container_namespace_href, nested_role, opts)
20
+ > NestedRoleResponse add_role(container_container_namespace_href, nested_role)
21
21
 
22
22
  Add a role
23
23
 
@@ -38,13 +38,10 @@ end
38
38
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
39
39
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
40
40
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
41
- opts = {
42
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
43
- }
44
41
 
45
42
  begin
46
43
  #Add a role
47
- result = api_instance.add_role(container_container_namespace_href, nested_role, opts)
44
+ result = api_instance.add_role(container_container_namespace_href, nested_role)
48
45
  p result
49
46
  rescue PulpContainerClient::ApiError => e
50
47
  puts "Exception when calling PulpContainerNamespacesApi->add_role: #{e}"
@@ -58,7 +55,6 @@ Name | Type | Description | Notes
58
55
  ------------- | ------------- | ------------- | -------------
59
56
  **container_container_namespace_href** | **String**| |
60
57
  **nested_role** | [**NestedRole**](NestedRole.md)| |
61
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
62
58
 
63
59
  ### Return type
64
60
 
@@ -76,7 +72,7 @@ Name | Type | Description | Notes
76
72
 
77
73
  ## create
78
74
 
79
- > ContainerContainerNamespaceResponse create(container_container_namespace, opts)
75
+ > ContainerContainerNamespaceResponse create(container_container_namespace)
80
76
 
81
77
  Create a container namespace
82
78
 
@@ -96,13 +92,10 @@ end
96
92
 
97
93
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
98
94
  container_container_namespace = PulpContainerClient::ContainerContainerNamespace.new # ContainerContainerNamespace |
99
- opts = {
100
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
101
- }
102
95
 
103
96
  begin
104
97
  #Create a container namespace
105
- result = api_instance.create(container_container_namespace, opts)
98
+ result = api_instance.create(container_container_namespace)
106
99
  p result
107
100
  rescue PulpContainerClient::ApiError => e
108
101
  puts "Exception when calling PulpContainerNamespacesApi->create: #{e}"
@@ -115,7 +108,6 @@ end
115
108
  Name | Type | Description | Notes
116
109
  ------------- | ------------- | ------------- | -------------
117
110
  **container_container_namespace** | [**ContainerContainerNamespace**](ContainerContainerNamespace.md)| |
118
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
119
111
 
120
112
  ### Return type
121
113
 
@@ -133,7 +125,7 @@ Name | Type | Description | Notes
133
125
 
134
126
  ## delete
135
127
 
136
- > AsyncOperationResponse delete(container_container_namespace_href, opts)
128
+ > AsyncOperationResponse delete(container_container_namespace_href)
137
129
 
138
130
  Delete a container namespace
139
131
 
@@ -153,13 +145,10 @@ end
153
145
 
154
146
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
155
147
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
156
- opts = {
157
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
158
- }
159
148
 
160
149
  begin
161
150
  #Delete a container namespace
162
- result = api_instance.delete(container_container_namespace_href, opts)
151
+ result = api_instance.delete(container_container_namespace_href)
163
152
  p result
164
153
  rescue PulpContainerClient::ApiError => e
165
154
  puts "Exception when calling PulpContainerNamespacesApi->delete: #{e}"
@@ -172,7 +161,6 @@ end
172
161
  Name | Type | Description | Notes
173
162
  ------------- | ------------- | ------------- | -------------
174
163
  **container_container_namespace_href** | **String**| |
175
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
176
164
 
177
165
  ### Return type
178
166
 
@@ -210,7 +198,6 @@ end
210
198
 
211
199
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
212
200
  opts = {
213
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
214
201
  limit: 56, # Integer | Number of results to return per page.
215
202
  name: 'name_example', # String | Filter results where name matches value
216
203
  name__contains: 'name__contains_example', # String | Filter results where name contains value
@@ -244,7 +231,6 @@ end
244
231
 
245
232
  Name | Type | Description | Notes
246
233
  ------------- | ------------- | ------------- | -------------
247
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
248
234
  **limit** | **Integer**| Number of results to return per page. | [optional]
249
235
  **name** | **String**| Filter results where name matches value | [optional]
250
236
  **name__contains** | **String**| Filter results where name contains value | [optional]
@@ -300,7 +286,6 @@ end
300
286
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
301
287
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
302
288
  opts = {
303
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
304
289
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
305
290
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
306
291
  }
@@ -320,7 +305,6 @@ end
320
305
  Name | Type | Description | Notes
321
306
  ------------- | ------------- | ------------- | -------------
322
307
  **container_container_namespace_href** | **String**| |
323
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
324
308
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
325
309
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
326
310
 
@@ -361,7 +345,6 @@ end
361
345
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
362
346
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
363
347
  opts = {
364
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
365
348
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
366
349
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
367
350
  }
@@ -381,7 +364,6 @@ end
381
364
  Name | Type | Description | Notes
382
365
  ------------- | ------------- | ------------- | -------------
383
366
  **container_container_namespace_href** | **String**| |
384
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
385
367
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
386
368
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
387
369
 
@@ -422,7 +404,6 @@ end
422
404
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
423
405
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
424
406
  opts = {
425
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
426
407
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
427
408
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
428
409
  }
@@ -442,7 +423,6 @@ end
442
423
  Name | Type | Description | Notes
443
424
  ------------- | ------------- | ------------- | -------------
444
425
  **container_container_namespace_href** | **String**| |
445
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
446
426
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
447
427
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
448
428
 
@@ -462,7 +442,7 @@ Name | Type | Description | Notes
462
442
 
463
443
  ## remove_role
464
444
 
465
- > NestedRoleResponse remove_role(container_container_namespace_href, nested_role, opts)
445
+ > NestedRoleResponse remove_role(container_container_namespace_href, nested_role)
466
446
 
467
447
  Remove a role
468
448
 
@@ -483,13 +463,10 @@ end
483
463
  api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
484
464
  container_container_namespace_href = 'container_container_namespace_href_example' # String |
485
465
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
486
- opts = {
487
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
488
- }
489
466
 
490
467
  begin
491
468
  #Remove a role
492
- result = api_instance.remove_role(container_container_namespace_href, nested_role, opts)
469
+ result = api_instance.remove_role(container_container_namespace_href, nested_role)
493
470
  p result
494
471
  rescue PulpContainerClient::ApiError => e
495
472
  puts "Exception when calling PulpContainerNamespacesApi->remove_role: #{e}"
@@ -503,7 +480,6 @@ Name | Type | Description | Notes
503
480
  ------------- | ------------- | ------------- | -------------
504
481
  **container_container_namespace_href** | **String**| |
505
482
  **nested_role** | [**NestedRole**](NestedRole.md)| |
506
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
507
483
 
508
484
  ### Return type
509
485
 
@@ -1,6 +1,6 @@
1
1
  # PulpContainerClient::RemotesContainerApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -21,7 +21,7 @@ Method | HTTP request | Description
21
21
 
22
22
  ## add_role
23
23
 
24
- > NestedRoleResponse add_role(container_container_remote_href, nested_role, opts)
24
+ > NestedRoleResponse add_role(container_container_remote_href, nested_role)
25
25
 
26
26
  Add a role
27
27
 
@@ -42,13 +42,10 @@ end
42
42
  api_instance = PulpContainerClient::RemotesContainerApi.new
43
43
  container_container_remote_href = 'container_container_remote_href_example' # String |
44
44
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
45
- opts = {
46
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
47
- }
48
45
 
49
46
  begin
50
47
  #Add a role
51
- result = api_instance.add_role(container_container_remote_href, nested_role, opts)
48
+ result = api_instance.add_role(container_container_remote_href, nested_role)
52
49
  p result
53
50
  rescue PulpContainerClient::ApiError => e
54
51
  puts "Exception when calling RemotesContainerApi->add_role: #{e}"
@@ -62,7 +59,6 @@ Name | Type | Description | Notes
62
59
  ------------- | ------------- | ------------- | -------------
63
60
  **container_container_remote_href** | **String**| |
64
61
  **nested_role** | [**NestedRole**](NestedRole.md)| |
65
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
66
62
 
67
63
  ### Return type
68
64
 
@@ -80,7 +76,7 @@ Name | Type | Description | Notes
80
76
 
81
77
  ## create
82
78
 
83
- > ContainerContainerRemoteResponse create(container_container_remote, opts)
79
+ > ContainerContainerRemoteResponse create(container_container_remote)
84
80
 
85
81
  Create a container remote
86
82
 
@@ -100,13 +96,10 @@ end
100
96
 
101
97
  api_instance = PulpContainerClient::RemotesContainerApi.new
102
98
  container_container_remote = PulpContainerClient::ContainerContainerRemote.new # ContainerContainerRemote |
103
- opts = {
104
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
105
- }
106
99
 
107
100
  begin
108
101
  #Create a container remote
109
- result = api_instance.create(container_container_remote, opts)
102
+ result = api_instance.create(container_container_remote)
110
103
  p result
111
104
  rescue PulpContainerClient::ApiError => e
112
105
  puts "Exception when calling RemotesContainerApi->create: #{e}"
@@ -119,7 +112,6 @@ end
119
112
  Name | Type | Description | Notes
120
113
  ------------- | ------------- | ------------- | -------------
121
114
  **container_container_remote** | [**ContainerContainerRemote**](ContainerContainerRemote.md)| |
122
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
123
115
 
124
116
  ### Return type
125
117
 
@@ -137,7 +129,7 @@ Name | Type | Description | Notes
137
129
 
138
130
  ## delete
139
131
 
140
- > AsyncOperationResponse delete(container_container_remote_href, opts)
132
+ > AsyncOperationResponse delete(container_container_remote_href)
141
133
 
142
134
  Delete a container remote
143
135
 
@@ -157,13 +149,10 @@ end
157
149
 
158
150
  api_instance = PulpContainerClient::RemotesContainerApi.new
159
151
  container_container_remote_href = 'container_container_remote_href_example' # String |
160
- opts = {
161
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
162
- }
163
152
 
164
153
  begin
165
154
  #Delete a container remote
166
- result = api_instance.delete(container_container_remote_href, opts)
155
+ result = api_instance.delete(container_container_remote_href)
167
156
  p result
168
157
  rescue PulpContainerClient::ApiError => e
169
158
  puts "Exception when calling RemotesContainerApi->delete: #{e}"
@@ -176,7 +165,6 @@ end
176
165
  Name | Type | Description | Notes
177
166
  ------------- | ------------- | ------------- | -------------
178
167
  **container_container_remote_href** | **String**| |
179
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
180
168
 
181
169
  ### Return type
182
170
 
@@ -214,7 +202,6 @@ end
214
202
 
215
203
  api_instance = PulpContainerClient::RemotesContainerApi.new
216
204
  opts = {
217
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
218
205
  limit: 56, # Integer | Number of results to return per page.
219
206
  name: 'name_example', # String | Filter results where name matches value
220
207
  name__contains: 'name__contains_example', # String | Filter results where name contains value
@@ -255,7 +242,6 @@ end
255
242
 
256
243
  Name | Type | Description | Notes
257
244
  ------------- | ------------- | ------------- | -------------
258
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
259
245
  **limit** | **Integer**| Number of results to return per page. | [optional]
260
246
  **name** | **String**| Filter results where name matches value | [optional]
261
247
  **name__contains** | **String**| Filter results where name contains value | [optional]
@@ -318,7 +304,6 @@ end
318
304
  api_instance = PulpContainerClient::RemotesContainerApi.new
319
305
  container_container_remote_href = 'container_container_remote_href_example' # String |
320
306
  opts = {
321
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
322
307
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
323
308
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
324
309
  }
@@ -338,7 +323,6 @@ end
338
323
  Name | Type | Description | Notes
339
324
  ------------- | ------------- | ------------- | -------------
340
325
  **container_container_remote_href** | **String**| |
341
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
342
326
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
343
327
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
344
328
 
@@ -379,7 +363,6 @@ end
379
363
  api_instance = PulpContainerClient::RemotesContainerApi.new
380
364
  container_container_remote_href = 'container_container_remote_href_example' # String |
381
365
  opts = {
382
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
383
366
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
384
367
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
385
368
  }
@@ -399,7 +382,6 @@ end
399
382
  Name | Type | Description | Notes
400
383
  ------------- | ------------- | ------------- | -------------
401
384
  **container_container_remote_href** | **String**| |
402
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
403
385
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
404
386
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
405
387
 
@@ -419,7 +401,7 @@ Name | Type | Description | Notes
419
401
 
420
402
  ## partial_update
421
403
 
422
- > AsyncOperationResponse partial_update(container_container_remote_href, patchedcontainer_container_remote, opts)
404
+ > AsyncOperationResponse partial_update(container_container_remote_href, patchedcontainer_container_remote)
423
405
 
424
406
  Update a container remote
425
407
 
@@ -440,13 +422,10 @@ end
440
422
  api_instance = PulpContainerClient::RemotesContainerApi.new
441
423
  container_container_remote_href = 'container_container_remote_href_example' # String |
442
424
  patchedcontainer_container_remote = PulpContainerClient::PatchedcontainerContainerRemote.new # PatchedcontainerContainerRemote |
443
- opts = {
444
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
445
- }
446
425
 
447
426
  begin
448
427
  #Update a container remote
449
- result = api_instance.partial_update(container_container_remote_href, patchedcontainer_container_remote, opts)
428
+ result = api_instance.partial_update(container_container_remote_href, patchedcontainer_container_remote)
450
429
  p result
451
430
  rescue PulpContainerClient::ApiError => e
452
431
  puts "Exception when calling RemotesContainerApi->partial_update: #{e}"
@@ -460,7 +439,6 @@ Name | Type | Description | Notes
460
439
  ------------- | ------------- | ------------- | -------------
461
440
  **container_container_remote_href** | **String**| |
462
441
  **patchedcontainer_container_remote** | [**PatchedcontainerContainerRemote**](PatchedcontainerContainerRemote.md)| |
463
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
464
442
 
465
443
  ### Return type
466
444
 
@@ -499,7 +477,6 @@ end
499
477
  api_instance = PulpContainerClient::RemotesContainerApi.new
500
478
  container_container_remote_href = 'container_container_remote_href_example' # String |
501
479
  opts = {
502
- x_task_diagnostics: ['x_task_diagnostics_example'], # Array<String> | List of profilers to use on tasks.
503
480
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
504
481
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
505
482
  }
@@ -519,7 +496,6 @@ end
519
496
  Name | Type | Description | Notes
520
497
  ------------- | ------------- | ------------- | -------------
521
498
  **container_container_remote_href** | **String**| |
522
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
523
499
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
524
500
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
525
501
 
@@ -539,7 +515,7 @@ Name | Type | Description | Notes
539
515
 
540
516
  ## remove_role
541
517
 
542
- > NestedRoleResponse remove_role(container_container_remote_href, nested_role, opts)
518
+ > NestedRoleResponse remove_role(container_container_remote_href, nested_role)
543
519
 
544
520
  Remove a role
545
521
 
@@ -560,13 +536,10 @@ end
560
536
  api_instance = PulpContainerClient::RemotesContainerApi.new
561
537
  container_container_remote_href = 'container_container_remote_href_example' # String |
562
538
  nested_role = PulpContainerClient::NestedRole.new # NestedRole |
563
- opts = {
564
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
565
- }
566
539
 
567
540
  begin
568
541
  #Remove a role
569
- result = api_instance.remove_role(container_container_remote_href, nested_role, opts)
542
+ result = api_instance.remove_role(container_container_remote_href, nested_role)
570
543
  p result
571
544
  rescue PulpContainerClient::ApiError => e
572
545
  puts "Exception when calling RemotesContainerApi->remove_role: #{e}"
@@ -580,7 +553,6 @@ Name | Type | Description | Notes
580
553
  ------------- | ------------- | ------------- | -------------
581
554
  **container_container_remote_href** | **String**| |
582
555
  **nested_role** | [**NestedRole**](NestedRole.md)| |
583
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
584
556
 
585
557
  ### Return type
586
558
 
@@ -598,7 +570,7 @@ Name | Type | Description | Notes
598
570
 
599
571
  ## set_label
600
572
 
601
- > SetLabelResponse set_label(container_container_remote_href, set_label, opts)
573
+ > SetLabelResponse set_label(container_container_remote_href, set_label)
602
574
 
603
575
  Set a label
604
576
 
@@ -619,13 +591,10 @@ end
619
591
  api_instance = PulpContainerClient::RemotesContainerApi.new
620
592
  container_container_remote_href = 'container_container_remote_href_example' # String |
621
593
  set_label = PulpContainerClient::SetLabel.new # SetLabel |
622
- opts = {
623
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
624
- }
625
594
 
626
595
  begin
627
596
  #Set a label
628
- result = api_instance.set_label(container_container_remote_href, set_label, opts)
597
+ result = api_instance.set_label(container_container_remote_href, set_label)
629
598
  p result
630
599
  rescue PulpContainerClient::ApiError => e
631
600
  puts "Exception when calling RemotesContainerApi->set_label: #{e}"
@@ -639,7 +608,6 @@ Name | Type | Description | Notes
639
608
  ------------- | ------------- | ------------- | -------------
640
609
  **container_container_remote_href** | **String**| |
641
610
  **set_label** | [**SetLabel**](SetLabel.md)| |
642
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
643
611
 
644
612
  ### Return type
645
613
 
@@ -657,7 +625,7 @@ Name | Type | Description | Notes
657
625
 
658
626
  ## unset_label
659
627
 
660
- > UnsetLabelResponse unset_label(container_container_remote_href, unset_label, opts)
628
+ > UnsetLabelResponse unset_label(container_container_remote_href, unset_label)
661
629
 
662
630
  Unset a label
663
631
 
@@ -678,13 +646,10 @@ end
678
646
  api_instance = PulpContainerClient::RemotesContainerApi.new
679
647
  container_container_remote_href = 'container_container_remote_href_example' # String |
680
648
  unset_label = PulpContainerClient::UnsetLabel.new # UnsetLabel |
681
- opts = {
682
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
683
- }
684
649
 
685
650
  begin
686
651
  #Unset a label
687
- result = api_instance.unset_label(container_container_remote_href, unset_label, opts)
652
+ result = api_instance.unset_label(container_container_remote_href, unset_label)
688
653
  p result
689
654
  rescue PulpContainerClient::ApiError => e
690
655
  puts "Exception when calling RemotesContainerApi->unset_label: #{e}"
@@ -698,7 +663,6 @@ Name | Type | Description | Notes
698
663
  ------------- | ------------- | ------------- | -------------
699
664
  **container_container_remote_href** | **String**| |
700
665
  **unset_label** | [**UnsetLabel**](UnsetLabel.md)| |
701
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
702
666
 
703
667
  ### Return type
704
668
 
@@ -716,7 +680,7 @@ Name | Type | Description | Notes
716
680
 
717
681
  ## update
718
682
 
719
- > AsyncOperationResponse update(container_container_remote_href, container_container_remote, opts)
683
+ > AsyncOperationResponse update(container_container_remote_href, container_container_remote)
720
684
 
721
685
  Update a container remote
722
686
 
@@ -737,13 +701,10 @@ end
737
701
  api_instance = PulpContainerClient::RemotesContainerApi.new
738
702
  container_container_remote_href = 'container_container_remote_href_example' # String |
739
703
  container_container_remote = PulpContainerClient::ContainerContainerRemote.new # ContainerContainerRemote |
740
- opts = {
741
- x_task_diagnostics: ['x_task_diagnostics_example'] # Array<String> | List of profilers to use on tasks.
742
- }
743
704
 
744
705
  begin
745
706
  #Update a container remote
746
- result = api_instance.update(container_container_remote_href, container_container_remote, opts)
707
+ result = api_instance.update(container_container_remote_href, container_container_remote)
747
708
  p result
748
709
  rescue PulpContainerClient::ApiError => e
749
710
  puts "Exception when calling RemotesContainerApi->update: #{e}"
@@ -757,7 +718,6 @@ Name | Type | Description | Notes
757
718
  ------------- | ------------- | ------------- | -------------
758
719
  **container_container_remote_href** | **String**| |
759
720
  **container_container_remote** | [**ContainerContainerRemote**](ContainerContainerRemote.md)| |
760
- **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md)| List of profilers to use on tasks. | [optional]
761
721
 
762
722
  ### Return type
763
723