Skip to content

Commit

Permalink
Update pulp bindings to v3.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Mar 16, 2023
1 parent 7d702ea commit 9ac1508
Show file tree
Hide file tree
Showing 34 changed files with 4,073 additions and 3,525 deletions.
3 changes: 3 additions & 0 deletions release/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ api_pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_version
api_pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob.go
api_pulp_ansible_tags.go
api_pulp_container_namespaces.go
api_pulp_maven.go
api_pypi.go
api_pypi_legacy.go
api_pypi_metadata.go
Expand Down Expand Up @@ -593,6 +594,7 @@ docs/PulpImportCheckResponseRepoMapping.md
docs/PulpImportCheckResponseToc.md
docs/PulpImporter.md
docs/PulpImporterResponse.md
docs/PulpMavenApi.md
docs/Purge.md
docs/PypiApi.md
docs/PypiLegacyApi.md
Expand Down Expand Up @@ -1264,6 +1266,7 @@ test/api_pulp_ansible_default_api_v3_plugin_ansible_content_collections_test.go
test/api_pulp_ansible_default_api_v3_test.go
test/api_pulp_ansible_tags_test.go
test/api_pulp_container_namespaces_test.go
test/api_pulp_maven_test.go
test/api_pypi_legacy_test.go
test/api_pypi_metadata_test.go
test/api_pypi_simple_test.go
Expand Down
2 changes: 2 additions & 0 deletions release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,8 @@ Class | Method | HTTP request | Description
*PulpContainerNamespacesApi* | [**PulpContainerNamespacesMyPermissions**](docs/PulpContainerNamespacesApi.md#pulpcontainernamespacesmypermissions) | **Get** /{container_container_namespace_href}my_permissions/ |
*PulpContainerNamespacesApi* | [**PulpContainerNamespacesRead**](docs/PulpContainerNamespacesApi.md#pulpcontainernamespacesread) | **Get** /{container_container_namespace_href} | Inspect a container namespace
*PulpContainerNamespacesApi* | [**PulpContainerNamespacesRemoveRole**](docs/PulpContainerNamespacesApi.md#pulpcontainernamespacesremoverole) | **Post** /{container_container_namespace_href}remove_role/ |
*PulpMavenApi* | [**PulpMavenGet**](docs/PulpMavenApi.md#pulpmavenget) | **Get** /pulp/maven/{name}/{path} |
*PulpMavenApi* | [**PulpMavenPut**](docs/PulpMavenApi.md#pulpmavenput) | **Put** /pulp/maven/{name}/{path} |
*PypiApi* | [**PypiRead**](docs/PypiApi.md#pypiread) | **Get** /pypi/{path}/ | Get index summary
*PypiLegacyApi* | [**PypiLegacyCreate**](docs/PypiLegacyApi.md#pypilegacycreate) | **Post** /pypi/{path}/legacy/ | Upload a package
*PypiMetadataApi* | [**PypiPypiRead**](docs/PypiMetadataApi.md#pypipypiread) | **Get** /pypi/{path}/pypi/{meta}/ | Get package metadata
Expand Down
Loading

0 comments on commit 9ac1508

Please sign in to comment.