Skip to content

Commit bd43ce2

Browse files
committed
Update pulp bindings to e69db48356e528a464be3da896237b8a2298890a7d54eb5892a9db36ae29d5a3
1 parent b232aa6 commit bd43ce2

5 files changed

+197
-196
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: 4ead5b9864b4839e4e5d2a6348bd7d46466546057952eab83695d62ad2ea3652
9+
- Package version: e69db48356e528a464be3da896237b8a2298890a7d54eb5892a9db36ae29d5a3
1010
- Generator version: 7.7.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

+21-20
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ info:
1818
ostree: 2.4.3
1919
python: 3.12.1
2020
rpm: 3.27.1
21+
service: 0.1.0
2122
certguard: 3.56.1
2223
file: 3.56.1
2324
x-pulp-domain-enabled: true
@@ -35844,8 +35845,8 @@ components:
3584435845
ArtifactDistributionResponse:
3584535846
description: A serializer for ArtifactDistribution.
3584635847
example:
35847-
hidden: false
3584835848
pulp_href: https://openapi-generator.tech
35849+
hidden: false
3584935850
pulp_labels:
3585035851
key: pulp_labels
3585135852
name: name
@@ -35860,6 +35861,17 @@ components:
3586035861
format: date-time
3586135862
readOnly: true
3586235863
type: string
35864+
pulp_last_updated:
35865+
description: "Timestamp of the last time this resource was updated. Note:\
35866+
\ for immutable resources - like content, repository versions, and publication\
35867+
\ - pulp_created and pulp_last_updated dates will be the same."
35868+
format: date-time
35869+
readOnly: true
35870+
type: string
35871+
pulp_href:
35872+
format: uri
35873+
readOnly: true
35874+
type: string
3586335875
hidden:
3586435876
default: false
3586535877
description: Whether this distribution should be shown in the content app.
@@ -35869,15 +35881,6 @@ components:
3586935881
paths that overlap with other distribution base paths
3587035882
(e.g. "foo" and "foo/bar")
3587135883
type: string
35872-
content_guard:
35873-
description: An optional content-guard.
35874-
format: uri
35875-
nullable: true
35876-
type: string
35877-
pulp_href:
35878-
format: uri
35879-
readOnly: true
35880-
type: string
3588135884
name:
3588235885
description: "A unique name. Ex, `rawhide` and `stable`."
3588335886
type: string
@@ -35890,12 +35893,10 @@ components:
3589035893
nullable: true
3589135894
type: string
3589235895
type: object
35893-
pulp_last_updated:
35894-
description: "Timestamp of the last time this resource was updated. Note:\
35895-
\ for immutable resources - like content, repository versions, and publication\
35896-
\ - pulp_created and pulp_last_updated dates will be the same."
35897-
format: date-time
35898-
readOnly: true
35896+
content_guard:
35897+
description: An optional content-guard.
35898+
format: uri
35899+
nullable: true
3589935900
type: string
3590035901
required:
3590135902
- base_path
@@ -37416,8 +37417,8 @@ components:
3741637417
previous: http://api.example.org/accounts/?offset=200&limit=100
3741737418
count: 123
3741837419
results:
37419-
- hidden: false
37420-
pulp_href: https://openapi-generator.tech
37420+
- pulp_href: https://openapi-generator.tech
37421+
hidden: false
3742137422
pulp_labels:
3742237423
key: pulp_labels
3742337424
name: name
@@ -37426,8 +37427,8 @@ components:
3742637427
base_path: base_path
3742737428
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
3742837429
content_guard: https://openapi-generator.tech
37429-
- hidden: false
37430-
pulp_href: https://openapi-generator.tech
37430+
- pulp_href: https://openapi-generator.tech
37431+
hidden: false
3743137432
pulp_labels:
3743237433
key: pulp_labels
3743337434
name: name

release/configuration.go

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

release/docs/ArtifactDistributionResponse.md

+71-71
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly]
8+
**PulpLastUpdated** | Pointer to **time.Time** | 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. | [optional] [readonly]
9+
**PulpHref** | Pointer to **string** | | [optional] [readonly]
810
**Hidden** | Pointer to **bool** | Whether this distribution should be shown in the content app. | [optional] [default to false]
911
**BasePath** | **string** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
10-
**ContentGuard** | Pointer to **NullableString** | An optional content-guard. | [optional]
11-
**PulpHref** | Pointer to **string** | | [optional] [readonly]
1212
**Name** | **string** | A unique name. Ex, `rawhide` and `stable`. |
1313
**BaseUrl** | Pointer to **string** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
1414
**PulpLabels** | Pointer to **map[string]string** | | [optional]
15-
**PulpLastUpdated** | Pointer to **time.Time** | 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. | [optional] [readonly]
15+
**ContentGuard** | Pointer to **NullableString** | An optional content-guard. | [optional]
1616

1717
## Methods
1818

@@ -58,110 +58,100 @@ SetPulpCreated sets PulpCreated field to given value.
5858

5959
HasPulpCreated returns a boolean if a field has been set.
6060

61-
### GetHidden
61+
### GetPulpLastUpdated
6262

63-
`func (o *ArtifactDistributionResponse) GetHidden() bool`
63+
`func (o *ArtifactDistributionResponse) GetPulpLastUpdated() time.Time`
6464

65-
GetHidden returns the Hidden field if non-nil, zero value otherwise.
65+
GetPulpLastUpdated returns the PulpLastUpdated field if non-nil, zero value otherwise.
6666

67-
### GetHiddenOk
67+
### GetPulpLastUpdatedOk
6868

69-
`func (o *ArtifactDistributionResponse) GetHiddenOk() (*bool, bool)`
69+
`func (o *ArtifactDistributionResponse) GetPulpLastUpdatedOk() (*time.Time, bool)`
7070

71-
GetHiddenOk returns a tuple with the Hidden field if it's non-nil, zero value otherwise
71+
GetPulpLastUpdatedOk returns a tuple with the PulpLastUpdated field if it's non-nil, zero value otherwise
7272
and a boolean to check if the value has been set.
7373

74-
### SetHidden
74+
### SetPulpLastUpdated
7575

76-
`func (o *ArtifactDistributionResponse) SetHidden(v bool)`
76+
`func (o *ArtifactDistributionResponse) SetPulpLastUpdated(v time.Time)`
7777

78-
SetHidden sets Hidden field to given value.
78+
SetPulpLastUpdated sets PulpLastUpdated field to given value.
7979

80-
### HasHidden
80+
### HasPulpLastUpdated
8181

82-
`func (o *ArtifactDistributionResponse) HasHidden() bool`
82+
`func (o *ArtifactDistributionResponse) HasPulpLastUpdated() bool`
8383

84-
HasHidden returns a boolean if a field has been set.
84+
HasPulpLastUpdated returns a boolean if a field has been set.
8585

86-
### GetBasePath
86+
### GetPulpHref
8787

88-
`func (o *ArtifactDistributionResponse) GetBasePath() string`
88+
`func (o *ArtifactDistributionResponse) GetPulpHref() string`
8989

90-
GetBasePath returns the BasePath field if non-nil, zero value otherwise.
90+
GetPulpHref returns the PulpHref field if non-nil, zero value otherwise.
9191

92-
### GetBasePathOk
92+
### GetPulpHrefOk
9393

94-
`func (o *ArtifactDistributionResponse) GetBasePathOk() (*string, bool)`
94+
`func (o *ArtifactDistributionResponse) GetPulpHrefOk() (*string, bool)`
9595

96-
GetBasePathOk returns a tuple with the BasePath field if it's non-nil, zero value otherwise
96+
GetPulpHrefOk returns a tuple with the PulpHref field if it's non-nil, zero value otherwise
9797
and a boolean to check if the value has been set.
9898

99-
### SetBasePath
100-
101-
`func (o *ArtifactDistributionResponse) SetBasePath(v string)`
102-
103-
SetBasePath sets BasePath field to given value.
99+
### SetPulpHref
104100

101+
`func (o *ArtifactDistributionResponse) SetPulpHref(v string)`
105102

106-
### GetContentGuard
103+
SetPulpHref sets PulpHref field to given value.
107104

108-
`func (o *ArtifactDistributionResponse) GetContentGuard() string`
105+
### HasPulpHref
109106

110-
GetContentGuard returns the ContentGuard field if non-nil, zero value otherwise.
107+
`func (o *ArtifactDistributionResponse) HasPulpHref() bool`
111108

112-
### GetContentGuardOk
109+
HasPulpHref returns a boolean if a field has been set.
113110

114-
`func (o *ArtifactDistributionResponse) GetContentGuardOk() (*string, bool)`
111+
### GetHidden
115112

116-
GetContentGuardOk returns a tuple with the ContentGuard field if it's non-nil, zero value otherwise
117-
and a boolean to check if the value has been set.
113+
`func (o *ArtifactDistributionResponse) GetHidden() bool`
118114

119-
### SetContentGuard
115+
GetHidden returns the Hidden field if non-nil, zero value otherwise.
120116

121-
`func (o *ArtifactDistributionResponse) SetContentGuard(v string)`
117+
### GetHiddenOk
122118

123-
SetContentGuard sets ContentGuard field to given value.
119+
`func (o *ArtifactDistributionResponse) GetHiddenOk() (*bool, bool)`
124120

125-
### HasContentGuard
121+
GetHiddenOk returns a tuple with the Hidden field if it's non-nil, zero value otherwise
122+
and a boolean to check if the value has been set.
126123

127-
`func (o *ArtifactDistributionResponse) HasContentGuard() bool`
124+
### SetHidden
128125

129-
HasContentGuard returns a boolean if a field has been set.
126+
`func (o *ArtifactDistributionResponse) SetHidden(v bool)`
130127

131-
### SetContentGuardNil
128+
SetHidden sets Hidden field to given value.
132129

133-
`func (o *ArtifactDistributionResponse) SetContentGuardNil(b bool)`
130+
### HasHidden
134131

135-
SetContentGuardNil sets the value for ContentGuard to be an explicit nil
132+
`func (o *ArtifactDistributionResponse) HasHidden() bool`
136133

137-
### UnsetContentGuard
138-
`func (o *ArtifactDistributionResponse) UnsetContentGuard()`
134+
HasHidden returns a boolean if a field has been set.
139135

140-
UnsetContentGuard ensures that no value is present for ContentGuard, not even an explicit nil
141-
### GetPulpHref
136+
### GetBasePath
142137

143-
`func (o *ArtifactDistributionResponse) GetPulpHref() string`
138+
`func (o *ArtifactDistributionResponse) GetBasePath() string`
144139

145-
GetPulpHref returns the PulpHref field if non-nil, zero value otherwise.
140+
GetBasePath returns the BasePath field if non-nil, zero value otherwise.
146141

147-
### GetPulpHrefOk
142+
### GetBasePathOk
148143

149-
`func (o *ArtifactDistributionResponse) GetPulpHrefOk() (*string, bool)`
144+
`func (o *ArtifactDistributionResponse) GetBasePathOk() (*string, bool)`
150145

151-
GetPulpHrefOk returns a tuple with the PulpHref field if it's non-nil, zero value otherwise
146+
GetBasePathOk returns a tuple with the BasePath field if it's non-nil, zero value otherwise
152147
and a boolean to check if the value has been set.
153148

154-
### SetPulpHref
155-
156-
`func (o *ArtifactDistributionResponse) SetPulpHref(v string)`
149+
### SetBasePath
157150

158-
SetPulpHref sets PulpHref field to given value.
151+
`func (o *ArtifactDistributionResponse) SetBasePath(v string)`
159152

160-
### HasPulpHref
153+
SetBasePath sets BasePath field to given value.
161154

162-
`func (o *ArtifactDistributionResponse) HasPulpHref() bool`
163-
164-
HasPulpHref returns a boolean if a field has been set.
165155

166156
### GetName
167157

@@ -233,31 +223,41 @@ SetPulpLabels sets PulpLabels field to given value.
233223

234224
HasPulpLabels returns a boolean if a field has been set.
235225

236-
### GetPulpLastUpdated
226+
### GetContentGuard
237227

238-
`func (o *ArtifactDistributionResponse) GetPulpLastUpdated() time.Time`
228+
`func (o *ArtifactDistributionResponse) GetContentGuard() string`
239229

240-
GetPulpLastUpdated returns the PulpLastUpdated field if non-nil, zero value otherwise.
230+
GetContentGuard returns the ContentGuard field if non-nil, zero value otherwise.
241231

242-
### GetPulpLastUpdatedOk
232+
### GetContentGuardOk
243233

244-
`func (o *ArtifactDistributionResponse) GetPulpLastUpdatedOk() (*time.Time, bool)`
234+
`func (o *ArtifactDistributionResponse) GetContentGuardOk() (*string, bool)`
245235

246-
GetPulpLastUpdatedOk returns a tuple with the PulpLastUpdated field if it's non-nil, zero value otherwise
236+
GetContentGuardOk returns a tuple with the ContentGuard field if it's non-nil, zero value otherwise
247237
and a boolean to check if the value has been set.
248238

249-
### SetPulpLastUpdated
239+
### SetContentGuard
250240

251-
`func (o *ArtifactDistributionResponse) SetPulpLastUpdated(v time.Time)`
241+
`func (o *ArtifactDistributionResponse) SetContentGuard(v string)`
252242

253-
SetPulpLastUpdated sets PulpLastUpdated field to given value.
243+
SetContentGuard sets ContentGuard field to given value.
254244

255-
### HasPulpLastUpdated
245+
### HasContentGuard
256246

257-
`func (o *ArtifactDistributionResponse) HasPulpLastUpdated() bool`
247+
`func (o *ArtifactDistributionResponse) HasContentGuard() bool`
258248

259-
HasPulpLastUpdated returns a boolean if a field has been set.
249+
HasContentGuard returns a boolean if a field has been set.
250+
251+
### SetContentGuardNil
260252

253+
`func (o *ArtifactDistributionResponse) SetContentGuardNil(b bool)`
254+
255+
SetContentGuardNil sets the value for ContentGuard to be an explicit nil
256+
257+
### UnsetContentGuard
258+
`func (o *ArtifactDistributionResponse) UnsetContentGuard()`
259+
260+
UnsetContentGuard ensures that no value is present for ContentGuard, not even an explicit nil
261261

262262
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
263263

0 commit comments

Comments
 (0)