pulp_container_client 2.14.14 → 2.14.16

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 (250) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +222 -246
  3. data/docs/AccessPoliciesApi.md +28 -32
  4. data/docs/ArtifactDistributionResponse.md +7 -7
  5. data/docs/ArtifactsApi.md +23 -27
  6. data/docs/ContainerContainerDistribution.md +5 -5
  7. data/docs/ContainerContainerDistributionResponse.md +8 -8
  8. data/docs/ContainerContainerPushRepository.md +5 -5
  9. data/docs/ContainerContainerPushRepositoryResponse.md +8 -8
  10. data/docs/ContainerContainerRemote.md +1 -1
  11. data/docs/ContainerContainerRemoteResponse.md +1 -1
  12. data/docs/ContainerContainerRepository.md +1 -1
  13. data/docs/ContainerContainerRepositoryResponse.md +1 -1
  14. data/docs/ContentApi.md +8 -14
  15. data/docs/ContentBlobsApi.md +13 -17
  16. data/docs/ContentManifestsApi.md +15 -19
  17. data/docs/ContentSignaturesApi.md +13 -17
  18. data/docs/ContentTagsApi.md +15 -19
  19. data/docs/ContentguardsApi.md +8 -14
  20. data/docs/ContentguardsContentRedirectApi.md +53 -57
  21. data/docs/ContentguardsRbacApi.md +53 -57
  22. data/docs/DistributionsApi.md +8 -18
  23. data/docs/DistributionsArtifactsApi.md +13 -21
  24. data/docs/DistributionsContainerApi.md +53 -61
  25. data/docs/DocsApiJsonApi.md +6 -6
  26. data/docs/DocsApiYamlApi.md +6 -6
  27. data/docs/ExportersFilesystemApi.md +36 -40
  28. data/docs/ExportersFilesystemExportsApi.md +24 -24
  29. data/docs/ExportersPulpApi.md +33 -37
  30. data/docs/ExportersPulpExportsApi.md +21 -21
  31. data/docs/FilesystemExporter.md +1 -1
  32. data/docs/FilesystemExporterResponse.md +1 -1
  33. data/docs/GroupRole.md +1 -3
  34. data/docs/GroupRoleResponse.md +1 -3
  35. data/docs/GroupsApi.md +59 -63
  36. data/docs/GroupsRolesApi.md +27 -33
  37. data/docs/GroupsUsersApi.md +16 -16
  38. data/docs/ImportersPulpApi.md +33 -37
  39. data/docs/ImportersPulpImportCheckApi.md +1 -1
  40. data/docs/ImportersPulpImportsApi.md +21 -21
  41. data/docs/OrphansApi.md +6 -6
  42. data/docs/OrphansCleanupApi.md +6 -6
  43. data/docs/PatchedFilesystemExporter.md +1 -1
  44. data/docs/PatchedcontainerContainerDistribution.md +5 -5
  45. data/docs/PatchedcontainerContainerPushRepository.md +5 -5
  46. data/docs/PatchedcontainerContainerRemote.md +1 -1
  47. data/docs/PatchedcontainerContainerRepository.md +1 -1
  48. data/docs/PublicationsApi.md +9 -15
  49. data/docs/PulpContainerNamespacesApi.md +43 -47
  50. data/docs/RemoteResponse.md +1 -1
  51. data/docs/RemoteResponseHiddenFields.md +2 -2
  52. data/docs/RemotesApi.md +8 -14
  53. data/docs/RemotesContainerApi.md +53 -57
  54. data/docs/RepairApi.md +6 -6
  55. data/docs/RepositoriesApi.md +8 -30
  56. data/docs/RepositoriesContainerApi.md +102 -122
  57. data/docs/RepositoriesContainerPushApi.md +68 -88
  58. data/docs/RepositoriesContainerPushVersionsApi.md +23 -25
  59. data/docs/RepositoriesContainerVersionsApi.md +23 -25
  60. data/docs/RepositoriesReclaimSpaceApi.md +6 -6
  61. data/docs/RepositoryResponse.md +1 -1
  62. data/docs/RepositoryVersionsApi.md +8 -12
  63. data/docs/RolesApi.md +39 -43
  64. data/docs/SigningServicesApi.md +13 -17
  65. data/docs/StatusApi.md +1 -1
  66. data/docs/StatusResponse.md +1 -3
  67. data/docs/TaskGroupsApi.md +11 -11
  68. data/docs/TaskSchedulesApi.md +35 -39
  69. data/docs/TasksApi.md +101 -105
  70. data/docs/TokenApi.md +6 -6
  71. data/docs/UploadsApi.md +53 -57
  72. data/docs/UserRole.md +2 -4
  73. data/docs/UserRoleResponse.md +2 -4
  74. data/docs/UsersApi.md +39 -43
  75. data/docs/UsersRolesApi.md +27 -33
  76. data/docs/VersionResponse.md +1 -3
  77. data/docs/WorkersApi.md +13 -17
  78. data/lib/pulp_container_client/api/access_policies_api.rb +33 -39
  79. data/lib/pulp_container_client/api/artifacts_api.rb +31 -37
  80. data/lib/pulp_container_client/api/content_api.rb +7 -20
  81. data/lib/pulp_container_client/api/content_blobs_api.rb +13 -19
  82. data/lib/pulp_container_client/api/content_manifests_api.rb +15 -21
  83. data/lib/pulp_container_client/api/content_signatures_api.rb +13 -19
  84. data/lib/pulp_container_client/api/content_tags_api.rb +15 -21
  85. data/lib/pulp_container_client/api/contentguards_api.rb +7 -20
  86. data/lib/pulp_container_client/api/contentguards_content_redirect_api.rb +65 -71
  87. data/lib/pulp_container_client/api/contentguards_rbac_api.rb +65 -71
  88. data/lib/pulp_container_client/api/distributions_api.rb +7 -26
  89. data/lib/pulp_container_client/api/distributions_artifacts_api.rb +13 -25
  90. data/lib/pulp_container_client/api/distributions_container_api.rb +65 -77
  91. data/lib/pulp_container_client/api/docs_api_json_api.rb +5 -5
  92. data/lib/pulp_container_client/api/docs_api_yaml_api.rb +5 -5
  93. data/lib/pulp_container_client/api/exporters_filesystem_api.rb +45 -51
  94. data/lib/pulp_container_client/api/exporters_filesystem_exports_api.rb +31 -31
  95. data/lib/pulp_container_client/api/exporters_pulp_api.rb +39 -45
  96. data/lib/pulp_container_client/api/exporters_pulp_exports_api.rb +25 -25
  97. data/lib/pulp_container_client/api/groups_api.rb +77 -83
  98. data/lib/pulp_container_client/api/groups_roles_api.rb +35 -44
  99. data/lib/pulp_container_client/api/groups_users_api.rb +19 -19
  100. data/lib/pulp_container_client/api/importers_pulp_api.rb +39 -45
  101. data/lib/pulp_container_client/api/importers_pulp_imports_api.rb +25 -25
  102. data/lib/pulp_container_client/api/orphans_api.rb +5 -5
  103. data/lib/pulp_container_client/api/orphans_cleanup_api.rb +6 -6
  104. data/lib/pulp_container_client/api/publications_api.rb +9 -18
  105. data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +51 -57
  106. data/lib/pulp_container_client/api/remotes_api.rb +7 -20
  107. data/lib/pulp_container_client/api/remotes_container_api.rb +65 -71
  108. data/lib/pulp_container_client/api/repair_api.rb +6 -6
  109. data/lib/pulp_container_client/api/repositories_api.rb +7 -44
  110. data/lib/pulp_container_client/api/repositories_container_api.rb +128 -158
  111. data/lib/pulp_container_client/api/repositories_container_push_api.rb +88 -118
  112. data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +27 -30
  113. data/lib/pulp_container_client/api/repositories_container_versions_api.rb +27 -30
  114. data/lib/pulp_container_client/api/repositories_reclaim_space_api.rb +6 -6
  115. data/lib/pulp_container_client/api/repository_versions_api.rb +7 -12
  116. data/lib/pulp_container_client/api/roles_api.rb +51 -57
  117. data/lib/pulp_container_client/api/signing_services_api.rb +13 -19
  118. data/lib/pulp_container_client/api/task_groups_api.rb +11 -11
  119. data/lib/pulp_container_client/api/task_schedules_api.rb +43 -49
  120. data/lib/pulp_container_client/api/tasks_api.rb +125 -131
  121. data/lib/pulp_container_client/api/token_api.rb +5 -5
  122. data/lib/pulp_container_client/api/uploads_api.rb +67 -73
  123. data/lib/pulp_container_client/api/users_api.rb +51 -57
  124. data/lib/pulp_container_client/api/users_roles_api.rb +35 -44
  125. data/lib/pulp_container_client/api/workers_api.rb +14 -20
  126. data/lib/pulp_container_client/configuration.rb +3 -3
  127. data/lib/pulp_container_client/models/artifact_distribution_response.rb +35 -35
  128. data/lib/pulp_container_client/models/container_container_distribution.rb +45 -45
  129. data/lib/pulp_container_client/models/container_container_distribution_response.rb +39 -39
  130. data/lib/pulp_container_client/models/container_container_push_repository.rb +37 -37
  131. data/lib/pulp_container_client/models/container_container_push_repository_response.rb +33 -33
  132. data/lib/pulp_container_client/models/container_container_remote.rb +21 -21
  133. data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -21
  134. data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
  135. data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
  136. data/lib/pulp_container_client/models/filesystem_exporter.rb +1 -1
  137. data/lib/pulp_container_client/models/filesystem_exporter_response.rb +1 -1
  138. data/lib/pulp_container_client/models/group_role.rb +5 -16
  139. data/lib/pulp_container_client/models/group_role_response.rb +4 -15
  140. data/lib/pulp_container_client/models/nested_role.rb +0 -19
  141. data/lib/pulp_container_client/models/patched_filesystem_exporter.rb +1 -1
  142. data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +36 -36
  143. data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +37 -37
  144. data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +21 -21
  145. data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
  146. data/lib/pulp_container_client/models/remote_response.rb +21 -21
  147. data/lib/pulp_container_client/models/remote_response_hidden_fields.rb +10 -0
  148. data/lib/pulp_container_client/models/repository_response.rb +1 -1
  149. data/lib/pulp_container_client/models/status_response.rb +4 -19
  150. data/lib/pulp_container_client/models/user_role.rb +6 -17
  151. data/lib/pulp_container_client/models/user_role_response.rb +5 -16
  152. data/lib/pulp_container_client/models/version_response.rb +4 -19
  153. data/lib/pulp_container_client/version.rb +1 -1
  154. data/lib/pulp_container_client.rb +0 -11
  155. data/spec/api/access_policies_api_spec.rb +11 -13
  156. data/spec/api/artifacts_api_spec.rb +9 -11
  157. data/spec/api/content_api_spec.rb +3 -6
  158. data/spec/api/content_blobs_api_spec.rb +5 -7
  159. data/spec/api/content_manifests_api_spec.rb +6 -8
  160. data/spec/api/content_signatures_api_spec.rb +5 -7
  161. data/spec/api/content_tags_api_spec.rb +6 -8
  162. data/spec/api/contentguards_api_spec.rb +3 -6
  163. data/spec/api/contentguards_content_redirect_api_spec.rb +21 -23
  164. data/spec/api/contentguards_rbac_api_spec.rb +21 -23
  165. data/spec/api/distributions_api_spec.rb +3 -8
  166. data/spec/api/distributions_artifacts_api_spec.rb +5 -9
  167. data/spec/api/distributions_container_api_spec.rb +21 -25
  168. data/spec/api/docs_api_json_api_spec.rb +2 -2
  169. data/spec/api/docs_api_yaml_api_spec.rb +2 -2
  170. data/spec/api/exporters_filesystem_api_spec.rb +16 -18
  171. data/spec/api/exporters_filesystem_exports_api_spec.rb +11 -11
  172. data/spec/api/exporters_pulp_api_spec.rb +13 -15
  173. data/spec/api/exporters_pulp_exports_api_spec.rb +8 -8
  174. data/spec/api/groups_api_spec.rb +27 -29
  175. data/spec/api/groups_roles_api_spec.rb +13 -16
  176. data/spec/api/groups_users_api_spec.rb +6 -6
  177. data/spec/api/importers_pulp_api_spec.rb +13 -15
  178. data/spec/api/importers_pulp_imports_api_spec.rb +8 -8
  179. data/spec/api/orphans_api_spec.rb +2 -2
  180. data/spec/api/orphans_cleanup_api_spec.rb +2 -2
  181. data/spec/api/publications_api_spec.rb +4 -7
  182. data/spec/api/pulp_container_namespaces_api_spec.rb +17 -19
  183. data/spec/api/remotes_api_spec.rb +3 -6
  184. data/spec/api/remotes_container_api_spec.rb +21 -23
  185. data/spec/api/repair_api_spec.rb +2 -2
  186. data/spec/api/repositories_api_spec.rb +3 -14
  187. data/spec/api/repositories_container_api_spec.rb +39 -49
  188. data/spec/api/repositories_container_push_api_spec.rb +27 -37
  189. data/spec/api/repositories_container_push_versions_api_spec.rb +9 -10
  190. data/spec/api/repositories_container_versions_api_spec.rb +9 -10
  191. data/spec/api/repositories_reclaim_space_api_spec.rb +2 -2
  192. data/spec/api/repository_versions_api_spec.rb +3 -5
  193. data/spec/api/roles_api_spec.rb +19 -21
  194. data/spec/api/signing_services_api_spec.rb +5 -7
  195. data/spec/api/task_groups_api_spec.rb +4 -4
  196. data/spec/api/task_schedules_api_spec.rb +15 -17
  197. data/spec/api/tasks_api_spec.rb +32 -34
  198. data/spec/api/token_api_spec.rb +2 -2
  199. data/spec/api/uploads_api_spec.rb +21 -23
  200. data/spec/api/users_api_spec.rb +19 -21
  201. data/spec/api/users_roles_api_spec.rb +13 -16
  202. data/spec/api/workers_api_spec.rb +5 -7
  203. data/spec/configuration_spec.rb +3 -3
  204. data/spec/models/artifact_distribution_response_spec.rb +7 -7
  205. data/spec/models/container_container_distribution_response_spec.rb +6 -6
  206. data/spec/models/container_container_distribution_spec.rb +4 -4
  207. data/spec/models/container_container_push_repository_response_spec.rb +6 -6
  208. data/spec/models/container_container_push_repository_spec.rb +4 -4
  209. data/spec/models/group_role_response_spec.rb +0 -6
  210. data/spec/models/group_role_spec.rb +0 -6
  211. data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
  212. data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
  213. data/spec/models/status_response_spec.rb +0 -6
  214. data/spec/models/user_role_response_spec.rb +0 -6
  215. data/spec/models/user_role_spec.rb +0 -6
  216. data/spec/models/version_response_spec.rb +0 -6
  217. metadata +196 -240
  218. data/docs/Domain.md +0 -27
  219. data/docs/DomainResponse.md +0 -31
  220. data/docs/DomainsApi.md +0 -366
  221. data/docs/PaginatedDomainResponseList.md +0 -23
  222. data/docs/PaginatedUpstreamPulpResponseList.md +0 -23
  223. data/docs/PatchedDomain.md +0 -27
  224. data/docs/PatchedUpstreamPulp.md +0 -37
  225. data/docs/StorageClassEnum.md +0 -16
  226. data/docs/UpstreamPulp.md +0 -37
  227. data/docs/UpstreamPulpResponse.md +0 -39
  228. data/docs/UpstreamPulpsApi.md +0 -405
  229. data/lib/pulp_container_client/api/domains_api.rb +0 -452
  230. data/lib/pulp_container_client/api/upstream_pulps_api.rb +0 -492
  231. data/lib/pulp_container_client/models/domain.rb +0 -323
  232. data/lib/pulp_container_client/models/domain_response.rb +0 -318
  233. data/lib/pulp_container_client/models/paginated_domain_response_list.rb +0 -237
  234. data/lib/pulp_container_client/models/paginated_upstream_pulp_response_list.rb +0 -237
  235. data/lib/pulp_container_client/models/patched_domain.rb +0 -304
  236. data/lib/pulp_container_client/models/patched_upstream_pulp.rb +0 -450
  237. data/lib/pulp_container_client/models/storage_class_enum.rb +0 -37
  238. data/lib/pulp_container_client/models/upstream_pulp.rb +0 -477
  239. data/lib/pulp_container_client/models/upstream_pulp_response.rb +0 -338
  240. data/spec/api/domains_api_spec.rb +0 -122
  241. data/spec/api/upstream_pulps_api_spec.rb +0 -127
  242. data/spec/models/domain_response_spec.rb +0 -83
  243. data/spec/models/domain_spec.rb +0 -71
  244. data/spec/models/paginated_domain_response_list_spec.rb +0 -59
  245. data/spec/models/paginated_upstream_pulp_response_list_spec.rb +0 -59
  246. data/spec/models/patched_domain_spec.rb +0 -71
  247. data/spec/models/patched_upstream_pulp_spec.rb +0 -101
  248. data/spec/models/storage_class_enum_spec.rb +0 -35
  249. data/spec/models/upstream_pulp_response_spec.rb +0 -107
  250. data/spec/models/upstream_pulp_spec.rb +0 -101
@@ -1,338 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'date'
14
-
15
- module PulpContainerClient
16
- # Serializer for a Server.
17
- class UpstreamPulpResponse
18
- attr_accessor :pulp_href
19
-
20
- # Timestamp of creation.
21
- attr_accessor :pulp_created
22
-
23
- # A unique name for this Pulp server.
24
- attr_accessor :name
25
-
26
- # The transport, hostname, and an optional port of the Pulp server. e.g. https://example.com
27
- attr_accessor :base_url
28
-
29
- # The API root. Defaults to '/pulp/'.
30
- attr_accessor :api_root
31
-
32
- # The domain of the Pulp server if enabled.
33
- attr_accessor :domain
34
-
35
- # A PEM encoded CA certificate used to validate the server certificate presented by the remote server.
36
- attr_accessor :ca_cert
37
-
38
- # A PEM encoded client certificate used for authentication.
39
- attr_accessor :client_cert
40
-
41
- # If True, TLS peer validation must be performed.
42
- attr_accessor :tls_validation
43
-
44
- # Timestamp of the most recent update of the remote.
45
- attr_accessor :pulp_last_updated
46
-
47
- # List of hidden (write only) fields
48
- attr_accessor :hidden_fields
49
-
50
- # One or more comma separated labels that will be used to filter distributions on the upstream Pulp. E.g. \"foo=bar,key=val\" or \"foo,key\"
51
- attr_accessor :pulp_label_select
52
-
53
- # Attribute mapping from ruby-style variable name to JSON key.
54
- def self.attribute_map
55
- {
56
- :'pulp_href' => :'pulp_href',
57
- :'pulp_created' => :'pulp_created',
58
- :'name' => :'name',
59
- :'base_url' => :'base_url',
60
- :'api_root' => :'api_root',
61
- :'domain' => :'domain',
62
- :'ca_cert' => :'ca_cert',
63
- :'client_cert' => :'client_cert',
64
- :'tls_validation' => :'tls_validation',
65
- :'pulp_last_updated' => :'pulp_last_updated',
66
- :'hidden_fields' => :'hidden_fields',
67
- :'pulp_label_select' => :'pulp_label_select'
68
- }
69
- end
70
-
71
- # Attribute type mapping.
72
- def self.openapi_types
73
- {
74
- :'pulp_href' => :'String',
75
- :'pulp_created' => :'DateTime',
76
- :'name' => :'String',
77
- :'base_url' => :'String',
78
- :'api_root' => :'String',
79
- :'domain' => :'String',
80
- :'ca_cert' => :'String',
81
- :'client_cert' => :'String',
82
- :'tls_validation' => :'Boolean',
83
- :'pulp_last_updated' => :'DateTime',
84
- :'hidden_fields' => :'Array<RemoteResponseHiddenFields>',
85
- :'pulp_label_select' => :'String'
86
- }
87
- end
88
-
89
- # List of attributes with nullable: true
90
- def self.openapi_nullable
91
- Set.new([
92
- :'domain',
93
- :'ca_cert',
94
- :'client_cert',
95
- :'pulp_label_select'
96
- ])
97
- end
98
-
99
- # Initializes the object
100
- # @param [Hash] attributes Model attributes in the form of hash
101
- def initialize(attributes = {})
102
- if (!attributes.is_a?(Hash))
103
- fail ArgumentError, "The input argument (attributes) must be a hash in `PulpContainerClient::UpstreamPulpResponse` initialize method"
104
- end
105
-
106
- # check to see if the attribute exists and convert string to symbol for hash key
107
- attributes = attributes.each_with_object({}) { |(k, v), h|
108
- if (!self.class.attribute_map.key?(k.to_sym))
109
- fail ArgumentError, "`#{k}` is not a valid attribute in `PulpContainerClient::UpstreamPulpResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
110
- end
111
- h[k.to_sym] = v
112
- }
113
-
114
- if attributes.key?(:'pulp_href')
115
- self.pulp_href = attributes[:'pulp_href']
116
- end
117
-
118
- if attributes.key?(:'pulp_created')
119
- self.pulp_created = attributes[:'pulp_created']
120
- end
121
-
122
- if attributes.key?(:'name')
123
- self.name = attributes[:'name']
124
- end
125
-
126
- if attributes.key?(:'base_url')
127
- self.base_url = attributes[:'base_url']
128
- end
129
-
130
- if attributes.key?(:'api_root')
131
- self.api_root = attributes[:'api_root']
132
- end
133
-
134
- if attributes.key?(:'domain')
135
- self.domain = attributes[:'domain']
136
- end
137
-
138
- if attributes.key?(:'ca_cert')
139
- self.ca_cert = attributes[:'ca_cert']
140
- end
141
-
142
- if attributes.key?(:'client_cert')
143
- self.client_cert = attributes[:'client_cert']
144
- end
145
-
146
- if attributes.key?(:'tls_validation')
147
- self.tls_validation = attributes[:'tls_validation']
148
- end
149
-
150
- if attributes.key?(:'pulp_last_updated')
151
- self.pulp_last_updated = attributes[:'pulp_last_updated']
152
- end
153
-
154
- if attributes.key?(:'hidden_fields')
155
- if (value = attributes[:'hidden_fields']).is_a?(Array)
156
- self.hidden_fields = value
157
- end
158
- end
159
-
160
- if attributes.key?(:'pulp_label_select')
161
- self.pulp_label_select = attributes[:'pulp_label_select']
162
- end
163
- end
164
-
165
- # Show invalid properties with the reasons. Usually used together with valid?
166
- # @return Array for valid properties with the reasons
167
- def list_invalid_properties
168
- invalid_properties = Array.new
169
- if @name.nil?
170
- invalid_properties.push('invalid value for "name", name cannot be nil.')
171
- end
172
-
173
- if @base_url.nil?
174
- invalid_properties.push('invalid value for "base_url", base_url cannot be nil.')
175
- end
176
-
177
- if @api_root.nil?
178
- invalid_properties.push('invalid value for "api_root", api_root cannot be nil.')
179
- end
180
-
181
- invalid_properties
182
- end
183
-
184
- # Check to see if the all the properties in the model are valid
185
- # @return true if the model is valid
186
- def valid?
187
- return false if @name.nil?
188
- return false if @base_url.nil?
189
- return false if @api_root.nil?
190
- true
191
- end
192
-
193
- # Checks equality by comparing each attribute.
194
- # @param [Object] Object to be compared
195
- def ==(o)
196
- return true if self.equal?(o)
197
- self.class == o.class &&
198
- pulp_href == o.pulp_href &&
199
- pulp_created == o.pulp_created &&
200
- name == o.name &&
201
- base_url == o.base_url &&
202
- api_root == o.api_root &&
203
- domain == o.domain &&
204
- ca_cert == o.ca_cert &&
205
- client_cert == o.client_cert &&
206
- tls_validation == o.tls_validation &&
207
- pulp_last_updated == o.pulp_last_updated &&
208
- hidden_fields == o.hidden_fields &&
209
- pulp_label_select == o.pulp_label_select
210
- end
211
-
212
- # @see the `==` method
213
- # @param [Object] Object to be compared
214
- def eql?(o)
215
- self == o
216
- end
217
-
218
- # Calculates hash code according to all attributes.
219
- # @return [Integer] Hash code
220
- def hash
221
- [pulp_href, pulp_created, name, base_url, api_root, domain, ca_cert, client_cert, tls_validation, pulp_last_updated, hidden_fields, pulp_label_select].hash
222
- end
223
-
224
- # Builds the object from hash
225
- # @param [Hash] attributes Model attributes in the form of hash
226
- # @return [Object] Returns the model itself
227
- def self.build_from_hash(attributes)
228
- new.build_from_hash(attributes)
229
- end
230
-
231
- # Builds the object from hash
232
- # @param [Hash] attributes Model attributes in the form of hash
233
- # @return [Object] Returns the model itself
234
- def build_from_hash(attributes)
235
- return nil unless attributes.is_a?(Hash)
236
- self.class.openapi_types.each_pair do |key, type|
237
- if type =~ /\AArray<(.*)>/i
238
- # check to ensure the input is an array given that the attribute
239
- # is documented as an array but the input is not
240
- if attributes[self.class.attribute_map[key]].is_a?(Array)
241
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
242
- end
243
- elsif !attributes[self.class.attribute_map[key]].nil?
244
- self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
245
- end # or else data not found in attributes(hash), not an issue as the data can be optional
246
- end
247
-
248
- self
249
- end
250
-
251
- # Deserializes the data based on type
252
- # @param string type Data type
253
- # @param string value Value to be deserialized
254
- # @return [Object] Deserialized data
255
- def _deserialize(type, value)
256
- case type.to_sym
257
- when :DateTime
258
- DateTime.parse(value)
259
- when :Date
260
- Date.parse(value)
261
- when :String
262
- value.to_s
263
- when :Integer
264
- value.to_i
265
- when :Float
266
- value.to_f
267
- when :Boolean
268
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
269
- true
270
- else
271
- false
272
- end
273
- when :Object
274
- # generic object (usually a Hash), return directly
275
- value
276
- when /\AArray<(?<inner_type>.+)>\z/
277
- inner_type = Regexp.last_match[:inner_type]
278
- value.map { |v| _deserialize(inner_type, v) }
279
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
280
- k_type = Regexp.last_match[:k_type]
281
- v_type = Regexp.last_match[:v_type]
282
- {}.tap do |hash|
283
- value.each do |k, v|
284
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
285
- end
286
- end
287
- else # model
288
- PulpContainerClient.const_get(type).build_from_hash(value)
289
- end
290
- end
291
-
292
- # Returns the string representation of the object
293
- # @return [String] String presentation of the object
294
- def to_s
295
- to_hash.to_s
296
- end
297
-
298
- # to_body is an alias to to_hash (backward compatibility)
299
- # @return [Hash] Returns the object in the form of hash
300
- def to_body
301
- to_hash
302
- end
303
-
304
- # Returns the object in the form of hash
305
- # @return [Hash] Returns the object in the form of hash
306
- def to_hash
307
- hash = {}
308
- self.class.attribute_map.each_pair do |attr, param|
309
- value = self.send(attr)
310
- if value.nil?
311
- is_nullable = self.class.openapi_nullable.include?(attr)
312
- next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
313
- end
314
-
315
- hash[param] = _to_hash(value)
316
- end
317
- hash
318
- end
319
-
320
- # Outputs non-array value in the form of hash
321
- # For object, use to_hash. Otherwise, just return the value
322
- # @param [Object] value Any valid value
323
- # @return [Hash] Returns the value in the form of hash
324
- def _to_hash(value)
325
- if value.is_a?(Array)
326
- value.compact.map { |v| _to_hash(v) }
327
- elsif value.is_a?(Hash)
328
- {}.tap do |hash|
329
- value.each { |k, v| hash[k] = _to_hash(v) }
330
- end
331
- elsif value.respond_to? :to_hash
332
- value.to_hash
333
- else
334
- value
335
- end
336
- end
337
- end
338
- end
@@ -1,122 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for PulpContainerClient::DomainsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'DomainsApi' do
20
- before do
21
- # run before each test
22
- @api_instance = PulpContainerClient::DomainsApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of DomainsApi' do
30
- it 'should create an instance of DomainsApi' do
31
- expect(@api_instance).to be_instance_of(PulpContainerClient::DomainsApi)
32
- end
33
- end
34
-
35
- # unit tests for create
36
- # Create a domain
37
- # ViewSet for Domain. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
38
- # @param domain
39
- # @param [Hash] opts the optional parameters
40
- # @return [DomainResponse]
41
- describe 'create test' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- # unit tests for delete
48
- # Delete a domain
49
- # Trigger an asynchronous delete task
50
- # @param domain_href
51
- # @param [Hash] opts the optional parameters
52
- # @return [AsyncOperationResponse]
53
- describe 'delete test' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- # unit tests for list
60
- # List domains
61
- # ViewSet for Domain. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
62
- # @param [Hash] opts the optional parameters
63
- # @option opts [Integer] :limit Number of results to return per page.
64
- # @option opts [String] :name Filter results where name matches value
65
- # @option opts [String] :name__contains Filter results where name contains value
66
- # @option opts [String] :name__icontains Filter results where name contains value
67
- # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
- # @option opts [String] :name__startswith Filter results where name starts with value
69
- # @option opts [Integer] :offset The initial index from which to return the results.
70
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;storage_class&#x60; - Storage class * &#x60;-storage_class&#x60; - Storage class (descending) * &#x60;storage_settings&#x60; - Storage settings * &#x60;-storage_settings&#x60; - Storage settings (descending) * &#x60;redirect_to_object_storage&#x60; - Redirect to object storage * &#x60;-redirect_to_object_storage&#x60; - Redirect to object storage (descending) * &#x60;hide_guarded_distributions&#x60; - Hide guarded distributions * &#x60;-hide_guarded_distributions&#x60; - Hide guarded distributions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
71
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
72
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
73
- # @option opts [Array<String>] :fields A list of fields to include in the response.
74
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
75
- # @return [PaginatedDomainResponseList]
76
- describe 'list test' do
77
- it 'should work' do
78
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
- end
80
- end
81
-
82
- # unit tests for partial_update
83
- # Update a domain
84
- # Trigger an asynchronous partial update task
85
- # @param domain_href
86
- # @param patched_domain
87
- # @param [Hash] opts the optional parameters
88
- # @return [AsyncOperationResponse]
89
- describe 'partial_update test' do
90
- it 'should work' do
91
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
- end
93
- end
94
-
95
- # unit tests for read
96
- # Inspect a domain
97
- # ViewSet for Domain. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
98
- # @param domain_href
99
- # @param [Hash] opts the optional parameters
100
- # @option opts [Array<String>] :fields A list of fields to include in the response.
101
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
102
- # @return [DomainResponse]
103
- describe 'read test' do
104
- it 'should work' do
105
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
106
- end
107
- end
108
-
109
- # unit tests for update
110
- # Update a domain
111
- # Trigger an asynchronous update task
112
- # @param domain_href
113
- # @param domain
114
- # @param [Hash] opts the optional parameters
115
- # @return [AsyncOperationResponse]
116
- describe 'update test' do
117
- it 'should work' do
118
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
119
- end
120
- end
121
-
122
- end
@@ -1,127 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for PulpContainerClient::UpstreamPulpsApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'UpstreamPulpsApi' do
20
- before do
21
- # run before each test
22
- @api_instance = PulpContainerClient::UpstreamPulpsApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of UpstreamPulpsApi' do
30
- it 'should create an instance of UpstreamPulpsApi' do
31
- expect(@api_instance).to be_instance_of(PulpContainerClient::UpstreamPulpsApi)
32
- end
33
- end
34
-
35
- # unit tests for create
36
- # Create an upstream pulp
37
- # API for configuring an upstream Pulp to replicate. This API is provided as a tech preview.
38
- # @param upstream_pulp
39
- # @param [Hash] opts the optional parameters
40
- # @return [UpstreamPulpResponse]
41
- describe 'create test' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- # unit tests for delete
48
- # Delete an upstream pulp
49
- # API for configuring an upstream Pulp to replicate. This API is provided as a tech preview.
50
- # @param upstream_pulp_href
51
- # @param [Hash] opts the optional parameters
52
- # @return [nil]
53
- describe 'delete test' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- # unit tests for list
60
- # List upstream pulps
61
- # API for configuring an upstream Pulp to replicate. This API is provided as a tech preview.
62
- # @param [Hash] opts the optional parameters
63
- # @option opts [Integer] :limit Number of results to return per page.
64
- # @option opts [Integer] :offset The initial index from which to return the results.
65
- # @option opts [Array<String>] :fields A list of fields to include in the response.
66
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
67
- # @return [PaginatedUpstreamPulpResponseList]
68
- describe 'list test' do
69
- it 'should work' do
70
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
71
- end
72
- end
73
-
74
- # unit tests for partial_update
75
- # Update an upstream pulp
76
- # API for configuring an upstream Pulp to replicate. This API is provided as a tech preview.
77
- # @param upstream_pulp_href
78
- # @param patched_upstream_pulp
79
- # @param [Hash] opts the optional parameters
80
- # @return [UpstreamPulpResponse]
81
- describe 'partial_update test' do
82
- it 'should work' do
83
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
84
- end
85
- end
86
-
87
- # unit tests for read
88
- # Inspect an upstream pulp
89
- # API for configuring an upstream Pulp to replicate. This API is provided as a tech preview.
90
- # @param upstream_pulp_href
91
- # @param [Hash] opts the optional parameters
92
- # @option opts [Array<String>] :fields A list of fields to include in the response.
93
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
94
- # @return [UpstreamPulpResponse]
95
- describe 'read test' do
96
- it 'should work' do
97
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
- end
99
- end
100
-
101
- # unit tests for replicate
102
- # Replicate
103
- # Trigger an asynchronous repository replication task group. This API is provided as a tech preview.
104
- # @param upstream_pulp_href
105
- # @param upstream_pulp
106
- # @param [Hash] opts the optional parameters
107
- # @return [AsyncOperationResponse]
108
- describe 'replicate test' do
109
- it 'should work' do
110
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
111
- end
112
- end
113
-
114
- # unit tests for update
115
- # Update an upstream pulp
116
- # API for configuring an upstream Pulp to replicate. This API is provided as a tech preview.
117
- # @param upstream_pulp_href
118
- # @param upstream_pulp
119
- # @param [Hash] opts the optional parameters
120
- # @return [UpstreamPulpResponse]
121
- describe 'update test' do
122
- it 'should work' do
123
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
124
- end
125
- end
126
-
127
- end
@@ -1,83 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #Fetch, Upload, Organize, and Distribute Software Packages
5
-
6
- The version of the OpenAPI document: v3
7
- Contact: pulp-list@redhat.com
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.3.1
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpContainerClient::DomainResponse
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'DomainResponse' do
21
- before do
22
- # run before each test
23
- @instance = PulpContainerClient::DomainResponse.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of DomainResponse' do
31
- it 'should create an instance of DomainResponse' do
32
- expect(@instance).to be_instance_of(PulpContainerClient::DomainResponse)
33
- end
34
- end
35
- describe 'test attribute "pulp_href"' do
36
- it 'should work' do
37
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
- end
39
- end
40
-
41
- describe 'test attribute "pulp_created"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "name"' do
48
- it 'should work' do
49
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
- end
51
- end
52
-
53
- describe 'test attribute "description"' do
54
- it 'should work' do
55
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
- end
57
- end
58
-
59
- describe 'test attribute "storage_class"' do
60
- it 'should work' do
61
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
- end
63
- end
64
-
65
- describe 'test attribute "storage_settings"' do
66
- it 'should work' do
67
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
- end
69
- end
70
-
71
- describe 'test attribute "redirect_to_object_storage"' do
72
- it 'should work' do
73
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
- end
75
- end
76
-
77
- describe 'test attribute "hide_guarded_distributions"' do
78
- it 'should work' do
79
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
- end
81
- end
82
-
83
- end