pulpcore_client 3.38.1 → 3.39.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 260d54377aa1efbd33e91ef824f50a8ff2c72db4f08bccc7983674db1beb59ce
4
- data.tar.gz: 7b9d8170393932ab48a17325b6179bd8786b17a050c6838c910464e2db5daee0
3
+ metadata.gz: aac8d1436748d3ebb6cc56d5d3942a2a1c73fadb59bf7fa4b66974083bd29047
4
+ data.tar.gz: e61a6c65f259e1314f5e7b17862dba8ac30239d0b51988007cb75509ad981d74
5
5
  SHA512:
6
- metadata.gz: f6196d83417375dbe56e47f7a20391fc17212034666fc404ae31f335a107937de332559b2d9f183a5d0a4e74b9acb49d2fc9071c9782315f161a4f9cc9b6782f
7
- data.tar.gz: 2a2ae2881b677d5348c013e058b3ffca08dded585f7d26e71e684f62014ebdf32f81dff12555551d9ff2ed496eb214ed5858f4ee1266c0d9c536bfc4be384696
6
+ metadata.gz: 6e349055a18ce426af5a280fc1102f0680f0b63e6b03832fc57d1ac68106e1676fa2d40f20a23b4deb62cea8e5ee9036e5be1cded1259b1ded9b517897e4d255
7
+ data.tar.gz: fadd962a485a799a167467e6ce415391547a670e9a1040d0bdd316000ab90131a83a5d5968846345c5da0db073cf463dcfb59f4c2c8b22454dd8c4c20c531dd4
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.38.1
10
+ - Package version: 3.39.1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulpcore_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulpcore_client-3.38.1.gem
27
+ gem install ./pulpcore_client-3.39.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.38.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.39.1.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulpcore_client', '~> 3.38.1'
36
+ gem 'pulpcore_client', '~> 3.39.1'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -123,6 +123,16 @@ Class | Method | HTTP request | Description
123
123
  *PulpcoreClient::ContentguardsContentRedirectApi* | [**read**](docs/ContentguardsContentRedirectApi.md#read) | **GET** {content_redirect_content_guard_href} | Inspect a content redirect content guard
124
124
  *PulpcoreClient::ContentguardsContentRedirectApi* | [**remove_role**](docs/ContentguardsContentRedirectApi.md#remove_role) | **POST** {content_redirect_content_guard_href}remove_role/ | Remove a role
125
125
  *PulpcoreClient::ContentguardsContentRedirectApi* | [**update**](docs/ContentguardsContentRedirectApi.md#update) | **PUT** {content_redirect_content_guard_href} | Update a content redirect content guard
126
+ *PulpcoreClient::ContentguardsHeaderApi* | [**add_role**](docs/ContentguardsHeaderApi.md#add_role) | **POST** {header_content_guard_href}add_role/ | Add a role
127
+ *PulpcoreClient::ContentguardsHeaderApi* | [**create**](docs/ContentguardsHeaderApi.md#create) | **POST** /pulp/api/v3/contentguards/core/header/ | Create a header content guard
128
+ *PulpcoreClient::ContentguardsHeaderApi* | [**delete**](docs/ContentguardsHeaderApi.md#delete) | **DELETE** {header_content_guard_href} | Delete a header content guard
129
+ *PulpcoreClient::ContentguardsHeaderApi* | [**list**](docs/ContentguardsHeaderApi.md#list) | **GET** /pulp/api/v3/contentguards/core/header/ | List header content guards
130
+ *PulpcoreClient::ContentguardsHeaderApi* | [**list_roles**](docs/ContentguardsHeaderApi.md#list_roles) | **GET** {header_content_guard_href}list_roles/ | List roles
131
+ *PulpcoreClient::ContentguardsHeaderApi* | [**my_permissions**](docs/ContentguardsHeaderApi.md#my_permissions) | **GET** {header_content_guard_href}my_permissions/ | List user permissions
132
+ *PulpcoreClient::ContentguardsHeaderApi* | [**partial_update**](docs/ContentguardsHeaderApi.md#partial_update) | **PATCH** {header_content_guard_href} | Update a header content guard
133
+ *PulpcoreClient::ContentguardsHeaderApi* | [**read**](docs/ContentguardsHeaderApi.md#read) | **GET** {header_content_guard_href} | Inspect a header content guard
134
+ *PulpcoreClient::ContentguardsHeaderApi* | [**remove_role**](docs/ContentguardsHeaderApi.md#remove_role) | **POST** {header_content_guard_href}remove_role/ | Remove a role
135
+ *PulpcoreClient::ContentguardsHeaderApi* | [**update**](docs/ContentguardsHeaderApi.md#update) | **PUT** {header_content_guard_href} | Update a header content guard
126
136
  *PulpcoreClient::ContentguardsRbacApi* | [**add_role**](docs/ContentguardsRbacApi.md#add_role) | **POST** {r_b_a_c_content_guard_href}add_role/ | Add a role
127
137
  *PulpcoreClient::ContentguardsRbacApi* | [**create**](docs/ContentguardsRbacApi.md#create) | **POST** /pulp/api/v3/contentguards/core/rbac/ | Create a rbac content guard
128
138
  *PulpcoreClient::ContentguardsRbacApi* | [**delete**](docs/ContentguardsRbacApi.md#delete) | **DELETE** {r_b_a_c_content_guard_href} | Delete a rbac content guard
@@ -290,6 +300,8 @@ Class | Method | HTTP request | Description
290
300
  - [PulpcoreClient::GroupRoleResponse](docs/GroupRoleResponse.md)
291
301
  - [PulpcoreClient::GroupUser](docs/GroupUser.md)
292
302
  - [PulpcoreClient::GroupUserResponse](docs/GroupUserResponse.md)
303
+ - [PulpcoreClient::HeaderContentGuard](docs/HeaderContentGuard.md)
304
+ - [PulpcoreClient::HeaderContentGuardResponse](docs/HeaderContentGuardResponse.md)
293
305
  - [PulpcoreClient::ImportResponse](docs/ImportResponse.md)
294
306
  - [PulpcoreClient::MethodEnum](docs/MethodEnum.md)
295
307
  - [PulpcoreClient::MinimalTaskResponse](docs/MinimalTaskResponse.md)
@@ -311,6 +323,7 @@ Class | Method | HTTP request | Description
311
323
  - [PulpcoreClient::PaginatedGroupResponseList](docs/PaginatedGroupResponseList.md)
312
324
  - [PulpcoreClient::PaginatedGroupRoleResponseList](docs/PaginatedGroupRoleResponseList.md)
313
325
  - [PulpcoreClient::PaginatedGroupUserResponseList](docs/PaginatedGroupUserResponseList.md)
326
+ - [PulpcoreClient::PaginatedHeaderContentGuardResponseList](docs/PaginatedHeaderContentGuardResponseList.md)
314
327
  - [PulpcoreClient::PaginatedImportResponseList](docs/PaginatedImportResponseList.md)
315
328
  - [PulpcoreClient::PaginatedMultipleArtifactContentResponseList](docs/PaginatedMultipleArtifactContentResponseList.md)
316
329
  - [PulpcoreClient::PaginatedPublicationResponseList](docs/PaginatedPublicationResponseList.md)
@@ -336,6 +349,7 @@ Class | Method | HTTP request | Description
336
349
  - [PulpcoreClient::PatchedDomain](docs/PatchedDomain.md)
337
350
  - [PulpcoreClient::PatchedFilesystemExporter](docs/PatchedFilesystemExporter.md)
338
351
  - [PulpcoreClient::PatchedGroup](docs/PatchedGroup.md)
352
+ - [PulpcoreClient::PatchedHeaderContentGuard](docs/PatchedHeaderContentGuard.md)
339
353
  - [PulpcoreClient::PatchedPulpExporter](docs/PatchedPulpExporter.md)
340
354
  - [PulpcoreClient::PatchedPulpImporter](docs/PatchedPulpImporter.md)
341
355
  - [PulpcoreClient::PatchedRBACContentGuard](docs/PatchedRBACContentGuard.md)
@@ -4,11 +4,11 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
7
8
  **pulp_labels** | **Hash<String, String>** | | [optional]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
10
10
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
11
- **pulp_href** | **String** | | [optional] [readonly]
11
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
12
12
  **content_guard** | **String** | An optional content-guard. | [optional]
13
13
  **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
14
14
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
@@ -18,11 +18,11 @@ Name | Type | Description | Notes
18
18
  ```ruby
19
19
  require 'PulpcoreClient'
20
20
 
21
- instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_labels: null,
21
+ instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_href: null,
22
+ pulp_labels: null,
22
23
  pulp_created: null,
23
- base_path: null,
24
24
  name: null,
25
- pulp_href: null,
25
+ base_path: null,
26
26
  content_guard: null,
27
27
  hidden: null,
28
28
  base_url: null)
@@ -44,8 +44,8 @@ opts = {
44
44
  ordering: ['ordering_example'], # Array<String> | 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) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
45
45
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
46
46
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
47
- pulp_type: 'pulp_type_example', # String | Pulp type * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect * `certguard.rhsm` - certguard.rhsm * `certguard.x509` - certguard.x509
48
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect * `certguard.rhsm` - certguard.rhsm * `certguard.x509` - certguard.x509
47
+ pulp_type: 'pulp_type_example', # String | Pulp type * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect * `core.header` - core.header * `certguard.rhsm` - certguard.rhsm * `certguard.x509` - certguard.x509
48
+ pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `core.rbac` - core.rbac * `core.content_redirect` - core.content_redirect * `core.header` - core.header * `certguard.rhsm` - certguard.rhsm * `certguard.x509` - certguard.x509
49
49
  q: 'q_example', # String |
50
50
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
51
51
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
@@ -79,8 +79,8 @@ Name | Type | Description | Notes
79
79
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
80
80
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
81
81
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
82
- **pulp_type** | **String**| Pulp type * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509 | [optional]
83
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509 | [optional]
82
+ **pulp_type** | **String**| Pulp type * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;core.header&#x60; - core.header * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509 | [optional]
83
+ **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;core.header&#x60; - core.header * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509 | [optional]
84
84
  **q** | **String**| | [optional]
85
85
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
86
86
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]