Skip to content

Commit

Permalink
Update pulp bindings to 9258456e9d3b4a85d3e54836d2b979332ee326c37ae54…
Browse files Browse the repository at this point in the history
…86b92ad2e96ab328e64
  • Loading branch information
Andrewgdewar committed Nov 21, 2024
1 parent 56d9a0c commit 927c9ed
Show file tree
Hide file tree
Showing 5 changed files with 269 additions and 269 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: 9258456e9d3b4a85d3e54836d2b9793a9955a3c37ae5486b92ad2e96ab328e64
- Package version: 9258456e9d3b4a85d3e54836d2b979332ee326c37ae5486b92ad2e96ab328e64
- Generator version: 7.10.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
Expand Down
52 changes: 26 additions & 26 deletions release/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39670,9 +39670,9 @@ components:
description: A serializer for ArtifactDistribution.
example:
hidden: false
pulp_href: https://openapi-generator.tech
pulp_labels:
key: pulp_labels
pulp_href: https://openapi-generator.tech
no_content_change_since: no_content_change_since
name: name
base_url: base_url
Expand All @@ -39682,33 +39682,37 @@ components:
prn: prn
content_guard: https://openapi-generator.tech
properties:
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."
prn:
description: The Pulp Resource Name (PRN).
readOnly: true
type: string
content_guard:
description: An optional content-guard.
format: uri
nullable: 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
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
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
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
pulp_created:
description: Timestamp of creation.
format: date-time
Expand All @@ -39721,19 +39725,15 @@ components:
name:
description: "A unique name. Ex, `rawhide` and `stable`."
type: string
pulp_labels:
additionalProperties:
nullable: true
type: string
type: object
base_url:
description: The URL for accessing the publication as defined by this distribution.
readOnly: true
type: string
content_guard:
description: An optional content-guard.
format: uri
nullable: true
type: string
prn:
description: The Pulp Resource Name (PRN).
readOnly: true
type: string
required:
- base_path
- name
Expand Down Expand Up @@ -42318,9 +42318,9 @@ components:
count: 123
results:
- hidden: false
pulp_href: https://openapi-generator.tech
pulp_labels:
key: pulp_labels
pulp_href: https://openapi-generator.tech
no_content_change_since: no_content_change_since
name: name
base_url: base_url
Expand All @@ -42330,9 +42330,9 @@ components:
prn: prn
content_guard: https://openapi-generator.tech
- hidden: false
pulp_href: https://openapi-generator.tech
pulp_labels:
key: pulp_labels
pulp_href: https://openapi-generator.tech
no_content_change_since: no_content_change_since
name: name
base_url: base_url
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 927c9ed

Please sign in to comment.