Skip to content

Commit

Permalink
chore(all): re-generate OpenAPI client(s) (#412)
Browse files Browse the repository at this point in the history
Co-authored-by: app-services-ci <[email protected]>
  • Loading branch information
app-services-ci and app-services-ci authored Apr 5, 2022
1 parent f0c43d9 commit 51c5e38
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 20 deletions.
3 changes: 1 addition & 2 deletions connectormgmt/apiv1/client/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2046,8 +2046,6 @@ components:
allOf:
- $ref: '#/components/schemas/ConnectorNamespaceRequestMeta'
description: An evaluation connector namespace create request
required:
- name
ConnectorNamespaceList:
allOf:
- $ref: '#/components/schemas/List'
Expand Down Expand Up @@ -2230,6 +2228,7 @@ components:
cluster_id:
type: string
expiration:
description: Namespace expiration timestamp in RFC 3339 format
type: string
tenant:
$ref: '#/components/schemas/ConnectorNamespaceTenant'
Expand Down
2 changes: 1 addition & 1 deletion connectormgmt/apiv1/client/docs/ConnectorNamespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Name | Type | Description | Notes
**ResourceVersion** | **int64** | |
**Quota** | Pointer to [**ConnectorNamespaceQuota**](ConnectorNamespaceQuota.md) | | [optional]
**ClusterId** | **string** | |
**Expiration** | Pointer to **string** | | [optional]
**Expiration** | Pointer to **string** | Namespace expiration timestamp in RFC 3339 format | [optional]
**Tenant** | [**ConnectorNamespaceTenant**](ConnectorNamespaceTenant.md) | |
**Status** | [**ConnectorNamespaceStatus**](ConnectorNamespaceStatus.md) | |

Expand Down
2 changes: 1 addition & 1 deletion connectormgmt/apiv1/client/docs/ConnectorNamespaceAllOf.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | |
**ClusterId** | **string** | |
**Expiration** | Pointer to **string** | | [optional]
**Expiration** | Pointer to **string** | Namespace expiration timestamp in RFC 3339 format | [optional]
**Tenant** | [**ConnectorNamespaceTenant**](ConnectorNamespaceTenant.md) | |
**Status** | [**ConnectorNamespaceStatus**](ConnectorNamespaceStatus.md) | |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | |
**Name** | Pointer to **string** | | [optional]
**Annotations** | Pointer to [**[]ConnectorNamespaceRequestMetaAnnotations**](ConnectorNamespaceRequestMetaAnnotations.md) | | [optional]


## Methods

### NewConnectorNamespaceEvalRequest

`func NewConnectorNamespaceEvalRequest(name string, ) *ConnectorNamespaceEvalRequest`
`func NewConnectorNamespaceEvalRequest() *ConnectorNamespaceEvalRequest`

NewConnectorNamespaceEvalRequest instantiates a new ConnectorNamespaceEvalRequest object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -47,6 +47,11 @@ and a boolean to check if the value has been set.

SetName sets Name field to given value.

### HasName

`func (o *ConnectorNamespaceEvalRequest) HasName() bool`

HasName returns a boolean if a field has been set.


### GetAnnotations
Expand Down
2 changes: 1 addition & 1 deletion connectormgmt/apiv1/client/docs/ConnectorNamespacesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ import (
)

func main() {
connectorNamespaceEvalRequest := *openapiclient.NewConnectorNamespaceEvalRequest("Name_example") // ConnectorNamespaceEvalRequest | Connector namespace data
connectorNamespaceEvalRequest := *openapiclient.NewConnectorNamespaceEvalRequest() // ConnectorNamespaceEvalRequest | Connector namespace data

configuration := openapiclient.NewConfiguration()
api_client := openapiclient.NewAPIClient(configuration)
Expand Down
1 change: 1 addition & 0 deletions connectormgmt/apiv1/client/model_connector_namespace.go

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

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

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

0 comments on commit 51c5e38

Please sign in to comment.