Skip to content

Commit

Permalink
Update pulp bindings to 9258456e9d3b4a85d3e54836d2b97984db6aa5037ae54…
Browse files Browse the repository at this point in the history
…86b92ad2e96ab328e64
  • Loading branch information
Andrewgdewar committed Dec 7, 2023
1 parent 6d00048 commit 24b7e22
Show file tree
Hide file tree
Showing 20 changed files with 4,884 additions and 240 deletions.
11 changes: 11 additions & 0 deletions release/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ api_content_packagelangpacks.go
api_content_packages.go
api_content_repo_metadata_files.go
api_contentguards.go
api_contentguards_composite.go
api_contentguards_content_redirect.go
api_contentguards_header.go
api_contentguards_rbac.go
Expand Down Expand Up @@ -86,6 +87,8 @@ docs/ArtifactResponse.md
docs/ArtifactsAPI.md
docs/AsyncOperationResponse.md
docs/ChecksumResponse.md
docs/CompositeContentGuard.md
docs/CompositeContentGuardResponse.md
docs/CompsXml.md
docs/ContentAPI.md
docs/ContentAdvisoriesAPI.md
Expand All @@ -107,6 +110,7 @@ docs/ContentRepoMetadataFilesAPI.md
docs/ContentSettingsResponse.md
docs/ContentSummaryResponse.md
docs/ContentguardsAPI.md
docs/ContentguardsCompositeAPI.md
docs/ContentguardsContentRedirectAPI.md
docs/ContentguardsHeaderAPI.md
docs/ContentguardsRbacAPI.md
Expand Down Expand Up @@ -175,6 +179,7 @@ docs/PackageChecksumTypeEnum.md
docs/PaginatedAccessPolicyResponseList.md
docs/PaginatedArtifactDistributionResponseList.md
docs/PaginatedArtifactResponseList.md
docs/PaginatedCompositeContentGuardResponseList.md
docs/PaginatedContentGuardResponseList.md
docs/PaginatedContentRedirectContentGuardResponseList.md
docs/PaginatedDistributionResponseList.md
Expand Down Expand Up @@ -229,6 +234,7 @@ docs/PaginatedrpmRpmRepositoryResponseList.md
docs/PaginatedrpmUlnRemoteResponseList.md
docs/PaginatedrpmUpdateRecordResponseList.md
docs/PatchedAccessPolicy.md
docs/PatchedCompositeContentGuard.md
docs/PatchedContentRedirectContentGuard.md
docs/PatchedDomain.md
docs/PatchedFilesystemExporter.md
Expand Down Expand Up @@ -381,6 +387,8 @@ model_artifact_distribution_response.go
model_artifact_response.go
model_async_operation_response.go
model_checksum_response.go
model_composite_content_guard.go
model_composite_content_guard_response.go
model_comps_xml.go
model_content_app_status_response.go
model_content_guard_response.go
Expand Down Expand Up @@ -434,6 +442,7 @@ model_package_checksum_type_enum.go
model_paginated_access_policy_response_list.go
model_paginated_artifact_distribution_response_list.go
model_paginated_artifact_response_list.go
model_paginated_composite_content_guard_response_list.go
model_paginated_content_guard_response_list.go
model_paginated_content_redirect_content_guard_response_list.go
model_paginated_distribution_response_list.go
Expand Down Expand Up @@ -488,6 +497,7 @@ model_paginatedrpm_rpm_repository_response_list.go
model_paginatedrpm_uln_remote_response_list.go
model_paginatedrpm_update_record_response_list.go
model_patched_access_policy.go
model_patched_composite_content_guard.go
model_patched_content_redirect_content_guard.go
model_patched_domain.go
model_patched_filesystem_exporter.go
Expand Down Expand Up @@ -618,6 +628,7 @@ test/api_content_packagelangpacks_test.go
test/api_content_packages_test.go
test/api_content_repo_metadata_files_test.go
test/api_content_test.go
test/api_contentguards_composite_test.go
test/api_contentguards_content_redirect_test.go
test/api_contentguards_header_test.go
test/api_contentguards_rbac_test.go
Expand Down
16 changes: 15 additions & 1 deletion release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: v3
- Package version: 689d598a363629d8a5469d9b2a8474e4282edb037d356e3e82bb4a5edeb4224e
- Package version: 9258456e9d3b4a85d3e54836d2b97984db6aa5037ae5486b92ad2e96ab328e64
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://pulpproject.org](https://pulpproject.org)

Expand Down Expand Up @@ -141,6 +141,16 @@ Class | Method | HTTP request | Description
*ContentRepoMetadataFilesAPI* | [**ContentRpmRepoMetadataFilesList**](docs/ContentRepoMetadataFilesAPI.md#contentrpmrepometadatafileslist) | **Get** /pulp/{pulp_domain}/api/v3/content/rpm/repo_metadata_files/ | List repo metadata files
*ContentRepoMetadataFilesAPI* | [**ContentRpmRepoMetadataFilesRead**](docs/ContentRepoMetadataFilesAPI.md#contentrpmrepometadatafilesread) | **Get** /{rpm_repo_metadata_file_href} | Inspect a repo metadata file
*ContentguardsAPI* | [**ContentguardsList**](docs/ContentguardsAPI.md#contentguardslist) | **Get** /pulp/{pulp_domain}/api/v3/contentguards/ | List content guards
*ContentguardsCompositeAPI* | [**ContentguardsCoreCompositeAddRole**](docs/ContentguardsCompositeAPI.md#contentguardscorecompositeaddrole) | **Post** /{composite_content_guard_href}add_role/ | Add a role
*ContentguardsCompositeAPI* | [**ContentguardsCoreCompositeCreate**](docs/ContentguardsCompositeAPI.md#contentguardscorecompositecreate) | **Post** /pulp/{pulp_domain}/api/v3/contentguards/core/composite/ | Create a composite content guard
*ContentguardsCompositeAPI* | [**ContentguardsCoreCompositeDelete**](docs/ContentguardsCompositeAPI.md#contentguardscorecompositedelete) | **Delete** /{composite_content_guard_href} | Delete a composite content guard
*ContentguardsCompositeAPI* | [**ContentguardsCoreCompositeList**](docs/ContentguardsCompositeAPI.md#contentguardscorecompositelist) | **Get** /pulp/{pulp_domain}/api/v3/contentguards/core/composite/ | List composite content guards
*ContentguardsCompositeAPI* | [**ContentguardsCoreCompositeListRoles**](docs/ContentguardsCompositeAPI.md#contentguardscorecompositelistroles) | **Get** /{composite_content_guard_href}list_roles/ | List roles
*ContentguardsCompositeAPI* | [**ContentguardsCoreCompositeMyPermissions**](docs/ContentguardsCompositeAPI.md#contentguardscorecompositemypermissions) | **Get** /{composite_content_guard_href}my_permissions/ | List user permissions
*ContentguardsCompositeAPI* | [**ContentguardsCoreCompositePartialUpdate**](docs/ContentguardsCompositeAPI.md#contentguardscorecompositepartialupdate) | **Patch** /{composite_content_guard_href} | Update a composite content guard
*ContentguardsCompositeAPI* | [**ContentguardsCoreCompositeRead**](docs/ContentguardsCompositeAPI.md#contentguardscorecompositeread) | **Get** /{composite_content_guard_href} | Inspect a composite content guard
*ContentguardsCompositeAPI* | [**ContentguardsCoreCompositeRemoveRole**](docs/ContentguardsCompositeAPI.md#contentguardscorecompositeremoverole) | **Post** /{composite_content_guard_href}remove_role/ | Remove a role
*ContentguardsCompositeAPI* | [**ContentguardsCoreCompositeUpdate**](docs/ContentguardsCompositeAPI.md#contentguardscorecompositeupdate) | **Put** /{composite_content_guard_href} | Update a composite content guard
*ContentguardsContentRedirectAPI* | [**ContentguardsCoreContentRedirectAddRole**](docs/ContentguardsContentRedirectAPI.md#contentguardscorecontentredirectaddrole) | **Post** /{content_redirect_content_guard_href}add_role/ | Add a role
*ContentguardsContentRedirectAPI* | [**ContentguardsCoreContentRedirectCreate**](docs/ContentguardsContentRedirectAPI.md#contentguardscorecontentredirectcreate) | **Post** /pulp/{pulp_domain}/api/v3/contentguards/core/content_redirect/ | Create a content redirect content guard
*ContentguardsContentRedirectAPI* | [**ContentguardsCoreContentRedirectDelete**](docs/ContentguardsContentRedirectAPI.md#contentguardscorecontentredirectdelete) | **Delete** /{content_redirect_content_guard_href} | Delete a content redirect content guard
Expand Down Expand Up @@ -424,6 +434,8 @@ Class | Method | HTTP request | Description
- [ArtifactResponse](docs/ArtifactResponse.md)
- [AsyncOperationResponse](docs/AsyncOperationResponse.md)
- [ChecksumResponse](docs/ChecksumResponse.md)
- [CompositeContentGuard](docs/CompositeContentGuard.md)
- [CompositeContentGuardResponse](docs/CompositeContentGuardResponse.md)
- [CompsXml](docs/CompsXml.md)
- [ContentAppStatusResponse](docs/ContentAppStatusResponse.md)
- [ContentGuardResponse](docs/ContentGuardResponse.md)
Expand Down Expand Up @@ -477,6 +489,7 @@ Class | Method | HTTP request | Description
- [PaginatedAccessPolicyResponseList](docs/PaginatedAccessPolicyResponseList.md)
- [PaginatedArtifactDistributionResponseList](docs/PaginatedArtifactDistributionResponseList.md)
- [PaginatedArtifactResponseList](docs/PaginatedArtifactResponseList.md)
- [PaginatedCompositeContentGuardResponseList](docs/PaginatedCompositeContentGuardResponseList.md)
- [PaginatedContentGuardResponseList](docs/PaginatedContentGuardResponseList.md)
- [PaginatedContentRedirectContentGuardResponseList](docs/PaginatedContentRedirectContentGuardResponseList.md)
- [PaginatedDistributionResponseList](docs/PaginatedDistributionResponseList.md)
Expand Down Expand Up @@ -531,6 +544,7 @@ Class | Method | HTTP request | Description
- [PaginatedrpmUlnRemoteResponseList](docs/PaginatedrpmUlnRemoteResponseList.md)
- [PaginatedrpmUpdateRecordResponseList](docs/PaginatedrpmUpdateRecordResponseList.md)
- [PatchedAccessPolicy](docs/PatchedAccessPolicy.md)
- [PatchedCompositeContentGuard](docs/PatchedCompositeContentGuard.md)
- [PatchedContentRedirectContentGuard](docs/PatchedContentRedirectContentGuard.md)
- [PatchedDomain](docs/PatchedDomain.md)
- [PatchedFilesystemExporter](docs/PatchedFilesystemExporter.md)
Expand Down
Loading

0 comments on commit 24b7e22

Please sign in to comment.