Skip to content

Commit c33cac9

Browse files
committed
Update pulp bindings to 9258456e9d3b4a85d3e54836d2b979d4bd3b5a137ae5486b92ad2e96ab328e64
1 parent b269427 commit c33cac9

File tree

131 files changed

+553
-554
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+553
-554
lines changed

release/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ go get golang.org/x/net/context
2222
Put the package under your project folder and add the following in import:
2323

2424
```golang
25-
import zest "github.com/content-services/zest/release/v3"
25+
import zest "github.com/content-services/zest/release/v2023"
2626
```
2727

2828
To use a proxy, set the environment variable `HTTP_PROXY`:

release/api/openapi.yaml

+31-31
Original file line numberDiff line numberDiff line change
@@ -17922,51 +17922,51 @@ components:
1792217922
ArtifactDistributionResponse:
1792317923
description: A serializer for ArtifactDistribution.
1792417924
example:
17925-
pulp_href: https://openapi-generator.tech
17926-
hidden: false
1792717925
pulp_labels:
1792817926
key: pulp_labels
17927+
pulp_href: https://openapi-generator.tech
17928+
hidden: false
1792917929
name: name
1793017930
base_url: base_url
17931-
base_path: base_path
1793217931
pulp_created: 2000-01-23T04:56:07.000+00:00
17932+
base_path: base_path
1793317933
content_guard: https://openapi-generator.tech
1793417934
properties:
17935+
pulp_labels:
17936+
additionalProperties:
17937+
nullable: true
17938+
type: string
17939+
type: object
17940+
pulp_href:
17941+
format: uri
17942+
readOnly: true
17943+
type: string
1793517944
name:
1793617945
description: "A unique name. Ex, `rawhide` and `stable`."
1793717946
type: string
17938-
pulp_href:
17939-
format: uri
17947+
hidden:
17948+
default: false
17949+
description: Whether this distribution should be shown in the content app.
17950+
type: boolean
17951+
base_url:
17952+
description: The URL for accessing the publication as defined by this distribution.
17953+
readOnly: true
17954+
type: string
17955+
pulp_created:
17956+
description: Timestamp of creation.
17957+
format: date-time
1794017958
readOnly: true
1794117959
type: string
1794217960
base_path:
1794317961
description: The base (relative) path component of the published url. Avoid
1794417962
paths that overlap with other distribution base paths
1794517963
(e.g. "foo" and "foo/bar")
1794617964
type: string
17947-
base_url:
17948-
description: The URL for accessing the publication as defined by this distribution.
17949-
readOnly: true
17950-
type: string
1795117965
content_guard:
1795217966
description: An optional content-guard.
1795317967
format: uri
1795417968
nullable: true
1795517969
type: string
17956-
pulp_created:
17957-
description: Timestamp of creation.
17958-
format: date-time
17959-
readOnly: true
17960-
type: string
17961-
hidden:
17962-
default: false
17963-
description: Whether this distribution should be shown in the content app.
17964-
type: boolean
17965-
pulp_labels:
17966-
additionalProperties:
17967-
nullable: true
17968-
type: string
17969-
type: object
1797017970
required:
1797117971
- base_path
1797217972
- name
@@ -19143,23 +19143,23 @@ components:
1914319143
previous: http://api.example.org/accounts/?offset=200&limit=100
1914419144
count: 123
1914519145
results:
19146-
- pulp_href: https://openapi-generator.tech
19147-
hidden: false
19148-
pulp_labels:
19146+
- pulp_labels:
1914919147
key: pulp_labels
19148+
pulp_href: https://openapi-generator.tech
19149+
hidden: false
1915019150
name: name
1915119151
base_url: base_url
19152-
base_path: base_path
1915319152
pulp_created: 2000-01-23T04:56:07.000+00:00
19153+
base_path: base_path
1915419154
content_guard: https://openapi-generator.tech
19155-
- pulp_href: https://openapi-generator.tech
19156-
hidden: false
19157-
pulp_labels:
19155+
- pulp_labels:
1915819156
key: pulp_labels
19157+
pulp_href: https://openapi-generator.tech
19158+
hidden: false
1915919159
name: name
1916019160
base_url: base_url
19161-
base_path: base_path
1916219161
pulp_created: 2000-01-23T04:56:07.000+00:00
19162+
base_path: base_path
1916319163
content_guard: https://openapi-generator.tech
1916419164
properties:
1916519165
count:

release/docs/AccessPoliciesAPI.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"context"
3030
"fmt"
3131
"os"
32-
openapiclient "github.com/content-services/zest/release/v3"
32+
openapiclient "github.com/content-services/zest/release/v2023"
3333
)
3434

3535
func main() {
@@ -119,7 +119,7 @@ import (
119119
"context"
120120
"fmt"
121121
"os"
122-
openapiclient "github.com/content-services/zest/release/v3"
122+
openapiclient "github.com/content-services/zest/release/v2023"
123123
)
124124

125125
func main() {
@@ -191,7 +191,7 @@ import (
191191
"context"
192192
"fmt"
193193
"os"
194-
openapiclient "github.com/content-services/zest/release/v3"
194+
openapiclient "github.com/content-services/zest/release/v2023"
195195
)
196196

197197
func main() {
@@ -265,7 +265,7 @@ import (
265265
"context"
266266
"fmt"
267267
"os"
268-
openapiclient "github.com/content-services/zest/release/v3"
268+
openapiclient "github.com/content-services/zest/release/v2023"
269269
)
270270

271271
func main() {
@@ -335,7 +335,7 @@ import (
335335
"context"
336336
"fmt"
337337
"os"
338-
openapiclient "github.com/content-services/zest/release/v3"
338+
openapiclient "github.com/content-services/zest/release/v2023"
339339
)
340340

341341
func main() {

release/docs/AcsRpmAPI.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
"context"
3636
"fmt"
3737
"os"
38-
openapiclient "github.com/content-services/zest/release/v3"
38+
openapiclient "github.com/content-services/zest/release/v2023"
3939
)
4040

4141
func main() {
@@ -107,7 +107,7 @@ import (
107107
"context"
108108
"fmt"
109109
"os"
110-
openapiclient "github.com/content-services/zest/release/v3"
110+
openapiclient "github.com/content-services/zest/release/v2023"
111111
)
112112

113113
func main() {
@@ -173,7 +173,7 @@ import (
173173
"context"
174174
"fmt"
175175
"os"
176-
openapiclient "github.com/content-services/zest/release/v3"
176+
openapiclient "github.com/content-services/zest/release/v2023"
177177
)
178178

179179
func main() {
@@ -243,7 +243,7 @@ import (
243243
"context"
244244
"fmt"
245245
"os"
246-
openapiclient "github.com/content-services/zest/release/v3"
246+
openapiclient "github.com/content-services/zest/release/v2023"
247247
)
248248

249249
func main() {
@@ -331,7 +331,7 @@ import (
331331
"context"
332332
"fmt"
333333
"os"
334-
openapiclient "github.com/content-services/zest/release/v3"
334+
openapiclient "github.com/content-services/zest/release/v2023"
335335
)
336336

337337
func main() {
@@ -405,7 +405,7 @@ import (
405405
"context"
406406
"fmt"
407407
"os"
408-
openapiclient "github.com/content-services/zest/release/v3"
408+
openapiclient "github.com/content-services/zest/release/v2023"
409409
)
410410

411411
func main() {
@@ -479,7 +479,7 @@ import (
479479
"context"
480480
"fmt"
481481
"os"
482-
openapiclient "github.com/content-services/zest/release/v3"
482+
openapiclient "github.com/content-services/zest/release/v2023"
483483
)
484484

485485
func main() {
@@ -551,7 +551,7 @@ import (
551551
"context"
552552
"fmt"
553553
"os"
554-
openapiclient "github.com/content-services/zest/release/v3"
554+
openapiclient "github.com/content-services/zest/release/v2023"
555555
)
556556

557557
func main() {
@@ -625,7 +625,7 @@ import (
625625
"context"
626626
"fmt"
627627
"os"
628-
openapiclient "github.com/content-services/zest/release/v3"
628+
openapiclient "github.com/content-services/zest/release/v2023"
629629
)
630630

631631
func main() {
@@ -695,7 +695,7 @@ import (
695695
"context"
696696
"fmt"
697697
"os"
698-
openapiclient "github.com/content-services/zest/release/v3"
698+
openapiclient "github.com/content-services/zest/release/v2023"
699699
)
700700

701701
func main() {
@@ -767,7 +767,7 @@ import (
767767
"context"
768768
"fmt"
769769
"os"
770-
openapiclient "github.com/content-services/zest/release/v3"
770+
openapiclient "github.com/content-services/zest/release/v2023"
771771
)
772772

773773
func main() {

0 commit comments

Comments
 (0)