pulp_container_client 2.16.0 → 2.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +36 -25
- data/docs/ContainerContainerDistribution.md +4 -4
- data/docs/ContainerContainerDistributionResponse.md +9 -9
- data/docs/ContainerContainerPushRepository.md +6 -6
- data/docs/ContainerContainerPushRepositoryResponse.md +10 -10
- data/docs/ContentBlobsApi.md +3 -1
- data/docs/ContentManifestsApi.md +3 -1
- data/docs/ContentSignaturesApi.md +7 -1
- data/docs/ContentTagsApi.md +3 -1
- data/docs/DistributionsContainerApi.md +132 -10
- data/docs/IndexDynamicApi.md +1 -1
- data/docs/IndexStaticApi.md +1 -1
- data/docs/PatchedcontainerContainerDistribution.md +4 -4
- data/docs/PatchedcontainerContainerPushRepository.md +6 -6
- data/docs/PulpContainerNamespacesApi.md +19 -9
- data/docs/RemotesContainerApi.md +131 -9
- data/docs/RepositoriesContainerApi.md +132 -10
- data/docs/RepositoriesContainerPushApi.md +20 -10
- data/docs/RepositoriesContainerPushVersionsApi.md +3 -1
- data/docs/RepositoriesContainerVersionsApi.md +3 -1
- data/docs/SetLabel.md +19 -0
- data/docs/SetLabelResponse.md +19 -0
- data/docs/TokenApi.md +1 -1
- data/docs/UnsetLabel.md +17 -0
- data/docs/UnsetLabelResponse.md +19 -0
- data/lib/pulp_container_client/api/content_blobs_api.rb +3 -0
- data/lib/pulp_container_client/api/content_manifests_api.rb +3 -0
- data/lib/pulp_container_client/api/content_signatures_api.rb +9 -0
- data/lib/pulp_container_client/api/content_tags_api.rb +3 -0
- data/lib/pulp_container_client/api/distributions_container_api.rb +157 -0
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +17 -0
- data/lib/pulp_container_client/api/remotes_container_api.rb +157 -0
- data/lib/pulp_container_client/api/repositories_container_api.rb +157 -0
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +17 -0
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +3 -0
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +3 -0
- data/lib/pulp_container_client/configuration.rb +2 -2
- data/lib/pulp_container_client/models/container_container_distribution.rb +42 -42
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +40 -40
- data/lib/pulp_container_client/models/container_container_push_repository.rb +38 -38
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +42 -42
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +33 -33
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +38 -38
- data/lib/pulp_container_client/models/set_label.rb +252 -0
- data/lib/pulp_container_client/models/set_label_response.rb +243 -0
- data/lib/pulp_container_client/models/unset_label.rb +242 -0
- data/lib/pulp_container_client/models/unset_label_response.rb +242 -0
- data/lib/pulp_container_client/version.rb +1 -1
- data/lib/pulp_container_client.rb +4 -0
- data/spec/api/content_blobs_api_spec.rb +1 -0
- data/spec/api/content_manifests_api_spec.rb +1 -0
- data/spec/api/content_signatures_api_spec.rb +3 -0
- data/spec/api/content_tags_api_spec.rb +1 -0
- data/spec/api/distributions_container_api_spec.rb +33 -0
- data/spec/api/pulp_container_namespaces_api_spec.rb +7 -0
- data/spec/api/remotes_container_api_spec.rb +33 -0
- data/spec/api/repositories_container_api_spec.rb +33 -0
- data/spec/api/repositories_container_push_api_spec.rb +7 -0
- data/spec/api/repositories_container_push_versions_api_spec.rb +1 -0
- data/spec/api/repositories_container_versions_api_spec.rb +1 -0
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/container_container_distribution_response_spec.rb +7 -7
- data/spec/models/container_container_distribution_spec.rb +3 -3
- data/spec/models/container_container_push_repository_response_spec.rb +7 -7
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_distribution_spec.rb +3 -3
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- data/spec/models/set_label_response_spec.rb +47 -0
- data/spec/models/set_label_spec.rb +47 -0
- data/spec/models/unset_label_response_spec.rb +47 -0
- data/spec/models/unset_label_spec.rb +41 -0
- metadata +60 -44
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpContainerClient::RepositoriesContainerVersionsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -105,6 +105,7 @@ opts = {
|
|
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
107
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
108
|
+
q: 'q_example', # String |
|
108
109
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
109
110
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
110
111
|
}
|
@@ -142,6 +143,7 @@ Name | Type | Description | Notes
|
|
142
143
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
143
144
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
144
145
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
146
|
+
**q** | **String**| | [optional]
|
145
147
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
146
148
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
147
149
|
|
data/docs/SetLabel.md
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
# PulpContainerClient::SetLabel
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**key** | **String** | |
|
8
|
+
**value** | **String** | |
|
9
|
+
|
10
|
+
## Code Sample
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'PulpContainerClient'
|
14
|
+
|
15
|
+
instance = PulpContainerClient::SetLabel.new(key: null,
|
16
|
+
value: null)
|
17
|
+
```
|
18
|
+
|
19
|
+
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# PulpContainerClient::SetLabelResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**key** | **String** | |
|
8
|
+
**value** | **String** | |
|
9
|
+
|
10
|
+
## Code Sample
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'PulpContainerClient'
|
14
|
+
|
15
|
+
instance = PulpContainerClient::SetLabelResponse.new(key: null,
|
16
|
+
value: null)
|
17
|
+
```
|
18
|
+
|
19
|
+
|
data/docs/TokenApi.md
CHANGED
data/docs/UnsetLabel.md
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
# PulpContainerClient::UnsetLabel
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**key** | **String** | |
|
8
|
+
|
9
|
+
## Code Sample
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'PulpContainerClient'
|
13
|
+
|
14
|
+
instance = PulpContainerClient::UnsetLabel.new(key: null)
|
15
|
+
```
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# PulpContainerClient::UnsetLabelResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**key** | **String** | |
|
8
|
+
**value** | **String** | | [optional] [readonly]
|
9
|
+
|
10
|
+
## Code Sample
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'PulpContainerClient'
|
14
|
+
|
15
|
+
instance = PulpContainerClient::UnsetLabelResponse.new(key: null,
|
16
|
+
value: null)
|
17
|
+
```
|
18
|
+
|
19
|
+
|
@@ -29,6 +29,7 @@ module PulpContainerClient
|
|
29
29
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
30
30
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
31
31
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
32
|
+
# @option opts [String] :q
|
32
33
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
33
34
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
34
35
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -50,6 +51,7 @@ module PulpContainerClient
|
|
50
51
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
51
52
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
52
53
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
54
|
+
# @option opts [String] :q
|
53
55
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
54
56
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
55
57
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -76,6 +78,7 @@ module PulpContainerClient
|
|
76
78
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
77
79
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
78
80
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
81
|
+
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
79
82
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
80
83
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
81
84
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -30,6 +30,7 @@ module PulpContainerClient
|
|
30
30
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
31
31
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
32
32
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
33
|
+
# @option opts [String] :q
|
33
34
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
34
35
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
35
36
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -52,6 +53,7 @@ module PulpContainerClient
|
|
52
53
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `digest` - Digest * `-digest` - Digest (descending) * `schema_version` - Schema version * `-schema_version` - Schema version (descending) * `media_type` - Media type * `-media_type` - Media type (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
53
54
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
54
55
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
56
|
+
# @option opts [String] :q
|
55
57
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
56
58
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
57
59
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -83,6 +85,7 @@ module PulpContainerClient
|
|
83
85
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
84
86
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
85
87
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
88
|
+
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
86
89
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
87
90
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
88
91
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -31,12 +31,15 @@ module PulpContainerClient
|
|
31
31
|
# @option opts [String] :name Filter results where name matches value
|
32
32
|
# @option opts [String] :name__contains Filter results where name contains value
|
33
33
|
# @option opts [String] :name__icontains Filter results where name contains value
|
34
|
+
# @option opts [String] :name__iexact Filter results where name matches value
|
34
35
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
36
|
+
# @option opts [String] :name__istartswith Filter results where name starts with value
|
35
37
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
36
38
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
37
39
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `digest` - Digest * `-digest` - Digest (descending) * `type` - Type * `-type` - Type (descending) * `key_id` - Key id * `-key_id` - Key id (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
38
40
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
39
41
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
42
|
+
# @option opts [String] :q
|
40
43
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
41
44
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
42
45
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -60,12 +63,15 @@ module PulpContainerClient
|
|
60
63
|
# @option opts [String] :name Filter results where name matches value
|
61
64
|
# @option opts [String] :name__contains Filter results where name contains value
|
62
65
|
# @option opts [String] :name__icontains Filter results where name contains value
|
66
|
+
# @option opts [String] :name__iexact Filter results where name matches value
|
63
67
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
68
|
+
# @option opts [String] :name__istartswith Filter results where name starts with value
|
64
69
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
65
70
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
66
71
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `digest` - Digest * `-digest` - Digest (descending) * `type` - Type * `-type` - Type (descending) * `key_id` - Key id * `-key_id` - Key id (descending) * `timestamp` - Timestamp * `-timestamp` - Timestamp (descending) * `creator` - Creator * `-creator` - Creator (descending) * `data` - Data * `-data` - Data (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
67
72
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
68
73
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
74
|
+
# @option opts [String] :q
|
69
75
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
70
76
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
71
77
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -94,12 +100,15 @@ module PulpContainerClient
|
|
94
100
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
95
101
|
query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
|
96
102
|
query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
|
103
|
+
query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
|
97
104
|
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
105
|
+
query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
|
98
106
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
99
107
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
100
108
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
101
109
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
102
110
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
111
|
+
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
103
112
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
104
113
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
105
114
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -31,6 +31,7 @@ module PulpContainerClient
|
|
31
31
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
32
32
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
33
33
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
34
|
+
# @option opts [String] :q
|
34
35
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
35
36
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
36
37
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -54,6 +55,7 @@ module PulpContainerClient
|
|
54
55
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
55
56
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
56
57
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
58
|
+
# @option opts [String] :q
|
57
59
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
58
60
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
59
61
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
@@ -86,6 +88,7 @@ module PulpContainerClient
|
|
86
88
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
87
89
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
88
90
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
91
|
+
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
89
92
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
90
93
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
91
94
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
@@ -19,6 +19,7 @@ module PulpContainerClient
|
|
19
19
|
def initialize(api_client = ApiClient.default)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
+
# Add a role
|
22
23
|
# Add a role for this object to users/groups.
|
23
24
|
# @param container_container_distribution_href [String]
|
24
25
|
# @param nested_role [NestedRole]
|
@@ -29,6 +30,7 @@ module PulpContainerClient
|
|
29
30
|
data
|
30
31
|
end
|
31
32
|
|
33
|
+
# Add a role
|
32
34
|
# Add a role for this object to users/groups.
|
33
35
|
# @param container_container_distribution_href [String]
|
34
36
|
# @param nested_role [NestedRole]
|
@@ -224,7 +226,9 @@ module PulpContainerClient
|
|
224
226
|
# @option opts [String] :name Filter results where name matches value
|
225
227
|
# @option opts [String] :name__contains Filter results where name contains value
|
226
228
|
# @option opts [String] :name__icontains Filter results where name contains value
|
229
|
+
# @option opts [String] :name__iexact Filter results where name matches value
|
227
230
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
231
|
+
# @option opts [String] :name__istartswith Filter results where name starts with value
|
228
232
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
229
233
|
# @option opts [String] :namespace__name
|
230
234
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
@@ -232,6 +236,7 @@ module PulpContainerClient
|
|
232
236
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
233
237
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
234
238
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
239
|
+
# @option opts [String] :q
|
235
240
|
# @option opts [String] :repository Filter results where repository matches value
|
236
241
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
237
242
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
@@ -254,7 +259,9 @@ module PulpContainerClient
|
|
254
259
|
# @option opts [String] :name Filter results where name matches value
|
255
260
|
# @option opts [String] :name__contains Filter results where name contains value
|
256
261
|
# @option opts [String] :name__icontains Filter results where name contains value
|
262
|
+
# @option opts [String] :name__iexact Filter results where name matches value
|
257
263
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
264
|
+
# @option opts [String] :name__istartswith Filter results where name starts with value
|
258
265
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
259
266
|
# @option opts [String] :namespace__name
|
260
267
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
@@ -262,6 +269,7 @@ module PulpContainerClient
|
|
262
269
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
263
270
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
264
271
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
272
|
+
# @option opts [String] :q
|
265
273
|
# @option opts [String] :repository Filter results where repository matches value
|
266
274
|
# @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
|
267
275
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
@@ -289,7 +297,9 @@ module PulpContainerClient
|
|
289
297
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
290
298
|
query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
|
291
299
|
query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
|
300
|
+
query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
|
292
301
|
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
302
|
+
query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
|
293
303
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
294
304
|
query_params[:'namespace__name'] = opts[:'namespace__name'] if !opts[:'namespace__name'].nil?
|
295
305
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
@@ -297,6 +307,7 @@ module PulpContainerClient
|
|
297
307
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
298
308
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
299
309
|
query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
|
310
|
+
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
300
311
|
query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
301
312
|
query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].nil?
|
302
313
|
query_params[:'with_content'] = opts[:'with_content'] if !opts[:'with_content'].nil?
|
@@ -336,6 +347,7 @@ module PulpContainerClient
|
|
336
347
|
return data, status_code, headers
|
337
348
|
end
|
338
349
|
|
350
|
+
# List roles
|
339
351
|
# List roles assigned to this object.
|
340
352
|
# @param container_container_distribution_href [String]
|
341
353
|
# @param [Hash] opts the optional parameters
|
@@ -347,6 +359,7 @@ module PulpContainerClient
|
|
347
359
|
data
|
348
360
|
end
|
349
361
|
|
362
|
+
# List roles
|
350
363
|
# List roles assigned to this object.
|
351
364
|
# @param container_container_distribution_href [String]
|
352
365
|
# @param [Hash] opts the optional parameters
|
@@ -402,6 +415,7 @@ module PulpContainerClient
|
|
402
415
|
return data, status_code, headers
|
403
416
|
end
|
404
417
|
|
418
|
+
# List user permissions
|
405
419
|
# List permissions available to the current user on this object.
|
406
420
|
# @param container_container_distribution_href [String]
|
407
421
|
# @param [Hash] opts the optional parameters
|
@@ -413,6 +427,7 @@ module PulpContainerClient
|
|
413
427
|
data
|
414
428
|
end
|
415
429
|
|
430
|
+
# List user permissions
|
416
431
|
# List permissions available to the current user on this object.
|
417
432
|
# @param container_container_distribution_href [String]
|
418
433
|
# @param [Hash] opts the optional parameters
|
@@ -606,6 +621,7 @@ module PulpContainerClient
|
|
606
621
|
return data, status_code, headers
|
607
622
|
end
|
608
623
|
|
624
|
+
# Remove a role
|
609
625
|
# Remove a role for this object from users/groups.
|
610
626
|
# @param container_container_distribution_href [String]
|
611
627
|
# @param nested_role [NestedRole]
|
@@ -616,6 +632,7 @@ module PulpContainerClient
|
|
616
632
|
data
|
617
633
|
end
|
618
634
|
|
635
|
+
# Remove a role
|
619
636
|
# Remove a role for this object from users/groups.
|
620
637
|
# @param container_container_distribution_href [String]
|
621
638
|
# @param nested_role [NestedRole]
|
@@ -674,6 +691,146 @@ module PulpContainerClient
|
|
674
691
|
return data, status_code, headers
|
675
692
|
end
|
676
693
|
|
694
|
+
# Set a label
|
695
|
+
# Set a single pulp_label on the object to a specific value or null.
|
696
|
+
# @param container_container_distribution_href [String]
|
697
|
+
# @param set_label [SetLabel]
|
698
|
+
# @param [Hash] opts the optional parameters
|
699
|
+
# @return [SetLabelResponse]
|
700
|
+
def set_label(container_container_distribution_href, set_label, opts = {})
|
701
|
+
data, _status_code, _headers = set_label_with_http_info(container_container_distribution_href, set_label, opts)
|
702
|
+
data
|
703
|
+
end
|
704
|
+
|
705
|
+
# Set a label
|
706
|
+
# Set a single pulp_label on the object to a specific value or null.
|
707
|
+
# @param container_container_distribution_href [String]
|
708
|
+
# @param set_label [SetLabel]
|
709
|
+
# @param [Hash] opts the optional parameters
|
710
|
+
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
711
|
+
def set_label_with_http_info(container_container_distribution_href, set_label, opts = {})
|
712
|
+
if @api_client.config.debugging
|
713
|
+
@api_client.config.logger.debug 'Calling API: DistributionsContainerApi.set_label ...'
|
714
|
+
end
|
715
|
+
# verify the required parameter 'container_container_distribution_href' is set
|
716
|
+
if @api_client.config.client_side_validation && container_container_distribution_href.nil?
|
717
|
+
fail ArgumentError, "Missing the required parameter 'container_container_distribution_href' when calling DistributionsContainerApi.set_label"
|
718
|
+
end
|
719
|
+
# verify the required parameter 'set_label' is set
|
720
|
+
if @api_client.config.client_side_validation && set_label.nil?
|
721
|
+
fail ArgumentError, "Missing the required parameter 'set_label' when calling DistributionsContainerApi.set_label"
|
722
|
+
end
|
723
|
+
# resource path
|
724
|
+
local_var_path = '{container_container_distribution_href}set_label/'.sub('{' + 'container_container_distribution_href' + '}', CGI.escape(container_container_distribution_href.to_s).gsub('%2F', '/'))
|
725
|
+
|
726
|
+
# query parameters
|
727
|
+
query_params = opts[:query_params] || {}
|
728
|
+
|
729
|
+
# header parameters
|
730
|
+
header_params = opts[:header_params] || {}
|
731
|
+
# HTTP header 'Accept' (if needed)
|
732
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
733
|
+
# HTTP header 'Content-Type'
|
734
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
735
|
+
|
736
|
+
# form parameters
|
737
|
+
form_params = opts[:form_params] || {}
|
738
|
+
|
739
|
+
# http body (model)
|
740
|
+
post_body = opts[:body] || @api_client.object_to_http_body(set_label)
|
741
|
+
|
742
|
+
# return_type
|
743
|
+
return_type = opts[:return_type] || 'SetLabelResponse'
|
744
|
+
|
745
|
+
# auth_names
|
746
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
747
|
+
|
748
|
+
new_options = opts.merge(
|
749
|
+
:header_params => header_params,
|
750
|
+
:query_params => query_params,
|
751
|
+
:form_params => form_params,
|
752
|
+
:body => post_body,
|
753
|
+
:auth_names => auth_names,
|
754
|
+
:return_type => return_type
|
755
|
+
)
|
756
|
+
|
757
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
758
|
+
if @api_client.config.debugging
|
759
|
+
@api_client.config.logger.debug "API called: DistributionsContainerApi#set_label\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
760
|
+
end
|
761
|
+
return data, status_code, headers
|
762
|
+
end
|
763
|
+
|
764
|
+
# Unset a label
|
765
|
+
# Unset a single pulp_label on the object.
|
766
|
+
# @param container_container_distribution_href [String]
|
767
|
+
# @param unset_label [UnsetLabel]
|
768
|
+
# @param [Hash] opts the optional parameters
|
769
|
+
# @return [UnsetLabelResponse]
|
770
|
+
def unset_label(container_container_distribution_href, unset_label, opts = {})
|
771
|
+
data, _status_code, _headers = unset_label_with_http_info(container_container_distribution_href, unset_label, opts)
|
772
|
+
data
|
773
|
+
end
|
774
|
+
|
775
|
+
# Unset a label
|
776
|
+
# Unset a single pulp_label on the object.
|
777
|
+
# @param container_container_distribution_href [String]
|
778
|
+
# @param unset_label [UnsetLabel]
|
779
|
+
# @param [Hash] opts the optional parameters
|
780
|
+
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
781
|
+
def unset_label_with_http_info(container_container_distribution_href, unset_label, opts = {})
|
782
|
+
if @api_client.config.debugging
|
783
|
+
@api_client.config.logger.debug 'Calling API: DistributionsContainerApi.unset_label ...'
|
784
|
+
end
|
785
|
+
# verify the required parameter 'container_container_distribution_href' is set
|
786
|
+
if @api_client.config.client_side_validation && container_container_distribution_href.nil?
|
787
|
+
fail ArgumentError, "Missing the required parameter 'container_container_distribution_href' when calling DistributionsContainerApi.unset_label"
|
788
|
+
end
|
789
|
+
# verify the required parameter 'unset_label' is set
|
790
|
+
if @api_client.config.client_side_validation && unset_label.nil?
|
791
|
+
fail ArgumentError, "Missing the required parameter 'unset_label' when calling DistributionsContainerApi.unset_label"
|
792
|
+
end
|
793
|
+
# resource path
|
794
|
+
local_var_path = '{container_container_distribution_href}unset_label/'.sub('{' + 'container_container_distribution_href' + '}', CGI.escape(container_container_distribution_href.to_s).gsub('%2F', '/'))
|
795
|
+
|
796
|
+
# query parameters
|
797
|
+
query_params = opts[:query_params] || {}
|
798
|
+
|
799
|
+
# header parameters
|
800
|
+
header_params = opts[:header_params] || {}
|
801
|
+
# HTTP header 'Accept' (if needed)
|
802
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
803
|
+
# HTTP header 'Content-Type'
|
804
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
805
|
+
|
806
|
+
# form parameters
|
807
|
+
form_params = opts[:form_params] || {}
|
808
|
+
|
809
|
+
# http body (model)
|
810
|
+
post_body = opts[:body] || @api_client.object_to_http_body(unset_label)
|
811
|
+
|
812
|
+
# return_type
|
813
|
+
return_type = opts[:return_type] || 'UnsetLabelResponse'
|
814
|
+
|
815
|
+
# auth_names
|
816
|
+
auth_names = opts[:auth_names] || ['basicAuth']
|
817
|
+
|
818
|
+
new_options = opts.merge(
|
819
|
+
:header_params => header_params,
|
820
|
+
:query_params => query_params,
|
821
|
+
:form_params => form_params,
|
822
|
+
:body => post_body,
|
823
|
+
:auth_names => auth_names,
|
824
|
+
:return_type => return_type
|
825
|
+
)
|
826
|
+
|
827
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
828
|
+
if @api_client.config.debugging
|
829
|
+
@api_client.config.logger.debug "API called: DistributionsContainerApi#unset_label\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
830
|
+
end
|
831
|
+
return data, status_code, headers
|
832
|
+
end
|
833
|
+
|
677
834
|
# Update a container distribution
|
678
835
|
# Trigger an asynchronous update task
|
679
836
|
# @param container_container_distribution_href [String]
|
@@ -19,6 +19,7 @@ module PulpContainerClient
|
|
19
19
|
def initialize(api_client = ApiClient.default)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
+
# Add a role
|
22
23
|
# Add a role for this object to users/groups.
|
23
24
|
# @param container_container_namespace_href [String]
|
24
25
|
# @param nested_role [NestedRole]
|
@@ -29,6 +30,7 @@ module PulpContainerClient
|
|
29
30
|
data
|
30
31
|
end
|
31
32
|
|
33
|
+
# Add a role
|
32
34
|
# Add a role for this object to users/groups.
|
33
35
|
# @param container_container_namespace_href [String]
|
34
36
|
# @param nested_role [NestedRole]
|
@@ -220,12 +222,15 @@ module PulpContainerClient
|
|
220
222
|
# @option opts [String] :name Filter results where name matches value
|
221
223
|
# @option opts [String] :name__contains Filter results where name contains value
|
222
224
|
# @option opts [String] :name__icontains Filter results where name contains value
|
225
|
+
# @option opts [String] :name__iexact Filter results where name matches value
|
223
226
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
227
|
+
# @option opts [String] :name__istartswith Filter results where name starts with value
|
224
228
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
225
229
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
226
230
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
227
231
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
228
232
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
233
|
+
# @option opts [String] :q
|
229
234
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
230
235
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
231
236
|
# @return [PaginatedcontainerContainerNamespaceResponseList]
|
@@ -241,12 +246,15 @@ module PulpContainerClient
|
|
241
246
|
# @option opts [String] :name Filter results where name matches value
|
242
247
|
# @option opts [String] :name__contains Filter results where name contains value
|
243
248
|
# @option opts [String] :name__icontains Filter results where name contains value
|
249
|
+
# @option opts [String] :name__iexact Filter results where name matches value
|
244
250
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
251
|
+
# @option opts [String] :name__istartswith Filter results where name starts with value
|
245
252
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
246
253
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
247
254
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
248
255
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
249
256
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
257
|
+
# @option opts [String] :q
|
250
258
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
251
259
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
252
260
|
# @return [Array<(PaginatedcontainerContainerNamespaceResponseList, Integer, Hash)>] PaginatedcontainerContainerNamespaceResponseList data, response status code and response headers
|
@@ -267,12 +275,15 @@ module PulpContainerClient
|
|
267
275
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
268
276
|
query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
|
269
277
|
query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
|
278
|
+
query_params[:'name__iexact'] = opts[:'name__iexact'] if !opts[:'name__iexact'].nil?
|
270
279
|
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
280
|
+
query_params[:'name__istartswith'] = opts[:'name__istartswith'] if !opts[:'name__istartswith'].nil?
|
271
281
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
272
282
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
273
283
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
274
284
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
275
285
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
286
|
+
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
276
287
|
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
277
288
|
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
278
289
|
|
@@ -309,6 +320,7 @@ module PulpContainerClient
|
|
309
320
|
return data, status_code, headers
|
310
321
|
end
|
311
322
|
|
323
|
+
# List roles
|
312
324
|
# List roles assigned to this object.
|
313
325
|
# @param container_container_namespace_href [String]
|
314
326
|
# @param [Hash] opts the optional parameters
|
@@ -320,6 +332,7 @@ module PulpContainerClient
|
|
320
332
|
data
|
321
333
|
end
|
322
334
|
|
335
|
+
# List roles
|
323
336
|
# List roles assigned to this object.
|
324
337
|
# @param container_container_namespace_href [String]
|
325
338
|
# @param [Hash] opts the optional parameters
|
@@ -375,6 +388,7 @@ module PulpContainerClient
|
|
375
388
|
return data, status_code, headers
|
376
389
|
end
|
377
390
|
|
391
|
+
# List user permissions
|
378
392
|
# List permissions available to the current user on this object.
|
379
393
|
# @param container_container_namespace_href [String]
|
380
394
|
# @param [Hash] opts the optional parameters
|
@@ -386,6 +400,7 @@ module PulpContainerClient
|
|
386
400
|
data
|
387
401
|
end
|
388
402
|
|
403
|
+
# List user permissions
|
389
404
|
# List permissions available to the current user on this object.
|
390
405
|
# @param container_container_namespace_href [String]
|
391
406
|
# @param [Hash] opts the optional parameters
|
@@ -509,6 +524,7 @@ module PulpContainerClient
|
|
509
524
|
return data, status_code, headers
|
510
525
|
end
|
511
526
|
|
527
|
+
# Remove a role
|
512
528
|
# Remove a role for this object from users/groups.
|
513
529
|
# @param container_container_namespace_href [String]
|
514
530
|
# @param nested_role [NestedRole]
|
@@ -519,6 +535,7 @@ module PulpContainerClient
|
|
519
535
|
data
|
520
536
|
end
|
521
537
|
|
538
|
+
# Remove a role
|
522
539
|
# Remove a role for this object from users/groups.
|
523
540
|
# @param container_container_namespace_href [String]
|
524
541
|
# @param nested_role [NestedRole]
|