Skip to content

Commit

Permalink
Update pulp bindings to 4ead5b9864b4839e4e5d2a6348bd7d29633bd5c57952e…
Browse files Browse the repository at this point in the history
…ab83695d62ad2ea3652
  • Loading branch information
Andrewgdewar committed Dec 22, 2023
1 parent c5e9446 commit f4f5f8e
Showing 117 changed files with 892 additions and 553 deletions.
2 changes: 1 addition & 1 deletion release/README.md
Original file line number Diff line number Diff line change
@@ -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: de24b382d968bd5ed3a4252b36e475e6664d66cb7a98d596b8e3294aa65e495a
- Package version: 4ead5b9864b4839e4e5d2a6348bd7d29633bd5c57952eab83695d62ad2ea3652
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://pulpproject.org](https://pulpproject.org)

44 changes: 22 additions & 22 deletions release/api/openapi.yaml
Original file line number Diff line number Diff line change
@@ -24613,49 +24613,49 @@ components:
ArtifactDistributionResponse:
description: A serializer for ArtifactDistribution.
example:
hidden: false
pulp_labels:
key: pulp_labels
pulp_href: https://openapi-generator.tech
hidden: false
name: name
base_url: base_url
base_path: base_path
pulp_created: 2000-01-23T04:56:07.000+00:00
content_guard: https://openapi-generator.tech
properties:
pulp_labels:
additionalProperties:
nullable: true
type: string
type: object
name:
description: "A unique name. Ex, `rawhide` and `stable`."
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")
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
pulp_created:
description: Timestamp of creation.
format: date-time
pulp_href:
format: uri
readOnly: true
type: string
hidden:
default: false
description: Whether this distribution should be shown in the content app.
type: boolean
base_url:
description: The URL for accessing the publication as defined by this distribution.
readOnly: true
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_labels:
additionalProperties:
nullable: true
type: string
type: object
pulp_href:
format: uri
pulp_created:
description: Timestamp of creation.
format: date-time
readOnly: true
type: string
required:
@@ -26004,19 +26004,19 @@ components:
previous: http://api.example.org/accounts/?offset=200&limit=100
count: 123
results:
- hidden: false
pulp_labels:
- pulp_labels:
key: pulp_labels
pulp_href: https://openapi-generator.tech
hidden: false
name: name
base_url: base_url
base_path: base_path
pulp_created: 2000-01-23T04:56:07.000+00:00
content_guard: https://openapi-generator.tech
- hidden: false
pulp_labels:
- pulp_labels:
key: pulp_labels
pulp_href: https://openapi-generator.tech
hidden: false
name: name
base_url: base_url
base_path: base_path
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.

154 changes: 77 additions & 77 deletions release/docs/ArtifactDistributionResponse.md
Original file line number Diff line number Diff line change
@@ -4,14 +4,14 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**PulpLabels** | Pointer to **map[string]string** | | [optional]
**Name** | **string** | A unique name. Ex, `rawhide` and `stable`. |
**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\") |
**ContentGuard** | Pointer to **NullableString** | An optional content-guard. | [optional]
**PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly]
**Hidden** | Pointer to **bool** | Whether this distribution should be shown in the content app. | [optional] [default to false]
**BaseUrl** | Pointer to **string** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
**PulpLabels** | Pointer to **map[string]string** | | [optional]
**ContentGuard** | Pointer to **NullableString** | An optional content-guard. | [optional]
**PulpHref** | Pointer to **string** | | [optional] [readonly]
**Hidden** | Pointer to **bool** | Whether this distribution should be shown in the content app. | [optional] [default to false]
**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\") |
**PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly]

## Methods

@@ -32,6 +32,31 @@ NewArtifactDistributionResponseWithDefaults instantiates a new ArtifactDistribut
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set

### GetPulpLabels

`func (o *ArtifactDistributionResponse) GetPulpLabels() map[string]string`

GetPulpLabels returns the PulpLabels field if non-nil, zero value otherwise.

### GetPulpLabelsOk

`func (o *ArtifactDistributionResponse) GetPulpLabelsOk() (*map[string]string, bool)`

GetPulpLabelsOk returns a tuple with the PulpLabels field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetPulpLabels

`func (o *ArtifactDistributionResponse) SetPulpLabels(v map[string]string)`

SetPulpLabels sets PulpLabels field to given value.

### HasPulpLabels

`func (o *ArtifactDistributionResponse) HasPulpLabels() bool`

HasPulpLabels returns a boolean if a field has been set.

### GetName

`func (o *ArtifactDistributionResponse) GetName() string`
@@ -52,25 +77,30 @@ and a boolean to check if the value has been set.
SetName sets Name field to given value.


### GetBasePath
### GetBaseUrl

`func (o *ArtifactDistributionResponse) GetBasePath() string`
`func (o *ArtifactDistributionResponse) GetBaseUrl() string`

GetBasePath returns the BasePath field if non-nil, zero value otherwise.
GetBaseUrl returns the BaseUrl field if non-nil, zero value otherwise.

### GetBasePathOk
### GetBaseUrlOk

`func (o *ArtifactDistributionResponse) GetBasePathOk() (*string, bool)`
`func (o *ArtifactDistributionResponse) GetBaseUrlOk() (*string, bool)`

GetBasePathOk returns a tuple with the BasePath field if it's non-nil, zero value otherwise
GetBaseUrlOk returns a tuple with the BaseUrl field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetBasePath
### SetBaseUrl

`func (o *ArtifactDistributionResponse) SetBasePath(v string)`
`func (o *ArtifactDistributionResponse) SetBaseUrl(v string)`

SetBasePath sets BasePath field to given value.
SetBaseUrl sets BaseUrl field to given value.

### HasBaseUrl

`func (o *ArtifactDistributionResponse) HasBaseUrl() bool`

HasBaseUrl returns a boolean if a field has been set.

### GetContentGuard

@@ -107,30 +137,30 @@ HasContentGuard returns a boolean if a field has been set.
`func (o *ArtifactDistributionResponse) UnsetContentGuard()`

UnsetContentGuard ensures that no value is present for ContentGuard, not even an explicit nil
### GetPulpCreated
### GetPulpHref

`func (o *ArtifactDistributionResponse) GetPulpCreated() time.Time`
`func (o *ArtifactDistributionResponse) GetPulpHref() string`

GetPulpCreated returns the PulpCreated field if non-nil, zero value otherwise.
GetPulpHref returns the PulpHref field if non-nil, zero value otherwise.

### GetPulpCreatedOk
### GetPulpHrefOk

`func (o *ArtifactDistributionResponse) GetPulpCreatedOk() (*time.Time, bool)`
`func (o *ArtifactDistributionResponse) GetPulpHrefOk() (*string, bool)`

GetPulpCreatedOk returns a tuple with the PulpCreated field if it's non-nil, zero value otherwise
GetPulpHrefOk returns a tuple with the PulpHref field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetPulpCreated
### SetPulpHref

`func (o *ArtifactDistributionResponse) SetPulpCreated(v time.Time)`
`func (o *ArtifactDistributionResponse) SetPulpHref(v string)`

SetPulpCreated sets PulpCreated field to given value.
SetPulpHref sets PulpHref field to given value.

### HasPulpCreated
### HasPulpHref

`func (o *ArtifactDistributionResponse) HasPulpCreated() bool`
`func (o *ArtifactDistributionResponse) HasPulpHref() bool`

HasPulpCreated returns a boolean if a field has been set.
HasPulpHref returns a boolean if a field has been set.

### GetHidden

@@ -157,80 +187,50 @@ SetHidden sets Hidden field to given value.

HasHidden returns a boolean if a field has been set.

### GetBaseUrl

`func (o *ArtifactDistributionResponse) GetBaseUrl() string`

GetBaseUrl returns the BaseUrl field if non-nil, zero value otherwise.

### GetBaseUrlOk

`func (o *ArtifactDistributionResponse) GetBaseUrlOk() (*string, bool)`

GetBaseUrlOk returns a tuple with the BaseUrl field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetBaseUrl

`func (o *ArtifactDistributionResponse) SetBaseUrl(v string)`

SetBaseUrl sets BaseUrl field to given value.

### HasBaseUrl

`func (o *ArtifactDistributionResponse) HasBaseUrl() bool`

HasBaseUrl returns a boolean if a field has been set.

### GetPulpLabels
### GetBasePath

`func (o *ArtifactDistributionResponse) GetPulpLabels() map[string]string`
`func (o *ArtifactDistributionResponse) GetBasePath() string`

GetPulpLabels returns the PulpLabels field if non-nil, zero value otherwise.
GetBasePath returns the BasePath field if non-nil, zero value otherwise.

### GetPulpLabelsOk
### GetBasePathOk

`func (o *ArtifactDistributionResponse) GetPulpLabelsOk() (*map[string]string, bool)`
`func (o *ArtifactDistributionResponse) GetBasePathOk() (*string, bool)`

GetPulpLabelsOk returns a tuple with the PulpLabels field if it's non-nil, zero value otherwise
GetBasePathOk returns a tuple with the BasePath field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetPulpLabels

`func (o *ArtifactDistributionResponse) SetPulpLabels(v map[string]string)`

SetPulpLabels sets PulpLabels field to given value.
### SetBasePath

### HasPulpLabels
`func (o *ArtifactDistributionResponse) SetBasePath(v string)`

`func (o *ArtifactDistributionResponse) HasPulpLabels() bool`
SetBasePath sets BasePath field to given value.

HasPulpLabels returns a boolean if a field has been set.

### GetPulpHref
### GetPulpCreated

`func (o *ArtifactDistributionResponse) GetPulpHref() string`
`func (o *ArtifactDistributionResponse) GetPulpCreated() time.Time`

GetPulpHref returns the PulpHref field if non-nil, zero value otherwise.
GetPulpCreated returns the PulpCreated field if non-nil, zero value otherwise.

### GetPulpHrefOk
### GetPulpCreatedOk

`func (o *ArtifactDistributionResponse) GetPulpHrefOk() (*string, bool)`
`func (o *ArtifactDistributionResponse) GetPulpCreatedOk() (*time.Time, bool)`

GetPulpHrefOk returns a tuple with the PulpHref field if it's non-nil, zero value otherwise
GetPulpCreatedOk returns a tuple with the PulpCreated field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetPulpHref
### SetPulpCreated

`func (o *ArtifactDistributionResponse) SetPulpHref(v string)`
`func (o *ArtifactDistributionResponse) SetPulpCreated(v time.Time)`

SetPulpHref sets PulpHref field to given value.
SetPulpCreated sets PulpCreated field to given value.

### HasPulpHref
### HasPulpCreated

`func (o *ArtifactDistributionResponse) HasPulpHref() bool`
`func (o *ArtifactDistributionResponse) HasPulpCreated() bool`

HasPulpHref returns a boolean if a field has been set.
HasPulpCreated returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
9 changes: 6 additions & 3 deletions release/model_access_policy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f4f5f8e

Please sign in to comment.