pulp_container_client 2.0.0b3 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (156) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +69 -57
  3. data/docs/{ContainerBlob.md → ContainerBlobResponse.md} +2 -2
  4. data/docs/ContainerContainerDistribution.md +6 -12
  5. data/docs/ContainerContainerDistributionResponse.md +31 -0
  6. data/docs/ContainerContainerPushRepository.md +4 -10
  7. data/docs/ContainerContainerPushRepositoryResponse.md +29 -0
  8. data/docs/ContainerContainerRemote.md +8 -12
  9. data/docs/ContainerContainerRemoteResponse.md +49 -0
  10. data/docs/ContainerContainerRepository.md +4 -10
  11. data/docs/ContainerContainerRepositoryResponse.md +29 -0
  12. data/docs/ContainerContentRedirectContentGuard.md +1 -5
  13. data/docs/ContainerContentRedirectContentGuardResponse.md +23 -0
  14. data/docs/{ContainerManifest.md → ContainerManifestResponse.md} +2 -2
  15. data/docs/{ContainerTag.md → ContainerTagResponse.md} +2 -4
  16. data/docs/ContentBlobsApi.md +24 -24
  17. data/docs/ContentManifestsApi.md +24 -24
  18. data/docs/ContentSummary.md +3 -3
  19. data/docs/ContentSummaryResponse.md +21 -0
  20. data/docs/ContentTagsApi.md +26 -26
  21. data/docs/ContentguardsContentRedirectApi.md +55 -55
  22. data/docs/DistributionsContainerApi.md +108 -60
  23. data/docs/InlineResponse200.md +3 -3
  24. data/docs/InlineResponse2001.md +3 -3
  25. data/docs/InlineResponse2002.md +3 -3
  26. data/docs/InlineResponse2003.md +3 -3
  27. data/docs/InlineResponse2004.md +3 -3
  28. data/docs/InlineResponse2005.md +3 -3
  29. data/docs/InlineResponse2006.md +3 -3
  30. data/docs/InlineResponse2007.md +3 -3
  31. data/docs/InlineResponse2008.md +3 -3
  32. data/docs/ManifestCopy.md +1 -1
  33. data/docs/OCIBuildImage.md +23 -0
  34. data/docs/PatchedcontainerContainerDistribution.md +25 -0
  35. data/docs/PatchedcontainerContainerRemote.md +43 -0
  36. data/docs/PatchedcontainerContainerRepository.md +21 -0
  37. data/docs/PatchedcontainerContentRedirectContentGuard.md +19 -0
  38. data/docs/PolicyEnum.md +16 -0
  39. data/docs/RecursiveManage.md +1 -1
  40. data/docs/RemotesContainerApi.md +125 -65
  41. data/docs/RepositoriesContainerApi.md +158 -134
  42. data/docs/RepositoriesContainerPushApi.md +44 -148
  43. data/docs/RepositoriesContainerVersionsApi.md +190 -126
  44. data/docs/RepositorySyncURL.md +1 -1
  45. data/docs/RepositoryVersion.md +1 -9
  46. data/docs/RepositoryVersionResponse.md +25 -0
  47. data/docs/TagCopy.md +1 -1
  48. data/docs/TokenApi.md +8 -16
  49. data/lib/pulp_container_client/api/content_blobs_api.rb +38 -34
  50. data/lib/pulp_container_client/api/content_manifests_api.rb +38 -34
  51. data/lib/pulp_container_client/api/content_tags_api.rb +41 -37
  52. data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +90 -90
  53. data/lib/pulp_container_client/api/distributions_container_api.rb +153 -90
  54. data/lib/pulp_container_client/api/remotes_container_api.rb +181 -100
  55. data/lib/pulp_container_client/api/repositories_container_api.rb +245 -222
  56. data/lib/pulp_container_client/api/repositories_container_push_api.rb +66 -197
  57. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +278 -188
  58. data/lib/pulp_container_client/api/token_api.rb +8 -14
  59. data/lib/pulp_container_client/api_client.rb +2 -2
  60. data/lib/pulp_container_client/api_error.rb +2 -2
  61. data/lib/pulp_container_client/configuration.rb +3 -3
  62. data/lib/pulp_container_client/models/async_operation_response.rb +3 -2
  63. data/lib/pulp_container_client/models/{container_blob.rb → container_blob_response.rb} +6 -43
  64. data/lib/pulp_container_client/models/container_container_distribution.rb +29 -110
  65. data/lib/pulp_container_client/models/container_container_distribution_response.rb +289 -0
  66. data/lib/pulp_container_client/models/container_container_push_repository.rb +18 -78
  67. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +271 -0
  68. data/lib/pulp_container_client/models/container_container_remote.rb +29 -227
  69. data/lib/pulp_container_client/models/container_container_remote_response.rb +409 -0
  70. data/lib/pulp_container_client/models/container_container_repository.rb +18 -78
  71. data/lib/pulp_container_client/models/container_container_repository_response.rb +271 -0
  72. data/lib/pulp_container_client/models/container_content_redirect_content_guard.rb +4 -56
  73. data/lib/pulp_container_client/models/container_content_redirect_content_guard_response.rb +243 -0
  74. data/lib/pulp_container_client/models/{container_manifest.rb → container_manifest_response.rb} +6 -43
  75. data/lib/pulp_container_client/models/{container_tag.rb → container_tag_response.rb} +7 -40
  76. data/lib/pulp_container_client/models/content_summary.rb +9 -15
  77. data/lib/pulp_container_client/models/content_summary_response.rb +240 -0
  78. data/lib/pulp_container_client/models/inline_response200.rb +3 -13
  79. data/lib/pulp_container_client/models/inline_response2001.rb +3 -13
  80. data/lib/pulp_container_client/models/inline_response2002.rb +3 -13
  81. data/lib/pulp_container_client/models/inline_response2003.rb +3 -13
  82. data/lib/pulp_container_client/models/inline_response2004.rb +3 -13
  83. data/lib/pulp_container_client/models/inline_response2005.rb +3 -13
  84. data/lib/pulp_container_client/models/inline_response2006.rb +3 -13
  85. data/lib/pulp_container_client/models/inline_response2007.rb +3 -13
  86. data/lib/pulp_container_client/models/inline_response2008.rb +3 -13
  87. data/lib/pulp_container_client/models/manifest_copy.rb +4 -3
  88. data/lib/pulp_container_client/models/oci_build_image.rb +240 -0
  89. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +250 -0
  90. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +365 -0
  91. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +229 -0
  92. data/lib/pulp_container_client/models/patchedcontainer_content_redirect_content_guard.rb +219 -0
  93. data/lib/pulp_container_client/models/policy_enum.rb +37 -0
  94. data/lib/pulp_container_client/models/recursive_manage.rb +4 -3
  95. data/lib/pulp_container_client/models/repository_sync_url.rb +3 -8
  96. data/lib/pulp_container_client/models/repository_version.rb +7 -43
  97. data/lib/pulp_container_client/models/repository_version_response.rb +246 -0
  98. data/lib/pulp_container_client/models/tag_copy.rb +4 -3
  99. data/lib/pulp_container_client/models/tag_image.rb +3 -40
  100. data/lib/pulp_container_client/models/un_tag_image.rb +3 -21
  101. data/lib/pulp_container_client/version.rb +3 -3
  102. data/lib/pulp_container_client.rb +18 -5
  103. data/pulp_container_client.gemspec +4 -4
  104. data/spec/api/content_blobs_api_spec.rb +11 -11
  105. data/spec/api/content_manifests_api_spec.rb +11 -11
  106. data/spec/api/content_tags_api_spec.rb +12 -12
  107. data/spec/api/contentguards_content_redirect_api_spec.rb +17 -17
  108. data/spec/api/distributions_container_api_spec.rb +39 -18
  109. data/spec/api/remotes_container_api_spec.rb +48 -21
  110. data/spec/api/repositories_container_api_spec.rb +41 -32
  111. data/spec/api/repositories_container_push_api_spec.rb +17 -40
  112. data/spec/api/repositories_container_versions_api_spec.rb +76 -46
  113. data/spec/api/token_api_spec.rb +4 -6
  114. data/spec/api_client_spec.rb +2 -2
  115. data/spec/configuration_spec.rb +2 -2
  116. data/spec/models/async_operation_response_spec.rb +2 -2
  117. data/spec/models/{container_blob_spec.rb → container_blob_response_spec.rb} +8 -8
  118. data/spec/models/container_container_distribution_response_spec.rb +83 -0
  119. data/spec/models/container_container_distribution_spec.rb +5 -23
  120. data/spec/models/container_container_push_repository_response_spec.rb +77 -0
  121. data/spec/models/container_container_push_repository_spec.rb +5 -23
  122. data/spec/models/container_container_remote_response_spec.rb +137 -0
  123. data/spec/models/container_container_remote_spec.rb +7 -23
  124. data/spec/models/container_container_repository_response_spec.rb +77 -0
  125. data/spec/models/container_container_repository_spec.rb +5 -23
  126. data/spec/models/container_content_redirect_content_guard_response_spec.rb +59 -0
  127. data/spec/models/container_content_redirect_content_guard_spec.rb +2 -14
  128. data/spec/models/{container_manifest_spec.rb → container_manifest_response_spec.rb} +8 -8
  129. data/spec/models/{container_tag_spec.rb → container_tag_response_spec.rb} +8 -14
  130. data/spec/models/content_summary_response_spec.rb +53 -0
  131. data/spec/models/content_summary_spec.rb +2 -2
  132. data/spec/models/inline_response2001_spec.rb +2 -2
  133. data/spec/models/inline_response2002_spec.rb +2 -2
  134. data/spec/models/inline_response2003_spec.rb +2 -2
  135. data/spec/models/inline_response2004_spec.rb +2 -2
  136. data/spec/models/inline_response2005_spec.rb +2 -2
  137. data/spec/models/inline_response2006_spec.rb +2 -2
  138. data/spec/models/inline_response2007_spec.rb +2 -2
  139. data/spec/models/inline_response2008_spec.rb +2 -2
  140. data/spec/models/inline_response200_spec.rb +2 -2
  141. data/spec/models/manifest_copy_spec.rb +2 -2
  142. data/spec/models/oci_build_image_spec.rb +59 -0
  143. data/spec/models/patchedcontainer_container_distribution_spec.rb +65 -0
  144. data/spec/models/patchedcontainer_container_remote_spec.rb +119 -0
  145. data/spec/models/patchedcontainer_container_repository_spec.rb +53 -0
  146. data/spec/models/patchedcontainer_content_redirect_content_guard_spec.rb +47 -0
  147. data/spec/models/policy_enum_spec.rb +35 -0
  148. data/spec/models/recursive_manage_spec.rb +2 -2
  149. data/spec/models/repository_sync_url_spec.rb +2 -2
  150. data/spec/models/repository_version_response_spec.rb +65 -0
  151. data/spec/models/repository_version_spec.rb +2 -26
  152. data/spec/models/tag_copy_spec.rb +2 -2
  153. data/spec/models/tag_image_spec.rb +2 -2
  154. data/spec/models/un_tag_image_spec.rb +2 -2
  155. data/spec/spec_helper.rb +2 -2
  156. metadata +93 -41
@@ -0,0 +1,43 @@
1
+ # PulpContainerClient::PatchedcontainerContainerRemote
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | A unique name for this remote. | [optional]
8
+ **url** | **String** | The URL of an external content source. | [optional]
9
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
10
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
11
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
12
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
13
+ **proxy_url** | **String** | The proxy URL. Format: scheme://user:password@host:port | [optional]
14
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
15
+ **password** | **String** | The password to be used for authentication when syncing. | [optional]
16
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
17
+ **policy** | [**PolicyEnum**](PolicyEnum.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. | [optional]
18
+ **upstream_name** | **String** | Name of the upstream repository | [optional]
19
+ **include_tags** | **Array<String>** | A list of tags to include during sync. Wildcards *, ? are recognized. 'include_tags' is evaluated before 'exclude_tags'. | [optional]
20
+ **exclude_tags** | **Array<String>** | A list of tags to exclude during sync. Wildcards *, ? are recognized. 'exclude_tags' is evaluated after 'include_tags'. | [optional]
21
+
22
+ ## Code Sample
23
+
24
+ ```ruby
25
+ require 'PulpContainerClient'
26
+
27
+ instance = PulpContainerClient::PatchedcontainerContainerRemote.new(name: null,
28
+ url: null,
29
+ ca_cert: null,
30
+ client_cert: null,
31
+ client_key: null,
32
+ tls_validation: null,
33
+ proxy_url: null,
34
+ username: null,
35
+ password: null,
36
+ download_concurrency: null,
37
+ policy: null,
38
+ upstream_name: null,
39
+ include_tags: null,
40
+ exclude_tags: null)
41
+ ```
42
+
43
+
@@ -0,0 +1,21 @@
1
+ # PulpContainerClient::PatchedcontainerContainerRepository
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | A unique name for this repository. | [optional]
8
+ **description** | **String** | An optional description. | [optional]
9
+ **remote** | **String** | | [optional]
10
+
11
+ ## Code Sample
12
+
13
+ ```ruby
14
+ require 'PulpContainerClient'
15
+
16
+ instance = PulpContainerClient::PatchedcontainerContainerRepository.new(name: null,
17
+ description: null,
18
+ remote: null)
19
+ ```
20
+
21
+
@@ -0,0 +1,19 @@
1
+ # PulpContainerClient::PatchedcontainerContentRedirectContentGuard
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | The unique name. | [optional]
8
+ **description** | **String** | An optional description. | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'PulpContainerClient'
14
+
15
+ instance = PulpContainerClient::PatchedcontainerContentRedirectContentGuard.new(name: null,
16
+ description: null)
17
+ ```
18
+
19
+
@@ -0,0 +1,16 @@
1
+ # PulpContainerClient::PolicyEnum
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+
8
+ ## Code Sample
9
+
10
+ ```ruby
11
+ require 'PulpContainerClient'
12
+
13
+ instance = PulpContainerClient::PolicyEnum.new()
14
+ ```
15
+
16
+
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **content_units** | **Array<String>** | A list of content units to operate on. | [optional]
7
+ **content_units** | **Array<Object>** | A list of content units to operate on. | [optional]
8
8
 
9
9
  ## Code Sample
10
10
 
@@ -5,17 +5,17 @@ All URIs are relative to *http://pulp*
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**create**](RemotesContainerApi.md#create) | **POST** /pulp/api/v3/remotes/container/container/ | Create a container remote
8
- [**delete**](RemotesContainerApi.md#delete) | **DELETE** {container_remote_href} | Delete a container remote
8
+ [**delete**](RemotesContainerApi.md#delete) | **DELETE** {container_container_remote_href} | Delete a container remote
9
9
  [**list**](RemotesContainerApi.md#list) | **GET** /pulp/api/v3/remotes/container/container/ | List container remotes
10
- [**partial_update**](RemotesContainerApi.md#partial_update) | **PATCH** {container_remote_href} | Partially update a container remote
11
- [**read**](RemotesContainerApi.md#read) | **GET** {container_remote_href} | Inspect a container remote
12
- [**update**](RemotesContainerApi.md#update) | **PUT** {container_remote_href} | Update a container remote
10
+ [**partial_update**](RemotesContainerApi.md#partial_update) | **PATCH** {container_container_remote_href} | Update a container remote
11
+ [**read**](RemotesContainerApi.md#read) | **GET** {container_container_remote_href} | Inspect a container remote
12
+ [**update**](RemotesContainerApi.md#update) | **PUT** {container_container_remote_href} | Update a container remote
13
13
 
14
14
 
15
15
 
16
16
  ## create
17
17
 
18
- > ContainerContainerRemote create(data)
18
+ > ContainerContainerRemoteResponse create(container_container_remote)
19
19
 
20
20
  Create a container remote
21
21
 
@@ -28,17 +28,17 @@ Container remotes represent an external repository that implements the Container
28
28
  require 'pulp_container_client'
29
29
  # setup authorization
30
30
  PulpContainerClient.configure do |config|
31
- # Configure HTTP basic authorization: Basic
31
+ # Configure HTTP basic authorization: basicAuth
32
32
  config.username = 'YOUR USERNAME'
33
33
  config.password = 'YOUR PASSWORD'
34
34
  end
35
35
 
36
36
  api_instance = PulpContainerClient::RemotesContainerApi.new
37
- data = PulpContainerClient::ContainerContainerRemote.new # ContainerContainerRemote |
37
+ container_container_remote = PulpContainerClient::ContainerContainerRemote.new # ContainerContainerRemote |
38
38
 
39
39
  begin
40
40
  #Create a container remote
41
- result = api_instance.create(data)
41
+ result = api_instance.create(container_container_remote)
42
42
  p result
43
43
  rescue PulpContainerClient::ApiError => e
44
44
  puts "Exception when calling RemotesContainerApi->create: #{e}"
@@ -50,25 +50,25 @@ end
50
50
 
51
51
  Name | Type | Description | Notes
52
52
  ------------- | ------------- | ------------- | -------------
53
- **data** | [**ContainerContainerRemote**](ContainerContainerRemote.md)| |
53
+ **container_container_remote** | [**ContainerContainerRemote**](ContainerContainerRemote.md)| |
54
54
 
55
55
  ### Return type
56
56
 
57
- [**ContainerContainerRemote**](ContainerContainerRemote.md)
57
+ [**ContainerContainerRemoteResponse**](ContainerContainerRemoteResponse.md)
58
58
 
59
59
  ### Authorization
60
60
 
61
- [Basic](../README.md#Basic)
61
+ [basicAuth](../README.md#basicAuth)
62
62
 
63
63
  ### HTTP request headers
64
64
 
65
- - **Content-Type**: application/json
65
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
66
66
  - **Accept**: application/json
67
67
 
68
68
 
69
69
  ## delete
70
70
 
71
- > AsyncOperationResponse delete(container_remote_href)
71
+ > AsyncOperationResponse delete(container_container_remote_href, opts)
72
72
 
73
73
  Delete a container remote
74
74
 
@@ -81,17 +81,28 @@ Trigger an asynchronous delete task
81
81
  require 'pulp_container_client'
82
82
  # setup authorization
83
83
  PulpContainerClient.configure do |config|
84
- # Configure HTTP basic authorization: Basic
84
+ # Configure HTTP basic authorization: basicAuth
85
85
  config.username = 'YOUR USERNAME'
86
86
  config.password = 'YOUR PASSWORD'
87
87
  end
88
88
 
89
89
  api_instance = PulpContainerClient::RemotesContainerApi.new
90
- container_remote_href = 'container_remote_href_example' # String | URI of Container Remote. e.g.: /pulp/api/v3/remotes/container/container/1/
90
+ container_container_remote_href = 'container_container_remote_href_example' # String |
91
+ opts = {
92
+ name: 'name_example', # String | name
93
+ name__in: 'name__in_example', # String | name__in
94
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
95
+ pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
96
+ pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
97
+ pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
98
+ pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
99
+ pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
100
+ pulp_last_updated__range: 'pulp_last_updated__range_example' # String | pulp_last_updated__range
101
+ }
91
102
 
92
103
  begin
93
104
  #Delete a container remote
94
- result = api_instance.delete(container_remote_href)
105
+ result = api_instance.delete(container_container_remote_href, opts)
95
106
  p result
96
107
  rescue PulpContainerClient::ApiError => e
97
108
  puts "Exception when calling RemotesContainerApi->delete: #{e}"
@@ -103,7 +114,16 @@ end
103
114
 
104
115
  Name | Type | Description | Notes
105
116
  ------------- | ------------- | ------------- | -------------
106
- **container_remote_href** | **String**| URI of Container Remote. e.g.: /pulp/api/v3/remotes/container/container/1/ |
117
+ **container_container_remote_href** | **String**| |
118
+ **name** | **String**| name | [optional]
119
+ **name__in** | **String**| name__in | [optional]
120
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
121
+ **pulp_last_updated** | **String**| pulp_last_updated | [optional]
122
+ **pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
123
+ **pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
124
+ **pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
125
+ **pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
126
+ **pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
107
127
 
108
128
  ### Return type
109
129
 
@@ -111,7 +131,7 @@ Name | Type | Description | Notes
111
131
 
112
132
  ### Authorization
113
133
 
114
- [Basic](../README.md#Basic)
134
+ [basicAuth](../README.md#basicAuth)
115
135
 
116
136
  ### HTTP request headers
117
137
 
@@ -134,24 +154,24 @@ Container remotes represent an external repository that implements the Container
134
154
  require 'pulp_container_client'
135
155
  # setup authorization
136
156
  PulpContainerClient.configure do |config|
137
- # Configure HTTP basic authorization: Basic
157
+ # Configure HTTP basic authorization: basicAuth
138
158
  config.username = 'YOUR USERNAME'
139
159
  config.password = 'YOUR PASSWORD'
140
160
  end
141
161
 
142
162
  api_instance = PulpContainerClient::RemotesContainerApi.new
143
163
  opts = {
144
- ordering: 'ordering_example', # String | Which field to use when ordering the results.
145
- name: 'name_example', # String |
146
- name__in: 'name__in_example', # String | Filter results where name is in a comma-separated list of values
147
- pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | Filter results where pulp_last_updated is less than value
148
- pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | Filter results where pulp_last_updated is less than or equal to value
149
- pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | Filter results where pulp_last_updated is greater than value
150
- pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | Filter results where pulp_last_updated is greater than or equal to value
151
- pulp_last_updated__range: 'pulp_last_updated__range_example', # String | Filter results where pulp_last_updated is between two comma separated values
152
- pulp_last_updated: 'pulp_last_updated_example', # String | ISO 8601 formatted dates are supported
153
164
  limit: 56, # Integer | Number of results to return per page.
165
+ name: 'name_example', # String | name
166
+ name__in: 'name__in_example', # String | name__in
154
167
  offset: 56, # Integer | The initial index from which to return the results.
168
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
169
+ pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
170
+ pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
171
+ pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
172
+ pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
173
+ pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
174
+ pulp_last_updated__range: 'pulp_last_updated__range_example', # String | pulp_last_updated__range
155
175
  fields: 'fields_example', # String | A list of fields to include in the response.
156
176
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
157
177
  }
@@ -170,17 +190,17 @@ end
170
190
 
171
191
  Name | Type | Description | Notes
172
192
  ------------- | ------------- | ------------- | -------------
173
- **ordering** | **String**| Which field to use when ordering the results. | [optional]
174
- **name** | **String**| | [optional]
175
- **name__in** | **String**| Filter results where name is in a comma-separated list of values | [optional]
176
- **pulp_last_updated__lt** | **String**| Filter results where pulp_last_updated is less than value | [optional]
177
- **pulp_last_updated__lte** | **String**| Filter results where pulp_last_updated is less than or equal to value | [optional]
178
- **pulp_last_updated__gt** | **String**| Filter results where pulp_last_updated is greater than value | [optional]
179
- **pulp_last_updated__gte** | **String**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
180
- **pulp_last_updated__range** | **String**| Filter results where pulp_last_updated is between two comma separated values | [optional]
181
- **pulp_last_updated** | **String**| ISO 8601 formatted dates are supported | [optional]
182
193
  **limit** | **Integer**| Number of results to return per page. | [optional]
194
+ **name** | **String**| name | [optional]
195
+ **name__in** | **String**| name__in | [optional]
183
196
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
197
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
198
+ **pulp_last_updated** | **String**| pulp_last_updated | [optional]
199
+ **pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
200
+ **pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
201
+ **pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
202
+ **pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
203
+ **pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
184
204
  **fields** | **String**| A list of fields to include in the response. | [optional]
185
205
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
186
206
 
@@ -190,7 +210,7 @@ Name | Type | Description | Notes
190
210
 
191
211
  ### Authorization
192
212
 
193
- [Basic](../README.md#Basic)
213
+ [basicAuth](../README.md#basicAuth)
194
214
 
195
215
  ### HTTP request headers
196
216
 
@@ -200,9 +220,9 @@ Name | Type | Description | Notes
200
220
 
201
221
  ## partial_update
202
222
 
203
- > AsyncOperationResponse partial_update(container_remote_href, data)
223
+ > AsyncOperationResponse partial_update(container_container_remote_href, patchedcontainer_container_remote, opts)
204
224
 
205
- Partially update a container remote
225
+ Update a container remote
206
226
 
207
227
  Trigger an asynchronous partial update task
208
228
 
@@ -213,18 +233,29 @@ Trigger an asynchronous partial update task
213
233
  require 'pulp_container_client'
214
234
  # setup authorization
215
235
  PulpContainerClient.configure do |config|
216
- # Configure HTTP basic authorization: Basic
236
+ # Configure HTTP basic authorization: basicAuth
217
237
  config.username = 'YOUR USERNAME'
218
238
  config.password = 'YOUR PASSWORD'
219
239
  end
220
240
 
221
241
  api_instance = PulpContainerClient::RemotesContainerApi.new
222
- container_remote_href = 'container_remote_href_example' # String | URI of Container Remote. e.g.: /pulp/api/v3/remotes/container/container/1/
223
- data = PulpContainerClient::ContainerContainerRemote.new # ContainerContainerRemote |
242
+ container_container_remote_href = 'container_container_remote_href_example' # String |
243
+ patchedcontainer_container_remote = PulpContainerClient::PatchedcontainerContainerRemote.new # PatchedcontainerContainerRemote |
244
+ opts = {
245
+ name: 'name_example', # String | name
246
+ name__in: 'name__in_example', # String | name__in
247
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
248
+ pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
249
+ pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
250
+ pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
251
+ pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
252
+ pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
253
+ pulp_last_updated__range: 'pulp_last_updated__range_example' # String | pulp_last_updated__range
254
+ }
224
255
 
225
256
  begin
226
- #Partially update a container remote
227
- result = api_instance.partial_update(container_remote_href, data)
257
+ #Update a container remote
258
+ result = api_instance.partial_update(container_container_remote_href, patchedcontainer_container_remote, opts)
228
259
  p result
229
260
  rescue PulpContainerClient::ApiError => e
230
261
  puts "Exception when calling RemotesContainerApi->partial_update: #{e}"
@@ -236,8 +267,17 @@ end
236
267
 
237
268
  Name | Type | Description | Notes
238
269
  ------------- | ------------- | ------------- | -------------
239
- **container_remote_href** | **String**| URI of Container Remote. e.g.: /pulp/api/v3/remotes/container/container/1/ |
240
- **data** | [**ContainerContainerRemote**](ContainerContainerRemote.md)| |
270
+ **container_container_remote_href** | **String**| |
271
+ **patchedcontainer_container_remote** | [**PatchedcontainerContainerRemote**](PatchedcontainerContainerRemote.md)| |
272
+ **name** | **String**| name | [optional]
273
+ **name__in** | **String**| name__in | [optional]
274
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
275
+ **pulp_last_updated** | **String**| pulp_last_updated | [optional]
276
+ **pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
277
+ **pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
278
+ **pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
279
+ **pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
280
+ **pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
241
281
 
242
282
  ### Return type
243
283
 
@@ -245,17 +285,17 @@ Name | Type | Description | Notes
245
285
 
246
286
  ### Authorization
247
287
 
248
- [Basic](../README.md#Basic)
288
+ [basicAuth](../README.md#basicAuth)
249
289
 
250
290
  ### HTTP request headers
251
291
 
252
- - **Content-Type**: application/json
292
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
253
293
  - **Accept**: application/json
254
294
 
255
295
 
256
296
  ## read
257
297
 
258
- > ContainerContainerRemote read(container_remote_href, opts)
298
+ > ContainerContainerRemoteResponse read(container_container_remote_href, opts)
259
299
 
260
300
  Inspect a container remote
261
301
 
@@ -268,13 +308,13 @@ Container remotes represent an external repository that implements the Container
268
308
  require 'pulp_container_client'
269
309
  # setup authorization
270
310
  PulpContainerClient.configure do |config|
271
- # Configure HTTP basic authorization: Basic
311
+ # Configure HTTP basic authorization: basicAuth
272
312
  config.username = 'YOUR USERNAME'
273
313
  config.password = 'YOUR PASSWORD'
274
314
  end
275
315
 
276
316
  api_instance = PulpContainerClient::RemotesContainerApi.new
277
- container_remote_href = 'container_remote_href_example' # String | URI of Container Remote. e.g.: /pulp/api/v3/remotes/container/container/1/
317
+ container_container_remote_href = 'container_container_remote_href_example' # String |
278
318
  opts = {
279
319
  fields: 'fields_example', # String | A list of fields to include in the response.
280
320
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -282,7 +322,7 @@ opts = {
282
322
 
283
323
  begin
284
324
  #Inspect a container remote
285
- result = api_instance.read(container_remote_href, opts)
325
+ result = api_instance.read(container_container_remote_href, opts)
286
326
  p result
287
327
  rescue PulpContainerClient::ApiError => e
288
328
  puts "Exception when calling RemotesContainerApi->read: #{e}"
@@ -294,17 +334,17 @@ end
294
334
 
295
335
  Name | Type | Description | Notes
296
336
  ------------- | ------------- | ------------- | -------------
297
- **container_remote_href** | **String**| URI of Container Remote. e.g.: /pulp/api/v3/remotes/container/container/1/ |
337
+ **container_container_remote_href** | **String**| |
298
338
  **fields** | **String**| A list of fields to include in the response. | [optional]
299
339
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
300
340
 
301
341
  ### Return type
302
342
 
303
- [**ContainerContainerRemote**](ContainerContainerRemote.md)
343
+ [**ContainerContainerRemoteResponse**](ContainerContainerRemoteResponse.md)
304
344
 
305
345
  ### Authorization
306
346
 
307
- [Basic](../README.md#Basic)
347
+ [basicAuth](../README.md#basicAuth)
308
348
 
309
349
  ### HTTP request headers
310
350
 
@@ -314,7 +354,7 @@ Name | Type | Description | Notes
314
354
 
315
355
  ## update
316
356
 
317
- > AsyncOperationResponse update(container_remote_href, data)
357
+ > AsyncOperationResponse update(container_container_remote_href, container_container_remote, opts)
318
358
 
319
359
  Update a container remote
320
360
 
@@ -327,18 +367,29 @@ Trigger an asynchronous update task
327
367
  require 'pulp_container_client'
328
368
  # setup authorization
329
369
  PulpContainerClient.configure do |config|
330
- # Configure HTTP basic authorization: Basic
370
+ # Configure HTTP basic authorization: basicAuth
331
371
  config.username = 'YOUR USERNAME'
332
372
  config.password = 'YOUR PASSWORD'
333
373
  end
334
374
 
335
375
  api_instance = PulpContainerClient::RemotesContainerApi.new
336
- container_remote_href = 'container_remote_href_example' # String | URI of Container Remote. e.g.: /pulp/api/v3/remotes/container/container/1/
337
- data = PulpContainerClient::ContainerContainerRemote.new # ContainerContainerRemote |
376
+ container_container_remote_href = 'container_container_remote_href_example' # String |
377
+ container_container_remote = PulpContainerClient::ContainerContainerRemote.new # ContainerContainerRemote |
378
+ opts = {
379
+ name: 'name_example', # String | name
380
+ name__in: 'name__in_example', # String | name__in
381
+ ordering: 'ordering_example', # String | Which field to use when ordering the results.
382
+ pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
383
+ pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
384
+ pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
385
+ pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
386
+ pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
387
+ pulp_last_updated__range: 'pulp_last_updated__range_example' # String | pulp_last_updated__range
388
+ }
338
389
 
339
390
  begin
340
391
  #Update a container remote
341
- result = api_instance.update(container_remote_href, data)
392
+ result = api_instance.update(container_container_remote_href, container_container_remote, opts)
342
393
  p result
343
394
  rescue PulpContainerClient::ApiError => e
344
395
  puts "Exception when calling RemotesContainerApi->update: #{e}"
@@ -350,8 +401,17 @@ end
350
401
 
351
402
  Name | Type | Description | Notes
352
403
  ------------- | ------------- | ------------- | -------------
353
- **container_remote_href** | **String**| URI of Container Remote. e.g.: /pulp/api/v3/remotes/container/container/1/ |
354
- **data** | [**ContainerContainerRemote**](ContainerContainerRemote.md)| |
404
+ **container_container_remote_href** | **String**| |
405
+ **container_container_remote** | [**ContainerContainerRemote**](ContainerContainerRemote.md)| |
406
+ **name** | **String**| name | [optional]
407
+ **name__in** | **String**| name__in | [optional]
408
+ **ordering** | **String**| Which field to use when ordering the results. | [optional]
409
+ **pulp_last_updated** | **String**| pulp_last_updated | [optional]
410
+ **pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
411
+ **pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
412
+ **pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
413
+ **pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
414
+ **pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
355
415
 
356
416
  ### Return type
357
417
 
@@ -359,10 +419,10 @@ Name | Type | Description | Notes
359
419
 
360
420
  ### Authorization
361
421
 
362
- [Basic](../README.md#Basic)
422
+ [basicAuth](../README.md#basicAuth)
363
423
 
364
424
  ### HTTP request headers
365
425
 
366
- - **Content-Type**: application/json
426
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
367
427
  - **Accept**: application/json
368
428