Skip to content

Commit

Permalink
Update client for e17ec2b
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 25, 2023
1 parent 5e9c6e1 commit 319d086
Show file tree
Hide file tree
Showing 7 changed files with 198 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pds/v1alpha1/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6532,6 +6532,7 @@ components:
kube_platform: kube_platform
px_csi_enabled: px_csi_enabled
px_version: px_version
teleport_agent_version: teleport_agent_version
capabilities:
backup: backup
capabilities: capabilities
Expand Down Expand Up @@ -6802,6 +6803,7 @@ components:
kube_platform: kube_platform
px_csi_enabled: px_csi_enabled
px_version: px_version
teleport_agent_version: teleport_agent_version
capabilities:
backup: backup
capabilities: capabilities
Expand Down Expand Up @@ -6859,6 +6861,8 @@ components:
type: string
status:
type: string
teleport_agent_version:
type: string
tenant_id:
type: string
tls_issuer:
Expand Down Expand Up @@ -7690,6 +7694,7 @@ components:
kube_platform: kube_platform
px_csi_enabled: px_csi_enabled
px_version: px_version
teleport_agent_version: teleport_agent_version
capabilities:
backup: backup
capabilities: capabilities
Expand Down Expand Up @@ -7816,6 +7821,7 @@ components:
kube_platform: kube_platform
px_csi_enabled: px_csi_enabled
px_version: px_version
teleport_agent_version: teleport_agent_version
capabilities:
backup: backup
capabilities: capabilities
Expand Down Expand Up @@ -7872,6 +7878,7 @@ components:
kube_platform: kube_platform
px_csi_enabled: px_csi_enabled
px_version: px_version
teleport_agent_version: teleport_agent_version
capabilities:
backup: backup
capabilities: capabilities
Expand Down Expand Up @@ -7915,6 +7922,7 @@ components:
kube_platform: kube_platform
px_csi_enabled: px_csi_enabled
px_version: px_version
teleport_agent_version: teleport_agent_version
capabilities:
backup: backup
capabilities: capabilities
Expand Down Expand Up @@ -8834,6 +8842,8 @@ components:
type: string
name:
type: string
teleport_agent_version:
type: string
tls_issuer:
type: string
tls_required:
Expand Down Expand Up @@ -9017,6 +9027,8 @@ components:
type: string
px_version:
type: string
teleport_agent_version:
type: string
type: object
requests.PatchUserAPIKeyRequest:
properties:
Expand Down
26 changes: 26 additions & 0 deletions pds/v1alpha1/docs/ModelsDeploymentTarget.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Name | Type | Description | Notes
**Metadata** | Pointer to [**ModelsDeploymentTargetMetadata**](ModelsDeploymentTargetMetadata.md) | | [optional]
**Name** | Pointer to **string** | | [optional]
**Status** | Pointer to **string** | | [optional]
**TeleportAgentVersion** | Pointer to **string** | | [optional]
**TenantId** | Pointer to **string** | | [optional]
**TlsIssuer** | Pointer to **string** | | [optional]
**TlsRequired** | Pointer to **bool** | | [optional]
Expand Down Expand Up @@ -314,6 +315,31 @@ SetStatus sets Status field to given value.

HasStatus returns a boolean if a field has been set.

### GetTeleportAgentVersion

`func (o *ModelsDeploymentTarget) GetTeleportAgentVersion() string`

GetTeleportAgentVersion returns the TeleportAgentVersion field if non-nil, zero value otherwise.

### GetTeleportAgentVersionOk

`func (o *ModelsDeploymentTarget) GetTeleportAgentVersionOk() (*string, bool)`

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

### SetTeleportAgentVersion

`func (o *ModelsDeploymentTarget) SetTeleportAgentVersion(v string)`

SetTeleportAgentVersion sets TeleportAgentVersion field to given value.

### HasTeleportAgentVersion

`func (o *ModelsDeploymentTarget) HasTeleportAgentVersion() bool`

HasTeleportAgentVersion returns a boolean if a field has been set.

### GetTenantId

`func (o *ModelsDeploymentTarget) GetTenantId() string`
Expand Down
26 changes: 26 additions & 0 deletions pds/v1alpha1/docs/RequestsCreateDeploymentTargetRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ClusterId** | Pointer to **string** | | [optional]
**Name** | Pointer to **string** | | [optional]
**TeleportAgentVersion** | Pointer to **string** | | [optional]
**TlsIssuer** | Pointer to **string** | | [optional]
**TlsRequired** | Pointer to **bool** | | [optional]

Expand Down Expand Up @@ -78,6 +79,31 @@ SetName sets Name field to given value.

HasName returns a boolean if a field has been set.

### GetTeleportAgentVersion

`func (o *RequestsCreateDeploymentTargetRequest) GetTeleportAgentVersion() string`

GetTeleportAgentVersion returns the TeleportAgentVersion field if non-nil, zero value otherwise.

### GetTeleportAgentVersionOk

`func (o *RequestsCreateDeploymentTargetRequest) GetTeleportAgentVersionOk() (*string, bool)`

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

### SetTeleportAgentVersion

`func (o *RequestsCreateDeploymentTargetRequest) SetTeleportAgentVersion(v string)`

SetTeleportAgentVersion sets TeleportAgentVersion field to given value.

### HasTeleportAgentVersion

`func (o *RequestsCreateDeploymentTargetRequest) HasTeleportAgentVersion() bool`

HasTeleportAgentVersion returns a boolean if a field has been set.

### GetTlsIssuer

`func (o *RequestsCreateDeploymentTargetRequest) GetTlsIssuer() string`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Name | Type | Description | Notes
**PxCsiEnabled** | Pointer to **string** | | [optional]
**PxServiceNamespace** | Pointer to **string** | | [optional]
**PxVersion** | Pointer to **string** | | [optional]
**TeleportAgentVersion** | Pointer to **string** | | [optional]

## Methods

Expand Down Expand Up @@ -180,6 +181,31 @@ SetPxVersion sets PxVersion field to given value.

HasPxVersion returns a boolean if a field has been set.

### GetTeleportAgentVersion

`func (o *RequestsPatchDeploymentTargetsAgentMetadataRequest) GetTeleportAgentVersion() string`

GetTeleportAgentVersion returns the TeleportAgentVersion field if non-nil, zero value otherwise.

### GetTeleportAgentVersionOk

`func (o *RequestsPatchDeploymentTargetsAgentMetadataRequest) GetTeleportAgentVersionOk() (*string, bool)`

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

### SetTeleportAgentVersion

`func (o *RequestsPatchDeploymentTargetsAgentMetadataRequest) SetTeleportAgentVersion(v string)`

SetTeleportAgentVersion sets TeleportAgentVersion field to given value.

### HasTeleportAgentVersion

`func (o *RequestsPatchDeploymentTargetsAgentMetadataRequest) HasTeleportAgentVersion() bool`

HasTeleportAgentVersion 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)

Expand Down
36 changes: 36 additions & 0 deletions pds/v1alpha1/model_models_deployment_target.go

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

36 changes: 36 additions & 0 deletions pds/v1alpha1/model_requests_create_deployment_target_request.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.

0 comments on commit 319d086

Please sign in to comment.