Skip to content

Commit

Permalink
Update pulp bindings to 386d86254354e29d3b864523aed47863a3db8d167968b…
Browse files Browse the repository at this point in the history
…5e2da9ab863deab9a54
  • Loading branch information
Andrewgdewar committed Oct 8, 2024
1 parent 163fac4 commit 3ace198
Show file tree
Hide file tree
Showing 6 changed files with 322 additions and 322 deletions.
2 changes: 1 addition & 1 deletion release/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.8.0
7.9.0
8 changes: 4 additions & 4 deletions release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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: 689d598a363629d8a5469d9b2a847483938ee6c37d356e3e82bb4a5edeb4224e
- Generator version: 7.8.0
- Package version: 386d86254354e29d3b864523aed47863a3db8d167968b5e2da9ab863deab9a54
- Generator version: 7.9.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://pulpproject.org](https://pulpproject.org)

Expand Down Expand Up @@ -952,7 +952,7 @@ r, err := client.Service.Operation(auth, args)
- **API key parameter name**: sessionid
- **Location**:

Note, each API key must be added to a map of `map[string]APIKey` where the key is: sessionid and passed in as the auth context for each request.
Note, each API key must be added to a map of `map[string]APIKey` where the key is: cookieAuth and passed in as the auth context for each request.

Example

Expand All @@ -961,7 +961,7 @@ auth := context.WithValue(
context.Background(),
zest.ContextAPIKeys,
map[string]zest.APIKey{
"sessionid": {Key: "API_KEY_STRING"},
"cookieAuth": {Key: "API_KEY_STRING"},
},
)
r, err := client.Service.Operation(auth, args)
Expand Down
78 changes: 39 additions & 39 deletions release/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37207,71 +37207,71 @@ components:
ArtifactDistributionResponse:
description: A serializer for ArtifactDistribution.
example:
pulp_href: https://openapi-generator.tech
pulp_labels:
key: pulp_labels
pulp_href: https://openapi-generator.tech
hidden: false
no_content_change_since: no_content_change_since
name: name
base_url: base_url
name: name
no_content_change_since: no_content_change_since
pulp_created: 2000-01-23T04:56:07.000+00:00
base_path: base_path
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
prn: prn
content_guard: https://openapi-generator.tech
properties:
pulp_created:
description: Timestamp of creation.
format: date-time
readOnly: true
type: string
pulp_labels:
additionalProperties:
nullable: true
type: string
type: object
pulp_href:
format: uri
readOnly: true
type: string
prn:
description: The Pulp Resource Name (PRN).
readOnly: true
type: string
base_url:
description: The URL for accessing the publication as defined by this distribution.
readOnly: true
type: string
name:
description: "A unique name. Ex, `rawhide` and `stable`."
type: string
hidden:
default: false
description: Whether this distribution should be shown in the content app.
type: boolean
pulp_last_updated:
description: "Timestamp of the last time this resource was updated. Note:\
\ for immutable resources - like content, repository versions, and publication\
\ - pulp_created and pulp_last_updated dates will be the same."
format: date-time
readOnly: true
type: string
prn:
description: The Pulp Resource Name (PRN).
readOnly: true
type: string
pulp_labels:
additionalProperties:
nullable: true
type: string
type: object
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
no_content_change_since:
description: "Timestamp since when the distributed content served by this\
\ distribution has not changed. If equals to `null`, no guarantee is provided\
\ about content changes."
readOnly: true
type: string
hidden:
default: false
description: Whether this distribution should be shown in the content app.
type: boolean
name:
description: "A unique name. Ex, `rawhide` and `stable`."
type: string
content_guard:
description: An optional content-guard.
format: uri
nullable: true
type: string
base_url:
description: The URL for accessing the publication as defined by this distribution.
pulp_created:
description: Timestamp of creation.
format: date-time
readOnly: true
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
required:
- base_path
- name
Expand Down Expand Up @@ -38894,25 +38894,25 @@ components:
previous: http://api.example.org/accounts/?offset=200&limit=100
count: 123
results:
- pulp_href: https://openapi-generator.tech
pulp_labels:
- pulp_labels:
key: pulp_labels
pulp_href: https://openapi-generator.tech
hidden: false
no_content_change_since: no_content_change_since
name: name
base_url: base_url
name: name
no_content_change_since: no_content_change_since
pulp_created: 2000-01-23T04:56:07.000+00:00
base_path: base_path
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
prn: prn
content_guard: https://openapi-generator.tech
- pulp_href: https://openapi-generator.tech
pulp_labels:
- pulp_labels:
key: pulp_labels
pulp_href: https://openapi-generator.tech
hidden: false
no_content_change_since: no_content_change_since
name: name
base_url: base_url
name: name
no_content_change_since: no_content_change_since
pulp_created: 2000-01-23T04:56:07.000+00:00
base_path: base_path
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
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 3ace198

Please sign in to comment.