Skip to content

Commit b4a1eb6

Browse files
committed
Update pulp bindings to 689d598a363629d8a5469d9b2a8474549bea69c37d356e3e82bb4a5edeb4224e
1 parent 8081eef commit b4a1eb6

5 files changed

+306
-306
lines changed

release/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
66
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.
77

88
- API version: v3
9-
- Package version: de24b382d968bd5ed3a4252b36e4755222d62bcb7a98d596b8e3294aa65e495a
9+
- Package version: 689d598a363629d8a5469d9b2a8474549bea69c37d356e3e82bb4a5edeb4224e
1010
- Generator version: 7.8.0
1111
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1212
For more information, please visit [https://pulpproject.org](https://pulpproject.org)

release/api/openapi.yaml

+30-30
Original file line numberDiff line numberDiff line change
@@ -36055,10 +36055,10 @@ components:
3605536055
ArtifactDistributionResponse:
3605636056
description: A serializer for ArtifactDistribution.
3605736057
example:
36058+
hidden: false
3605836059
pulp_labels:
3605936060
key: pulp_labels
3606036061
pulp_href: https://openapi-generator.tech
36061-
hidden: false
3606236062
no_content_change_since: no_content_change_since
3606336063
name: name
3606436064
base_url: base_url
@@ -36067,54 +36067,54 @@ components:
3606736067
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
3606836068
content_guard: https://openapi-generator.tech
3606936069
properties:
36070-
pulp_labels:
36071-
additionalProperties:
36072-
nullable: true
36073-
type: string
36074-
type: object
3607536070
no_content_change_since:
3607636071
description: "Timestamp since when the distributed content served by this\
3607736072
\ distribution has not changed. If equals to `null`, no guarantee is provided\
3607836073
\ about content changes."
3607936074
readOnly: true
3608036075
type: string
36081-
pulp_last_updated:
36082-
description: "Timestamp of the last time this resource was updated. Note:\
36083-
\ for immutable resources - like content, repository versions, and publication\
36084-
\ - pulp_created and pulp_last_updated dates will be the same."
36085-
format: date-time
36086-
readOnly: true
36087-
type: string
36088-
pulp_href:
36089-
format: uri
36090-
readOnly: true
36091-
type: string
36076+
hidden:
36077+
default: false
36078+
description: Whether this distribution should be shown in the content app.
36079+
type: boolean
3609236080
base_path:
3609336081
description: The base (relative) path component of the published url. Avoid
3609436082
paths that overlap with other distribution base paths
3609536083
(e.g. "foo" and "foo/bar")
3609636084
type: string
36097-
name:
36098-
description: "A unique name. Ex, `rawhide` and `stable`."
36099-
type: string
3610036085
content_guard:
3610136086
description: An optional content-guard.
3610236087
format: uri
3610336088
nullable: true
3610436089
type: string
36105-
base_url:
36106-
description: The URL for accessing the publication as defined by this distribution.
36090+
name:
36091+
description: "A unique name. Ex, `rawhide` and `stable`."
36092+
type: string
36093+
pulp_labels:
36094+
additionalProperties:
36095+
nullable: true
36096+
type: string
36097+
type: object
36098+
pulp_href:
36099+
format: uri
3610736100
readOnly: true
3610836101
type: string
3610936102
pulp_created:
3611036103
description: Timestamp of creation.
3611136104
format: date-time
3611236105
readOnly: true
3611336106
type: string
36114-
hidden:
36115-
default: false
36116-
description: Whether this distribution should be shown in the content app.
36117-
type: boolean
36107+
pulp_last_updated:
36108+
description: "Timestamp of the last time this resource was updated. Note:\
36109+
\ for immutable resources - like content, repository versions, and publication\
36110+
\ - pulp_created and pulp_last_updated dates will be the same."
36111+
format: date-time
36112+
readOnly: true
36113+
type: string
36114+
base_url:
36115+
description: The URL for accessing the publication as defined by this distribution.
36116+
readOnly: true
36117+
type: string
3611836118
required:
3611936119
- base_path
3612036120
- name
@@ -37641,21 +37641,21 @@ components:
3764137641
previous: http://api.example.org/accounts/?offset=200&limit=100
3764237642
count: 123
3764337643
results:
37644-
- pulp_labels:
37644+
- hidden: false
37645+
pulp_labels:
3764537646
key: pulp_labels
3764637647
pulp_href: https://openapi-generator.tech
37647-
hidden: false
3764837648
no_content_change_since: no_content_change_since
3764937649
name: name
3765037650
base_url: base_url
3765137651
base_path: base_path
3765237652
pulp_created: 2000-01-23T04:56:07.000+00:00
3765337653
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
3765437654
content_guard: https://openapi-generator.tech
37655-
- pulp_labels:
37655+
- hidden: false
37656+
pulp_labels:
3765637657
key: pulp_labels
3765737658
pulp_href: https://openapi-generator.tech
37658-
hidden: false
3765937659
no_content_change_since: no_content_change_since
3766037660
name: name
3766137661
base_url: base_url

release/configuration.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)