pulp_container_client 2.14.13 → 2.14.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -7
- data/docs/ContainerContainerDistribution.md +5 -5
- data/docs/ContainerContainerDistributionResponse.md +8 -8
- data/docs/ContainerContainerPushRepository.md +1 -1
- data/docs/ContainerContainerPushRepositoryResponse.md +9 -9
- data/docs/ContainerContainerRemote.md +1 -1
- data/docs/ContainerContainerRemoteResponse.md +1 -1
- data/docs/ContainerContainerRepository.md +1 -1
- data/docs/ContainerContainerRepositoryResponse.md +1 -1
- data/docs/ContentBlobsApi.md +2 -6
- data/docs/ContentManifestsApi.md +4 -8
- data/docs/ContentSignaturesApi.md +2 -6
- data/docs/ContentTagsApi.md +4 -8
- data/docs/DistributionsContainerApi.md +2 -10
- data/docs/PatchedcontainerContainerDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPushRepository.md +1 -1
- data/docs/PatchedcontainerContainerRemote.md +1 -1
- data/docs/PatchedcontainerContainerRepository.md +1 -1
- data/docs/PulpContainerNamespacesApi.md +2 -6
- data/docs/RemotesContainerApi.md +2 -6
- data/docs/RepositoriesContainerApi.md +2 -22
- data/docs/RepositoriesContainerPushApi.md +2 -22
- data/docs/RepositoriesContainerPushVersionsApi.md +2 -4
- data/docs/RepositoriesContainerVersionsApi.md +2 -4
- data/lib/pulp_container_client/api/content_blobs_api.rb +2 -8
- data/lib/pulp_container_client/api/content_manifests_api.rb +4 -10
- data/lib/pulp_container_client/api/content_signatures_api.rb +2 -8
- data/lib/pulp_container_client/api/content_tags_api.rb +4 -10
- data/lib/pulp_container_client/api/distributions_container_api.rb +2 -14
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +2 -8
- data/lib/pulp_container_client/api/remotes_container_api.rb +2 -8
- data/lib/pulp_container_client/api/repositories_container_api.rb +2 -32
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +2 -32
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +2 -5
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +2 -5
- data/lib/pulp_container_client/models/container_container_distribution.rb +19 -19
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +29 -29
- data/lib/pulp_container_client/models/container_container_push_repository.rb +1 -1
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +33 -33
- data/lib/pulp_container_client/models/container_container_remote.rb +21 -21
- data/lib/pulp_container_client/models/container_container_remote_response.rb +21 -21
- data/lib/pulp_container_client/models/container_container_repository.rb +1 -1
- data/lib/pulp_container_client/models/container_container_repository_response.rb +1 -1
- data/lib/pulp_container_client/models/nested_role.rb +0 -19
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +19 -19
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +1 -1
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +21 -21
- data/lib/pulp_container_client/models/patchedcontainer_container_repository.rb +1 -1
- data/lib/pulp_container_client/version.rb +1 -1
- data/spec/api/content_blobs_api_spec.rb +1 -3
- data/spec/api/content_manifests_api_spec.rb +2 -4
- data/spec/api/content_signatures_api_spec.rb +1 -3
- data/spec/api/content_tags_api_spec.rb +2 -4
- data/spec/api/distributions_container_api_spec.rb +1 -5
- data/spec/api/pulp_container_namespaces_api_spec.rb +1 -3
- data/spec/api/remotes_container_api_spec.rb +1 -3
- data/spec/api/repositories_container_api_spec.rb +1 -11
- data/spec/api/repositories_container_push_api_spec.rb +1 -11
- data/spec/api/repositories_container_push_versions_api_spec.rb +1 -2
- data/spec/api/repositories_container_versions_api_spec.rb +1 -2
- data/spec/models/container_container_distribution_response_spec.rb +4 -4
- data/spec/models/container_container_distribution_spec.rb +4 -4
- data/spec/models/container_container_push_repository_response_spec.rb +7 -7
- data/spec/models/patchedcontainer_container_distribution_spec.rb +4 -4
- metadata +46 -46
@@ -103,19 +103,9 @@ opts = {
|
|
103
103
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
104
104
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
105
105
|
offset: 56, # Integer | The initial index from which to return the results.
|
106
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
107
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
108
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
106
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
109
107
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
110
108
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
111
|
-
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
112
|
-
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
113
|
-
retain_repo_versions__gte: 56, # Integer | Filter results where retain_repo_versions is greater than or equal to value
|
114
|
-
retain_repo_versions__isnull: true, # Boolean | Filter results where retain_repo_versions has a null value
|
115
|
-
retain_repo_versions__lt: 56, # Integer | Filter results where retain_repo_versions is less than value
|
116
|
-
retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
|
117
|
-
retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
|
118
|
-
retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
|
119
109
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
120
110
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
121
111
|
}
|
@@ -141,19 +131,9 @@ Name | Type | Description | Notes
|
|
141
131
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
142
132
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
143
133
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
144
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
145
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
146
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
134
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
147
135
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
148
136
|
**remote** | **String**| Foreign Key referenced by HREF | [optional]
|
149
|
-
**retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
|
150
|
-
**retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
|
151
|
-
**retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
|
152
|
-
**retain_repo_versions__isnull** | **Boolean**| Filter results where retain_repo_versions has a null value | [optional]
|
153
|
-
**retain_repo_versions__lt** | **Integer**| Filter results where retain_repo_versions is less than value | [optional]
|
154
|
-
**retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
|
155
|
-
**retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
|
156
|
-
**retain_repo_versions__range** | [**Array<Integer>**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
|
157
137
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
158
138
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
159
139
|
|
@@ -97,14 +97,13 @@ opts = {
|
|
97
97
|
number__lte: 56, # Integer | Filter results where number is less than or equal to value
|
98
98
|
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
|
99
99
|
offset: 56, # Integer | The initial index from which to return the results.
|
100
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
100
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
101
101
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
102
102
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
103
103
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
104
104
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
105
105
|
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
106
106
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
107
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
108
107
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
109
108
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
110
109
|
}
|
@@ -134,14 +133,13 @@ Name | Type | Description | Notes
|
|
134
133
|
**number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
|
135
134
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
136
135
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
137
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
136
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
138
137
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
139
138
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
140
139
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
141
140
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
142
141
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
143
142
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
144
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
145
143
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
146
144
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
147
145
|
|
@@ -97,14 +97,13 @@ opts = {
|
|
97
97
|
number__lte: 56, # Integer | Filter results where number is less than or equal to value
|
98
98
|
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
|
99
99
|
offset: 56, # Integer | The initial index from which to return the results.
|
100
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
100
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
101
101
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
102
102
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
103
103
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
104
104
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
105
105
|
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
106
106
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
107
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
108
107
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
109
108
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
110
109
|
}
|
@@ -134,14 +133,13 @@ Name | Type | Description | Notes
|
|
134
133
|
**number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
|
135
134
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
136
135
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
137
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
136
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
138
137
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
139
138
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
140
139
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
141
140
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
142
141
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
143
142
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
144
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
145
143
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
146
144
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
147
145
|
|
@@ -26,9 +26,7 @@ module PulpContainerClient
|
|
26
26
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
27
27
|
# @option opts [Integer] :limit Number of results to return per page.
|
28
28
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
29
|
-
# @option opts [Array<String>] :ordering Ordering
|
30
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
31
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
29
|
+
# @option opts [Array<String>] :ordering Ordering
|
32
30
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
33
31
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
34
32
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -47,9 +45,7 @@ module PulpContainerClient
|
|
47
45
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
48
46
|
# @option opts [Integer] :limit Number of results to return per page.
|
49
47
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
50
|
-
# @option opts [Array<String>] :ordering Ordering
|
51
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
52
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
48
|
+
# @option opts [Array<String>] :ordering Ordering
|
53
49
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
54
50
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
55
51
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -74,8 +70,6 @@ module PulpContainerClient
|
|
74
70
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
75
71
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
76
72
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
77
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
78
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
79
73
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
80
74
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
81
75
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -25,11 +25,9 @@ module PulpContainerClient
|
|
25
25
|
# @option opts [String] :digest Filter results where digest matches value
|
26
26
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
27
27
|
# @option opts [Integer] :limit Number of results to return per page.
|
28
|
-
# @option opts [Array<String>] :media_type
|
28
|
+
# @option opts [Array<String>] :media_type
|
29
29
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
30
|
-
# @option opts [Array<String>] :ordering Ordering
|
31
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
32
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
30
|
+
# @option opts [Array<String>] :ordering Ordering
|
33
31
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
34
32
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
35
33
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -47,11 +45,9 @@ module PulpContainerClient
|
|
47
45
|
# @option opts [String] :digest Filter results where digest matches value
|
48
46
|
# @option opts [Array<String>] :digest__in Filter results where digest is in a comma-separated list of values
|
49
47
|
# @option opts [Integer] :limit Number of results to return per page.
|
50
|
-
# @option opts [Array<String>] :media_type
|
48
|
+
# @option opts [Array<String>] :media_type
|
51
49
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
52
|
-
# @option opts [Array<String>] :ordering Ordering
|
53
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
54
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
50
|
+
# @option opts [Array<String>] :ordering Ordering
|
55
51
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
56
52
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
57
53
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -81,8 +77,6 @@ module PulpContainerClient
|
|
81
77
|
query_params[:'media_type'] = @api_client.build_collection_param(opts[:'media_type'], :multi) if !opts[:'media_type'].nil?
|
82
78
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
83
79
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
84
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
85
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
86
80
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
87
81
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
88
82
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -34,9 +34,7 @@ module PulpContainerClient
|
|
34
34
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
35
35
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
36
36
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
37
|
-
# @option opts [Array<String>] :ordering Ordering
|
38
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
39
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
37
|
+
# @option opts [Array<String>] :ordering Ordering
|
40
38
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
41
39
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
42
40
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -63,9 +61,7 @@ module PulpContainerClient
|
|
63
61
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
64
62
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
65
63
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
66
|
-
# @option opts [Array<String>] :ordering Ordering
|
67
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
68
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
64
|
+
# @option opts [Array<String>] :ordering Ordering
|
69
65
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
70
66
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
71
67
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -98,8 +94,6 @@ module PulpContainerClient
|
|
98
94
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
99
95
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
100
96
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
101
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
102
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
103
97
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
104
98
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
105
99
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -24,13 +24,11 @@ module PulpContainerClient
|
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @option opts [Array<String>] :digest Multiple values may be separated by commas.
|
26
26
|
# @option opts [Integer] :limit Number of results to return per page.
|
27
|
-
# @option opts [Array<String>] :media_type
|
27
|
+
# @option opts [Array<String>] :media_type
|
28
28
|
# @option opts [String] :name Filter results where name matches value
|
29
29
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
30
30
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
31
|
-
# @option opts [Array<String>] :ordering Ordering
|
32
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
33
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
31
|
+
# @option opts [Array<String>] :ordering Ordering
|
34
32
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
35
33
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
36
34
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -47,13 +45,11 @@ module PulpContainerClient
|
|
47
45
|
# @param [Hash] opts the optional parameters
|
48
46
|
# @option opts [Array<String>] :digest Multiple values may be separated by commas.
|
49
47
|
# @option opts [Integer] :limit Number of results to return per page.
|
50
|
-
# @option opts [Array<String>] :media_type
|
48
|
+
# @option opts [Array<String>] :media_type
|
51
49
|
# @option opts [String] :name Filter results where name matches value
|
52
50
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
53
51
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
54
|
-
# @option opts [Array<String>] :ordering Ordering
|
55
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
56
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
52
|
+
# @option opts [Array<String>] :ordering Ordering
|
57
53
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
58
54
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
59
55
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -84,8 +80,6 @@ module PulpContainerClient
|
|
84
80
|
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
85
81
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
86
82
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
87
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
88
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
89
83
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
90
84
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
91
85
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -228,12 +228,8 @@ module PulpContainerClient
|
|
228
228
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
229
229
|
# @option opts [String] :namespace__name
|
230
230
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
231
|
-
# @option opts [Array<String>] :ordering Ordering
|
232
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
233
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
231
|
+
# @option opts [Array<String>] :ordering Ordering
|
234
232
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
235
|
-
# @option opts [String] :repository Filter results where repository matches value
|
236
|
-
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
237
233
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
238
234
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
239
235
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -258,12 +254,8 @@ module PulpContainerClient
|
|
258
254
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
259
255
|
# @option opts [String] :namespace__name
|
260
256
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
261
|
-
# @option opts [Array<String>] :ordering Ordering
|
262
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
263
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
257
|
+
# @option opts [Array<String>] :ordering Ordering
|
264
258
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
265
|
-
# @option opts [String] :repository Filter results where repository matches value
|
266
|
-
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
267
259
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
268
260
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
269
261
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
@@ -294,11 +286,7 @@ module PulpContainerClient
|
|
294
286
|
query_params[:'namespace__name'] = opts[:'namespace__name'] if !opts[:'namespace__name'].nil?
|
295
287
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
296
288
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
297
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
298
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
299
289
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
300
|
-
query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
301
|
-
query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].nil?
|
302
290
|
query_params[:'with_content'] = opts[:'with_content'] if !opts[:'with_content'].nil?
|
303
291
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
304
292
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
@@ -223,9 +223,7 @@ module PulpContainerClient
|
|
223
223
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
224
224
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
225
225
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
226
|
-
# @option opts [Array<String>] :ordering Ordering
|
227
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
228
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
226
|
+
# @option opts [Array<String>] :ordering Ordering
|
229
227
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
230
228
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
231
229
|
# @return [PaginatedcontainerContainerNamespaceResponseList]
|
@@ -244,9 +242,7 @@ module PulpContainerClient
|
|
244
242
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
245
243
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
246
244
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
247
|
-
# @option opts [Array<String>] :ordering Ordering
|
248
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
249
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
245
|
+
# @option opts [Array<String>] :ordering Ordering
|
250
246
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
251
247
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
252
248
|
# @return [Array<(PaginatedcontainerContainerNamespaceResponseList, Integer, Hash)>] PaginatedcontainerContainerNamespaceResponseList data, response status code and response headers
|
@@ -271,8 +267,6 @@ module PulpContainerClient
|
|
271
267
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
272
268
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
273
269
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
274
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
275
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
276
270
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
277
271
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
278
272
|
|
@@ -223,9 +223,7 @@ module PulpContainerClient
|
|
223
223
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
224
224
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
225
225
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
226
|
-
# @option opts [Array<String>] :ordering Ordering
|
227
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
228
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
226
|
+
# @option opts [Array<String>] :ordering Ordering
|
229
227
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
230
228
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
231
229
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
@@ -251,9 +249,7 @@ module PulpContainerClient
|
|
251
249
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
252
250
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
253
251
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
254
|
-
# @option opts [Array<String>] :ordering Ordering
|
255
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
256
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
252
|
+
# @option opts [Array<String>] :ordering Ordering
|
257
253
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
258
254
|
# @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
|
259
255
|
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
@@ -285,8 +281,6 @@ module PulpContainerClient
|
|
285
281
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
286
282
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
287
283
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
288
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
289
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
290
284
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
291
285
|
query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
|
292
286
|
query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
|
@@ -513,19 +513,9 @@ module PulpContainerClient
|
|
513
513
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
514
514
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
515
515
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
516
|
-
# @option opts [Array<String>] :ordering Ordering
|
517
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
518
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
516
|
+
# @option opts [Array<String>] :ordering Ordering
|
519
517
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
520
518
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
521
|
-
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
522
|
-
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
523
|
-
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
524
|
-
# @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
|
525
|
-
# @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
|
526
|
-
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
527
|
-
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
528
|
-
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
529
519
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
530
520
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
531
521
|
# @return [PaginatedcontainerContainerRepositoryResponseList]
|
@@ -544,19 +534,9 @@ module PulpContainerClient
|
|
544
534
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
545
535
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
546
536
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
547
|
-
# @option opts [Array<String>] :ordering Ordering
|
548
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
549
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
537
|
+
# @option opts [Array<String>] :ordering Ordering
|
550
538
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
551
539
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
552
|
-
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
553
|
-
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
554
|
-
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
555
|
-
# @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
|
556
|
-
# @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
|
557
|
-
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
558
|
-
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
559
|
-
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
560
540
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
561
541
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
562
542
|
# @return [Array<(PaginatedcontainerContainerRepositoryResponseList, Integer, Hash)>] PaginatedcontainerContainerRepositoryResponseList data, response status code and response headers
|
@@ -581,18 +561,8 @@ module PulpContainerClient
|
|
581
561
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
582
562
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
583
563
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
584
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
585
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
586
564
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
587
565
|
query_params[:'remote'] = opts[:'remote'] if !opts[:'remote'].nil?
|
588
|
-
query_params[:'retain_repo_versions'] = opts[:'retain_repo_versions'] if !opts[:'retain_repo_versions'].nil?
|
589
|
-
query_params[:'retain_repo_versions__gt'] = opts[:'retain_repo_versions__gt'] if !opts[:'retain_repo_versions__gt'].nil?
|
590
|
-
query_params[:'retain_repo_versions__gte'] = opts[:'retain_repo_versions__gte'] if !opts[:'retain_repo_versions__gte'].nil?
|
591
|
-
query_params[:'retain_repo_versions__isnull'] = opts[:'retain_repo_versions__isnull'] if !opts[:'retain_repo_versions__isnull'].nil?
|
592
|
-
query_params[:'retain_repo_versions__lt'] = opts[:'retain_repo_versions__lt'] if !opts[:'retain_repo_versions__lt'].nil?
|
593
|
-
query_params[:'retain_repo_versions__lte'] = opts[:'retain_repo_versions__lte'] if !opts[:'retain_repo_versions__lte'].nil?
|
594
|
-
query_params[:'retain_repo_versions__ne'] = opts[:'retain_repo_versions__ne'] if !opts[:'retain_repo_versions__ne'].nil?
|
595
|
-
query_params[:'retain_repo_versions__range'] = @api_client.build_collection_param(opts[:'retain_repo_versions__range'], :csv) if !opts[:'retain_repo_versions__range'].nil?
|
596
566
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
597
567
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
598
568
|
|
@@ -97,19 +97,9 @@ module PulpContainerClient
|
|
97
97
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
98
98
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
99
99
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
100
|
-
# @option opts [Array<String>] :ordering Ordering
|
101
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
102
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
100
|
+
# @option opts [Array<String>] :ordering Ordering
|
103
101
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
104
102
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
105
|
-
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
106
|
-
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
107
|
-
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
108
|
-
# @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
|
109
|
-
# @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
|
110
|
-
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
111
|
-
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
112
|
-
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
113
103
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
114
104
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
115
105
|
# @return [PaginatedcontainerContainerPushRepositoryResponseList]
|
@@ -128,19 +118,9 @@ module PulpContainerClient
|
|
128
118
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
129
119
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
130
120
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
131
|
-
# @option opts [Array<String>] :ordering Ordering
|
132
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
133
|
-
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
121
|
+
# @option opts [Array<String>] :ordering Ordering
|
134
122
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
135
123
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
136
|
-
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
137
|
-
# @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
|
138
|
-
# @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
|
139
|
-
# @option opts [Boolean] :retain_repo_versions__isnull Filter results where retain_repo_versions has a null value
|
140
|
-
# @option opts [Integer] :retain_repo_versions__lt Filter results where retain_repo_versions is less than value
|
141
|
-
# @option opts [Integer] :retain_repo_versions__lte Filter results where retain_repo_versions is less than or equal to value
|
142
|
-
# @option opts [Integer] :retain_repo_versions__ne Filter results where retain_repo_versions not equal to value
|
143
|
-
# @option opts [Array<Integer>] :retain_repo_versions__range Filter results where retain_repo_versions is between two comma separated values
|
144
124
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
145
125
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
146
126
|
# @return [Array<(PaginatedcontainerContainerPushRepositoryResponseList, Integer, Hash)>] PaginatedcontainerContainerPushRepositoryResponseList data, response status code and response headers
|
@@ -165,18 +145,8 @@ module PulpContainerClient
|
|
165
145
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
166
146
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
167
147
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
168
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
169
|
-
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
170
148
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
171
149
|
query_params[:'remote'] = opts[:'remote'] if !opts[:'remote'].nil?
|
172
|
-
query_params[:'retain_repo_versions'] = opts[:'retain_repo_versions'] if !opts[:'retain_repo_versions'].nil?
|
173
|
-
query_params[:'retain_repo_versions__gt'] = opts[:'retain_repo_versions__gt'] if !opts[:'retain_repo_versions__gt'].nil?
|
174
|
-
query_params[:'retain_repo_versions__gte'] = opts[:'retain_repo_versions__gte'] if !opts[:'retain_repo_versions__gte'].nil?
|
175
|
-
query_params[:'retain_repo_versions__isnull'] = opts[:'retain_repo_versions__isnull'] if !opts[:'retain_repo_versions__isnull'].nil?
|
176
|
-
query_params[:'retain_repo_versions__lt'] = opts[:'retain_repo_versions__lt'] if !opts[:'retain_repo_versions__lt'].nil?
|
177
|
-
query_params[:'retain_repo_versions__lte'] = opts[:'retain_repo_versions__lte'] if !opts[:'retain_repo_versions__lte'].nil?
|
178
|
-
query_params[:'retain_repo_versions__ne'] = opts[:'retain_repo_versions__ne'] if !opts[:'retain_repo_versions__ne'].nil?
|
179
|
-
query_params[:'retain_repo_versions__range'] = @api_client.build_collection_param(opts[:'retain_repo_versions__range'], :csv) if !opts[:'retain_repo_versions__range'].nil?
|
180
150
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
181
151
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
182
152
|
|