pulp_container_client 2.14.13 → 2.15.0.dev1676517833
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.
Potentially problematic release.
This version of pulp_container_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +5 -7
- data/docs/ContainerContainerDistribution.md +5 -5
- data/docs/ContainerContainerDistributionResponse.md +7 -7
- data/docs/ContainerContainerPushRepository.md +6 -6
- data/docs/ContainerContainerPushRepositoryResponse.md +12 -12
- 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 -6
- data/docs/PatchedcontainerContainerDistribution.md +5 -5
- data/docs/PatchedcontainerContainerPushRepository.md +6 -6
- 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 -6
- data/docs/RepositoriesContainerPushApi.md +2 -6
- 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 -8
- 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 -8
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +2 -8
- 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 +22 -22
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +30 -30
- data/lib/pulp_container_client/models/container_container_push_repository.rb +25 -25
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +45 -45
- data/lib/pulp_container_client/models/container_container_remote.rb +1 -1
- data/lib/pulp_container_client/models/container_container_remote_response.rb +1 -1
- 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/patchedcontainer_container_distribution.rb +22 -22
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +25 -25
- data/lib/pulp_container_client/models/patchedcontainer_container_remote.rb +1 -1
- 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 -3
- 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 -3
- data/spec/api/repositories_container_push_api_spec.rb +1 -3
- 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 +6 -6
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_push_repository_response_spec.rb +7 -7
- data/spec/models/container_container_push_repository_spec.rb +4 -4
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +4 -4
- metadata +50 -50
@@ -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,9 +228,7 @@ 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
233
|
# @option opts [String] :repository Filter results where repository matches value
|
236
234
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
@@ -258,9 +256,7 @@ module PulpContainerClient
|
|
258
256
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
259
257
|
# @option opts [String] :namespace__name
|
260
258
|
# @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.
|
259
|
+
# @option opts [Array<String>] :ordering Ordering
|
264
260
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
265
261
|
# @option opts [String] :repository Filter results where repository matches value
|
266
262
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
@@ -294,8 +290,6 @@ module PulpContainerClient
|
|
294
290
|
query_params[:'namespace__name'] = opts[:'namespace__name'] if !opts[:'namespace__name'].nil?
|
295
291
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
296
292
|
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
293
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
300
294
|
query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
301
295
|
query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].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,9 +513,7 @@ 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
519
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
@@ -544,9 +542,7 @@ module PulpContainerClient
|
|
544
542
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
545
543
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
546
544
|
# @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.
|
545
|
+
# @option opts [Array<String>] :ordering Ordering
|
550
546
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
551
547
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
552
548
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
@@ -581,8 +577,6 @@ module PulpContainerClient
|
|
581
577
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
582
578
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
583
579
|
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
580
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
587
581
|
query_params[:'remote'] = opts[:'remote'] if !opts[:'remote'].nil?
|
588
582
|
query_params[:'retain_repo_versions'] = opts[:'retain_repo_versions'] if !opts[:'retain_repo_versions'].nil?
|
@@ -97,9 +97,7 @@ 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
103
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
@@ -128,9 +126,7 @@ module PulpContainerClient
|
|
128
126
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
129
127
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
130
128
|
# @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.
|
129
|
+
# @option opts [Array<String>] :ordering Ordering
|
134
130
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
135
131
|
# @option opts [String] :remote Foreign Key referenced by HREF
|
136
132
|
# @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
|
@@ -165,8 +161,6 @@ module PulpContainerClient
|
|
165
161
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
166
162
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
167
163
|
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
164
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
171
165
|
query_params[:'remote'] = opts[:'remote'] if !opts[:'remote'].nil?
|
172
166
|
query_params[:'retain_repo_versions'] = opts[:'retain_repo_versions'] if !opts[:'retain_repo_versions'].nil?
|
@@ -95,14 +95,13 @@ module PulpContainerClient
|
|
95
95
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
96
96
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
97
97
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
98
|
-
# @option opts [Array<String>] :ordering Ordering
|
98
|
+
# @option opts [Array<String>] :ordering Ordering
|
99
99
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
100
100
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
101
101
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
102
102
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
103
103
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
104
104
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
105
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
106
105
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
107
106
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
108
107
|
# @return [PaginatedRepositoryVersionResponseList]
|
@@ -125,14 +124,13 @@ module PulpContainerClient
|
|
125
124
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
126
125
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
127
126
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
128
|
-
# @option opts [Array<String>] :ordering Ordering
|
127
|
+
# @option opts [Array<String>] :ordering Ordering
|
129
128
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
130
129
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
131
130
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
132
131
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
133
132
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
134
133
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
135
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
136
134
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
137
135
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
138
136
|
# @return [Array<(PaginatedRepositoryVersionResponseList, Integer, Hash)>] PaginatedRepositoryVersionResponseList data, response status code and response headers
|
@@ -170,7 +168,6 @@ module PulpContainerClient
|
|
170
168
|
query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
|
171
169
|
query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
|
172
170
|
query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
|
173
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
174
171
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
175
172
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
176
173
|
|
@@ -95,14 +95,13 @@ module PulpContainerClient
|
|
95
95
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
96
96
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
97
97
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
98
|
-
# @option opts [Array<String>] :ordering Ordering
|
98
|
+
# @option opts [Array<String>] :ordering Ordering
|
99
99
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
100
100
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
101
101
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
102
102
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
103
103
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
104
104
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
105
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
106
105
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
107
106
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
108
107
|
# @return [PaginatedRepositoryVersionResponseList]
|
@@ -125,14 +124,13 @@ module PulpContainerClient
|
|
125
124
|
# @option opts [Integer] :number__lte Filter results where number is less than or equal to value
|
126
125
|
# @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
|
127
126
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
128
|
-
# @option opts [Array<String>] :ordering Ordering
|
127
|
+
# @option opts [Array<String>] :ordering Ordering
|
129
128
|
# @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
|
130
129
|
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
131
130
|
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
132
131
|
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
133
132
|
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
134
133
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
135
|
-
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
136
134
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
137
135
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
138
136
|
# @return [Array<(PaginatedRepositoryVersionResponseList, Integer, Hash)>] PaginatedRepositoryVersionResponseList data, response status code and response headers
|
@@ -170,7 +168,6 @@ module PulpContainerClient
|
|
170
168
|
query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
|
171
169
|
query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
|
172
170
|
query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
|
173
|
-
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
174
171
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
175
172
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
176
173
|
|