Skip to content

Commit

Permalink
Update pulp bindings to 689d598a363629d8a5469d9b2a84745eaa369dc37d356…
Browse files Browse the repository at this point in the history
…e3e82bb4a5edeb4224e
  • Loading branch information
Andrewgdewar committed Jul 27, 2024
1 parent 06adeea commit 1588a88
Show file tree
Hide file tree
Showing 121 changed files with 3,732 additions and 1,854 deletions.
13 changes: 9 additions & 4 deletions release/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ api_repository_versions.go
api_roles.go
api_rpm_comps.go
api_rpm_copy.go
api_rpm_prune.go
api_signing_services.go
api_status.go
api_task_groups.go
Expand Down Expand Up @@ -363,9 +364,10 @@ docs/PatchedrpmRpmDistribution.md
docs/PatchedrpmRpmRemote.md
docs/PatchedrpmRpmRepository.md
docs/PatchedrpmUlnRemote.md
docs/Policy462Enum.md
docs/Policy762Enum.md
docs/Policy692Enum.md
docs/PolicyBfeEnum.md
docs/ProgressReportResponse.md
docs/PrunePackages.md
docs/PublicationResponse.md
docs/PublicationsAPI.md
docs/PublicationsFileAPI.md
Expand Down Expand Up @@ -448,6 +450,7 @@ docs/RpmPackageEnvironmentResponse.md
docs/RpmPackageGroupResponse.md
docs/RpmPackageLangpacksResponse.md
docs/RpmPackageResponse.md
docs/RpmPruneAPI.md
docs/RpmRepoMetadataFileResponse.md
docs/RpmRepositorySyncURL.md
docs/RpmRpmAlternateContentSource.md
Expand Down Expand Up @@ -719,9 +722,10 @@ model_patchedrpm_rpm_distribution.go
model_patchedrpm_rpm_remote.go
model_patchedrpm_rpm_repository.go
model_patchedrpm_uln_remote.go
model_policy462_enum.go
model_policy762_enum.go
model_policy692_enum.go
model_policy_bfe_enum.go
model_progress_report_response.go
model_prune_packages.go
model_publication_response.go
model_pulp_export.go
model_pulp_export_response.go
Expand Down Expand Up @@ -910,6 +914,7 @@ test/api_repository_versions_test.go
test/api_roles_test.go
test/api_rpm_comps_test.go
test/api_rpm_copy_test.go
test/api_rpm_prune_test.go
test/api_signing_services_test.go
test/api_status_test.go
test/api_task_groups_test.go
Expand Down
8 changes: 5 additions & 3 deletions 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: d6a984592e569b42a26e536b94e27a98268a9dcb7a8d53bd49838eda6dba3325
- Package version: 689d598a363629d8a5469d9b2a84745eaa369dc37d356e3e82bb4a5edeb4224e
- Generator version: 7.7.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
Expand Down Expand Up @@ -552,6 +552,7 @@ Class | Method | HTTP request | Description
*RolesAPI* | [**RolesUpdate**](docs/RolesAPI.md#rolesupdate) | **Put** /{role_href} | Update a role
*RpmCompsAPI* | [**RpmCompsUpload**](docs/RpmCompsAPI.md#rpmcompsupload) | **Post** /api/pulp/{pulp_domain}/api/v3/rpm/comps/ | Upload comps.xml
*RpmCopyAPI* | [**CopyContent**](docs/RpmCopyAPI.md#copycontent) | **Post** /api/pulp/{pulp_domain}/api/v3/rpm/copy/ | Copy content
*RpmPruneAPI* | [**RpmPrunePrunePackages**](docs/RpmPruneAPI.md#rpmpruneprunepackages) | **Post** /api/pulp/{pulp_domain}/api/v3/rpm/prune/ |
*SigningServicesAPI* | [**SigningServicesList**](docs/SigningServicesAPI.md#signingserviceslist) | **Get** /api/pulp/{pulp_domain}/api/v3/signing-services/ | List signing services
*SigningServicesAPI* | [**SigningServicesRead**](docs/SigningServicesAPI.md#signingservicesread) | **Get** /{signing_service_href} | Inspect a signing service
*StatusAPI* | [**StatusRead**](docs/StatusAPI.md#statusread) | **Get** /api/pulp/api/v3/status/ | Inspect status of Pulp
Expand Down Expand Up @@ -816,9 +817,10 @@ Class | Method | HTTP request | Description
- [PatchedrpmRpmRemote](docs/PatchedrpmRpmRemote.md)
- [PatchedrpmRpmRepository](docs/PatchedrpmRpmRepository.md)
- [PatchedrpmUlnRemote](docs/PatchedrpmUlnRemote.md)
- [Policy462Enum](docs/Policy462Enum.md)
- [Policy762Enum](docs/Policy762Enum.md)
- [Policy692Enum](docs/Policy692Enum.md)
- [PolicyBfeEnum](docs/PolicyBfeEnum.md)
- [ProgressReportResponse](docs/ProgressReportResponse.md)
- [PrunePackages](docs/PrunePackages.md)
- [PublicationResponse](docs/PublicationResponse.md)
- [PulpExport](docs/PulpExport.md)
- [PulpExportResponse](docs/PulpExportResponse.md)
Expand Down
Loading

0 comments on commit 1588a88

Please sign in to comment.