pulp_ansible_client 0.28.0 → 0.28.1
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.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AnsibleCollectionVersionResponse.md +4 -4
- data/docs/AnsibleGitRemote.md +26 -26
- data/docs/AnsibleGitRemoteResponse.md +30 -30
- data/docs/AnsibleRoleResponse.md +4 -4
- data/docs/ContentCollectionVersionsApi.md +2 -2
- data/docs/DistributionsAnsibleApi.md +10 -10
- data/docs/PatchedansibleGitRemote.md +26 -26
- data/docs/RemotesCollectionApi.md +10 -10
- data/docs/RemotesGitApi.md +10 -10
- data/docs/RemotesRoleApi.md +10 -10
- data/docs/RepositoriesAnsibleApi.md +10 -10
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +3 -3
- data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +10 -10
- data/lib/pulp_ansible_client/api/remotes_collection_api.rb +10 -10
- data/lib/pulp_ansible_client/api/remotes_git_api.rb +10 -10
- data/lib/pulp_ansible_client/api/remotes_role_api.rb +10 -10
- data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +10 -10
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +15 -15
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +239 -239
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +160 -160
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +15 -15
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +234 -234
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/content_collection_versions_api_spec.rb +1 -1
- data/spec/api/distributions_ansible_api_spec.rb +4 -4
- data/spec/api/remotes_collection_api_spec.rb +4 -4
- data/spec/api/remotes_git_api_spec.rb +4 -4
- data/spec/api/remotes_role_api_spec.rb +4 -4
- data/spec/api/repositories_ansible_api_spec.rb +4 -4
- data/spec/models/ansible_collection_version_response_spec.rb +2 -2
- data/spec/models/ansible_git_remote_response_spec.rb +18 -18
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- metadata +125 -125
|
@@ -19,8 +19,8 @@ module PulpAnsibleClient
|
|
|
19
19
|
# The Pulp Resource Name (PRN).
|
|
20
20
|
attr_accessor :prn
|
|
21
21
|
|
|
22
|
-
# Timestamp of
|
|
23
|
-
attr_accessor :
|
|
22
|
+
# Timestamp of creation.
|
|
23
|
+
attr_accessor :pulp_created
|
|
24
24
|
|
|
25
25
|
attr_accessor :pulp_href
|
|
26
26
|
|
|
@@ -30,8 +30,8 @@ module PulpAnsibleClient
|
|
|
30
30
|
# Artifact file representing the physical content
|
|
31
31
|
attr_accessor :artifact
|
|
32
32
|
|
|
33
|
-
# Timestamp of
|
|
34
|
-
attr_accessor :
|
|
33
|
+
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
|
34
|
+
attr_accessor :pulp_last_updated
|
|
35
35
|
|
|
36
36
|
attr_accessor :vuln_report
|
|
37
37
|
|
|
@@ -110,11 +110,11 @@ module PulpAnsibleClient
|
|
|
110
110
|
def self.attribute_map
|
|
111
111
|
{
|
|
112
112
|
:'prn' => :'prn',
|
|
113
|
-
:'
|
|
113
|
+
:'pulp_created' => :'pulp_created',
|
|
114
114
|
:'pulp_href' => :'pulp_href',
|
|
115
115
|
:'pulp_labels' => :'pulp_labels',
|
|
116
116
|
:'artifact' => :'artifact',
|
|
117
|
-
:'
|
|
117
|
+
:'pulp_last_updated' => :'pulp_last_updated',
|
|
118
118
|
:'vuln_report' => :'vuln_report',
|
|
119
119
|
:'sha256' => :'sha256',
|
|
120
120
|
:'md5' => :'md5',
|
|
@@ -152,11 +152,11 @@ module PulpAnsibleClient
|
|
|
152
152
|
def self.openapi_types
|
|
153
153
|
{
|
|
154
154
|
:'prn' => :'String',
|
|
155
|
-
:'
|
|
155
|
+
:'pulp_created' => :'Time',
|
|
156
156
|
:'pulp_href' => :'String',
|
|
157
157
|
:'pulp_labels' => :'Hash<String, String>',
|
|
158
158
|
:'artifact' => :'String',
|
|
159
|
-
:'
|
|
159
|
+
:'pulp_last_updated' => :'Time',
|
|
160
160
|
:'vuln_report' => :'String',
|
|
161
161
|
:'sha256' => :'String',
|
|
162
162
|
:'md5' => :'String',
|
|
@@ -211,8 +211,8 @@ module PulpAnsibleClient
|
|
|
211
211
|
self.prn = attributes[:'prn']
|
|
212
212
|
end
|
|
213
213
|
|
|
214
|
-
if attributes.key?(:'
|
|
215
|
-
self.
|
|
214
|
+
if attributes.key?(:'pulp_created')
|
|
215
|
+
self.pulp_created = attributes[:'pulp_created']
|
|
216
216
|
end
|
|
217
217
|
|
|
218
218
|
if attributes.key?(:'pulp_href')
|
|
@@ -229,8 +229,8 @@ module PulpAnsibleClient
|
|
|
229
229
|
self.artifact = attributes[:'artifact']
|
|
230
230
|
end
|
|
231
231
|
|
|
232
|
-
if attributes.key?(:'
|
|
233
|
-
self.
|
|
232
|
+
if attributes.key?(:'pulp_last_updated')
|
|
233
|
+
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
234
234
|
end
|
|
235
235
|
|
|
236
236
|
if attributes.key?(:'vuln_report')
|
|
@@ -496,11 +496,11 @@ module PulpAnsibleClient
|
|
|
496
496
|
return true if self.equal?(o)
|
|
497
497
|
self.class == o.class &&
|
|
498
498
|
prn == o.prn &&
|
|
499
|
-
|
|
499
|
+
pulp_created == o.pulp_created &&
|
|
500
500
|
pulp_href == o.pulp_href &&
|
|
501
501
|
pulp_labels == o.pulp_labels &&
|
|
502
502
|
artifact == o.artifact &&
|
|
503
|
-
|
|
503
|
+
pulp_last_updated == o.pulp_last_updated &&
|
|
504
504
|
vuln_report == o.vuln_report &&
|
|
505
505
|
sha256 == o.sha256 &&
|
|
506
506
|
md5 == o.md5 &&
|
|
@@ -537,7 +537,7 @@ module PulpAnsibleClient
|
|
|
537
537
|
# Calculates hash code according to all attributes.
|
|
538
538
|
# @return [Integer] Hash code
|
|
539
539
|
def hash
|
|
540
|
-
[prn,
|
|
540
|
+
[prn, pulp_created, pulp_href, pulp_labels, artifact, pulp_last_updated, vuln_report, sha256, md5, sha1, sha224, sha384, sha512, id, authors, contents, dependencies, description, docs_blob, manifest, files, documentation, homepage, issues, license, name, namespace, origin_repository, tags, version, requires_ansible].hash
|
|
541
541
|
end
|
|
542
542
|
|
|
543
543
|
# Builds the object from hash
|