pulp_ansible_client 0.22.9 → 0.23.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.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AnsibleAnsibleDistribution.md +3 -5
- data/docs/AnsibleAnsibleDistributionResponse.md +4 -12
- data/docs/AnsibleCollectionVersion.md +7 -7
- data/docs/AnsibleCollectionVersionResponse.md +4 -4
- data/docs/AnsibleGitRemote.md +28 -28
- data/docs/AnsibleGitRemoteResponse.md +28 -28
- data/docs/AnsibleRoleResponse.md +4 -4
- data/docs/ContentCollectionVersionsApi.md +8 -10
- data/docs/PatchedansibleAnsibleDistribution.md +3 -5
- data/docs/PatchedansibleGitRemote.md +28 -28
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +2 -4
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -4
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +2 -4
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -4
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +12 -15
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +3 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +3 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +2 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +3 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +3 -6
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +2 -2
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +16 -28
- data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +20 -62
- data/lib/pulp_ansible_client/models/ansible_ansible_namespace_metadata.rb +3 -3
- data/lib/pulp_ansible_client/models/ansible_ansible_namespace_metadata_response.rb +3 -3
- data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +20 -20
- data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +20 -20
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +28 -28
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +21 -21
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +250 -250
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +167 -167
- data/lib/pulp_ansible_client/models/ansible_role_remote.rb +20 -20
- data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +20 -20
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +17 -17
- data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +16 -28
- data/lib/pulp_ansible_client/models/patchedansible_ansible_namespace_metadata.rb +3 -3
- data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +20 -20
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +238 -238
- data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +20 -20
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/content_collection_versions_api_spec.rb +4 -5
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +1 -2
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -2
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +1 -2
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -2
- data/spec/models/ansible_ansible_distribution_response_spec.rb +4 -28
- data/spec/models/ansible_ansible_distribution_spec.rb +4 -10
- data/spec/models/ansible_collection_version_response_spec.rb +4 -4
- data/spec/models/ansible_collection_version_spec.rb +5 -5
- data/spec/models/ansible_git_remote_response_spec.rb +19 -19
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +3 -3
- data/spec/models/patchedansible_ansible_distribution_spec.rb +4 -10
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- metadata +133 -133
|
@@ -32,55 +32,55 @@ describe 'AnsibleGitRemote' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpAnsibleClient::AnsibleGitRemote)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "sock_read_timeout"' do
|
|
36
36
|
it 'should work' do
|
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "client_key"' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "total_timeout"' do
|
|
48
48
|
it 'should work' do
|
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "username"' do
|
|
54
54
|
it 'should work' do
|
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
56
|
end
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
-
describe 'test attribute "
|
|
59
|
+
describe 'test attribute "url"' do
|
|
60
60
|
it 'should work' do
|
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
62
|
end
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
describe 'test attribute "
|
|
65
|
+
describe 'test attribute "proxy_username"' do
|
|
66
66
|
it 'should work' do
|
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
68
68
|
end
|
|
69
69
|
end
|
|
70
70
|
|
|
71
|
-
describe 'test attribute "
|
|
71
|
+
describe 'test attribute "sock_connect_timeout"' do
|
|
72
72
|
it 'should work' do
|
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
74
74
|
end
|
|
75
75
|
end
|
|
76
76
|
|
|
77
|
-
describe 'test attribute "
|
|
77
|
+
describe 'test attribute "name"' do
|
|
78
78
|
it 'should work' do
|
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
80
|
end
|
|
81
81
|
end
|
|
82
82
|
|
|
83
|
-
describe 'test attribute "
|
|
83
|
+
describe 'test attribute "pulp_labels"' do
|
|
84
84
|
it 'should work' do
|
|
85
85
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
86
86
|
end
|
|
@@ -92,61 +92,61 @@ describe 'AnsibleGitRemote' do
|
|
|
92
92
|
end
|
|
93
93
|
end
|
|
94
94
|
|
|
95
|
-
describe 'test attribute "
|
|
95
|
+
describe 'test attribute "proxy_password"' do
|
|
96
96
|
it 'should work' do
|
|
97
97
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
98
98
|
end
|
|
99
99
|
end
|
|
100
100
|
|
|
101
|
-
describe 'test attribute "
|
|
101
|
+
describe 'test attribute "headers"' do
|
|
102
102
|
it 'should work' do
|
|
103
103
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
104
104
|
end
|
|
105
105
|
end
|
|
106
106
|
|
|
107
|
-
describe 'test attribute "
|
|
107
|
+
describe 'test attribute "password"' do
|
|
108
108
|
it 'should work' do
|
|
109
109
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
110
110
|
end
|
|
111
111
|
end
|
|
112
112
|
|
|
113
|
-
describe 'test attribute "
|
|
113
|
+
describe 'test attribute "download_concurrency"' do
|
|
114
114
|
it 'should work' do
|
|
115
115
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
116
116
|
end
|
|
117
117
|
end
|
|
118
118
|
|
|
119
|
-
describe 'test attribute "
|
|
119
|
+
describe 'test attribute "connect_timeout"' do
|
|
120
120
|
it 'should work' do
|
|
121
121
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
122
122
|
end
|
|
123
123
|
end
|
|
124
124
|
|
|
125
|
-
describe 'test attribute "
|
|
125
|
+
describe 'test attribute "proxy_url"' do
|
|
126
126
|
it 'should work' do
|
|
127
127
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
128
128
|
end
|
|
129
129
|
end
|
|
130
130
|
|
|
131
|
-
describe 'test attribute "
|
|
131
|
+
describe 'test attribute "ca_cert"' do
|
|
132
132
|
it 'should work' do
|
|
133
133
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
134
134
|
end
|
|
135
135
|
end
|
|
136
136
|
|
|
137
|
-
describe 'test attribute "
|
|
137
|
+
describe 'test attribute "tls_validation"' do
|
|
138
138
|
it 'should work' do
|
|
139
139
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
140
140
|
end
|
|
141
141
|
end
|
|
142
142
|
|
|
143
|
-
describe 'test attribute "
|
|
143
|
+
describe 'test attribute "max_retries"' do
|
|
144
144
|
it 'should work' do
|
|
145
145
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
146
146
|
end
|
|
147
147
|
end
|
|
148
148
|
|
|
149
|
-
describe 'test attribute "
|
|
149
|
+
describe 'test attribute "client_cert"' do
|
|
150
150
|
it 'should work' do
|
|
151
151
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
152
152
|
end
|
|
@@ -38,13 +38,13 @@ describe 'AnsibleRoleResponse' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "artifact"' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "pulp_href"' do
|
|
48
48
|
it 'should work' do
|
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
50
|
end
|
|
@@ -56,7 +56,7 @@ describe 'AnsibleRoleResponse' do
|
|
|
56
56
|
end
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
-
describe 'test attribute "
|
|
59
|
+
describe 'test attribute "pulp_last_updated"' do
|
|
60
60
|
it 'should work' do
|
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
62
|
end
|
|
@@ -44,31 +44,25 @@ describe 'PatchedansibleAnsibleDistribution' do
|
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
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 "pulp_labels"' do
|
|
47
|
+
describe 'test attribute "name"' do
|
|
54
48
|
it 'should work' do
|
|
55
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
50
|
end
|
|
57
51
|
end
|
|
58
52
|
|
|
59
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "repository"' do
|
|
60
54
|
it 'should work' do
|
|
61
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
56
|
end
|
|
63
57
|
end
|
|
64
58
|
|
|
65
|
-
describe 'test attribute "
|
|
59
|
+
describe 'test attribute "repository_version"' do
|
|
66
60
|
it 'should work' do
|
|
67
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
68
62
|
end
|
|
69
63
|
end
|
|
70
64
|
|
|
71
|
-
describe 'test attribute "
|
|
65
|
+
describe 'test attribute "pulp_labels"' do
|
|
72
66
|
it 'should work' do
|
|
73
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
74
68
|
end
|
|
@@ -32,55 +32,55 @@ describe 'PatchedansibleGitRemote' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpAnsibleClient::PatchedansibleGitRemote)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "sock_read_timeout"' do
|
|
36
36
|
it 'should work' do
|
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "client_key"' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "total_timeout"' do
|
|
48
48
|
it 'should work' do
|
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
describe 'test attribute "
|
|
53
|
+
describe 'test attribute "username"' do
|
|
54
54
|
it 'should work' do
|
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
56
|
end
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
-
describe 'test attribute "
|
|
59
|
+
describe 'test attribute "url"' do
|
|
60
60
|
it 'should work' do
|
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
62
|
end
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
describe 'test attribute "
|
|
65
|
+
describe 'test attribute "proxy_username"' do
|
|
66
66
|
it 'should work' do
|
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
68
68
|
end
|
|
69
69
|
end
|
|
70
70
|
|
|
71
|
-
describe 'test attribute "
|
|
71
|
+
describe 'test attribute "sock_connect_timeout"' do
|
|
72
72
|
it 'should work' do
|
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
74
74
|
end
|
|
75
75
|
end
|
|
76
76
|
|
|
77
|
-
describe 'test attribute "
|
|
77
|
+
describe 'test attribute "name"' do
|
|
78
78
|
it 'should work' do
|
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
80
|
end
|
|
81
81
|
end
|
|
82
82
|
|
|
83
|
-
describe 'test attribute "
|
|
83
|
+
describe 'test attribute "pulp_labels"' do
|
|
84
84
|
it 'should work' do
|
|
85
85
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
86
86
|
end
|
|
@@ -92,61 +92,61 @@ describe 'PatchedansibleGitRemote' do
|
|
|
92
92
|
end
|
|
93
93
|
end
|
|
94
94
|
|
|
95
|
-
describe 'test attribute "
|
|
95
|
+
describe 'test attribute "proxy_password"' do
|
|
96
96
|
it 'should work' do
|
|
97
97
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
98
98
|
end
|
|
99
99
|
end
|
|
100
100
|
|
|
101
|
-
describe 'test attribute "
|
|
101
|
+
describe 'test attribute "headers"' do
|
|
102
102
|
it 'should work' do
|
|
103
103
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
104
104
|
end
|
|
105
105
|
end
|
|
106
106
|
|
|
107
|
-
describe 'test attribute "
|
|
107
|
+
describe 'test attribute "password"' do
|
|
108
108
|
it 'should work' do
|
|
109
109
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
110
110
|
end
|
|
111
111
|
end
|
|
112
112
|
|
|
113
|
-
describe 'test attribute "
|
|
113
|
+
describe 'test attribute "download_concurrency"' do
|
|
114
114
|
it 'should work' do
|
|
115
115
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
116
116
|
end
|
|
117
117
|
end
|
|
118
118
|
|
|
119
|
-
describe 'test attribute "
|
|
119
|
+
describe 'test attribute "connect_timeout"' do
|
|
120
120
|
it 'should work' do
|
|
121
121
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
122
122
|
end
|
|
123
123
|
end
|
|
124
124
|
|
|
125
|
-
describe 'test attribute "
|
|
125
|
+
describe 'test attribute "proxy_url"' do
|
|
126
126
|
it 'should work' do
|
|
127
127
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
128
128
|
end
|
|
129
129
|
end
|
|
130
130
|
|
|
131
|
-
describe 'test attribute "
|
|
131
|
+
describe 'test attribute "ca_cert"' do
|
|
132
132
|
it 'should work' do
|
|
133
133
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
134
134
|
end
|
|
135
135
|
end
|
|
136
136
|
|
|
137
|
-
describe 'test attribute "
|
|
137
|
+
describe 'test attribute "tls_validation"' do
|
|
138
138
|
it 'should work' do
|
|
139
139
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
140
140
|
end
|
|
141
141
|
end
|
|
142
142
|
|
|
143
|
-
describe 'test attribute "
|
|
143
|
+
describe 'test attribute "max_retries"' do
|
|
144
144
|
it 'should work' do
|
|
145
145
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
146
146
|
end
|
|
147
147
|
end
|
|
148
148
|
|
|
149
|
-
describe 'test attribute "
|
|
149
|
+
describe 'test attribute "client_cert"' do
|
|
150
150
|
it 'should work' do
|
|
151
151
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
152
152
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_ansible_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.23.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -555,7 +555,7 @@ homepage: https://github.com/pulp/pulp_ansible
|
|
|
555
555
|
licenses:
|
|
556
556
|
- GPLv2+
|
|
557
557
|
metadata: {}
|
|
558
|
-
post_install_message:
|
|
558
|
+
post_install_message:
|
|
559
559
|
rdoc_options: []
|
|
560
560
|
require_paths:
|
|
561
561
|
- lib
|
|
@@ -570,165 +570,165 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
570
570
|
- !ruby/object:Gem::Version
|
|
571
571
|
version: '0'
|
|
572
572
|
requirements: []
|
|
573
|
-
rubygems_version: 3.
|
|
574
|
-
signing_key:
|
|
573
|
+
rubygems_version: 3.3.5
|
|
574
|
+
signing_key:
|
|
575
575
|
specification_version: 4
|
|
576
576
|
summary: Pulp 3 API Ruby Gem
|
|
577
577
|
test_files:
|
|
578
|
-
- spec/api/
|
|
579
|
-
- spec/api/content_roles_api_spec.rb
|
|
580
|
-
- spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb
|
|
581
|
-
- spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb
|
|
582
|
-
- spec/api/pulp_ansible_api_v3_api_spec.rb
|
|
583
|
-
- spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb
|
|
584
|
-
- spec/api/pulp_ansible_default_api_api_spec.rb
|
|
585
|
-
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb
|
|
586
|
-
- spec/api/api_roles_api_spec.rb
|
|
587
|
-
- spec/api/pulp_ansible_tags_api_spec.rb
|
|
588
|
-
- spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb
|
|
589
|
-
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb
|
|
590
|
-
- spec/api/content_collection_deprecations_api_spec.rb
|
|
591
|
-
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb
|
|
592
|
-
- spec/api/ansible_collections_api_spec.rb
|
|
593
|
-
- spec/api/remotes_collection_api_spec.rb
|
|
594
|
-
- spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb
|
|
595
|
-
- spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb
|
|
596
|
-
- spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb
|
|
597
|
-
- spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb
|
|
598
|
-
- spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb
|
|
599
|
-
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb
|
|
600
|
-
- spec/api/api_plugin_ansible_search_collection_versions_api_spec.rb
|
|
578
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb
|
|
601
579
|
- spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb
|
|
602
|
-
- spec/api/
|
|
603
|
-
- spec/api/collection_import_api_spec.rb
|
|
580
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb
|
|
604
581
|
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb
|
|
605
|
-
- spec/api/
|
|
606
|
-
- spec/api/repositories_ansible_versions_api_spec.rb
|
|
607
|
-
- spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb
|
|
608
|
-
- spec/api/content_collection_signatures_api_spec.rb
|
|
609
|
-
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb
|
|
610
|
-
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb
|
|
611
|
-
- spec/api/content_collection_marks_api_spec.rb
|
|
612
|
-
- spec/api/remotes_git_api_spec.rb
|
|
613
|
-
- spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb
|
|
614
|
-
- spec/api/content_namespaces_api_spec.rb
|
|
582
|
+
- spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb
|
|
615
583
|
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb
|
|
616
584
|
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb
|
|
585
|
+
- spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb
|
|
586
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb
|
|
587
|
+
- spec/api/pulp_ansible_api_v3_collections_api_spec.rb
|
|
588
|
+
- spec/api/content_collection_marks_api_spec.rb
|
|
589
|
+
- spec/api/distributions_ansible_api_spec.rb
|
|
590
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb
|
|
591
|
+
- spec/api/remotes_role_api_spec.rb
|
|
592
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb
|
|
593
|
+
- spec/api/repositories_ansible_api_spec.rb
|
|
594
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb
|
|
595
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb
|
|
596
|
+
- spec/api/repositories_ansible_versions_api_spec.rb
|
|
597
|
+
- spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb
|
|
598
|
+
- spec/api/pulp_ansible_tags_api_spec.rb
|
|
617
599
|
- spec/api/content_collection_versions_api_spec.rb
|
|
600
|
+
- spec/api/content_collection_signatures_api_spec.rb
|
|
601
|
+
- spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb
|
|
602
|
+
- spec/api/pulp_ansible_api_v3_api_spec.rb
|
|
618
603
|
- spec/api/pulp_ansible_api_api_spec.rb
|
|
619
|
-
- spec/api/
|
|
620
|
-
- spec/api/
|
|
604
|
+
- spec/api/content_collection_deprecations_api_spec.rb
|
|
605
|
+
- spec/api/content_roles_api_spec.rb
|
|
606
|
+
- spec/api/content_namespaces_api_spec.rb
|
|
607
|
+
- spec/api/ansible_copy_api_spec.rb
|
|
608
|
+
- spec/api/pulp_ansible_default_api_v3_api_spec.rb
|
|
609
|
+
- spec/api/versions_api_spec.rb
|
|
610
|
+
- spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb
|
|
611
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb
|
|
612
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb
|
|
613
|
+
- spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb
|
|
614
|
+
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb
|
|
621
615
|
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb
|
|
616
|
+
- spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb
|
|
617
|
+
- spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb
|
|
618
|
+
- spec/api/pulp_ansible_default_api_api_spec.rb
|
|
619
|
+
- spec/api/collection_import_api_spec.rb
|
|
620
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb
|
|
621
|
+
- spec/api/api_plugin_ansible_search_collection_versions_api_spec.rb
|
|
622
622
|
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb
|
|
623
|
+
- spec/api/remotes_collection_api_spec.rb
|
|
624
|
+
- spec/api/ansible_collections_api_spec.rb
|
|
623
625
|
- spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb
|
|
624
|
-
- spec/api/
|
|
626
|
+
- spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb
|
|
625
627
|
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb
|
|
626
|
-
- spec/api/remotes_role_api_spec.rb
|
|
627
|
-
- spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb
|
|
628
|
-
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb
|
|
629
|
-
- spec/api/ansible_copy_api_spec.rb
|
|
630
628
|
- spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb
|
|
631
|
-
- spec/api/
|
|
632
|
-
- spec/api/
|
|
633
|
-
- spec/api/
|
|
634
|
-
- spec/api/
|
|
629
|
+
- spec/api/api_roles_api_spec.rb
|
|
630
|
+
- spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb
|
|
631
|
+
- spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb
|
|
632
|
+
- spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb
|
|
633
|
+
- spec/api/remotes_git_api_spec.rb
|
|
634
|
+
- spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb
|
|
635
635
|
- spec/api_client_spec.rb
|
|
636
636
|
- spec/configuration_spec.rb
|
|
637
637
|
- spec/models/ansible_repository_rebuild_spec.rb
|
|
638
|
-
- spec/models/
|
|
639
|
-
- spec/models/
|
|
638
|
+
- spec/models/ansible_role_response_spec.rb
|
|
639
|
+
- spec/models/repository_version_response_spec.rb
|
|
640
|
+
- spec/models/repository_add_remove_content_spec.rb
|
|
641
|
+
- spec/models/collection_version_search_list_spec.rb
|
|
642
|
+
- spec/models/paginated_collection_response_list_meta_spec.rb
|
|
643
|
+
- spec/models/ansible_ansible_distribution_response_spec.rb
|
|
644
|
+
- spec/models/set_label_response_spec.rb
|
|
645
|
+
- spec/models/ansible_git_remote_response_spec.rb
|
|
646
|
+
- spec/models/paginatedansible_collection_version_response_list_spec.rb
|
|
647
|
+
- spec/models/ansible_collection_remote_response_spec.rb
|
|
648
|
+
- spec/models/ansible_collection_version_spec.rb
|
|
649
|
+
- spec/models/collection_one_shot_spec.rb
|
|
650
|
+
- spec/models/paginated_tag_response_list_spec.rb
|
|
651
|
+
- spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
|
|
652
|
+
- spec/models/paginatedansible_ansible_repository_response_list_spec.rb
|
|
653
|
+
- spec/models/patchedansible_role_remote_spec.rb
|
|
654
|
+
- spec/models/paginatedansible_role_remote_response_list_spec.rb
|
|
655
|
+
- spec/models/collection_ref_response_spec.rb
|
|
656
|
+
- spec/models/ansible_role_remote_spec.rb
|
|
657
|
+
- spec/models/namespace_link_spec.rb
|
|
658
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
659
|
+
- spec/models/namespace_link_response_spec.rb
|
|
640
660
|
- spec/models/repo_metadata_response_spec.rb
|
|
641
|
-
- spec/models/
|
|
642
|
-
- spec/models/
|
|
643
|
-
- spec/models/
|
|
644
|
-
- spec/models/
|
|
645
|
-
- spec/models/repair_spec.rb
|
|
646
|
-
- spec/models/unset_label_spec.rb
|
|
647
|
-
- spec/models/ansible_collection_version_mark_spec.rb
|
|
648
|
-
- spec/models/nested_role_spec.rb
|
|
661
|
+
- spec/models/ansible_git_remote_spec.rb
|
|
662
|
+
- spec/models/ansible_repository_sync_url_spec.rb
|
|
663
|
+
- spec/models/ansible_ansible_repository_response_spec.rb
|
|
664
|
+
- spec/models/ansible_ansible_namespace_metadata_spec.rb
|
|
649
665
|
- spec/models/ansible_role_spec.rb
|
|
650
|
-
- spec/models/
|
|
651
|
-
- spec/models/
|
|
652
|
-
- spec/models/
|
|
653
|
-
- spec/models/my_permissions_response_spec.rb
|
|
654
|
-
- spec/models/paginatedansible_ansible_namespace_metadata_response_list_spec.rb
|
|
655
|
-
- spec/models/artifact_ref_response_spec.rb
|
|
656
|
-
- spec/models/paginated_galaxy_role_version_response_list_spec.rb
|
|
666
|
+
- spec/models/object_roles_response_spec.rb
|
|
667
|
+
- spec/models/patchedansible_git_remote_spec.rb
|
|
668
|
+
- spec/models/patchedansible_ansible_namespace_metadata_spec.rb
|
|
657
669
|
- spec/models/policy_enum_spec.rb
|
|
658
|
-
- spec/models/
|
|
659
|
-
- spec/models/
|
|
670
|
+
- spec/models/unpaginated_collection_version_response_spec.rb
|
|
671
|
+
- spec/models/paginated_collection_version_list_response_list_spec.rb
|
|
672
|
+
- spec/models/paginated_galaxy_role_response_list_spec.rb
|
|
660
673
|
- spec/models/ansible_collection_version_signature_spec.rb
|
|
661
|
-
- spec/models/
|
|
662
|
-
- spec/models/
|
|
674
|
+
- spec/models/paginated_collection_response_list_spec.rb
|
|
675
|
+
- spec/models/unset_label_response_spec.rb
|
|
676
|
+
- spec/models/collection_version_search_list_response_spec.rb
|
|
677
|
+
- spec/models/copy_spec.rb
|
|
678
|
+
- spec/models/ansible_ansible_distribution_spec.rb
|
|
679
|
+
- spec/models/nested_role_response_spec.rb
|
|
663
680
|
- spec/models/async_operation_response_spec.rb
|
|
664
|
-
- spec/models/
|
|
665
|
-
- spec/models/
|
|
681
|
+
- spec/models/collection_import_detail_response_spec.rb
|
|
682
|
+
- spec/models/ansible_collection_version_mark_response_spec.rb
|
|
683
|
+
- spec/models/paginatedansible_role_response_list_spec.rb
|
|
684
|
+
- spec/models/repository_spec.rb
|
|
666
685
|
- spec/models/collection_response_spec.rb
|
|
667
|
-
- spec/models/
|
|
668
|
-
- spec/models/
|
|
669
|
-
- spec/models/ansible_collection_version_signature_response_spec.rb
|
|
670
|
-
- spec/models/paginatedansible_collection_version_mark_response_list_spec.rb
|
|
671
|
-
- spec/models/ansible_ansible_distribution_response_spec.rb
|
|
672
|
-
- spec/models/paginatedansible_ansible_repository_response_list_spec.rb
|
|
673
|
-
- spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
|
|
674
|
-
- spec/models/tag_response_spec.rb
|
|
686
|
+
- spec/models/ansible_repository_mark_spec.rb
|
|
687
|
+
- spec/models/collection_summary_response_spec.rb
|
|
675
688
|
- spec/models/ansible_tag_response_spec.rb
|
|
676
|
-
- spec/models/
|
|
677
|
-
- spec/models/collection_version_search_list_spec.rb
|
|
678
|
-
- spec/models/namespace_link_response_spec.rb
|
|
679
|
-
- spec/models/paginated_collection_version_list_response_list_spec.rb
|
|
680
|
-
- spec/models/paginated_collection_response_list_links_spec.rb
|
|
681
|
-
- spec/models/ansible_collection_version_mark_response_spec.rb
|
|
682
|
-
- spec/models/client_configuration_response_spec.rb
|
|
683
|
-
- spec/models/paginatedansible_collection_remote_response_list_spec.rb
|
|
684
|
-
- spec/models/patchedansible_role_remote_spec.rb
|
|
685
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
686
|
-
- spec/models/patchedansible_ansible_distribution_spec.rb
|
|
689
|
+
- spec/models/galaxy_role_response_spec.rb
|
|
687
690
|
- spec/models/patchedansible_collection_remote_spec.rb
|
|
688
|
-
- spec/models/
|
|
689
|
-
- spec/models/
|
|
690
|
-
- spec/models/
|
|
691
|
+
- spec/models/ansible_repository_signature_spec.rb
|
|
692
|
+
- spec/models/client_configuration_response_spec.rb
|
|
693
|
+
- spec/models/patchedansible_ansible_repository_spec.rb
|
|
694
|
+
- spec/models/ansible_collection_version_mark_spec.rb
|
|
691
695
|
- spec/models/paginated_collection_version_search_list_response_list_spec.rb
|
|
692
|
-
- spec/models/
|
|
696
|
+
- spec/models/content_summary_response_spec.rb
|
|
693
697
|
- spec/models/ansible_collection_response_spec.rb
|
|
694
|
-
- spec/models/
|
|
695
|
-
- spec/models/
|
|
696
|
-
- spec/models/
|
|
697
|
-
- spec/models/ansible_collection_remote_spec.rb
|
|
698
|
-
- spec/models/ansible_ansible_distribution_spec.rb
|
|
698
|
+
- spec/models/paginatedansible_collection_version_signature_response_list_spec.rb
|
|
699
|
+
- spec/models/galaxy_role_version_response_spec.rb
|
|
700
|
+
- spec/models/ansible_ansible_collection_deprecated_response_spec.rb
|
|
699
701
|
- spec/models/paginatedansible_collection_response_list_spec.rb
|
|
700
|
-
- spec/models/
|
|
701
|
-
- spec/models/ansible_collection_version_response_spec.rb
|
|
702
|
-
- spec/models/repository_spec.rb
|
|
703
|
-
- spec/models/unset_label_response_spec.rb
|
|
702
|
+
- spec/models/ansible_collection_remote_spec.rb
|
|
704
703
|
- spec/models/paginatedansible_git_remote_response_list_spec.rb
|
|
705
|
-
- spec/models/paginated_tag_response_list_spec.rb
|
|
706
|
-
- spec/models/collection_version_copy_move_spec.rb
|
|
707
|
-
- spec/models/collection_version_list_response_spec.rb
|
|
708
|
-
- spec/models/nested_role_response_spec.rb
|
|
709
|
-
- spec/models/ansible_collection_version_spec.rb
|
|
710
|
-
- spec/models/paginated_collection_response_list_meta_spec.rb
|
|
711
|
-
- spec/models/paginatedansible_collection_version_signature_response_list_spec.rb
|
|
712
|
-
- spec/models/collection_one_shot_spec.rb
|
|
713
|
-
- spec/models/paginated_collection_response_list_spec.rb
|
|
714
704
|
- spec/models/ansible_role_remote_response_spec.rb
|
|
715
|
-
- spec/models/
|
|
716
|
-
- spec/models/ansible_ansible_repository_response_spec.rb
|
|
717
|
-
- spec/models/ansible_ansible_namespace_metadata_spec.rb
|
|
718
|
-
- spec/models/patchedansible_ansible_namespace_metadata_spec.rb
|
|
719
|
-
- spec/models/repository_version_response_spec.rb
|
|
720
|
-
- spec/models/set_label_response_spec.rb
|
|
721
|
-
- spec/models/collection_ref_response_spec.rb
|
|
722
|
-
- spec/models/ansible_ansible_collection_deprecated_response_spec.rb
|
|
723
|
-
- spec/models/ansible_repository_sync_url_spec.rb
|
|
724
|
-
- spec/models/repository_add_remove_content_spec.rb
|
|
725
|
-
- spec/models/collection_import_detail_response_spec.rb
|
|
726
|
-
- spec/models/content_summary_response_spec.rb
|
|
727
|
-
- spec/models/patchedansible_git_remote_spec.rb
|
|
728
|
-
- spec/models/galaxy_role_response_spec.rb
|
|
729
|
-
- spec/models/ansible_git_remote_spec.rb
|
|
730
|
-
- spec/models/ansible_ansible_namespace_metadata_response_spec.rb
|
|
705
|
+
- spec/models/ansible_collection_version_signature_response_spec.rb
|
|
731
706
|
- spec/models/collection_version_signature_response_spec.rb
|
|
732
|
-
- spec/models/set_label_spec.rb
|
|
733
707
|
- spec/models/collection_namespace_response_spec.rb
|
|
708
|
+
- spec/models/paginated_collection_response_list_links_spec.rb
|
|
709
|
+
- spec/models/unset_label_spec.rb
|
|
710
|
+
- spec/models/repository_response_spec.rb
|
|
711
|
+
- spec/models/ansible_collection_remote_response_hidden_fields_spec.rb
|
|
712
|
+
- spec/models/tag_response_spec.rb
|
|
713
|
+
- spec/models/my_permissions_response_spec.rb
|
|
714
|
+
- spec/models/paginatedansible_collection_remote_response_list_spec.rb
|
|
715
|
+
- spec/models/collection_version_response_spec.rb
|
|
716
|
+
- spec/models/artifact_ref_response_spec.rb
|
|
717
|
+
- spec/models/patchedansible_ansible_distribution_spec.rb
|
|
718
|
+
- spec/models/paginatedansible_ansible_namespace_metadata_response_list_spec.rb
|
|
719
|
+
- spec/models/paginatedansible_collection_version_mark_response_list_spec.rb
|
|
720
|
+
- spec/models/ansible_ansible_repository_spec.rb
|
|
721
|
+
- spec/models/repair_spec.rb
|
|
722
|
+
- spec/models/collection_version_list_response_spec.rb
|
|
723
|
+
- spec/models/ansible_ansible_collection_deprecated_spec.rb
|
|
724
|
+
- spec/models/ansible_collection_version_response_spec.rb
|
|
725
|
+
- spec/models/collection_metadata_response_spec.rb
|
|
726
|
+
- spec/models/collection_version_copy_move_spec.rb
|
|
727
|
+
- spec/models/ansible_ansible_namespace_metadata_response_spec.rb
|
|
728
|
+
- spec/models/set_label_spec.rb
|
|
729
|
+
- spec/models/paginatedansible_ansible_collection_deprecated_response_list_spec.rb
|
|
730
|
+
- spec/models/collection_version_docs_response_spec.rb
|
|
731
|
+
- spec/models/patched_collection_spec.rb
|
|
732
|
+
- spec/models/nested_role_spec.rb
|
|
733
|
+
- spec/models/paginated_galaxy_role_version_response_list_spec.rb
|
|
734
734
|
- spec/spec_helper.rb
|