Skip to content

Commit

Permalink
Update pulp bindings to e69db48356e528a464be3da896237bab442bedfa7d54e…
Browse files Browse the repository at this point in the history
…b5892a9db36ae29d5a3
  • Loading branch information
Andrewgdewar committed Jul 15, 2023
1 parent d0d2078 commit 25b8520
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 244 deletions.
2 changes: 1 addition & 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: de24b382d968bd5ed3a4252b36e475e8ea58b20b7a98d596b8e3294aa65e495a
- Package version: e69db48356e528a464be3da896237bab442bedfa7d54eb5892a9db36ae29d5a3
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://pulpproject.org](https://pulpproject.org)

Expand Down
66 changes: 33 additions & 33 deletions release/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ info:
x-logo:
url: https://pulp.plan.io/attachments/download/517478/pulp_logo_word_rectangle.svg
x-pulp-app-versions:
core: 3.29.0
core: 3.29.1
certguard: 1.6.5
rpm: 3.22.2
x-pulp-domain-enabled: true
Expand Down Expand Up @@ -18933,42 +18933,21 @@ components:
ArtifactDistributionResponse:
description: A serializer for ArtifactDistribution.
example:
pulp_labels:
key: pulp_labels
pulp_href: https://openapi-generator.tech
hidden: false
name: name
pulp_labels:
key: pulp_labels
base_url: base_url
name: name
base_path: base_path
pulp_created: 2000-01-23T04:56:07.000+00:00
content_guard: https://openapi-generator.tech
properties:
pulp_labels:
additionalProperties:
nullable: true
type: string
type: object
content_guard:
description: An optional content-guard.
format: uri
nullable: true
type: string
pulp_href:
format: uri
readOnly: true
type: string
name:
description: "A unique name. Ex, `rawhide` and `stable`."
type: string
base_path:
description: The base (relative) path component of the published url. Avoid
paths that overlap with other distribution base paths
(e.g. "foo" and "foo/bar")
type: string
hidden:
default: false
description: Whether this distribution should be shown in the content app.
type: boolean
base_url:
description: The URL for accessing the publication as defined by this distribution.
readOnly: true
Expand All @@ -18978,6 +18957,27 @@ components:
format: date-time
readOnly: true
type: string
name:
description: "A unique name. Ex, `rawhide` and `stable`."
type: string
pulp_href:
format: uri
readOnly: true
type: string
hidden:
default: false
description: Whether this distribution should be shown in the content app.
type: boolean
pulp_labels:
additionalProperties:
nullable: true
type: string
type: object
content_guard:
description: An optional content-guard.
format: uri
nullable: true
type: string
required:
- base_path
- name
Expand Down Expand Up @@ -20154,21 +20154,21 @@ components:
previous: http://api.example.org/accounts/?offset=200&limit=100
count: 123
results:
- pulp_labels:
key: pulp_labels
pulp_href: https://openapi-generator.tech
- pulp_href: https://openapi-generator.tech
hidden: false
name: name
pulp_labels:
key: pulp_labels
base_url: base_url
name: name
base_path: base_path
pulp_created: 2000-01-23T04:56:07.000+00:00
content_guard: https://openapi-generator.tech
- pulp_labels:
key: pulp_labels
pulp_href: https://openapi-generator.tech
- pulp_href: https://openapi-generator.tech
hidden: false
name: name
pulp_labels:
key: pulp_labels
base_url: base_url
name: name
base_path: base_path
pulp_created: 2000-01-23T04:56:07.000+00:00
content_guard: https://openapi-generator.tech
Expand Down
2 changes: 1 addition & 1 deletion release/configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 25b8520

Please sign in to comment.