Skip to content

Commit

Permalink
Update pulp bindings to de24b382d968bd5ed3a4252b36e4755ebb4eb2cb7a98d…
Browse files Browse the repository at this point in the history
…596b8e3294aa65e495a
  • Loading branch information
Andrewgdewar committed Jul 25, 2024
1 parent bb144f5 commit 7669ad3
Show file tree
Hide file tree
Showing 5 changed files with 300 additions and 300 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: 9d5beb82a436bd89a92e4d8a965b735ea54669037d2e4353b86e245a563d9642
- Package version: de24b382d968bd5ed3a4252b36e4755ebb4eb2cb7a98d596b8e3294aa65e495a
- 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
68 changes: 34 additions & 34 deletions release/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35819,34 +35819,45 @@ components:
ArtifactDistributionResponse:
description: A serializer for ArtifactDistribution.
example:
pulp_href: https://openapi-generator.tech
hidden: false
pulp_labels:
key: pulp_labels
name: name
hidden: false
pulp_href: https://openapi-generator.tech
base_url: base_url
base_path: base_path
name: name
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
content_guard: https://openapi-generator.tech
properties:
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
name:
description: "A unique name. Ex, `rawhide` and `stable`."
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
name:
description: "A unique name. Ex, `rawhide` and `stable`."
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
pulp_href:
content_guard:
description: An optional content-guard.
format: uri
readOnly: true
nullable: true
type: string
hidden:
default: false
Expand All @@ -35857,20 +35868,9 @@ components:
paths that overlap with other distribution base paths
(e.g. "foo" and "foo/bar")
type: string
pulp_labels:
additionalProperties:
nullable: true
type: string
type: object
pulp_created:
description: Timestamp of creation.
format: date-time
readOnly: true
type: string
content_guard:
description: An optional content-guard.
pulp_href:
format: uri
nullable: true
readOnly: true
type: string
required:
- base_path
Expand Down Expand Up @@ -37397,24 +37397,24 @@ components:
previous: http://api.example.org/accounts/?offset=200&limit=100
count: 123
results:
- pulp_href: https://openapi-generator.tech
hidden: false
pulp_labels:
- pulp_labels:
key: pulp_labels
name: name
hidden: false
pulp_href: https://openapi-generator.tech
base_url: base_url
base_path: base_path
name: name
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
content_guard: https://openapi-generator.tech
- pulp_href: https://openapi-generator.tech
hidden: false
pulp_labels:
- pulp_labels:
key: pulp_labels
name: name
hidden: false
pulp_href: https://openapi-generator.tech
base_url: base_url
base_path: base_path
name: name
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
content_guard: https://openapi-generator.tech
properties:
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 7669ad3

Please sign in to comment.