Documentation ¶
Index ¶
- type Client
- func (a *Client) CreatePodConfig(params *CreatePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePodConfigCreated, *CreatePodConfigBadRequest, ...)deprecated
- func (a *Client) CreatePodConfigClient(params *CreatePodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePodConfigClientCreated, *CreatePodConfigClientBadRequest, ...)deprecated
- func (a *Client) CreatePodConfigClientShort(params *CreatePodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePodConfigClientCreated, error)
- func (a *Client) CreatePodConfigShort(params *CreatePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePodConfigCreated, error)
- func (a *Client) DeletePodConfig(params *DeletePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePodConfigNoContent, *DeletePodConfigBadRequest, ...)deprecated
- func (a *Client) DeletePodConfigClient(params *DeletePodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePodConfigClientNoContent, *DeletePodConfigClientBadRequest, ...)deprecated
- func (a *Client) DeletePodConfigClientShort(params *DeletePodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePodConfigClientNoContent, error)
- func (a *Client) DeletePodConfigShort(params *DeletePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePodConfigNoContent, error)
- func (a *Client) GetAllPodConfig(params *GetAllPodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllPodConfigOK, *GetAllPodConfigBadRequest, *GetAllPodConfigUnauthorized, ...)deprecated
- func (a *Client) GetAllPodConfigClient(params *GetAllPodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllPodConfigClientOK, *GetAllPodConfigClientBadRequest, ...)deprecated
- func (a *Client) GetAllPodConfigClientShort(params *GetAllPodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllPodConfigClientOK, error)
- func (a *Client) GetAllPodConfigShort(params *GetAllPodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllPodConfigOK, error)
- func (a *Client) GetLowestInstanceSpec(params *GetLowestInstanceSpecParams, authInfo runtime.ClientAuthInfoWriter) (*GetLowestInstanceSpecOK, *GetLowestInstanceSpecUnauthorized, ...)deprecated
- func (a *Client) GetLowestInstanceSpecShort(params *GetLowestInstanceSpecParams, authInfo runtime.ClientAuthInfoWriter) (*GetLowestInstanceSpecOK, error)
- func (a *Client) GetPodConfig(params *GetPodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPodConfigOK, *GetPodConfigBadRequest, *GetPodConfigUnauthorized, ...)deprecated
- func (a *Client) GetPodConfigShort(params *GetPodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPodConfigOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdatePodConfig(params *UpdatePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePodConfigOK, *UpdatePodConfigBadRequest, *UpdatePodConfigUnauthorized, ...)deprecated
- func (a *Client) UpdatePodConfigShort(params *UpdatePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePodConfigOK, error)
- type ClientService
- type CreatePodConfigBadRequest
- type CreatePodConfigClientBadRequest
- type CreatePodConfigClientConflict
- type CreatePodConfigClientCreated
- type CreatePodConfigClientInternalServerError
- type CreatePodConfigClientParams
- func NewCreatePodConfigClientParams() *CreatePodConfigClientParams
- func NewCreatePodConfigClientParamsWithContext(ctx context.Context) *CreatePodConfigClientParams
- func NewCreatePodConfigClientParamsWithHTTPClient(client *http.Client) *CreatePodConfigClientParams
- func NewCreatePodConfigClientParamsWithTimeout(timeout time.Duration) *CreatePodConfigClientParams
- func (o *CreatePodConfigClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CreatePodConfigClientParams) SetBody(body *dsmcclientmodels.ModelsCreatePodConfigRequest)
- func (o *CreatePodConfigClientParams) SetContext(ctx context.Context)
- func (o *CreatePodConfigClientParams) SetHTTPClient(client *http.Client)
- func (o *CreatePodConfigClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CreatePodConfigClientParams) SetName(name string)
- func (o *CreatePodConfigClientParams) SetNamespace(namespace string)
- func (o *CreatePodConfigClientParams) SetTimeout(timeout time.Duration)
- func (o *CreatePodConfigClientParams) WithBody(body *dsmcclientmodels.ModelsCreatePodConfigRequest) *CreatePodConfigClientParams
- func (o *CreatePodConfigClientParams) WithContext(ctx context.Context) *CreatePodConfigClientParams
- func (o *CreatePodConfigClientParams) WithHTTPClient(client *http.Client) *CreatePodConfigClientParams
- func (o *CreatePodConfigClientParams) WithName(name string) *CreatePodConfigClientParams
- func (o *CreatePodConfigClientParams) WithNamespace(namespace string) *CreatePodConfigClientParams
- func (o *CreatePodConfigClientParams) WithTimeout(timeout time.Duration) *CreatePodConfigClientParams
- func (o *CreatePodConfigClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreatePodConfigClientReader
- type CreatePodConfigClientUnauthorized
- type CreatePodConfigConflict
- type CreatePodConfigCreated
- type CreatePodConfigInternalServerError
- type CreatePodConfigParams
- func NewCreatePodConfigParams() *CreatePodConfigParams
- func NewCreatePodConfigParamsWithContext(ctx context.Context) *CreatePodConfigParams
- func NewCreatePodConfigParamsWithHTTPClient(client *http.Client) *CreatePodConfigParams
- func NewCreatePodConfigParamsWithTimeout(timeout time.Duration) *CreatePodConfigParams
- func (o *CreatePodConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CreatePodConfigParams) SetBody(body *dsmcclientmodels.ModelsCreatePodConfigRequest)
- func (o *CreatePodConfigParams) SetContext(ctx context.Context)
- func (o *CreatePodConfigParams) SetHTTPClient(client *http.Client)
- func (o *CreatePodConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CreatePodConfigParams) SetName(name string)
- func (o *CreatePodConfigParams) SetNamespace(namespace string)
- func (o *CreatePodConfigParams) SetTimeout(timeout time.Duration)
- func (o *CreatePodConfigParams) WithBody(body *dsmcclientmodels.ModelsCreatePodConfigRequest) *CreatePodConfigParams
- func (o *CreatePodConfigParams) WithContext(ctx context.Context) *CreatePodConfigParams
- func (o *CreatePodConfigParams) WithHTTPClient(client *http.Client) *CreatePodConfigParams
- func (o *CreatePodConfigParams) WithName(name string) *CreatePodConfigParams
- func (o *CreatePodConfigParams) WithNamespace(namespace string) *CreatePodConfigParams
- func (o *CreatePodConfigParams) WithTimeout(timeout time.Duration) *CreatePodConfigParams
- func (o *CreatePodConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreatePodConfigReader
- type CreatePodConfigUnauthorized
- type DeletePodConfigBadRequest
- type DeletePodConfigClientBadRequest
- type DeletePodConfigClientConflict
- type DeletePodConfigClientInternalServerError
- type DeletePodConfigClientNoContent
- type DeletePodConfigClientNotFound
- type DeletePodConfigClientParams
- func NewDeletePodConfigClientParams() *DeletePodConfigClientParams
- func NewDeletePodConfigClientParamsWithContext(ctx context.Context) *DeletePodConfigClientParams
- func NewDeletePodConfigClientParamsWithHTTPClient(client *http.Client) *DeletePodConfigClientParams
- func NewDeletePodConfigClientParamsWithTimeout(timeout time.Duration) *DeletePodConfigClientParams
- func (o *DeletePodConfigClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeletePodConfigClientParams) SetContext(ctx context.Context)
- func (o *DeletePodConfigClientParams) SetHTTPClient(client *http.Client)
- func (o *DeletePodConfigClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeletePodConfigClientParams) SetName(name string)
- func (o *DeletePodConfigClientParams) SetNamespace(namespace string)
- func (o *DeletePodConfigClientParams) SetTimeout(timeout time.Duration)
- func (o *DeletePodConfigClientParams) WithContext(ctx context.Context) *DeletePodConfigClientParams
- func (o *DeletePodConfigClientParams) WithHTTPClient(client *http.Client) *DeletePodConfigClientParams
- func (o *DeletePodConfigClientParams) WithName(name string) *DeletePodConfigClientParams
- func (o *DeletePodConfigClientParams) WithNamespace(namespace string) *DeletePodConfigClientParams
- func (o *DeletePodConfigClientParams) WithTimeout(timeout time.Duration) *DeletePodConfigClientParams
- func (o *DeletePodConfigClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePodConfigClientReader
- type DeletePodConfigClientUnauthorized
- type DeletePodConfigConflict
- type DeletePodConfigInternalServerError
- type DeletePodConfigNoContent
- type DeletePodConfigNotFound
- type DeletePodConfigParams
- func NewDeletePodConfigParams() *DeletePodConfigParams
- func NewDeletePodConfigParamsWithContext(ctx context.Context) *DeletePodConfigParams
- func NewDeletePodConfigParamsWithHTTPClient(client *http.Client) *DeletePodConfigParams
- func NewDeletePodConfigParamsWithTimeout(timeout time.Duration) *DeletePodConfigParams
- func (o *DeletePodConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeletePodConfigParams) SetContext(ctx context.Context)
- func (o *DeletePodConfigParams) SetHTTPClient(client *http.Client)
- func (o *DeletePodConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeletePodConfigParams) SetName(name string)
- func (o *DeletePodConfigParams) SetNamespace(namespace string)
- func (o *DeletePodConfigParams) SetTimeout(timeout time.Duration)
- func (o *DeletePodConfigParams) WithContext(ctx context.Context) *DeletePodConfigParams
- func (o *DeletePodConfigParams) WithHTTPClient(client *http.Client) *DeletePodConfigParams
- func (o *DeletePodConfigParams) WithName(name string) *DeletePodConfigParams
- func (o *DeletePodConfigParams) WithNamespace(namespace string) *DeletePodConfigParams
- func (o *DeletePodConfigParams) WithTimeout(timeout time.Duration) *DeletePodConfigParams
- func (o *DeletePodConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePodConfigReader
- type DeletePodConfigUnauthorized
- type GetAllPodConfigBadRequest
- type GetAllPodConfigClientBadRequest
- type GetAllPodConfigClientInternalServerError
- type GetAllPodConfigClientOK
- type GetAllPodConfigClientParams
- func NewGetAllPodConfigClientParams() *GetAllPodConfigClientParams
- func NewGetAllPodConfigClientParamsWithContext(ctx context.Context) *GetAllPodConfigClientParams
- func NewGetAllPodConfigClientParamsWithHTTPClient(client *http.Client) *GetAllPodConfigClientParams
- func NewGetAllPodConfigClientParamsWithTimeout(timeout time.Duration) *GetAllPodConfigClientParams
- func (o *GetAllPodConfigClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetAllPodConfigClientParams) SetContext(ctx context.Context)
- func (o *GetAllPodConfigClientParams) SetCount(count int64)
- func (o *GetAllPodConfigClientParams) SetHTTPClient(client *http.Client)
- func (o *GetAllPodConfigClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetAllPodConfigClientParams) SetNamespace(namespace string)
- func (o *GetAllPodConfigClientParams) SetOffset(offset int64)
- func (o *GetAllPodConfigClientParams) SetTimeout(timeout time.Duration)
- func (o *GetAllPodConfigClientParams) WithContext(ctx context.Context) *GetAllPodConfigClientParams
- func (o *GetAllPodConfigClientParams) WithCount(count int64) *GetAllPodConfigClientParams
- func (o *GetAllPodConfigClientParams) WithHTTPClient(client *http.Client) *GetAllPodConfigClientParams
- func (o *GetAllPodConfigClientParams) WithNamespace(namespace string) *GetAllPodConfigClientParams
- func (o *GetAllPodConfigClientParams) WithOffset(offset int64) *GetAllPodConfigClientParams
- func (o *GetAllPodConfigClientParams) WithTimeout(timeout time.Duration) *GetAllPodConfigClientParams
- func (o *GetAllPodConfigClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAllPodConfigClientReader
- type GetAllPodConfigClientUnauthorized
- type GetAllPodConfigInternalServerError
- type GetAllPodConfigOK
- type GetAllPodConfigParams
- func NewGetAllPodConfigParams() *GetAllPodConfigParams
- func NewGetAllPodConfigParamsWithContext(ctx context.Context) *GetAllPodConfigParams
- func NewGetAllPodConfigParamsWithHTTPClient(client *http.Client) *GetAllPodConfigParams
- func NewGetAllPodConfigParamsWithTimeout(timeout time.Duration) *GetAllPodConfigParams
- func (o *GetAllPodConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetAllPodConfigParams) SetContext(ctx context.Context)
- func (o *GetAllPodConfigParams) SetCount(count int64)
- func (o *GetAllPodConfigParams) SetHTTPClient(client *http.Client)
- func (o *GetAllPodConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetAllPodConfigParams) SetNamespace(namespace string)
- func (o *GetAllPodConfigParams) SetOffset(offset int64)
- func (o *GetAllPodConfigParams) SetTimeout(timeout time.Duration)
- func (o *GetAllPodConfigParams) WithContext(ctx context.Context) *GetAllPodConfigParams
- func (o *GetAllPodConfigParams) WithCount(count int64) *GetAllPodConfigParams
- func (o *GetAllPodConfigParams) WithHTTPClient(client *http.Client) *GetAllPodConfigParams
- func (o *GetAllPodConfigParams) WithNamespace(namespace string) *GetAllPodConfigParams
- func (o *GetAllPodConfigParams) WithOffset(offset int64) *GetAllPodConfigParams
- func (o *GetAllPodConfigParams) WithTimeout(timeout time.Duration) *GetAllPodConfigParams
- func (o *GetAllPodConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAllPodConfigReader
- type GetAllPodConfigUnauthorized
- type GetLowestInstanceSpecInternalServerError
- type GetLowestInstanceSpecOK
- type GetLowestInstanceSpecParams
- func NewGetLowestInstanceSpecParams() *GetLowestInstanceSpecParams
- func NewGetLowestInstanceSpecParamsWithContext(ctx context.Context) *GetLowestInstanceSpecParams
- func NewGetLowestInstanceSpecParamsWithHTTPClient(client *http.Client) *GetLowestInstanceSpecParams
- func NewGetLowestInstanceSpecParamsWithTimeout(timeout time.Duration) *GetLowestInstanceSpecParams
- func (o *GetLowestInstanceSpecParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetLowestInstanceSpecParams) SetContext(ctx context.Context)
- func (o *GetLowestInstanceSpecParams) SetHTTPClient(client *http.Client)
- func (o *GetLowestInstanceSpecParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetLowestInstanceSpecParams) SetTimeout(timeout time.Duration)
- func (o *GetLowestInstanceSpecParams) WithContext(ctx context.Context) *GetLowestInstanceSpecParams
- func (o *GetLowestInstanceSpecParams) WithHTTPClient(client *http.Client) *GetLowestInstanceSpecParams
- func (o *GetLowestInstanceSpecParams) WithTimeout(timeout time.Duration) *GetLowestInstanceSpecParams
- func (o *GetLowestInstanceSpecParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLowestInstanceSpecReader
- type GetLowestInstanceSpecUnauthorized
- type GetPodConfigBadRequest
- type GetPodConfigInternalServerError
- type GetPodConfigNotFound
- type GetPodConfigOK
- type GetPodConfigParams
- func (o *GetPodConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetPodConfigParams) SetContext(ctx context.Context)
- func (o *GetPodConfigParams) SetHTTPClient(client *http.Client)
- func (o *GetPodConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetPodConfigParams) SetName(name string)
- func (o *GetPodConfigParams) SetNamespace(namespace string)
- func (o *GetPodConfigParams) SetTimeout(timeout time.Duration)
- func (o *GetPodConfigParams) WithContext(ctx context.Context) *GetPodConfigParams
- func (o *GetPodConfigParams) WithHTTPClient(client *http.Client) *GetPodConfigParams
- func (o *GetPodConfigParams) WithName(name string) *GetPodConfigParams
- func (o *GetPodConfigParams) WithNamespace(namespace string) *GetPodConfigParams
- func (o *GetPodConfigParams) WithTimeout(timeout time.Duration) *GetPodConfigParams
- func (o *GetPodConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPodConfigReader
- type GetPodConfigUnauthorized
- type UpdatePodConfigBadRequest
- type UpdatePodConfigConflict
- type UpdatePodConfigInternalServerError
- type UpdatePodConfigNotFound
- type UpdatePodConfigOK
- type UpdatePodConfigParams
- func NewUpdatePodConfigParams() *UpdatePodConfigParams
- func NewUpdatePodConfigParamsWithContext(ctx context.Context) *UpdatePodConfigParams
- func NewUpdatePodConfigParamsWithHTTPClient(client *http.Client) *UpdatePodConfigParams
- func NewUpdatePodConfigParamsWithTimeout(timeout time.Duration) *UpdatePodConfigParams
- func (o *UpdatePodConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UpdatePodConfigParams) SetBody(body *dsmcclientmodels.ModelsUpdatePodConfigRequest)
- func (o *UpdatePodConfigParams) SetContext(ctx context.Context)
- func (o *UpdatePodConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdatePodConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UpdatePodConfigParams) SetName(name string)
- func (o *UpdatePodConfigParams) SetNamespace(namespace string)
- func (o *UpdatePodConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdatePodConfigParams) WithBody(body *dsmcclientmodels.ModelsUpdatePodConfigRequest) *UpdatePodConfigParams
- func (o *UpdatePodConfigParams) WithContext(ctx context.Context) *UpdatePodConfigParams
- func (o *UpdatePodConfigParams) WithHTTPClient(client *http.Client) *UpdatePodConfigParams
- func (o *UpdatePodConfigParams) WithName(name string) *UpdatePodConfigParams
- func (o *UpdatePodConfigParams) WithNamespace(namespace string) *UpdatePodConfigParams
- func (o *UpdatePodConfigParams) WithTimeout(timeout time.Duration) *UpdatePodConfigParams
- func (o *UpdatePodConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdatePodConfigReader
- type UpdatePodConfigUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for pod config API
func (*Client) CreatePodConfig
deprecated
func (a *Client) CreatePodConfig(params *CreatePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePodConfigCreated, *CreatePodConfigBadRequest, *CreatePodConfigUnauthorized, *CreatePodConfigConflict, *CreatePodConfigInternalServerError, error)
Deprecated: 2022-08-10 - Use CreatePodConfigShort instead.
CreatePodConfig create pod config Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [CREATE]
Required scope: social
This endpoint create a dedicated servers pod config in a namespace.
func (*Client) CreatePodConfigClient
deprecated
added in
v0.45.0
func (a *Client) CreatePodConfigClient(params *CreatePodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePodConfigClientCreated, *CreatePodConfigClientBadRequest, *CreatePodConfigClientUnauthorized, *CreatePodConfigClientConflict, *CreatePodConfigClientInternalServerError, error)
Deprecated: 2022-08-10 - Use CreatePodConfigClientShort instead.
CreatePodConfigClient create pod config for client Required permission: NAMESPACE:{namespace}:DSM:CONFIG [CREATE]
Required scope: social
This endpoint create a dedicated servers pod config in a namespace.
func (*Client) CreatePodConfigClientShort ¶ added in v0.45.0
func (a *Client) CreatePodConfigClientShort(params *CreatePodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePodConfigClientCreated, error)
CreatePodConfigClientShort create pod config for client Required permission: NAMESPACE:{namespace}:DSM:CONFIG [CREATE]
Required scope: social
This endpoint create a dedicated servers pod config in a namespace.
func (*Client) CreatePodConfigShort ¶ added in v0.8.0
func (a *Client) CreatePodConfigShort(params *CreatePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePodConfigCreated, error)
CreatePodConfigShort create pod config Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [CREATE]
Required scope: social
This endpoint create a dedicated servers pod config in a namespace.
func (*Client) DeletePodConfig
deprecated
func (a *Client) DeletePodConfig(params *DeletePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePodConfigNoContent, *DeletePodConfigBadRequest, *DeletePodConfigUnauthorized, *DeletePodConfigNotFound, *DeletePodConfigConflict, *DeletePodConfigInternalServerError, error)
Deprecated: 2022-08-10 - Use DeletePodConfigShort instead.
DeletePodConfig delete pod config Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [DELETE]
Required scope: social
This endpoint delete a dedicated server pod config in a namespace
func (*Client) DeletePodConfigClient
deprecated
added in
v0.45.0
func (a *Client) DeletePodConfigClient(params *DeletePodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePodConfigClientNoContent, *DeletePodConfigClientBadRequest, *DeletePodConfigClientUnauthorized, *DeletePodConfigClientNotFound, *DeletePodConfigClientConflict, *DeletePodConfigClientInternalServerError, error)
Deprecated: 2022-08-10 - Use DeletePodConfigClientShort instead.
DeletePodConfigClient delete pod config for client Required permission: NAMESPACE:{namespace}:DSM:CONFIG [DELETE]
Required scope: social
This endpoint delete a dedicated server pod config in a namespace
func (*Client) DeletePodConfigClientShort ¶ added in v0.45.0
func (a *Client) DeletePodConfigClientShort(params *DeletePodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePodConfigClientNoContent, error)
DeletePodConfigClientShort delete pod config for client Required permission: NAMESPACE:{namespace}:DSM:CONFIG [DELETE]
Required scope: social
This endpoint delete a dedicated server pod config in a namespace
func (*Client) DeletePodConfigShort ¶ added in v0.8.0
func (a *Client) DeletePodConfigShort(params *DeletePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePodConfigNoContent, error)
DeletePodConfigShort delete pod config Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [DELETE]
Required scope: social
This endpoint delete a dedicated server pod config in a namespace
func (*Client) GetAllPodConfig
deprecated
func (a *Client) GetAllPodConfig(params *GetAllPodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllPodConfigOK, *GetAllPodConfigBadRequest, *GetAllPodConfigUnauthorized, *GetAllPodConfigInternalServerError, error)
Deprecated: 2022-08-10 - Use GetAllPodConfigShort instead.
GetAllPodConfig get all pod configs Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]
Required scope: social
This endpoint get a all pod configs in a namespace ¶
Parameter Offset and Count is Required
func (*Client) GetAllPodConfigClient
deprecated
added in
v0.45.0
func (a *Client) GetAllPodConfigClient(params *GetAllPodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllPodConfigClientOK, *GetAllPodConfigClientBadRequest, *GetAllPodConfigClientUnauthorized, *GetAllPodConfigClientInternalServerError, error)
Deprecated: 2022-08-10 - Use GetAllPodConfigClientShort instead.
GetAllPodConfigClient get all pod configs for client Required permission: NAMESPACE:{namespace}:DSM:CONFIG [READ]
Required scope: social
This endpoint get a all pod configs in a namespace ¶
Parameter Offset and Count is Required
func (*Client) GetAllPodConfigClientShort ¶ added in v0.45.0
func (a *Client) GetAllPodConfigClientShort(params *GetAllPodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllPodConfigClientOK, error)
GetAllPodConfigClientShort get all pod configs for client Required permission: NAMESPACE:{namespace}:DSM:CONFIG [READ]
Required scope: social
This endpoint get a all pod configs in a namespace ¶
Parameter Offset and Count is Required
func (*Client) GetAllPodConfigShort ¶ added in v0.8.0
func (a *Client) GetAllPodConfigShort(params *GetAllPodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllPodConfigOK, error)
GetAllPodConfigShort get all pod configs Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]
Required scope: social
This endpoint get a all pod configs in a namespace ¶
Parameter Offset and Count is Required
func (*Client) GetLowestInstanceSpec
deprecated
added in
v0.32.0
func (a *Client) GetLowestInstanceSpec(params *GetLowestInstanceSpecParams, authInfo runtime.ClientAuthInfoWriter) (*GetLowestInstanceSpecOK, *GetLowestInstanceSpecUnauthorized, *GetLowestInstanceSpecInternalServerError, error)
Deprecated: 2022-08-10 - Use GetLowestInstanceSpecShort instead.
GetLowestInstanceSpec get lowest instance spec. Required permission: ADMIN:NAMESPACE:*:DSM:CONFIG [READ]
Required scope: social
This endpoint returns the lowest instance spec, both cpu (in Mhz) and memory (in Mb).
func (*Client) GetLowestInstanceSpecShort ¶ added in v0.32.0
func (a *Client) GetLowestInstanceSpecShort(params *GetLowestInstanceSpecParams, authInfo runtime.ClientAuthInfoWriter) (*GetLowestInstanceSpecOK, error)
GetLowestInstanceSpecShort get lowest instance spec. Required permission: ADMIN:NAMESPACE:*:DSM:CONFIG [READ]
Required scope: social
This endpoint returns the lowest instance spec, both cpu (in Mhz) and memory (in Mb).
func (*Client) GetPodConfig
deprecated
func (a *Client) GetPodConfig(params *GetPodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPodConfigOK, *GetPodConfigBadRequest, *GetPodConfigUnauthorized, *GetPodConfigNotFound, *GetPodConfigInternalServerError, error)
Deprecated: 2022-08-10 - Use GetPodConfigShort instead.
GetPodConfig get pod config Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]
Required scope: social
This endpoint get a dedicated server pod config in a namespace
func (*Client) GetPodConfigShort ¶ added in v0.8.0
func (a *Client) GetPodConfigShort(params *GetPodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPodConfigOK, error)
GetPodConfigShort get pod config Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]
Required scope: social
This endpoint get a dedicated server pod config in a namespace
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdatePodConfig
deprecated
func (a *Client) UpdatePodConfig(params *UpdatePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePodConfigOK, *UpdatePodConfigBadRequest, *UpdatePodConfigUnauthorized, *UpdatePodConfigNotFound, *UpdatePodConfigConflict, *UpdatePodConfigInternalServerError, error)
Deprecated: 2022-08-10 - Use UpdatePodConfigShort instead.
UpdatePodConfig update pod config Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [UPDATE]
Required scope: social
This endpoint update a dedicated servers pod config in a namespace.
func (*Client) UpdatePodConfigShort ¶ added in v0.8.0
func (a *Client) UpdatePodConfigShort(params *UpdatePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePodConfigOK, error)
UpdatePodConfigShort update pod config Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [UPDATE]
Required scope: social
This endpoint update a dedicated servers pod config in a namespace.
type ClientService ¶
type ClientService interface { GetLowestInstanceSpec(params *GetLowestInstanceSpecParams, authInfo runtime.ClientAuthInfoWriter) (*GetLowestInstanceSpecOK, *GetLowestInstanceSpecUnauthorized, *GetLowestInstanceSpecInternalServerError, error) GetLowestInstanceSpecShort(params *GetLowestInstanceSpecParams, authInfo runtime.ClientAuthInfoWriter) (*GetLowestInstanceSpecOK, error) GetAllPodConfig(params *GetAllPodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllPodConfigOK, *GetAllPodConfigBadRequest, *GetAllPodConfigUnauthorized, *GetAllPodConfigInternalServerError, error) GetAllPodConfigShort(params *GetAllPodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllPodConfigOK, error) GetPodConfig(params *GetPodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPodConfigOK, *GetPodConfigBadRequest, *GetPodConfigUnauthorized, *GetPodConfigNotFound, *GetPodConfigInternalServerError, error) GetPodConfigShort(params *GetPodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPodConfigOK, error) CreatePodConfig(params *CreatePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePodConfigCreated, *CreatePodConfigBadRequest, *CreatePodConfigUnauthorized, *CreatePodConfigConflict, *CreatePodConfigInternalServerError, error) CreatePodConfigShort(params *CreatePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePodConfigCreated, error) DeletePodConfig(params *DeletePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePodConfigNoContent, *DeletePodConfigBadRequest, *DeletePodConfigUnauthorized, *DeletePodConfigNotFound, *DeletePodConfigConflict, *DeletePodConfigInternalServerError, error) DeletePodConfigShort(params *DeletePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePodConfigNoContent, error) UpdatePodConfig(params *UpdatePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePodConfigOK, *UpdatePodConfigBadRequest, *UpdatePodConfigUnauthorized, *UpdatePodConfigNotFound, *UpdatePodConfigConflict, *UpdatePodConfigInternalServerError, error) UpdatePodConfigShort(params *UpdatePodConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePodConfigOK, error) GetAllPodConfigClient(params *GetAllPodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllPodConfigClientOK, *GetAllPodConfigClientBadRequest, *GetAllPodConfigClientUnauthorized, *GetAllPodConfigClientInternalServerError, error) GetAllPodConfigClientShort(params *GetAllPodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllPodConfigClientOK, error) CreatePodConfigClient(params *CreatePodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePodConfigClientCreated, *CreatePodConfigClientBadRequest, *CreatePodConfigClientUnauthorized, *CreatePodConfigClientConflict, *CreatePodConfigClientInternalServerError, error) CreatePodConfigClientShort(params *CreatePodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePodConfigClientCreated, error) DeletePodConfigClient(params *DeletePodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePodConfigClientNoContent, *DeletePodConfigClientBadRequest, *DeletePodConfigClientUnauthorized, *DeletePodConfigClientNotFound, *DeletePodConfigClientConflict, *DeletePodConfigClientInternalServerError, error) DeletePodConfigClientShort(params *DeletePodConfigClientParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePodConfigClientNoContent, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new pod config API client.
type CreatePodConfigBadRequest ¶
type CreatePodConfigBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
CreatePodConfigBadRequest handles this case with default header values.
malformed request
func NewCreatePodConfigBadRequest ¶
func NewCreatePodConfigBadRequest() *CreatePodConfigBadRequest
NewCreatePodConfigBadRequest creates a CreatePodConfigBadRequest with default headers values
func (*CreatePodConfigBadRequest) Error ¶
func (o *CreatePodConfigBadRequest) Error() string
func (*CreatePodConfigBadRequest) GetPayload ¶
func (o *CreatePodConfigBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*CreatePodConfigBadRequest) ToJSONString ¶ added in v0.25.0
func (o *CreatePodConfigBadRequest) ToJSONString() string
type CreatePodConfigClientBadRequest ¶ added in v0.45.0
type CreatePodConfigClientBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
CreatePodConfigClientBadRequest handles this case with default header values.
malformed request
func NewCreatePodConfigClientBadRequest ¶ added in v0.45.0
func NewCreatePodConfigClientBadRequest() *CreatePodConfigClientBadRequest
NewCreatePodConfigClientBadRequest creates a CreatePodConfigClientBadRequest with default headers values
func (*CreatePodConfigClientBadRequest) Error ¶ added in v0.45.0
func (o *CreatePodConfigClientBadRequest) Error() string
func (*CreatePodConfigClientBadRequest) GetPayload ¶ added in v0.45.0
func (o *CreatePodConfigClientBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*CreatePodConfigClientBadRequest) ToJSONString ¶ added in v0.45.0
func (o *CreatePodConfigClientBadRequest) ToJSONString() string
type CreatePodConfigClientConflict ¶ added in v0.45.0
type CreatePodConfigClientConflict struct {
Payload *dsmcclientmodels.ResponseError
}
CreatePodConfigClientConflict handles this case with default header values.
pod config already exists
func NewCreatePodConfigClientConflict ¶ added in v0.45.0
func NewCreatePodConfigClientConflict() *CreatePodConfigClientConflict
NewCreatePodConfigClientConflict creates a CreatePodConfigClientConflict with default headers values
func (*CreatePodConfigClientConflict) Error ¶ added in v0.45.0
func (o *CreatePodConfigClientConflict) Error() string
func (*CreatePodConfigClientConflict) GetPayload ¶ added in v0.45.0
func (o *CreatePodConfigClientConflict) GetPayload() *dsmcclientmodels.ResponseError
func (*CreatePodConfigClientConflict) ToJSONString ¶ added in v0.45.0
func (o *CreatePodConfigClientConflict) ToJSONString() string
type CreatePodConfigClientCreated ¶ added in v0.45.0
type CreatePodConfigClientCreated struct {
Payload *dsmcclientmodels.ModelsPodConfigRecord
}
CreatePodConfigClientCreated handles this case with default header values.
pod config created
func NewCreatePodConfigClientCreated ¶ added in v0.45.0
func NewCreatePodConfigClientCreated() *CreatePodConfigClientCreated
NewCreatePodConfigClientCreated creates a CreatePodConfigClientCreated with default headers values
func (*CreatePodConfigClientCreated) Error ¶ added in v0.45.0
func (o *CreatePodConfigClientCreated) Error() string
func (*CreatePodConfigClientCreated) GetPayload ¶ added in v0.45.0
func (o *CreatePodConfigClientCreated) GetPayload() *dsmcclientmodels.ModelsPodConfigRecord
func (*CreatePodConfigClientCreated) ToJSONString ¶ added in v0.45.0
func (o *CreatePodConfigClientCreated) ToJSONString() string
type CreatePodConfigClientInternalServerError ¶ added in v0.45.0
type CreatePodConfigClientInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
CreatePodConfigClientInternalServerError handles this case with default header values.
Internal Server Error
func NewCreatePodConfigClientInternalServerError ¶ added in v0.45.0
func NewCreatePodConfigClientInternalServerError() *CreatePodConfigClientInternalServerError
NewCreatePodConfigClientInternalServerError creates a CreatePodConfigClientInternalServerError with default headers values
func (*CreatePodConfigClientInternalServerError) Error ¶ added in v0.45.0
func (o *CreatePodConfigClientInternalServerError) Error() string
func (*CreatePodConfigClientInternalServerError) GetPayload ¶ added in v0.45.0
func (o *CreatePodConfigClientInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*CreatePodConfigClientInternalServerError) ToJSONString ¶ added in v0.45.0
func (o *CreatePodConfigClientInternalServerError) ToJSONString() string
type CreatePodConfigClientParams ¶ added in v0.45.0
type CreatePodConfigClientParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *dsmcclientmodels.ModelsCreatePodConfigRequest /*Name pod name */ Name string /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreatePodConfigClientParams contains all the parameters to send to the API endpoint for the create pod config client operation typically these are written to a http.Request
func NewCreatePodConfigClientParams ¶ added in v0.45.0
func NewCreatePodConfigClientParams() *CreatePodConfigClientParams
NewCreatePodConfigClientParams creates a new CreatePodConfigClientParams object with the default values initialized.
func NewCreatePodConfigClientParamsWithContext ¶ added in v0.45.0
func NewCreatePodConfigClientParamsWithContext(ctx context.Context) *CreatePodConfigClientParams
NewCreatePodConfigClientParamsWithContext creates a new CreatePodConfigClientParams object with the default values initialized, and the ability to set a context for a request
func NewCreatePodConfigClientParamsWithHTTPClient ¶ added in v0.45.0
func NewCreatePodConfigClientParamsWithHTTPClient(client *http.Client) *CreatePodConfigClientParams
NewCreatePodConfigClientParamsWithHTTPClient creates a new CreatePodConfigClientParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreatePodConfigClientParamsWithTimeout ¶ added in v0.45.0
func NewCreatePodConfigClientParamsWithTimeout(timeout time.Duration) *CreatePodConfigClientParams
NewCreatePodConfigClientParamsWithTimeout creates a new CreatePodConfigClientParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreatePodConfigClientParams) SetAuthInfoWriter ¶ added in v0.45.0
func (o *CreatePodConfigClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the create pod config client params
func (*CreatePodConfigClientParams) SetBody ¶ added in v0.45.0
func (o *CreatePodConfigClientParams) SetBody(body *dsmcclientmodels.ModelsCreatePodConfigRequest)
SetBody adds the body to the create pod config client params
func (*CreatePodConfigClientParams) SetContext ¶ added in v0.45.0
func (o *CreatePodConfigClientParams) SetContext(ctx context.Context)
SetContext adds the context to the create pod config client params
func (*CreatePodConfigClientParams) SetHTTPClient ¶ added in v0.45.0
func (o *CreatePodConfigClientParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create pod config client params
func (*CreatePodConfigClientParams) SetHTTPClientTransport ¶ added in v0.45.0
func (o *CreatePodConfigClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the create pod config client params
func (*CreatePodConfigClientParams) SetName ¶ added in v0.45.0
func (o *CreatePodConfigClientParams) SetName(name string)
SetName adds the name to the create pod config client params
func (*CreatePodConfigClientParams) SetNamespace ¶ added in v0.45.0
func (o *CreatePodConfigClientParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the create pod config client params
func (*CreatePodConfigClientParams) SetTimeout ¶ added in v0.45.0
func (o *CreatePodConfigClientParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create pod config client params
func (*CreatePodConfigClientParams) WithBody ¶ added in v0.45.0
func (o *CreatePodConfigClientParams) WithBody(body *dsmcclientmodels.ModelsCreatePodConfigRequest) *CreatePodConfigClientParams
WithBody adds the body to the create pod config client params
func (*CreatePodConfigClientParams) WithContext ¶ added in v0.45.0
func (o *CreatePodConfigClientParams) WithContext(ctx context.Context) *CreatePodConfigClientParams
WithContext adds the context to the create pod config client params
func (*CreatePodConfigClientParams) WithHTTPClient ¶ added in v0.45.0
func (o *CreatePodConfigClientParams) WithHTTPClient(client *http.Client) *CreatePodConfigClientParams
WithHTTPClient adds the HTTPClient to the create pod config client params
func (*CreatePodConfigClientParams) WithName ¶ added in v0.45.0
func (o *CreatePodConfigClientParams) WithName(name string) *CreatePodConfigClientParams
WithName adds the name to the create pod config client params
func (*CreatePodConfigClientParams) WithNamespace ¶ added in v0.45.0
func (o *CreatePodConfigClientParams) WithNamespace(namespace string) *CreatePodConfigClientParams
WithNamespace adds the namespace to the create pod config client params
func (*CreatePodConfigClientParams) WithTimeout ¶ added in v0.45.0
func (o *CreatePodConfigClientParams) WithTimeout(timeout time.Duration) *CreatePodConfigClientParams
WithTimeout adds the timeout to the create pod config client params
func (*CreatePodConfigClientParams) WriteToRequest ¶ added in v0.45.0
func (o *CreatePodConfigClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreatePodConfigClientReader ¶ added in v0.45.0
type CreatePodConfigClientReader struct {
// contains filtered or unexported fields
}
CreatePodConfigClientReader is a Reader for the CreatePodConfigClient structure.
func (*CreatePodConfigClientReader) ReadResponse ¶ added in v0.45.0
func (o *CreatePodConfigClientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreatePodConfigClientUnauthorized ¶ added in v0.45.0
type CreatePodConfigClientUnauthorized struct {
}CreatePodConfigClientUnauthorized handles this case with default header values.
Unauthorized
func NewCreatePodConfigClientUnauthorized ¶ added in v0.45.0
func NewCreatePodConfigClientUnauthorized() *CreatePodConfigClientUnauthorized
NewCreatePodConfigClientUnauthorized creates a CreatePodConfigClientUnauthorized with default headers values
func (*CreatePodConfigClientUnauthorized) Error ¶ added in v0.45.0
func (o *CreatePodConfigClientUnauthorized) Error() string
func (*CreatePodConfigClientUnauthorized) GetPayload ¶ added in v0.45.0
func (o *CreatePodConfigClientUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*CreatePodConfigClientUnauthorized) ToJSONString ¶ added in v0.45.0
func (o *CreatePodConfigClientUnauthorized) ToJSONString() string
type CreatePodConfigConflict ¶
type CreatePodConfigConflict struct {
Payload *dsmcclientmodels.ResponseError
}
CreatePodConfigConflict handles this case with default header values.
pod config already exists
func NewCreatePodConfigConflict ¶
func NewCreatePodConfigConflict() *CreatePodConfigConflict
NewCreatePodConfigConflict creates a CreatePodConfigConflict with default headers values
func (*CreatePodConfigConflict) Error ¶
func (o *CreatePodConfigConflict) Error() string
func (*CreatePodConfigConflict) GetPayload ¶
func (o *CreatePodConfigConflict) GetPayload() *dsmcclientmodels.ResponseError
func (*CreatePodConfigConflict) ToJSONString ¶ added in v0.25.0
func (o *CreatePodConfigConflict) ToJSONString() string
type CreatePodConfigCreated ¶
type CreatePodConfigCreated struct {
Payload *dsmcclientmodels.ModelsPodConfigRecord
}
CreatePodConfigCreated handles this case with default header values.
pod config created
func NewCreatePodConfigCreated ¶
func NewCreatePodConfigCreated() *CreatePodConfigCreated
NewCreatePodConfigCreated creates a CreatePodConfigCreated with default headers values
func (*CreatePodConfigCreated) Error ¶
func (o *CreatePodConfigCreated) Error() string
func (*CreatePodConfigCreated) GetPayload ¶
func (o *CreatePodConfigCreated) GetPayload() *dsmcclientmodels.ModelsPodConfigRecord
func (*CreatePodConfigCreated) ToJSONString ¶ added in v0.25.0
func (o *CreatePodConfigCreated) ToJSONString() string
type CreatePodConfigInternalServerError ¶
type CreatePodConfigInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
CreatePodConfigInternalServerError handles this case with default header values.
Internal Server Error
func NewCreatePodConfigInternalServerError ¶
func NewCreatePodConfigInternalServerError() *CreatePodConfigInternalServerError
NewCreatePodConfigInternalServerError creates a CreatePodConfigInternalServerError with default headers values
func (*CreatePodConfigInternalServerError) Error ¶
func (o *CreatePodConfigInternalServerError) Error() string
func (*CreatePodConfigInternalServerError) GetPayload ¶
func (o *CreatePodConfigInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*CreatePodConfigInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *CreatePodConfigInternalServerError) ToJSONString() string
type CreatePodConfigParams ¶
type CreatePodConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *dsmcclientmodels.ModelsCreatePodConfigRequest /*Name pod name */ Name string /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreatePodConfigParams contains all the parameters to send to the API endpoint for the create pod config operation typically these are written to a http.Request
func NewCreatePodConfigParams ¶
func NewCreatePodConfigParams() *CreatePodConfigParams
NewCreatePodConfigParams creates a new CreatePodConfigParams object with the default values initialized.
func NewCreatePodConfigParamsWithContext ¶
func NewCreatePodConfigParamsWithContext(ctx context.Context) *CreatePodConfigParams
NewCreatePodConfigParamsWithContext creates a new CreatePodConfigParams object with the default values initialized, and the ability to set a context for a request
func NewCreatePodConfigParamsWithHTTPClient ¶
func NewCreatePodConfigParamsWithHTTPClient(client *http.Client) *CreatePodConfigParams
NewCreatePodConfigParamsWithHTTPClient creates a new CreatePodConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreatePodConfigParamsWithTimeout ¶
func NewCreatePodConfigParamsWithTimeout(timeout time.Duration) *CreatePodConfigParams
NewCreatePodConfigParamsWithTimeout creates a new CreatePodConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreatePodConfigParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *CreatePodConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the create pod config params
func (*CreatePodConfigParams) SetBody ¶
func (o *CreatePodConfigParams) SetBody(body *dsmcclientmodels.ModelsCreatePodConfigRequest)
SetBody adds the body to the create pod config params
func (*CreatePodConfigParams) SetContext ¶
func (o *CreatePodConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the create pod config params
func (*CreatePodConfigParams) SetHTTPClient ¶
func (o *CreatePodConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create pod config params
func (*CreatePodConfigParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *CreatePodConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the create pod config params
func (*CreatePodConfigParams) SetName ¶
func (o *CreatePodConfigParams) SetName(name string)
SetName adds the name to the create pod config params
func (*CreatePodConfigParams) SetNamespace ¶
func (o *CreatePodConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the create pod config params
func (*CreatePodConfigParams) SetTimeout ¶
func (o *CreatePodConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create pod config params
func (*CreatePodConfigParams) WithBody ¶
func (o *CreatePodConfigParams) WithBody(body *dsmcclientmodels.ModelsCreatePodConfigRequest) *CreatePodConfigParams
WithBody adds the body to the create pod config params
func (*CreatePodConfigParams) WithContext ¶
func (o *CreatePodConfigParams) WithContext(ctx context.Context) *CreatePodConfigParams
WithContext adds the context to the create pod config params
func (*CreatePodConfigParams) WithHTTPClient ¶
func (o *CreatePodConfigParams) WithHTTPClient(client *http.Client) *CreatePodConfigParams
WithHTTPClient adds the HTTPClient to the create pod config params
func (*CreatePodConfigParams) WithName ¶
func (o *CreatePodConfigParams) WithName(name string) *CreatePodConfigParams
WithName adds the name to the create pod config params
func (*CreatePodConfigParams) WithNamespace ¶
func (o *CreatePodConfigParams) WithNamespace(namespace string) *CreatePodConfigParams
WithNamespace adds the namespace to the create pod config params
func (*CreatePodConfigParams) WithTimeout ¶
func (o *CreatePodConfigParams) WithTimeout(timeout time.Duration) *CreatePodConfigParams
WithTimeout adds the timeout to the create pod config params
func (*CreatePodConfigParams) WriteToRequest ¶
func (o *CreatePodConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreatePodConfigReader ¶
type CreatePodConfigReader struct {
// contains filtered or unexported fields
}
CreatePodConfigReader is a Reader for the CreatePodConfig structure.
func (*CreatePodConfigReader) ReadResponse ¶
func (o *CreatePodConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreatePodConfigUnauthorized ¶
type CreatePodConfigUnauthorized struct {
}CreatePodConfigUnauthorized handles this case with default header values.
Unauthorized
func NewCreatePodConfigUnauthorized ¶
func NewCreatePodConfigUnauthorized() *CreatePodConfigUnauthorized
NewCreatePodConfigUnauthorized creates a CreatePodConfigUnauthorized with default headers values
func (*CreatePodConfigUnauthorized) Error ¶
func (o *CreatePodConfigUnauthorized) Error() string
func (*CreatePodConfigUnauthorized) GetPayload ¶
func (o *CreatePodConfigUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*CreatePodConfigUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *CreatePodConfigUnauthorized) ToJSONString() string
type DeletePodConfigBadRequest ¶
type DeletePodConfigBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
DeletePodConfigBadRequest handles this case with default header values.
malformed request
func NewDeletePodConfigBadRequest ¶
func NewDeletePodConfigBadRequest() *DeletePodConfigBadRequest
NewDeletePodConfigBadRequest creates a DeletePodConfigBadRequest with default headers values
func (*DeletePodConfigBadRequest) Error ¶
func (o *DeletePodConfigBadRequest) Error() string
func (*DeletePodConfigBadRequest) GetPayload ¶
func (o *DeletePodConfigBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*DeletePodConfigBadRequest) ToJSONString ¶ added in v0.25.0
func (o *DeletePodConfigBadRequest) ToJSONString() string
type DeletePodConfigClientBadRequest ¶ added in v0.45.0
type DeletePodConfigClientBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
DeletePodConfigClientBadRequest handles this case with default header values.
malformed request
func NewDeletePodConfigClientBadRequest ¶ added in v0.45.0
func NewDeletePodConfigClientBadRequest() *DeletePodConfigClientBadRequest
NewDeletePodConfigClientBadRequest creates a DeletePodConfigClientBadRequest with default headers values
func (*DeletePodConfigClientBadRequest) Error ¶ added in v0.45.0
func (o *DeletePodConfigClientBadRequest) Error() string
func (*DeletePodConfigClientBadRequest) GetPayload ¶ added in v0.45.0
func (o *DeletePodConfigClientBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*DeletePodConfigClientBadRequest) ToJSONString ¶ added in v0.45.0
func (o *DeletePodConfigClientBadRequest) ToJSONString() string
type DeletePodConfigClientConflict ¶ added in v0.45.0
type DeletePodConfigClientConflict struct {
Payload *dsmcclientmodels.ResponseError
}
DeletePodConfigClientConflict handles this case with default header values.
pod config in use
func NewDeletePodConfigClientConflict ¶ added in v0.45.0
func NewDeletePodConfigClientConflict() *DeletePodConfigClientConflict
NewDeletePodConfigClientConflict creates a DeletePodConfigClientConflict with default headers values
func (*DeletePodConfigClientConflict) Error ¶ added in v0.45.0
func (o *DeletePodConfigClientConflict) Error() string
func (*DeletePodConfigClientConflict) GetPayload ¶ added in v0.45.0
func (o *DeletePodConfigClientConflict) GetPayload() *dsmcclientmodels.ResponseError
func (*DeletePodConfigClientConflict) ToJSONString ¶ added in v0.45.0
func (o *DeletePodConfigClientConflict) ToJSONString() string
type DeletePodConfigClientInternalServerError ¶ added in v0.45.0
type DeletePodConfigClientInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
DeletePodConfigClientInternalServerError handles this case with default header values.
Internal Server Error
func NewDeletePodConfigClientInternalServerError ¶ added in v0.45.0
func NewDeletePodConfigClientInternalServerError() *DeletePodConfigClientInternalServerError
NewDeletePodConfigClientInternalServerError creates a DeletePodConfigClientInternalServerError with default headers values
func (*DeletePodConfigClientInternalServerError) Error ¶ added in v0.45.0
func (o *DeletePodConfigClientInternalServerError) Error() string
func (*DeletePodConfigClientInternalServerError) GetPayload ¶ added in v0.45.0
func (o *DeletePodConfigClientInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*DeletePodConfigClientInternalServerError) ToJSONString ¶ added in v0.45.0
func (o *DeletePodConfigClientInternalServerError) ToJSONString() string
type DeletePodConfigClientNoContent ¶ added in v0.45.0
type DeletePodConfigClientNoContent struct { }
DeletePodConfigClientNoContent handles this case with default header values.
pod config deleted
func NewDeletePodConfigClientNoContent ¶ added in v0.45.0
func NewDeletePodConfigClientNoContent() *DeletePodConfigClientNoContent
NewDeletePodConfigClientNoContent creates a DeletePodConfigClientNoContent with default headers values
func (*DeletePodConfigClientNoContent) Error ¶ added in v0.45.0
func (o *DeletePodConfigClientNoContent) Error() string
type DeletePodConfigClientNotFound ¶ added in v0.45.0
type DeletePodConfigClientNotFound struct {
Payload *dsmcclientmodels.ResponseError
}
DeletePodConfigClientNotFound handles this case with default header values.
pod config not found
func NewDeletePodConfigClientNotFound ¶ added in v0.45.0
func NewDeletePodConfigClientNotFound() *DeletePodConfigClientNotFound
NewDeletePodConfigClientNotFound creates a DeletePodConfigClientNotFound with default headers values
func (*DeletePodConfigClientNotFound) Error ¶ added in v0.45.0
func (o *DeletePodConfigClientNotFound) Error() string
func (*DeletePodConfigClientNotFound) GetPayload ¶ added in v0.45.0
func (o *DeletePodConfigClientNotFound) GetPayload() *dsmcclientmodels.ResponseError
func (*DeletePodConfigClientNotFound) ToJSONString ¶ added in v0.45.0
func (o *DeletePodConfigClientNotFound) ToJSONString() string
type DeletePodConfigClientParams ¶ added in v0.45.0
type DeletePodConfigClientParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Name pod name */ Name string /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeletePodConfigClientParams contains all the parameters to send to the API endpoint for the delete pod config client operation typically these are written to a http.Request
func NewDeletePodConfigClientParams ¶ added in v0.45.0
func NewDeletePodConfigClientParams() *DeletePodConfigClientParams
NewDeletePodConfigClientParams creates a new DeletePodConfigClientParams object with the default values initialized.
func NewDeletePodConfigClientParamsWithContext ¶ added in v0.45.0
func NewDeletePodConfigClientParamsWithContext(ctx context.Context) *DeletePodConfigClientParams
NewDeletePodConfigClientParamsWithContext creates a new DeletePodConfigClientParams object with the default values initialized, and the ability to set a context for a request
func NewDeletePodConfigClientParamsWithHTTPClient ¶ added in v0.45.0
func NewDeletePodConfigClientParamsWithHTTPClient(client *http.Client) *DeletePodConfigClientParams
NewDeletePodConfigClientParamsWithHTTPClient creates a new DeletePodConfigClientParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeletePodConfigClientParamsWithTimeout ¶ added in v0.45.0
func NewDeletePodConfigClientParamsWithTimeout(timeout time.Duration) *DeletePodConfigClientParams
NewDeletePodConfigClientParamsWithTimeout creates a new DeletePodConfigClientParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeletePodConfigClientParams) SetAuthInfoWriter ¶ added in v0.45.0
func (o *DeletePodConfigClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete pod config client params
func (*DeletePodConfigClientParams) SetContext ¶ added in v0.45.0
func (o *DeletePodConfigClientParams) SetContext(ctx context.Context)
SetContext adds the context to the delete pod config client params
func (*DeletePodConfigClientParams) SetHTTPClient ¶ added in v0.45.0
func (o *DeletePodConfigClientParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete pod config client params
func (*DeletePodConfigClientParams) SetHTTPClientTransport ¶ added in v0.45.0
func (o *DeletePodConfigClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete pod config client params
func (*DeletePodConfigClientParams) SetName ¶ added in v0.45.0
func (o *DeletePodConfigClientParams) SetName(name string)
SetName adds the name to the delete pod config client params
func (*DeletePodConfigClientParams) SetNamespace ¶ added in v0.45.0
func (o *DeletePodConfigClientParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete pod config client params
func (*DeletePodConfigClientParams) SetTimeout ¶ added in v0.45.0
func (o *DeletePodConfigClientParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete pod config client params
func (*DeletePodConfigClientParams) WithContext ¶ added in v0.45.0
func (o *DeletePodConfigClientParams) WithContext(ctx context.Context) *DeletePodConfigClientParams
WithContext adds the context to the delete pod config client params
func (*DeletePodConfigClientParams) WithHTTPClient ¶ added in v0.45.0
func (o *DeletePodConfigClientParams) WithHTTPClient(client *http.Client) *DeletePodConfigClientParams
WithHTTPClient adds the HTTPClient to the delete pod config client params
func (*DeletePodConfigClientParams) WithName ¶ added in v0.45.0
func (o *DeletePodConfigClientParams) WithName(name string) *DeletePodConfigClientParams
WithName adds the name to the delete pod config client params
func (*DeletePodConfigClientParams) WithNamespace ¶ added in v0.45.0
func (o *DeletePodConfigClientParams) WithNamespace(namespace string) *DeletePodConfigClientParams
WithNamespace adds the namespace to the delete pod config client params
func (*DeletePodConfigClientParams) WithTimeout ¶ added in v0.45.0
func (o *DeletePodConfigClientParams) WithTimeout(timeout time.Duration) *DeletePodConfigClientParams
WithTimeout adds the timeout to the delete pod config client params
func (*DeletePodConfigClientParams) WriteToRequest ¶ added in v0.45.0
func (o *DeletePodConfigClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePodConfigClientReader ¶ added in v0.45.0
type DeletePodConfigClientReader struct {
// contains filtered or unexported fields
}
DeletePodConfigClientReader is a Reader for the DeletePodConfigClient structure.
func (*DeletePodConfigClientReader) ReadResponse ¶ added in v0.45.0
func (o *DeletePodConfigClientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeletePodConfigClientUnauthorized ¶ added in v0.45.0
type DeletePodConfigClientUnauthorized struct {
}DeletePodConfigClientUnauthorized handles this case with default header values.
Unauthorized
func NewDeletePodConfigClientUnauthorized ¶ added in v0.45.0
func NewDeletePodConfigClientUnauthorized() *DeletePodConfigClientUnauthorized
NewDeletePodConfigClientUnauthorized creates a DeletePodConfigClientUnauthorized with default headers values
func (*DeletePodConfigClientUnauthorized) Error ¶ added in v0.45.0
func (o *DeletePodConfigClientUnauthorized) Error() string
func (*DeletePodConfigClientUnauthorized) GetPayload ¶ added in v0.45.0
func (o *DeletePodConfigClientUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*DeletePodConfigClientUnauthorized) ToJSONString ¶ added in v0.45.0
func (o *DeletePodConfigClientUnauthorized) ToJSONString() string
type DeletePodConfigConflict ¶
type DeletePodConfigConflict struct {
Payload *dsmcclientmodels.ResponseError
}
DeletePodConfigConflict handles this case with default header values.
pod config in use
func NewDeletePodConfigConflict ¶
func NewDeletePodConfigConflict() *DeletePodConfigConflict
NewDeletePodConfigConflict creates a DeletePodConfigConflict with default headers values
func (*DeletePodConfigConflict) Error ¶
func (o *DeletePodConfigConflict) Error() string
func (*DeletePodConfigConflict) GetPayload ¶
func (o *DeletePodConfigConflict) GetPayload() *dsmcclientmodels.ResponseError
func (*DeletePodConfigConflict) ToJSONString ¶ added in v0.25.0
func (o *DeletePodConfigConflict) ToJSONString() string
type DeletePodConfigInternalServerError ¶
type DeletePodConfigInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
DeletePodConfigInternalServerError handles this case with default header values.
Internal Server Error
func NewDeletePodConfigInternalServerError ¶
func NewDeletePodConfigInternalServerError() *DeletePodConfigInternalServerError
NewDeletePodConfigInternalServerError creates a DeletePodConfigInternalServerError with default headers values
func (*DeletePodConfigInternalServerError) Error ¶
func (o *DeletePodConfigInternalServerError) Error() string
func (*DeletePodConfigInternalServerError) GetPayload ¶
func (o *DeletePodConfigInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*DeletePodConfigInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *DeletePodConfigInternalServerError) ToJSONString() string
type DeletePodConfigNoContent ¶
type DeletePodConfigNoContent struct { }
DeletePodConfigNoContent handles this case with default header values.
pod config deleted
func NewDeletePodConfigNoContent ¶
func NewDeletePodConfigNoContent() *DeletePodConfigNoContent
NewDeletePodConfigNoContent creates a DeletePodConfigNoContent with default headers values
func (*DeletePodConfigNoContent) Error ¶
func (o *DeletePodConfigNoContent) Error() string
type DeletePodConfigNotFound ¶
type DeletePodConfigNotFound struct {
Payload *dsmcclientmodels.ResponseError
}
DeletePodConfigNotFound handles this case with default header values.
pod config not found
func NewDeletePodConfigNotFound ¶
func NewDeletePodConfigNotFound() *DeletePodConfigNotFound
NewDeletePodConfigNotFound creates a DeletePodConfigNotFound with default headers values
func (*DeletePodConfigNotFound) Error ¶
func (o *DeletePodConfigNotFound) Error() string
func (*DeletePodConfigNotFound) GetPayload ¶
func (o *DeletePodConfigNotFound) GetPayload() *dsmcclientmodels.ResponseError
func (*DeletePodConfigNotFound) ToJSONString ¶ added in v0.25.0
func (o *DeletePodConfigNotFound) ToJSONString() string
type DeletePodConfigParams ¶
type DeletePodConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Name pod name */ Name string /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeletePodConfigParams contains all the parameters to send to the API endpoint for the delete pod config operation typically these are written to a http.Request
func NewDeletePodConfigParams ¶
func NewDeletePodConfigParams() *DeletePodConfigParams
NewDeletePodConfigParams creates a new DeletePodConfigParams object with the default values initialized.
func NewDeletePodConfigParamsWithContext ¶
func NewDeletePodConfigParamsWithContext(ctx context.Context) *DeletePodConfigParams
NewDeletePodConfigParamsWithContext creates a new DeletePodConfigParams object with the default values initialized, and the ability to set a context for a request
func NewDeletePodConfigParamsWithHTTPClient ¶
func NewDeletePodConfigParamsWithHTTPClient(client *http.Client) *DeletePodConfigParams
NewDeletePodConfigParamsWithHTTPClient creates a new DeletePodConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeletePodConfigParamsWithTimeout ¶
func NewDeletePodConfigParamsWithTimeout(timeout time.Duration) *DeletePodConfigParams
NewDeletePodConfigParamsWithTimeout creates a new DeletePodConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeletePodConfigParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *DeletePodConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete pod config params
func (*DeletePodConfigParams) SetContext ¶
func (o *DeletePodConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the delete pod config params
func (*DeletePodConfigParams) SetHTTPClient ¶
func (o *DeletePodConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete pod config params
func (*DeletePodConfigParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *DeletePodConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete pod config params
func (*DeletePodConfigParams) SetName ¶
func (o *DeletePodConfigParams) SetName(name string)
SetName adds the name to the delete pod config params
func (*DeletePodConfigParams) SetNamespace ¶
func (o *DeletePodConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete pod config params
func (*DeletePodConfigParams) SetTimeout ¶
func (o *DeletePodConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete pod config params
func (*DeletePodConfigParams) WithContext ¶
func (o *DeletePodConfigParams) WithContext(ctx context.Context) *DeletePodConfigParams
WithContext adds the context to the delete pod config params
func (*DeletePodConfigParams) WithHTTPClient ¶
func (o *DeletePodConfigParams) WithHTTPClient(client *http.Client) *DeletePodConfigParams
WithHTTPClient adds the HTTPClient to the delete pod config params
func (*DeletePodConfigParams) WithName ¶
func (o *DeletePodConfigParams) WithName(name string) *DeletePodConfigParams
WithName adds the name to the delete pod config params
func (*DeletePodConfigParams) WithNamespace ¶
func (o *DeletePodConfigParams) WithNamespace(namespace string) *DeletePodConfigParams
WithNamespace adds the namespace to the delete pod config params
func (*DeletePodConfigParams) WithTimeout ¶
func (o *DeletePodConfigParams) WithTimeout(timeout time.Duration) *DeletePodConfigParams
WithTimeout adds the timeout to the delete pod config params
func (*DeletePodConfigParams) WriteToRequest ¶
func (o *DeletePodConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePodConfigReader ¶
type DeletePodConfigReader struct {
// contains filtered or unexported fields
}
DeletePodConfigReader is a Reader for the DeletePodConfig structure.
func (*DeletePodConfigReader) ReadResponse ¶
func (o *DeletePodConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeletePodConfigUnauthorized ¶
type DeletePodConfigUnauthorized struct {
}DeletePodConfigUnauthorized handles this case with default header values.
Unauthorized
func NewDeletePodConfigUnauthorized ¶
func NewDeletePodConfigUnauthorized() *DeletePodConfigUnauthorized
NewDeletePodConfigUnauthorized creates a DeletePodConfigUnauthorized with default headers values
func (*DeletePodConfigUnauthorized) Error ¶
func (o *DeletePodConfigUnauthorized) Error() string
func (*DeletePodConfigUnauthorized) GetPayload ¶
func (o *DeletePodConfigUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*DeletePodConfigUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *DeletePodConfigUnauthorized) ToJSONString() string
type GetAllPodConfigBadRequest ¶
type GetAllPodConfigBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
GetAllPodConfigBadRequest handles this case with default header values.
malformed request
func NewGetAllPodConfigBadRequest ¶
func NewGetAllPodConfigBadRequest() *GetAllPodConfigBadRequest
NewGetAllPodConfigBadRequest creates a GetAllPodConfigBadRequest with default headers values
func (*GetAllPodConfigBadRequest) Error ¶
func (o *GetAllPodConfigBadRequest) Error() string
func (*GetAllPodConfigBadRequest) GetPayload ¶
func (o *GetAllPodConfigBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*GetAllPodConfigBadRequest) ToJSONString ¶ added in v0.25.0
func (o *GetAllPodConfigBadRequest) ToJSONString() string
type GetAllPodConfigClientBadRequest ¶ added in v0.45.0
type GetAllPodConfigClientBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
GetAllPodConfigClientBadRequest handles this case with default header values.
malformed request
func NewGetAllPodConfigClientBadRequest ¶ added in v0.45.0
func NewGetAllPodConfigClientBadRequest() *GetAllPodConfigClientBadRequest
NewGetAllPodConfigClientBadRequest creates a GetAllPodConfigClientBadRequest with default headers values
func (*GetAllPodConfigClientBadRequest) Error ¶ added in v0.45.0
func (o *GetAllPodConfigClientBadRequest) Error() string
func (*GetAllPodConfigClientBadRequest) GetPayload ¶ added in v0.45.0
func (o *GetAllPodConfigClientBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*GetAllPodConfigClientBadRequest) ToJSONString ¶ added in v0.45.0
func (o *GetAllPodConfigClientBadRequest) ToJSONString() string
type GetAllPodConfigClientInternalServerError ¶ added in v0.45.0
type GetAllPodConfigClientInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
GetAllPodConfigClientInternalServerError handles this case with default header values.
Internal Server Error
func NewGetAllPodConfigClientInternalServerError ¶ added in v0.45.0
func NewGetAllPodConfigClientInternalServerError() *GetAllPodConfigClientInternalServerError
NewGetAllPodConfigClientInternalServerError creates a GetAllPodConfigClientInternalServerError with default headers values
func (*GetAllPodConfigClientInternalServerError) Error ¶ added in v0.45.0
func (o *GetAllPodConfigClientInternalServerError) Error() string
func (*GetAllPodConfigClientInternalServerError) GetPayload ¶ added in v0.45.0
func (o *GetAllPodConfigClientInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*GetAllPodConfigClientInternalServerError) ToJSONString ¶ added in v0.45.0
func (o *GetAllPodConfigClientInternalServerError) ToJSONString() string
type GetAllPodConfigClientOK ¶ added in v0.45.0
type GetAllPodConfigClientOK struct {
Payload *dsmcclientmodels.ModelsListPodConfigResponse
}
GetAllPodConfigClientOK handles this case with default header values.
ok
func NewGetAllPodConfigClientOK ¶ added in v0.45.0
func NewGetAllPodConfigClientOK() *GetAllPodConfigClientOK
NewGetAllPodConfigClientOK creates a GetAllPodConfigClientOK with default headers values
func (*GetAllPodConfigClientOK) Error ¶ added in v0.45.0
func (o *GetAllPodConfigClientOK) Error() string
func (*GetAllPodConfigClientOK) GetPayload ¶ added in v0.45.0
func (o *GetAllPodConfigClientOK) GetPayload() *dsmcclientmodels.ModelsListPodConfigResponse
func (*GetAllPodConfigClientOK) ToJSONString ¶ added in v0.45.0
func (o *GetAllPodConfigClientOK) ToJSONString() string
type GetAllPodConfigClientParams ¶ added in v0.45.0
type GetAllPodConfigClientParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*Count how many items to return */ Count int64 /*Offset offset from list to query from */ Offset int64 AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAllPodConfigClientParams contains all the parameters to send to the API endpoint for the get all pod config client operation typically these are written to a http.Request
func NewGetAllPodConfigClientParams ¶ added in v0.45.0
func NewGetAllPodConfigClientParams() *GetAllPodConfigClientParams
NewGetAllPodConfigClientParams creates a new GetAllPodConfigClientParams object with the default values initialized.
func NewGetAllPodConfigClientParamsWithContext ¶ added in v0.45.0
func NewGetAllPodConfigClientParamsWithContext(ctx context.Context) *GetAllPodConfigClientParams
NewGetAllPodConfigClientParamsWithContext creates a new GetAllPodConfigClientParams object with the default values initialized, and the ability to set a context for a request
func NewGetAllPodConfigClientParamsWithHTTPClient ¶ added in v0.45.0
func NewGetAllPodConfigClientParamsWithHTTPClient(client *http.Client) *GetAllPodConfigClientParams
NewGetAllPodConfigClientParamsWithHTTPClient creates a new GetAllPodConfigClientParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAllPodConfigClientParamsWithTimeout ¶ added in v0.45.0
func NewGetAllPodConfigClientParamsWithTimeout(timeout time.Duration) *GetAllPodConfigClientParams
NewGetAllPodConfigClientParamsWithTimeout creates a new GetAllPodConfigClientParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAllPodConfigClientParams) SetAuthInfoWriter ¶ added in v0.45.0
func (o *GetAllPodConfigClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get all pod config client params
func (*GetAllPodConfigClientParams) SetContext ¶ added in v0.45.0
func (o *GetAllPodConfigClientParams) SetContext(ctx context.Context)
SetContext adds the context to the get all pod config client params
func (*GetAllPodConfigClientParams) SetCount ¶ added in v0.45.0
func (o *GetAllPodConfigClientParams) SetCount(count int64)
SetCount adds the count to the get all pod config client params
func (*GetAllPodConfigClientParams) SetHTTPClient ¶ added in v0.45.0
func (o *GetAllPodConfigClientParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get all pod config client params
func (*GetAllPodConfigClientParams) SetHTTPClientTransport ¶ added in v0.45.0
func (o *GetAllPodConfigClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get all pod config client params
func (*GetAllPodConfigClientParams) SetNamespace ¶ added in v0.45.0
func (o *GetAllPodConfigClientParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get all pod config client params
func (*GetAllPodConfigClientParams) SetOffset ¶ added in v0.45.0
func (o *GetAllPodConfigClientParams) SetOffset(offset int64)
SetOffset adds the offset to the get all pod config client params
func (*GetAllPodConfigClientParams) SetTimeout ¶ added in v0.45.0
func (o *GetAllPodConfigClientParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get all pod config client params
func (*GetAllPodConfigClientParams) WithContext ¶ added in v0.45.0
func (o *GetAllPodConfigClientParams) WithContext(ctx context.Context) *GetAllPodConfigClientParams
WithContext adds the context to the get all pod config client params
func (*GetAllPodConfigClientParams) WithCount ¶ added in v0.45.0
func (o *GetAllPodConfigClientParams) WithCount(count int64) *GetAllPodConfigClientParams
WithCount adds the count to the get all pod config client params
func (*GetAllPodConfigClientParams) WithHTTPClient ¶ added in v0.45.0
func (o *GetAllPodConfigClientParams) WithHTTPClient(client *http.Client) *GetAllPodConfigClientParams
WithHTTPClient adds the HTTPClient to the get all pod config client params
func (*GetAllPodConfigClientParams) WithNamespace ¶ added in v0.45.0
func (o *GetAllPodConfigClientParams) WithNamespace(namespace string) *GetAllPodConfigClientParams
WithNamespace adds the namespace to the get all pod config client params
func (*GetAllPodConfigClientParams) WithOffset ¶ added in v0.45.0
func (o *GetAllPodConfigClientParams) WithOffset(offset int64) *GetAllPodConfigClientParams
WithOffset adds the offset to the get all pod config client params
func (*GetAllPodConfigClientParams) WithTimeout ¶ added in v0.45.0
func (o *GetAllPodConfigClientParams) WithTimeout(timeout time.Duration) *GetAllPodConfigClientParams
WithTimeout adds the timeout to the get all pod config client params
func (*GetAllPodConfigClientParams) WriteToRequest ¶ added in v0.45.0
func (o *GetAllPodConfigClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAllPodConfigClientReader ¶ added in v0.45.0
type GetAllPodConfigClientReader struct {
// contains filtered or unexported fields
}
GetAllPodConfigClientReader is a Reader for the GetAllPodConfigClient structure.
func (*GetAllPodConfigClientReader) ReadResponse ¶ added in v0.45.0
func (o *GetAllPodConfigClientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAllPodConfigClientUnauthorized ¶ added in v0.45.0
type GetAllPodConfigClientUnauthorized struct {
}GetAllPodConfigClientUnauthorized handles this case with default header values.
Unauthorized
func NewGetAllPodConfigClientUnauthorized ¶ added in v0.45.0
func NewGetAllPodConfigClientUnauthorized() *GetAllPodConfigClientUnauthorized
NewGetAllPodConfigClientUnauthorized creates a GetAllPodConfigClientUnauthorized with default headers values
func (*GetAllPodConfigClientUnauthorized) Error ¶ added in v0.45.0
func (o *GetAllPodConfigClientUnauthorized) Error() string
func (*GetAllPodConfigClientUnauthorized) GetPayload ¶ added in v0.45.0
func (o *GetAllPodConfigClientUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*GetAllPodConfigClientUnauthorized) ToJSONString ¶ added in v0.45.0
func (o *GetAllPodConfigClientUnauthorized) ToJSONString() string
type GetAllPodConfigInternalServerError ¶
type GetAllPodConfigInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
GetAllPodConfigInternalServerError handles this case with default header values.
Internal Server Error
func NewGetAllPodConfigInternalServerError ¶
func NewGetAllPodConfigInternalServerError() *GetAllPodConfigInternalServerError
NewGetAllPodConfigInternalServerError creates a GetAllPodConfigInternalServerError with default headers values
func (*GetAllPodConfigInternalServerError) Error ¶
func (o *GetAllPodConfigInternalServerError) Error() string
func (*GetAllPodConfigInternalServerError) GetPayload ¶
func (o *GetAllPodConfigInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*GetAllPodConfigInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *GetAllPodConfigInternalServerError) ToJSONString() string
type GetAllPodConfigOK ¶
type GetAllPodConfigOK struct {
Payload *dsmcclientmodels.ModelsListPodConfigResponse
}
GetAllPodConfigOK handles this case with default header values.
ok
func NewGetAllPodConfigOK ¶
func NewGetAllPodConfigOK() *GetAllPodConfigOK
NewGetAllPodConfigOK creates a GetAllPodConfigOK with default headers values
func (*GetAllPodConfigOK) Error ¶
func (o *GetAllPodConfigOK) Error() string
func (*GetAllPodConfigOK) GetPayload ¶
func (o *GetAllPodConfigOK) GetPayload() *dsmcclientmodels.ModelsListPodConfigResponse
func (*GetAllPodConfigOK) ToJSONString ¶ added in v0.25.0
func (o *GetAllPodConfigOK) ToJSONString() string
type GetAllPodConfigParams ¶
type GetAllPodConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*Count how many items to return */ Count int64 /*Offset offset from list to query from */ Offset int64 AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAllPodConfigParams contains all the parameters to send to the API endpoint for the get all pod config operation typically these are written to a http.Request
func NewGetAllPodConfigParams ¶
func NewGetAllPodConfigParams() *GetAllPodConfigParams
NewGetAllPodConfigParams creates a new GetAllPodConfigParams object with the default values initialized.
func NewGetAllPodConfigParamsWithContext ¶
func NewGetAllPodConfigParamsWithContext(ctx context.Context) *GetAllPodConfigParams
NewGetAllPodConfigParamsWithContext creates a new GetAllPodConfigParams object with the default values initialized, and the ability to set a context for a request
func NewGetAllPodConfigParamsWithHTTPClient ¶
func NewGetAllPodConfigParamsWithHTTPClient(client *http.Client) *GetAllPodConfigParams
NewGetAllPodConfigParamsWithHTTPClient creates a new GetAllPodConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAllPodConfigParamsWithTimeout ¶
func NewGetAllPodConfigParamsWithTimeout(timeout time.Duration) *GetAllPodConfigParams
NewGetAllPodConfigParamsWithTimeout creates a new GetAllPodConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAllPodConfigParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *GetAllPodConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get all pod config params
func (*GetAllPodConfigParams) SetContext ¶
func (o *GetAllPodConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get all pod config params
func (*GetAllPodConfigParams) SetCount ¶
func (o *GetAllPodConfigParams) SetCount(count int64)
SetCount adds the count to the get all pod config params
func (*GetAllPodConfigParams) SetHTTPClient ¶
func (o *GetAllPodConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get all pod config params
func (*GetAllPodConfigParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *GetAllPodConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get all pod config params
func (*GetAllPodConfigParams) SetNamespace ¶
func (o *GetAllPodConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get all pod config params
func (*GetAllPodConfigParams) SetOffset ¶
func (o *GetAllPodConfigParams) SetOffset(offset int64)
SetOffset adds the offset to the get all pod config params
func (*GetAllPodConfigParams) SetTimeout ¶
func (o *GetAllPodConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get all pod config params
func (*GetAllPodConfigParams) WithContext ¶
func (o *GetAllPodConfigParams) WithContext(ctx context.Context) *GetAllPodConfigParams
WithContext adds the context to the get all pod config params
func (*GetAllPodConfigParams) WithCount ¶
func (o *GetAllPodConfigParams) WithCount(count int64) *GetAllPodConfigParams
WithCount adds the count to the get all pod config params
func (*GetAllPodConfigParams) WithHTTPClient ¶
func (o *GetAllPodConfigParams) WithHTTPClient(client *http.Client) *GetAllPodConfigParams
WithHTTPClient adds the HTTPClient to the get all pod config params
func (*GetAllPodConfigParams) WithNamespace ¶
func (o *GetAllPodConfigParams) WithNamespace(namespace string) *GetAllPodConfigParams
WithNamespace adds the namespace to the get all pod config params
func (*GetAllPodConfigParams) WithOffset ¶
func (o *GetAllPodConfigParams) WithOffset(offset int64) *GetAllPodConfigParams
WithOffset adds the offset to the get all pod config params
func (*GetAllPodConfigParams) WithTimeout ¶
func (o *GetAllPodConfigParams) WithTimeout(timeout time.Duration) *GetAllPodConfigParams
WithTimeout adds the timeout to the get all pod config params
func (*GetAllPodConfigParams) WriteToRequest ¶
func (o *GetAllPodConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAllPodConfigReader ¶
type GetAllPodConfigReader struct {
// contains filtered or unexported fields
}
GetAllPodConfigReader is a Reader for the GetAllPodConfig structure.
func (*GetAllPodConfigReader) ReadResponse ¶
func (o *GetAllPodConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAllPodConfigUnauthorized ¶
type GetAllPodConfigUnauthorized struct {
}GetAllPodConfigUnauthorized handles this case with default header values.
Unauthorized
func NewGetAllPodConfigUnauthorized ¶
func NewGetAllPodConfigUnauthorized() *GetAllPodConfigUnauthorized
NewGetAllPodConfigUnauthorized creates a GetAllPodConfigUnauthorized with default headers values
func (*GetAllPodConfigUnauthorized) Error ¶
func (o *GetAllPodConfigUnauthorized) Error() string
func (*GetAllPodConfigUnauthorized) GetPayload ¶
func (o *GetAllPodConfigUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*GetAllPodConfigUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *GetAllPodConfigUnauthorized) ToJSONString() string
type GetLowestInstanceSpecInternalServerError ¶ added in v0.32.0
type GetLowestInstanceSpecInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
GetLowestInstanceSpecInternalServerError handles this case with default header values.
Internal Server Error
func NewGetLowestInstanceSpecInternalServerError ¶ added in v0.32.0
func NewGetLowestInstanceSpecInternalServerError() *GetLowestInstanceSpecInternalServerError
NewGetLowestInstanceSpecInternalServerError creates a GetLowestInstanceSpecInternalServerError with default headers values
func (*GetLowestInstanceSpecInternalServerError) Error ¶ added in v0.32.0
func (o *GetLowestInstanceSpecInternalServerError) Error() string
func (*GetLowestInstanceSpecInternalServerError) GetPayload ¶ added in v0.32.0
func (o *GetLowestInstanceSpecInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*GetLowestInstanceSpecInternalServerError) ToJSONString ¶ added in v0.32.0
func (o *GetLowestInstanceSpecInternalServerError) ToJSONString() string
type GetLowestInstanceSpecOK ¶ added in v0.32.0
type GetLowestInstanceSpecOK struct {
Payload *dsmcclientmodels.ModelsInstanceSpec
}
GetLowestInstanceSpecOK handles this case with default header values.
Lowest Instance Spec
func NewGetLowestInstanceSpecOK ¶ added in v0.32.0
func NewGetLowestInstanceSpecOK() *GetLowestInstanceSpecOK
NewGetLowestInstanceSpecOK creates a GetLowestInstanceSpecOK with default headers values
func (*GetLowestInstanceSpecOK) Error ¶ added in v0.32.0
func (o *GetLowestInstanceSpecOK) Error() string
func (*GetLowestInstanceSpecOK) GetPayload ¶ added in v0.32.0
func (o *GetLowestInstanceSpecOK) GetPayload() *dsmcclientmodels.ModelsInstanceSpec
func (*GetLowestInstanceSpecOK) ToJSONString ¶ added in v0.32.0
func (o *GetLowestInstanceSpecOK) ToJSONString() string
type GetLowestInstanceSpecParams ¶ added in v0.32.0
type GetLowestInstanceSpecParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLowestInstanceSpecParams contains all the parameters to send to the API endpoint for the get lowest instance spec operation typically these are written to a http.Request
func NewGetLowestInstanceSpecParams ¶ added in v0.32.0
func NewGetLowestInstanceSpecParams() *GetLowestInstanceSpecParams
NewGetLowestInstanceSpecParams creates a new GetLowestInstanceSpecParams object with the default values initialized.
func NewGetLowestInstanceSpecParamsWithContext ¶ added in v0.32.0
func NewGetLowestInstanceSpecParamsWithContext(ctx context.Context) *GetLowestInstanceSpecParams
NewGetLowestInstanceSpecParamsWithContext creates a new GetLowestInstanceSpecParams object with the default values initialized, and the ability to set a context for a request
func NewGetLowestInstanceSpecParamsWithHTTPClient ¶ added in v0.32.0
func NewGetLowestInstanceSpecParamsWithHTTPClient(client *http.Client) *GetLowestInstanceSpecParams
NewGetLowestInstanceSpecParamsWithHTTPClient creates a new GetLowestInstanceSpecParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetLowestInstanceSpecParamsWithTimeout ¶ added in v0.32.0
func NewGetLowestInstanceSpecParamsWithTimeout(timeout time.Duration) *GetLowestInstanceSpecParams
NewGetLowestInstanceSpecParamsWithTimeout creates a new GetLowestInstanceSpecParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetLowestInstanceSpecParams) SetAuthInfoWriter ¶ added in v0.32.0
func (o *GetLowestInstanceSpecParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get lowest instance spec params
func (*GetLowestInstanceSpecParams) SetContext ¶ added in v0.32.0
func (o *GetLowestInstanceSpecParams) SetContext(ctx context.Context)
SetContext adds the context to the get lowest instance spec params
func (*GetLowestInstanceSpecParams) SetHTTPClient ¶ added in v0.32.0
func (o *GetLowestInstanceSpecParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get lowest instance spec params
func (*GetLowestInstanceSpecParams) SetHTTPClientTransport ¶ added in v0.32.0
func (o *GetLowestInstanceSpecParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get lowest instance spec params
func (*GetLowestInstanceSpecParams) SetTimeout ¶ added in v0.32.0
func (o *GetLowestInstanceSpecParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get lowest instance spec params
func (*GetLowestInstanceSpecParams) WithContext ¶ added in v0.32.0
func (o *GetLowestInstanceSpecParams) WithContext(ctx context.Context) *GetLowestInstanceSpecParams
WithContext adds the context to the get lowest instance spec params
func (*GetLowestInstanceSpecParams) WithHTTPClient ¶ added in v0.32.0
func (o *GetLowestInstanceSpecParams) WithHTTPClient(client *http.Client) *GetLowestInstanceSpecParams
WithHTTPClient adds the HTTPClient to the get lowest instance spec params
func (*GetLowestInstanceSpecParams) WithTimeout ¶ added in v0.32.0
func (o *GetLowestInstanceSpecParams) WithTimeout(timeout time.Duration) *GetLowestInstanceSpecParams
WithTimeout adds the timeout to the get lowest instance spec params
func (*GetLowestInstanceSpecParams) WriteToRequest ¶ added in v0.32.0
func (o *GetLowestInstanceSpecParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLowestInstanceSpecReader ¶ added in v0.32.0
type GetLowestInstanceSpecReader struct {
// contains filtered or unexported fields
}
GetLowestInstanceSpecReader is a Reader for the GetLowestInstanceSpec structure.
func (*GetLowestInstanceSpecReader) ReadResponse ¶ added in v0.32.0
func (o *GetLowestInstanceSpecReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLowestInstanceSpecUnauthorized ¶ added in v0.32.0
type GetLowestInstanceSpecUnauthorized struct {
}GetLowestInstanceSpecUnauthorized handles this case with default header values.
Unauthorized
func NewGetLowestInstanceSpecUnauthorized ¶ added in v0.32.0
func NewGetLowestInstanceSpecUnauthorized() *GetLowestInstanceSpecUnauthorized
NewGetLowestInstanceSpecUnauthorized creates a GetLowestInstanceSpecUnauthorized with default headers values
func (*GetLowestInstanceSpecUnauthorized) Error ¶ added in v0.32.0
func (o *GetLowestInstanceSpecUnauthorized) Error() string
func (*GetLowestInstanceSpecUnauthorized) GetPayload ¶ added in v0.32.0
func (o *GetLowestInstanceSpecUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*GetLowestInstanceSpecUnauthorized) ToJSONString ¶ added in v0.32.0
func (o *GetLowestInstanceSpecUnauthorized) ToJSONString() string
type GetPodConfigBadRequest ¶
type GetPodConfigBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
GetPodConfigBadRequest handles this case with default header values.
malformed request
func NewGetPodConfigBadRequest ¶
func NewGetPodConfigBadRequest() *GetPodConfigBadRequest
NewGetPodConfigBadRequest creates a GetPodConfigBadRequest with default headers values
func (*GetPodConfigBadRequest) Error ¶
func (o *GetPodConfigBadRequest) Error() string
func (*GetPodConfigBadRequest) GetPayload ¶
func (o *GetPodConfigBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*GetPodConfigBadRequest) ToJSONString ¶ added in v0.25.0
func (o *GetPodConfigBadRequest) ToJSONString() string
type GetPodConfigInternalServerError ¶
type GetPodConfigInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
GetPodConfigInternalServerError handles this case with default header values.
Internal Server Error
func NewGetPodConfigInternalServerError ¶
func NewGetPodConfigInternalServerError() *GetPodConfigInternalServerError
NewGetPodConfigInternalServerError creates a GetPodConfigInternalServerError with default headers values
func (*GetPodConfigInternalServerError) Error ¶
func (o *GetPodConfigInternalServerError) Error() string
func (*GetPodConfigInternalServerError) GetPayload ¶
func (o *GetPodConfigInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*GetPodConfigInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *GetPodConfigInternalServerError) ToJSONString() string
type GetPodConfigNotFound ¶
type GetPodConfigNotFound struct {
Payload *dsmcclientmodels.ResponseError
}
GetPodConfigNotFound handles this case with default header values.
pod name not found
func NewGetPodConfigNotFound ¶
func NewGetPodConfigNotFound() *GetPodConfigNotFound
NewGetPodConfigNotFound creates a GetPodConfigNotFound with default headers values
func (*GetPodConfigNotFound) Error ¶
func (o *GetPodConfigNotFound) Error() string
func (*GetPodConfigNotFound) GetPayload ¶
func (o *GetPodConfigNotFound) GetPayload() *dsmcclientmodels.ResponseError
func (*GetPodConfigNotFound) ToJSONString ¶ added in v0.25.0
func (o *GetPodConfigNotFound) ToJSONString() string
type GetPodConfigOK ¶
type GetPodConfigOK struct {
Payload *dsmcclientmodels.ModelsPodConfigRecord
}
GetPodConfigOK handles this case with default header values.
ok
func NewGetPodConfigOK ¶
func NewGetPodConfigOK() *GetPodConfigOK
NewGetPodConfigOK creates a GetPodConfigOK with default headers values
func (*GetPodConfigOK) Error ¶
func (o *GetPodConfigOK) Error() string
func (*GetPodConfigOK) GetPayload ¶
func (o *GetPodConfigOK) GetPayload() *dsmcclientmodels.ModelsPodConfigRecord
func (*GetPodConfigOK) ToJSONString ¶ added in v0.25.0
func (o *GetPodConfigOK) ToJSONString() string
type GetPodConfigParams ¶
type GetPodConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Name pod name */ Name string /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPodConfigParams contains all the parameters to send to the API endpoint for the get pod config operation typically these are written to a http.Request
func NewGetPodConfigParams ¶
func NewGetPodConfigParams() *GetPodConfigParams
NewGetPodConfigParams creates a new GetPodConfigParams object with the default values initialized.
func NewGetPodConfigParamsWithContext ¶
func NewGetPodConfigParamsWithContext(ctx context.Context) *GetPodConfigParams
NewGetPodConfigParamsWithContext creates a new GetPodConfigParams object with the default values initialized, and the ability to set a context for a request
func NewGetPodConfigParamsWithHTTPClient ¶
func NewGetPodConfigParamsWithHTTPClient(client *http.Client) *GetPodConfigParams
NewGetPodConfigParamsWithHTTPClient creates a new GetPodConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPodConfigParamsWithTimeout ¶
func NewGetPodConfigParamsWithTimeout(timeout time.Duration) *GetPodConfigParams
NewGetPodConfigParamsWithTimeout creates a new GetPodConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPodConfigParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *GetPodConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get pod config params
func (*GetPodConfigParams) SetContext ¶
func (o *GetPodConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get pod config params
func (*GetPodConfigParams) SetHTTPClient ¶
func (o *GetPodConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get pod config params
func (*GetPodConfigParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *GetPodConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get pod config params
func (*GetPodConfigParams) SetName ¶
func (o *GetPodConfigParams) SetName(name string)
SetName adds the name to the get pod config params
func (*GetPodConfigParams) SetNamespace ¶
func (o *GetPodConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get pod config params
func (*GetPodConfigParams) SetTimeout ¶
func (o *GetPodConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get pod config params
func (*GetPodConfigParams) WithContext ¶
func (o *GetPodConfigParams) WithContext(ctx context.Context) *GetPodConfigParams
WithContext adds the context to the get pod config params
func (*GetPodConfigParams) WithHTTPClient ¶
func (o *GetPodConfigParams) WithHTTPClient(client *http.Client) *GetPodConfigParams
WithHTTPClient adds the HTTPClient to the get pod config params
func (*GetPodConfigParams) WithName ¶
func (o *GetPodConfigParams) WithName(name string) *GetPodConfigParams
WithName adds the name to the get pod config params
func (*GetPodConfigParams) WithNamespace ¶
func (o *GetPodConfigParams) WithNamespace(namespace string) *GetPodConfigParams
WithNamespace adds the namespace to the get pod config params
func (*GetPodConfigParams) WithTimeout ¶
func (o *GetPodConfigParams) WithTimeout(timeout time.Duration) *GetPodConfigParams
WithTimeout adds the timeout to the get pod config params
func (*GetPodConfigParams) WriteToRequest ¶
func (o *GetPodConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPodConfigReader ¶
type GetPodConfigReader struct {
// contains filtered or unexported fields
}
GetPodConfigReader is a Reader for the GetPodConfig structure.
func (*GetPodConfigReader) ReadResponse ¶
func (o *GetPodConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPodConfigUnauthorized ¶
type GetPodConfigUnauthorized struct {
}GetPodConfigUnauthorized handles this case with default header values.
Unauthorized
func NewGetPodConfigUnauthorized ¶
func NewGetPodConfigUnauthorized() *GetPodConfigUnauthorized
NewGetPodConfigUnauthorized creates a GetPodConfigUnauthorized with default headers values
func (*GetPodConfigUnauthorized) Error ¶
func (o *GetPodConfigUnauthorized) Error() string
func (*GetPodConfigUnauthorized) GetPayload ¶
func (o *GetPodConfigUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*GetPodConfigUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *GetPodConfigUnauthorized) ToJSONString() string
type UpdatePodConfigBadRequest ¶
type UpdatePodConfigBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
UpdatePodConfigBadRequest handles this case with default header values.
malformed request
func NewUpdatePodConfigBadRequest ¶
func NewUpdatePodConfigBadRequest() *UpdatePodConfigBadRequest
NewUpdatePodConfigBadRequest creates a UpdatePodConfigBadRequest with default headers values
func (*UpdatePodConfigBadRequest) Error ¶
func (o *UpdatePodConfigBadRequest) Error() string
func (*UpdatePodConfigBadRequest) GetPayload ¶
func (o *UpdatePodConfigBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*UpdatePodConfigBadRequest) ToJSONString ¶ added in v0.25.0
func (o *UpdatePodConfigBadRequest) ToJSONString() string
type UpdatePodConfigConflict ¶
type UpdatePodConfigConflict struct {
Payload *dsmcclientmodels.ResponseError
}
UpdatePodConfigConflict handles this case with default header values.
pod config with same name already exist
func NewUpdatePodConfigConflict ¶
func NewUpdatePodConfigConflict() *UpdatePodConfigConflict
NewUpdatePodConfigConflict creates a UpdatePodConfigConflict with default headers values
func (*UpdatePodConfigConflict) Error ¶
func (o *UpdatePodConfigConflict) Error() string
func (*UpdatePodConfigConflict) GetPayload ¶
func (o *UpdatePodConfigConflict) GetPayload() *dsmcclientmodels.ResponseError
func (*UpdatePodConfigConflict) ToJSONString ¶ added in v0.25.0
func (o *UpdatePodConfigConflict) ToJSONString() string
type UpdatePodConfigInternalServerError ¶
type UpdatePodConfigInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
UpdatePodConfigInternalServerError handles this case with default header values.
Internal Server Error
func NewUpdatePodConfigInternalServerError ¶
func NewUpdatePodConfigInternalServerError() *UpdatePodConfigInternalServerError
NewUpdatePodConfigInternalServerError creates a UpdatePodConfigInternalServerError with default headers values
func (*UpdatePodConfigInternalServerError) Error ¶
func (o *UpdatePodConfigInternalServerError) Error() string
func (*UpdatePodConfigInternalServerError) GetPayload ¶
func (o *UpdatePodConfigInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*UpdatePodConfigInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *UpdatePodConfigInternalServerError) ToJSONString() string
type UpdatePodConfigNotFound ¶
type UpdatePodConfigNotFound struct {
Payload *dsmcclientmodels.ResponseError
}
UpdatePodConfigNotFound handles this case with default header values.
pod config not found
func NewUpdatePodConfigNotFound ¶
func NewUpdatePodConfigNotFound() *UpdatePodConfigNotFound
NewUpdatePodConfigNotFound creates a UpdatePodConfigNotFound with default headers values
func (*UpdatePodConfigNotFound) Error ¶
func (o *UpdatePodConfigNotFound) Error() string
func (*UpdatePodConfigNotFound) GetPayload ¶
func (o *UpdatePodConfigNotFound) GetPayload() *dsmcclientmodels.ResponseError
func (*UpdatePodConfigNotFound) ToJSONString ¶ added in v0.25.0
func (o *UpdatePodConfigNotFound) ToJSONString() string
type UpdatePodConfigOK ¶
type UpdatePodConfigOK struct {
Payload *dsmcclientmodels.ModelsPodConfigRecord
}
UpdatePodConfigOK handles this case with default header values.
pod config updated
func NewUpdatePodConfigOK ¶
func NewUpdatePodConfigOK() *UpdatePodConfigOK
NewUpdatePodConfigOK creates a UpdatePodConfigOK with default headers values
func (*UpdatePodConfigOK) Error ¶
func (o *UpdatePodConfigOK) Error() string
func (*UpdatePodConfigOK) GetPayload ¶
func (o *UpdatePodConfigOK) GetPayload() *dsmcclientmodels.ModelsPodConfigRecord
func (*UpdatePodConfigOK) ToJSONString ¶ added in v0.25.0
func (o *UpdatePodConfigOK) ToJSONString() string
type UpdatePodConfigParams ¶
type UpdatePodConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *dsmcclientmodels.ModelsUpdatePodConfigRequest /*Name pod name */ Name string /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdatePodConfigParams contains all the parameters to send to the API endpoint for the update pod config operation typically these are written to a http.Request
func NewUpdatePodConfigParams ¶
func NewUpdatePodConfigParams() *UpdatePodConfigParams
NewUpdatePodConfigParams creates a new UpdatePodConfigParams object with the default values initialized.
func NewUpdatePodConfigParamsWithContext ¶
func NewUpdatePodConfigParamsWithContext(ctx context.Context) *UpdatePodConfigParams
NewUpdatePodConfigParamsWithContext creates a new UpdatePodConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdatePodConfigParamsWithHTTPClient ¶
func NewUpdatePodConfigParamsWithHTTPClient(client *http.Client) *UpdatePodConfigParams
NewUpdatePodConfigParamsWithHTTPClient creates a new UpdatePodConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdatePodConfigParamsWithTimeout ¶
func NewUpdatePodConfigParamsWithTimeout(timeout time.Duration) *UpdatePodConfigParams
NewUpdatePodConfigParamsWithTimeout creates a new UpdatePodConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdatePodConfigParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *UpdatePodConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the update pod config params
func (*UpdatePodConfigParams) SetBody ¶
func (o *UpdatePodConfigParams) SetBody(body *dsmcclientmodels.ModelsUpdatePodConfigRequest)
SetBody adds the body to the update pod config params
func (*UpdatePodConfigParams) SetContext ¶
func (o *UpdatePodConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update pod config params
func (*UpdatePodConfigParams) SetHTTPClient ¶
func (o *UpdatePodConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update pod config params
func (*UpdatePodConfigParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *UpdatePodConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the update pod config params
func (*UpdatePodConfigParams) SetName ¶
func (o *UpdatePodConfigParams) SetName(name string)
SetName adds the name to the update pod config params
func (*UpdatePodConfigParams) SetNamespace ¶
func (o *UpdatePodConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the update pod config params
func (*UpdatePodConfigParams) SetTimeout ¶
func (o *UpdatePodConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update pod config params
func (*UpdatePodConfigParams) WithBody ¶
func (o *UpdatePodConfigParams) WithBody(body *dsmcclientmodels.ModelsUpdatePodConfigRequest) *UpdatePodConfigParams
WithBody adds the body to the update pod config params
func (*UpdatePodConfigParams) WithContext ¶
func (o *UpdatePodConfigParams) WithContext(ctx context.Context) *UpdatePodConfigParams
WithContext adds the context to the update pod config params
func (*UpdatePodConfigParams) WithHTTPClient ¶
func (o *UpdatePodConfigParams) WithHTTPClient(client *http.Client) *UpdatePodConfigParams
WithHTTPClient adds the HTTPClient to the update pod config params
func (*UpdatePodConfigParams) WithName ¶
func (o *UpdatePodConfigParams) WithName(name string) *UpdatePodConfigParams
WithName adds the name to the update pod config params
func (*UpdatePodConfigParams) WithNamespace ¶
func (o *UpdatePodConfigParams) WithNamespace(namespace string) *UpdatePodConfigParams
WithNamespace adds the namespace to the update pod config params
func (*UpdatePodConfigParams) WithTimeout ¶
func (o *UpdatePodConfigParams) WithTimeout(timeout time.Duration) *UpdatePodConfigParams
WithTimeout adds the timeout to the update pod config params
func (*UpdatePodConfigParams) WriteToRequest ¶
func (o *UpdatePodConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdatePodConfigReader ¶
type UpdatePodConfigReader struct {
// contains filtered or unexported fields
}
UpdatePodConfigReader is a Reader for the UpdatePodConfig structure.
func (*UpdatePodConfigReader) ReadResponse ¶
func (o *UpdatePodConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdatePodConfigUnauthorized ¶
type UpdatePodConfigUnauthorized struct {
}UpdatePodConfigUnauthorized handles this case with default header values.
Unauthorized
func NewUpdatePodConfigUnauthorized ¶
func NewUpdatePodConfigUnauthorized() *UpdatePodConfigUnauthorized
NewUpdatePodConfigUnauthorized creates a UpdatePodConfigUnauthorized with default headers values
func (*UpdatePodConfigUnauthorized) Error ¶
func (o *UpdatePodConfigUnauthorized) Error() string
func (*UpdatePodConfigUnauthorized) GetPayload ¶
func (o *UpdatePodConfigUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*UpdatePodConfigUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *UpdatePodConfigUnauthorized) ToJSONString() string
Source Files ¶
- create_pod_config_client_parameters.go
- create_pod_config_client_responses.go
- create_pod_config_parameters.go
- create_pod_config_responses.go
- delete_pod_config_client_parameters.go
- delete_pod_config_client_responses.go
- delete_pod_config_parameters.go
- delete_pod_config_responses.go
- get_all_pod_config_client_parameters.go
- get_all_pod_config_client_responses.go
- get_all_pod_config_parameters.go
- get_all_pod_config_responses.go
- get_lowest_instance_spec_parameters.go
- get_lowest_instance_spec_responses.go
- get_pod_config_parameters.go
- get_pod_config_responses.go
- pod_config_client.go
- update_pod_config_parameters.go
- update_pod_config_responses.go