runtime_env_manager

package
v0.0.0-...-162f8c7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2018 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttachCredentialToRuntimeEnvOK

type AttachCredentialToRuntimeEnvOK struct {
	Payload *models.OpenpitrixAttachCredentialToRuntimeEnvResponse
}

AttachCredentialToRuntimeEnvOK handles this case with default header values.

AttachCredentialToRuntimeEnvOK attach credential to runtime env o k

func NewAttachCredentialToRuntimeEnvOK

func NewAttachCredentialToRuntimeEnvOK() *AttachCredentialToRuntimeEnvOK

NewAttachCredentialToRuntimeEnvOK creates a AttachCredentialToRuntimeEnvOK with default headers values

func (*AttachCredentialToRuntimeEnvOK) Error

type AttachCredentialToRuntimeEnvParams

type AttachCredentialToRuntimeEnvParams struct {

	/*Body*/
	Body *models.OpenpitrixAttachCredentialToRuntimeEnvRequset

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AttachCredentialToRuntimeEnvParams contains all the parameters to send to the API endpoint for the attach credential to runtime env operation typically these are written to a http.Request

func NewAttachCredentialToRuntimeEnvParams

func NewAttachCredentialToRuntimeEnvParams() *AttachCredentialToRuntimeEnvParams

NewAttachCredentialToRuntimeEnvParams creates a new AttachCredentialToRuntimeEnvParams object with the default values initialized.

func NewAttachCredentialToRuntimeEnvParamsWithContext

func NewAttachCredentialToRuntimeEnvParamsWithContext(ctx context.Context) *AttachCredentialToRuntimeEnvParams

NewAttachCredentialToRuntimeEnvParamsWithContext creates a new AttachCredentialToRuntimeEnvParams object with the default values initialized, and the ability to set a context for a request

func NewAttachCredentialToRuntimeEnvParamsWithHTTPClient

func NewAttachCredentialToRuntimeEnvParamsWithHTTPClient(client *http.Client) *AttachCredentialToRuntimeEnvParams

NewAttachCredentialToRuntimeEnvParamsWithHTTPClient creates a new AttachCredentialToRuntimeEnvParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAttachCredentialToRuntimeEnvParamsWithTimeout

func NewAttachCredentialToRuntimeEnvParamsWithTimeout(timeout time.Duration) *AttachCredentialToRuntimeEnvParams

NewAttachCredentialToRuntimeEnvParamsWithTimeout creates a new AttachCredentialToRuntimeEnvParams object with the default values initialized, and the ability to set a timeout on a request

func (*AttachCredentialToRuntimeEnvParams) SetBody

SetBody adds the body to the attach credential to runtime env params

func (*AttachCredentialToRuntimeEnvParams) SetContext

SetContext adds the context to the attach credential to runtime env params

func (*AttachCredentialToRuntimeEnvParams) SetHTTPClient

func (o *AttachCredentialToRuntimeEnvParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the attach credential to runtime env params

func (*AttachCredentialToRuntimeEnvParams) SetTimeout

func (o *AttachCredentialToRuntimeEnvParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the attach credential to runtime env params

func (*AttachCredentialToRuntimeEnvParams) WithBody

WithBody adds the body to the attach credential to runtime env params

func (*AttachCredentialToRuntimeEnvParams) WithContext

WithContext adds the context to the attach credential to runtime env params

func (*AttachCredentialToRuntimeEnvParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the attach credential to runtime env params

func (*AttachCredentialToRuntimeEnvParams) WithTimeout

WithTimeout adds the timeout to the attach credential to runtime env params

func (*AttachCredentialToRuntimeEnvParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AttachCredentialToRuntimeEnvReader

type AttachCredentialToRuntimeEnvReader struct {
	// contains filtered or unexported fields
}

AttachCredentialToRuntimeEnvReader is a Reader for the AttachCredentialToRuntimeEnv structure.

func (*AttachCredentialToRuntimeEnvReader) ReadResponse

func (o *AttachCredentialToRuntimeEnvReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for runtime env manager API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new runtime env manager API client.

func (*Client) AttachCredentialToRuntimeEnv

func (a *Client) AttachCredentialToRuntimeEnv(params *AttachCredentialToRuntimeEnvParams) (*AttachCredentialToRuntimeEnvOK, error)

AttachCredentialToRuntimeEnv creates runtime env

func (*Client) CreateRuntimeEnv

func (a *Client) CreateRuntimeEnv(params *CreateRuntimeEnvParams) (*CreateRuntimeEnvOK, error)

CreateRuntimeEnv creates runtime env

func (*Client) CreateRuntimeEnvCredential

func (a *Client) CreateRuntimeEnvCredential(params *CreateRuntimeEnvCredentialParams) (*CreateRuntimeEnvCredentialOK, error)

CreateRuntimeEnvCredential creates runtime env credential

func (*Client) DeleteRuntimeEnv

func (a *Client) DeleteRuntimeEnv(params *DeleteRuntimeEnvParams) (*DeleteRuntimeEnvOK, error)

DeleteRuntimeEnv creates runtime env

func (*Client) DeleteRuntimeEnvCredential

func (a *Client) DeleteRuntimeEnvCredential(params *DeleteRuntimeEnvCredentialParams) (*DeleteRuntimeEnvCredentialOK, error)

DeleteRuntimeEnvCredential modifies runtime env credential

func (*Client) DescribeRuntimeEnvCredentials

func (a *Client) DescribeRuntimeEnvCredentials(params *DescribeRuntimeEnvCredentialsParams) (*DescribeRuntimeEnvCredentialsOK, error)

DescribeRuntimeEnvCredentials describes runtime env crendentials

func (*Client) DescribeRuntimeEnvs

func (a *Client) DescribeRuntimeEnvs(params *DescribeRuntimeEnvsParams) (*DescribeRuntimeEnvsOK, error)

DescribeRuntimeEnvs describes runtime envs

func (*Client) DetachCredentialFromRuntimeEnv

func (a *Client) DetachCredentialFromRuntimeEnv(params *DetachCredentialFromRuntimeEnvParams) (*DetachCredentialFromRuntimeEnvOK, error)

DetachCredentialFromRuntimeEnv detaches runtime env

func (*Client) ModifyRuntimeEnv

func (a *Client) ModifyRuntimeEnv(params *ModifyRuntimeEnvParams) (*ModifyRuntimeEnvOK, error)

ModifyRuntimeEnv modifies runtime env

func (*Client) ModifyRuntimeEnvCredential

func (a *Client) ModifyRuntimeEnvCredential(params *ModifyRuntimeEnvCredentialParams) (*ModifyRuntimeEnvCredentialOK, error)

ModifyRuntimeEnvCredential modifies runtime env credential

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type CreateRuntimeEnvCredentialOK

type CreateRuntimeEnvCredentialOK struct {
	Payload *models.OpenpitrixCreateRuntimeEnvCredentialResponse
}

CreateRuntimeEnvCredentialOK handles this case with default header values.

CreateRuntimeEnvCredentialOK create runtime env credential o k

func NewCreateRuntimeEnvCredentialOK

func NewCreateRuntimeEnvCredentialOK() *CreateRuntimeEnvCredentialOK

NewCreateRuntimeEnvCredentialOK creates a CreateRuntimeEnvCredentialOK with default headers values

func (*CreateRuntimeEnvCredentialOK) Error

type CreateRuntimeEnvCredentialParams

type CreateRuntimeEnvCredentialParams struct {

	/*Body*/
	Body *models.OpenpitrixCreateRuntimeEnvCredentialRequset

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateRuntimeEnvCredentialParams contains all the parameters to send to the API endpoint for the create runtime env credential operation typically these are written to a http.Request

func NewCreateRuntimeEnvCredentialParams

func NewCreateRuntimeEnvCredentialParams() *CreateRuntimeEnvCredentialParams

NewCreateRuntimeEnvCredentialParams creates a new CreateRuntimeEnvCredentialParams object with the default values initialized.

func NewCreateRuntimeEnvCredentialParamsWithContext

func NewCreateRuntimeEnvCredentialParamsWithContext(ctx context.Context) *CreateRuntimeEnvCredentialParams

NewCreateRuntimeEnvCredentialParamsWithContext creates a new CreateRuntimeEnvCredentialParams object with the default values initialized, and the ability to set a context for a request

func NewCreateRuntimeEnvCredentialParamsWithHTTPClient

func NewCreateRuntimeEnvCredentialParamsWithHTTPClient(client *http.Client) *CreateRuntimeEnvCredentialParams

NewCreateRuntimeEnvCredentialParamsWithHTTPClient creates a new CreateRuntimeEnvCredentialParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateRuntimeEnvCredentialParamsWithTimeout

func NewCreateRuntimeEnvCredentialParamsWithTimeout(timeout time.Duration) *CreateRuntimeEnvCredentialParams

NewCreateRuntimeEnvCredentialParamsWithTimeout creates a new CreateRuntimeEnvCredentialParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateRuntimeEnvCredentialParams) SetBody

SetBody adds the body to the create runtime env credential params

func (*CreateRuntimeEnvCredentialParams) SetContext

SetContext adds the context to the create runtime env credential params

func (*CreateRuntimeEnvCredentialParams) SetHTTPClient

func (o *CreateRuntimeEnvCredentialParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create runtime env credential params

func (*CreateRuntimeEnvCredentialParams) SetTimeout

func (o *CreateRuntimeEnvCredentialParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create runtime env credential params

func (*CreateRuntimeEnvCredentialParams) WithBody

WithBody adds the body to the create runtime env credential params

func (*CreateRuntimeEnvCredentialParams) WithContext

WithContext adds the context to the create runtime env credential params

func (*CreateRuntimeEnvCredentialParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create runtime env credential params

func (*CreateRuntimeEnvCredentialParams) WithTimeout

WithTimeout adds the timeout to the create runtime env credential params

func (*CreateRuntimeEnvCredentialParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateRuntimeEnvCredentialReader

type CreateRuntimeEnvCredentialReader struct {
	// contains filtered or unexported fields
}

CreateRuntimeEnvCredentialReader is a Reader for the CreateRuntimeEnvCredential structure.

func (*CreateRuntimeEnvCredentialReader) ReadResponse

func (o *CreateRuntimeEnvCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateRuntimeEnvOK

type CreateRuntimeEnvOK struct {
	Payload *models.OpenpitrixCreateRuntimeEnvResponse
}

CreateRuntimeEnvOK handles this case with default header values.

CreateRuntimeEnvOK create runtime env o k

func NewCreateRuntimeEnvOK

func NewCreateRuntimeEnvOK() *CreateRuntimeEnvOK

NewCreateRuntimeEnvOK creates a CreateRuntimeEnvOK with default headers values

func (*CreateRuntimeEnvOK) Error

func (o *CreateRuntimeEnvOK) Error() string

type CreateRuntimeEnvParams

type CreateRuntimeEnvParams struct {

	/*Body*/
	Body *models.OpenpitrixCreateRuntimeEnvRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateRuntimeEnvParams contains all the parameters to send to the API endpoint for the create runtime env operation typically these are written to a http.Request

func NewCreateRuntimeEnvParams

func NewCreateRuntimeEnvParams() *CreateRuntimeEnvParams

NewCreateRuntimeEnvParams creates a new CreateRuntimeEnvParams object with the default values initialized.

func NewCreateRuntimeEnvParamsWithContext

func NewCreateRuntimeEnvParamsWithContext(ctx context.Context) *CreateRuntimeEnvParams

NewCreateRuntimeEnvParamsWithContext creates a new CreateRuntimeEnvParams object with the default values initialized, and the ability to set a context for a request

func NewCreateRuntimeEnvParamsWithHTTPClient

func NewCreateRuntimeEnvParamsWithHTTPClient(client *http.Client) *CreateRuntimeEnvParams

NewCreateRuntimeEnvParamsWithHTTPClient creates a new CreateRuntimeEnvParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateRuntimeEnvParamsWithTimeout

func NewCreateRuntimeEnvParamsWithTimeout(timeout time.Duration) *CreateRuntimeEnvParams

NewCreateRuntimeEnvParamsWithTimeout creates a new CreateRuntimeEnvParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateRuntimeEnvParams) SetBody

SetBody adds the body to the create runtime env params

func (*CreateRuntimeEnvParams) SetContext

func (o *CreateRuntimeEnvParams) SetContext(ctx context.Context)

SetContext adds the context to the create runtime env params

func (*CreateRuntimeEnvParams) SetHTTPClient

func (o *CreateRuntimeEnvParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create runtime env params

func (*CreateRuntimeEnvParams) SetTimeout

func (o *CreateRuntimeEnvParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create runtime env params

func (*CreateRuntimeEnvParams) WithBody

WithBody adds the body to the create runtime env params

func (*CreateRuntimeEnvParams) WithContext

WithContext adds the context to the create runtime env params

func (*CreateRuntimeEnvParams) WithHTTPClient

func (o *CreateRuntimeEnvParams) WithHTTPClient(client *http.Client) *CreateRuntimeEnvParams

WithHTTPClient adds the HTTPClient to the create runtime env params

func (*CreateRuntimeEnvParams) WithTimeout

WithTimeout adds the timeout to the create runtime env params

func (*CreateRuntimeEnvParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateRuntimeEnvReader

type CreateRuntimeEnvReader struct {
	// contains filtered or unexported fields
}

CreateRuntimeEnvReader is a Reader for the CreateRuntimeEnv structure.

func (*CreateRuntimeEnvReader) ReadResponse

func (o *CreateRuntimeEnvReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRuntimeEnvCredentialOK

type DeleteRuntimeEnvCredentialOK struct {
	Payload *models.OpenpitrixDeleteRuntimeEnvCredentialResponse
}

DeleteRuntimeEnvCredentialOK handles this case with default header values.

DeleteRuntimeEnvCredentialOK delete runtime env credential o k

func NewDeleteRuntimeEnvCredentialOK

func NewDeleteRuntimeEnvCredentialOK() *DeleteRuntimeEnvCredentialOK

NewDeleteRuntimeEnvCredentialOK creates a DeleteRuntimeEnvCredentialOK with default headers values

func (*DeleteRuntimeEnvCredentialOK) Error

type DeleteRuntimeEnvCredentialParams

type DeleteRuntimeEnvCredentialParams struct {

	/*Body*/
	Body *models.OpenpitrixDeleteRuntimeEnvCredentialRequset

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRuntimeEnvCredentialParams contains all the parameters to send to the API endpoint for the delete runtime env credential operation typically these are written to a http.Request

func NewDeleteRuntimeEnvCredentialParams

func NewDeleteRuntimeEnvCredentialParams() *DeleteRuntimeEnvCredentialParams

NewDeleteRuntimeEnvCredentialParams creates a new DeleteRuntimeEnvCredentialParams object with the default values initialized.

func NewDeleteRuntimeEnvCredentialParamsWithContext

func NewDeleteRuntimeEnvCredentialParamsWithContext(ctx context.Context) *DeleteRuntimeEnvCredentialParams

NewDeleteRuntimeEnvCredentialParamsWithContext creates a new DeleteRuntimeEnvCredentialParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteRuntimeEnvCredentialParamsWithHTTPClient

func NewDeleteRuntimeEnvCredentialParamsWithHTTPClient(client *http.Client) *DeleteRuntimeEnvCredentialParams

NewDeleteRuntimeEnvCredentialParamsWithHTTPClient creates a new DeleteRuntimeEnvCredentialParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteRuntimeEnvCredentialParamsWithTimeout

func NewDeleteRuntimeEnvCredentialParamsWithTimeout(timeout time.Duration) *DeleteRuntimeEnvCredentialParams

NewDeleteRuntimeEnvCredentialParamsWithTimeout creates a new DeleteRuntimeEnvCredentialParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteRuntimeEnvCredentialParams) SetBody

SetBody adds the body to the delete runtime env credential params

func (*DeleteRuntimeEnvCredentialParams) SetContext

SetContext adds the context to the delete runtime env credential params

func (*DeleteRuntimeEnvCredentialParams) SetHTTPClient

func (o *DeleteRuntimeEnvCredentialParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete runtime env credential params

func (*DeleteRuntimeEnvCredentialParams) SetTimeout

func (o *DeleteRuntimeEnvCredentialParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete runtime env credential params

func (*DeleteRuntimeEnvCredentialParams) WithBody

WithBody adds the body to the delete runtime env credential params

func (*DeleteRuntimeEnvCredentialParams) WithContext

WithContext adds the context to the delete runtime env credential params

func (*DeleteRuntimeEnvCredentialParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete runtime env credential params

func (*DeleteRuntimeEnvCredentialParams) WithTimeout

WithTimeout adds the timeout to the delete runtime env credential params

func (*DeleteRuntimeEnvCredentialParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRuntimeEnvCredentialReader

type DeleteRuntimeEnvCredentialReader struct {
	// contains filtered or unexported fields
}

DeleteRuntimeEnvCredentialReader is a Reader for the DeleteRuntimeEnvCredential structure.

func (*DeleteRuntimeEnvCredentialReader) ReadResponse

func (o *DeleteRuntimeEnvCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteRuntimeEnvOK

type DeleteRuntimeEnvOK struct {
	Payload *models.OpenpitrixDeleteRuntimeEnvResponse
}

DeleteRuntimeEnvOK handles this case with default header values.

DeleteRuntimeEnvOK delete runtime env o k

func NewDeleteRuntimeEnvOK

func NewDeleteRuntimeEnvOK() *DeleteRuntimeEnvOK

NewDeleteRuntimeEnvOK creates a DeleteRuntimeEnvOK with default headers values

func (*DeleteRuntimeEnvOK) Error

func (o *DeleteRuntimeEnvOK) Error() string

type DeleteRuntimeEnvParams

type DeleteRuntimeEnvParams struct {

	/*Body*/
	Body *models.OpenpitrixDeleteRuntimeEnvRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteRuntimeEnvParams contains all the parameters to send to the API endpoint for the delete runtime env operation typically these are written to a http.Request

func NewDeleteRuntimeEnvParams

func NewDeleteRuntimeEnvParams() *DeleteRuntimeEnvParams

NewDeleteRuntimeEnvParams creates a new DeleteRuntimeEnvParams object with the default values initialized.

func NewDeleteRuntimeEnvParamsWithContext

func NewDeleteRuntimeEnvParamsWithContext(ctx context.Context) *DeleteRuntimeEnvParams

NewDeleteRuntimeEnvParamsWithContext creates a new DeleteRuntimeEnvParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteRuntimeEnvParamsWithHTTPClient

func NewDeleteRuntimeEnvParamsWithHTTPClient(client *http.Client) *DeleteRuntimeEnvParams

NewDeleteRuntimeEnvParamsWithHTTPClient creates a new DeleteRuntimeEnvParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteRuntimeEnvParamsWithTimeout

func NewDeleteRuntimeEnvParamsWithTimeout(timeout time.Duration) *DeleteRuntimeEnvParams

NewDeleteRuntimeEnvParamsWithTimeout creates a new DeleteRuntimeEnvParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteRuntimeEnvParams) SetBody

SetBody adds the body to the delete runtime env params

func (*DeleteRuntimeEnvParams) SetContext

func (o *DeleteRuntimeEnvParams) SetContext(ctx context.Context)

SetContext adds the context to the delete runtime env params

func (*DeleteRuntimeEnvParams) SetHTTPClient

func (o *DeleteRuntimeEnvParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete runtime env params

func (*DeleteRuntimeEnvParams) SetTimeout

func (o *DeleteRuntimeEnvParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete runtime env params

func (*DeleteRuntimeEnvParams) WithBody

WithBody adds the body to the delete runtime env params

func (*DeleteRuntimeEnvParams) WithContext

WithContext adds the context to the delete runtime env params

func (*DeleteRuntimeEnvParams) WithHTTPClient

func (o *DeleteRuntimeEnvParams) WithHTTPClient(client *http.Client) *DeleteRuntimeEnvParams

WithHTTPClient adds the HTTPClient to the delete runtime env params

func (*DeleteRuntimeEnvParams) WithTimeout

WithTimeout adds the timeout to the delete runtime env params

func (*DeleteRuntimeEnvParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRuntimeEnvReader

type DeleteRuntimeEnvReader struct {
	// contains filtered or unexported fields
}

DeleteRuntimeEnvReader is a Reader for the DeleteRuntimeEnv structure.

func (*DeleteRuntimeEnvReader) ReadResponse

func (o *DeleteRuntimeEnvReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeRuntimeEnvCredentialsOK

type DescribeRuntimeEnvCredentialsOK struct {
	Payload *models.OpenpitrixDescribeRuntimeEnvCredentialsResponse
}

DescribeRuntimeEnvCredentialsOK handles this case with default header values.

DescribeRuntimeEnvCredentialsOK describe runtime env credentials o k

func NewDescribeRuntimeEnvCredentialsOK

func NewDescribeRuntimeEnvCredentialsOK() *DescribeRuntimeEnvCredentialsOK

NewDescribeRuntimeEnvCredentialsOK creates a DescribeRuntimeEnvCredentialsOK with default headers values

func (*DescribeRuntimeEnvCredentialsOK) Error

type DescribeRuntimeEnvCredentialsParams

type DescribeRuntimeEnvCredentialsParams struct {

	/*Limit*/
	Limit *int64
	/*Offset*/
	Offset *int64
	/*Owner*/
	Owner []string
	/*RuntimeEnvCredentialID*/
	RuntimeEnvCredentialID []string
	/*SearchWord*/
	SearchWord *string
	/*Status*/
	Status []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeRuntimeEnvCredentialsParams contains all the parameters to send to the API endpoint for the describe runtime env credentials operation typically these are written to a http.Request

func NewDescribeRuntimeEnvCredentialsParams

func NewDescribeRuntimeEnvCredentialsParams() *DescribeRuntimeEnvCredentialsParams

NewDescribeRuntimeEnvCredentialsParams creates a new DescribeRuntimeEnvCredentialsParams object with the default values initialized.

func NewDescribeRuntimeEnvCredentialsParamsWithContext

func NewDescribeRuntimeEnvCredentialsParamsWithContext(ctx context.Context) *DescribeRuntimeEnvCredentialsParams

NewDescribeRuntimeEnvCredentialsParamsWithContext creates a new DescribeRuntimeEnvCredentialsParams object with the default values initialized, and the ability to set a context for a request

func NewDescribeRuntimeEnvCredentialsParamsWithHTTPClient

func NewDescribeRuntimeEnvCredentialsParamsWithHTTPClient(client *http.Client) *DescribeRuntimeEnvCredentialsParams

NewDescribeRuntimeEnvCredentialsParamsWithHTTPClient creates a new DescribeRuntimeEnvCredentialsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDescribeRuntimeEnvCredentialsParamsWithTimeout

func NewDescribeRuntimeEnvCredentialsParamsWithTimeout(timeout time.Duration) *DescribeRuntimeEnvCredentialsParams

NewDescribeRuntimeEnvCredentialsParamsWithTimeout creates a new DescribeRuntimeEnvCredentialsParams object with the default values initialized, and the ability to set a timeout on a request

func (*DescribeRuntimeEnvCredentialsParams) SetContext

SetContext adds the context to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) SetHTTPClient

func (o *DescribeRuntimeEnvCredentialsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) SetLimit

func (o *DescribeRuntimeEnvCredentialsParams) SetLimit(limit *int64)

SetLimit adds the limit to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) SetOffset

func (o *DescribeRuntimeEnvCredentialsParams) SetOffset(offset *int64)

SetOffset adds the offset to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) SetOwner

func (o *DescribeRuntimeEnvCredentialsParams) SetOwner(owner []string)

SetOwner adds the owner to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) SetRuntimeEnvCredentialID

func (o *DescribeRuntimeEnvCredentialsParams) SetRuntimeEnvCredentialID(runtimeEnvCredentialID []string)

SetRuntimeEnvCredentialID adds the runtimeEnvCredentialId to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) SetSearchWord

func (o *DescribeRuntimeEnvCredentialsParams) SetSearchWord(searchWord *string)

SetSearchWord adds the searchWord to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) SetStatus

func (o *DescribeRuntimeEnvCredentialsParams) SetStatus(status []string)

SetStatus adds the status to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) SetTimeout

func (o *DescribeRuntimeEnvCredentialsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) WithContext

WithContext adds the context to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) WithLimit

WithLimit adds the limit to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) WithOffset

WithOffset adds the offset to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) WithOwner

WithOwner adds the owner to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) WithRuntimeEnvCredentialID

func (o *DescribeRuntimeEnvCredentialsParams) WithRuntimeEnvCredentialID(runtimeEnvCredentialID []string) *DescribeRuntimeEnvCredentialsParams

WithRuntimeEnvCredentialID adds the runtimeEnvCredentialID to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) WithSearchWord

WithSearchWord adds the searchWord to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) WithStatus

WithStatus adds the status to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) WithTimeout

WithTimeout adds the timeout to the describe runtime env credentials params

func (*DescribeRuntimeEnvCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeRuntimeEnvCredentialsReader

type DescribeRuntimeEnvCredentialsReader struct {
	// contains filtered or unexported fields
}

DescribeRuntimeEnvCredentialsReader is a Reader for the DescribeRuntimeEnvCredentials structure.

func (*DescribeRuntimeEnvCredentialsReader) ReadResponse

func (o *DescribeRuntimeEnvCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DescribeRuntimeEnvsOK

type DescribeRuntimeEnvsOK struct {
	Payload *models.OpenpitrixDescribeRuntimeEnvsResponse
}

DescribeRuntimeEnvsOK handles this case with default header values.

DescribeRuntimeEnvsOK describe runtime envs o k

func NewDescribeRuntimeEnvsOK

func NewDescribeRuntimeEnvsOK() *DescribeRuntimeEnvsOK

NewDescribeRuntimeEnvsOK creates a DescribeRuntimeEnvsOK with default headers values

func (*DescribeRuntimeEnvsOK) Error

func (o *DescribeRuntimeEnvsOK) Error() string

type DescribeRuntimeEnvsParams

type DescribeRuntimeEnvsParams struct {

	/*Limit*/
	Limit *int64
	/*Offset*/
	Offset *int64
	/*Owner*/
	Owner []string
	/*RuntimeEnvID*/
	RuntimeEnvID []string
	/*SearchWord*/
	SearchWord *string
	/*Selector*/
	Selector *string
	/*Status*/
	Status []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DescribeRuntimeEnvsParams contains all the parameters to send to the API endpoint for the describe runtime envs operation typically these are written to a http.Request

func NewDescribeRuntimeEnvsParams

func NewDescribeRuntimeEnvsParams() *DescribeRuntimeEnvsParams

NewDescribeRuntimeEnvsParams creates a new DescribeRuntimeEnvsParams object with the default values initialized.

func NewDescribeRuntimeEnvsParamsWithContext

func NewDescribeRuntimeEnvsParamsWithContext(ctx context.Context) *DescribeRuntimeEnvsParams

NewDescribeRuntimeEnvsParamsWithContext creates a new DescribeRuntimeEnvsParams object with the default values initialized, and the ability to set a context for a request

func NewDescribeRuntimeEnvsParamsWithHTTPClient

func NewDescribeRuntimeEnvsParamsWithHTTPClient(client *http.Client) *DescribeRuntimeEnvsParams

NewDescribeRuntimeEnvsParamsWithHTTPClient creates a new DescribeRuntimeEnvsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDescribeRuntimeEnvsParamsWithTimeout

func NewDescribeRuntimeEnvsParamsWithTimeout(timeout time.Duration) *DescribeRuntimeEnvsParams

NewDescribeRuntimeEnvsParamsWithTimeout creates a new DescribeRuntimeEnvsParams object with the default values initialized, and the ability to set a timeout on a request

func (*DescribeRuntimeEnvsParams) SetContext

func (o *DescribeRuntimeEnvsParams) SetContext(ctx context.Context)

SetContext adds the context to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) SetHTTPClient

func (o *DescribeRuntimeEnvsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) SetLimit

func (o *DescribeRuntimeEnvsParams) SetLimit(limit *int64)

SetLimit adds the limit to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) SetOffset

func (o *DescribeRuntimeEnvsParams) SetOffset(offset *int64)

SetOffset adds the offset to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) SetOwner

func (o *DescribeRuntimeEnvsParams) SetOwner(owner []string)

SetOwner adds the owner to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) SetRuntimeEnvID

func (o *DescribeRuntimeEnvsParams) SetRuntimeEnvID(runtimeEnvID []string)

SetRuntimeEnvID adds the runtimeEnvId to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) SetSearchWord

func (o *DescribeRuntimeEnvsParams) SetSearchWord(searchWord *string)

SetSearchWord adds the searchWord to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) SetSelector

func (o *DescribeRuntimeEnvsParams) SetSelector(selector *string)

SetSelector adds the selector to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) SetStatus

func (o *DescribeRuntimeEnvsParams) SetStatus(status []string)

SetStatus adds the status to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) SetTimeout

func (o *DescribeRuntimeEnvsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) WithContext

WithContext adds the context to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) WithHTTPClient

func (o *DescribeRuntimeEnvsParams) WithHTTPClient(client *http.Client) *DescribeRuntimeEnvsParams

WithHTTPClient adds the HTTPClient to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) WithLimit

WithLimit adds the limit to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) WithOffset

WithOffset adds the offset to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) WithOwner

WithOwner adds the owner to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) WithRuntimeEnvID

func (o *DescribeRuntimeEnvsParams) WithRuntimeEnvID(runtimeEnvID []string) *DescribeRuntimeEnvsParams

WithRuntimeEnvID adds the runtimeEnvID to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) WithSearchWord

func (o *DescribeRuntimeEnvsParams) WithSearchWord(searchWord *string) *DescribeRuntimeEnvsParams

WithSearchWord adds the searchWord to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) WithSelector

func (o *DescribeRuntimeEnvsParams) WithSelector(selector *string) *DescribeRuntimeEnvsParams

WithSelector adds the selector to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) WithStatus

WithStatus adds the status to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) WithTimeout

WithTimeout adds the timeout to the describe runtime envs params

func (*DescribeRuntimeEnvsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeRuntimeEnvsReader

type DescribeRuntimeEnvsReader struct {
	// contains filtered or unexported fields
}

DescribeRuntimeEnvsReader is a Reader for the DescribeRuntimeEnvs structure.

func (*DescribeRuntimeEnvsReader) ReadResponse

func (o *DescribeRuntimeEnvsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DetachCredentialFromRuntimeEnvOK

type DetachCredentialFromRuntimeEnvOK struct {
	Payload *models.OpenpitrixDetachCredentialFromRuntimeEnvResponse
}

DetachCredentialFromRuntimeEnvOK handles this case with default header values.

DetachCredentialFromRuntimeEnvOK detach credential from runtime env o k

func NewDetachCredentialFromRuntimeEnvOK

func NewDetachCredentialFromRuntimeEnvOK() *DetachCredentialFromRuntimeEnvOK

NewDetachCredentialFromRuntimeEnvOK creates a DetachCredentialFromRuntimeEnvOK with default headers values

func (*DetachCredentialFromRuntimeEnvOK) Error

type DetachCredentialFromRuntimeEnvParams

type DetachCredentialFromRuntimeEnvParams struct {

	/*Body*/
	Body *models.OpenpitrixDetachCredentialFromRuntimeEnvRequset

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DetachCredentialFromRuntimeEnvParams contains all the parameters to send to the API endpoint for the detach credential from runtime env operation typically these are written to a http.Request

func NewDetachCredentialFromRuntimeEnvParams

func NewDetachCredentialFromRuntimeEnvParams() *DetachCredentialFromRuntimeEnvParams

NewDetachCredentialFromRuntimeEnvParams creates a new DetachCredentialFromRuntimeEnvParams object with the default values initialized.

func NewDetachCredentialFromRuntimeEnvParamsWithContext

func NewDetachCredentialFromRuntimeEnvParamsWithContext(ctx context.Context) *DetachCredentialFromRuntimeEnvParams

NewDetachCredentialFromRuntimeEnvParamsWithContext creates a new DetachCredentialFromRuntimeEnvParams object with the default values initialized, and the ability to set a context for a request

func NewDetachCredentialFromRuntimeEnvParamsWithHTTPClient

func NewDetachCredentialFromRuntimeEnvParamsWithHTTPClient(client *http.Client) *DetachCredentialFromRuntimeEnvParams

NewDetachCredentialFromRuntimeEnvParamsWithHTTPClient creates a new DetachCredentialFromRuntimeEnvParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDetachCredentialFromRuntimeEnvParamsWithTimeout

func NewDetachCredentialFromRuntimeEnvParamsWithTimeout(timeout time.Duration) *DetachCredentialFromRuntimeEnvParams

NewDetachCredentialFromRuntimeEnvParamsWithTimeout creates a new DetachCredentialFromRuntimeEnvParams object with the default values initialized, and the ability to set a timeout on a request

func (*DetachCredentialFromRuntimeEnvParams) SetBody

SetBody adds the body to the detach credential from runtime env params

func (*DetachCredentialFromRuntimeEnvParams) SetContext

SetContext adds the context to the detach credential from runtime env params

func (*DetachCredentialFromRuntimeEnvParams) SetHTTPClient

func (o *DetachCredentialFromRuntimeEnvParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the detach credential from runtime env params

func (*DetachCredentialFromRuntimeEnvParams) SetTimeout

func (o *DetachCredentialFromRuntimeEnvParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the detach credential from runtime env params

func (*DetachCredentialFromRuntimeEnvParams) WithBody

WithBody adds the body to the detach credential from runtime env params

func (*DetachCredentialFromRuntimeEnvParams) WithContext

WithContext adds the context to the detach credential from runtime env params

func (*DetachCredentialFromRuntimeEnvParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the detach credential from runtime env params

func (*DetachCredentialFromRuntimeEnvParams) WithTimeout

WithTimeout adds the timeout to the detach credential from runtime env params

func (*DetachCredentialFromRuntimeEnvParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DetachCredentialFromRuntimeEnvReader

type DetachCredentialFromRuntimeEnvReader struct {
	// contains filtered or unexported fields
}

DetachCredentialFromRuntimeEnvReader is a Reader for the DetachCredentialFromRuntimeEnv structure.

func (*DetachCredentialFromRuntimeEnvReader) ReadResponse

func (o *DetachCredentialFromRuntimeEnvReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ModifyRuntimeEnvCredentialOK

type ModifyRuntimeEnvCredentialOK struct {
	Payload *models.OpenpitrixModifyRuntimeEnvCredentialResponse
}

ModifyRuntimeEnvCredentialOK handles this case with default header values.

ModifyRuntimeEnvCredentialOK modify runtime env credential o k

func NewModifyRuntimeEnvCredentialOK

func NewModifyRuntimeEnvCredentialOK() *ModifyRuntimeEnvCredentialOK

NewModifyRuntimeEnvCredentialOK creates a ModifyRuntimeEnvCredentialOK with default headers values

func (*ModifyRuntimeEnvCredentialOK) Error

type ModifyRuntimeEnvCredentialParams

type ModifyRuntimeEnvCredentialParams struct {

	/*Body*/
	Body *models.OpenpitrixModifyRuntimeEnvCredentialRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ModifyRuntimeEnvCredentialParams contains all the parameters to send to the API endpoint for the modify runtime env credential operation typically these are written to a http.Request

func NewModifyRuntimeEnvCredentialParams

func NewModifyRuntimeEnvCredentialParams() *ModifyRuntimeEnvCredentialParams

NewModifyRuntimeEnvCredentialParams creates a new ModifyRuntimeEnvCredentialParams object with the default values initialized.

func NewModifyRuntimeEnvCredentialParamsWithContext

func NewModifyRuntimeEnvCredentialParamsWithContext(ctx context.Context) *ModifyRuntimeEnvCredentialParams

NewModifyRuntimeEnvCredentialParamsWithContext creates a new ModifyRuntimeEnvCredentialParams object with the default values initialized, and the ability to set a context for a request

func NewModifyRuntimeEnvCredentialParamsWithHTTPClient

func NewModifyRuntimeEnvCredentialParamsWithHTTPClient(client *http.Client) *ModifyRuntimeEnvCredentialParams

NewModifyRuntimeEnvCredentialParamsWithHTTPClient creates a new ModifyRuntimeEnvCredentialParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewModifyRuntimeEnvCredentialParamsWithTimeout

func NewModifyRuntimeEnvCredentialParamsWithTimeout(timeout time.Duration) *ModifyRuntimeEnvCredentialParams

NewModifyRuntimeEnvCredentialParamsWithTimeout creates a new ModifyRuntimeEnvCredentialParams object with the default values initialized, and the ability to set a timeout on a request

func (*ModifyRuntimeEnvCredentialParams) SetBody

SetBody adds the body to the modify runtime env credential params

func (*ModifyRuntimeEnvCredentialParams) SetContext

SetContext adds the context to the modify runtime env credential params

func (*ModifyRuntimeEnvCredentialParams) SetHTTPClient

func (o *ModifyRuntimeEnvCredentialParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the modify runtime env credential params

func (*ModifyRuntimeEnvCredentialParams) SetTimeout

func (o *ModifyRuntimeEnvCredentialParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the modify runtime env credential params

func (*ModifyRuntimeEnvCredentialParams) WithBody

WithBody adds the body to the modify runtime env credential params

func (*ModifyRuntimeEnvCredentialParams) WithContext

WithContext adds the context to the modify runtime env credential params

func (*ModifyRuntimeEnvCredentialParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the modify runtime env credential params

func (*ModifyRuntimeEnvCredentialParams) WithTimeout

WithTimeout adds the timeout to the modify runtime env credential params

func (*ModifyRuntimeEnvCredentialParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ModifyRuntimeEnvCredentialReader

type ModifyRuntimeEnvCredentialReader struct {
	// contains filtered or unexported fields
}

ModifyRuntimeEnvCredentialReader is a Reader for the ModifyRuntimeEnvCredential structure.

func (*ModifyRuntimeEnvCredentialReader) ReadResponse

func (o *ModifyRuntimeEnvCredentialReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ModifyRuntimeEnvOK

type ModifyRuntimeEnvOK struct {
	Payload *models.OpenpitrixModifyRuntimeEnvResponse
}

ModifyRuntimeEnvOK handles this case with default header values.

ModifyRuntimeEnvOK modify runtime env o k

func NewModifyRuntimeEnvOK

func NewModifyRuntimeEnvOK() *ModifyRuntimeEnvOK

NewModifyRuntimeEnvOK creates a ModifyRuntimeEnvOK with default headers values

func (*ModifyRuntimeEnvOK) Error

func (o *ModifyRuntimeEnvOK) Error() string

type ModifyRuntimeEnvParams

type ModifyRuntimeEnvParams struct {

	/*Body*/
	Body *models.OpenpitrixModifyRuntimeEnvRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ModifyRuntimeEnvParams contains all the parameters to send to the API endpoint for the modify runtime env operation typically these are written to a http.Request

func NewModifyRuntimeEnvParams

func NewModifyRuntimeEnvParams() *ModifyRuntimeEnvParams

NewModifyRuntimeEnvParams creates a new ModifyRuntimeEnvParams object with the default values initialized.

func NewModifyRuntimeEnvParamsWithContext

func NewModifyRuntimeEnvParamsWithContext(ctx context.Context) *ModifyRuntimeEnvParams

NewModifyRuntimeEnvParamsWithContext creates a new ModifyRuntimeEnvParams object with the default values initialized, and the ability to set a context for a request

func NewModifyRuntimeEnvParamsWithHTTPClient

func NewModifyRuntimeEnvParamsWithHTTPClient(client *http.Client) *ModifyRuntimeEnvParams

NewModifyRuntimeEnvParamsWithHTTPClient creates a new ModifyRuntimeEnvParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewModifyRuntimeEnvParamsWithTimeout

func NewModifyRuntimeEnvParamsWithTimeout(timeout time.Duration) *ModifyRuntimeEnvParams

NewModifyRuntimeEnvParamsWithTimeout creates a new ModifyRuntimeEnvParams object with the default values initialized, and the ability to set a timeout on a request

func (*ModifyRuntimeEnvParams) SetBody

SetBody adds the body to the modify runtime env params

func (*ModifyRuntimeEnvParams) SetContext

func (o *ModifyRuntimeEnvParams) SetContext(ctx context.Context)

SetContext adds the context to the modify runtime env params

func (*ModifyRuntimeEnvParams) SetHTTPClient

func (o *ModifyRuntimeEnvParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the modify runtime env params

func (*ModifyRuntimeEnvParams) SetTimeout

func (o *ModifyRuntimeEnvParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the modify runtime env params

func (*ModifyRuntimeEnvParams) WithBody

WithBody adds the body to the modify runtime env params

func (*ModifyRuntimeEnvParams) WithContext

WithContext adds the context to the modify runtime env params

func (*ModifyRuntimeEnvParams) WithHTTPClient

func (o *ModifyRuntimeEnvParams) WithHTTPClient(client *http.Client) *ModifyRuntimeEnvParams

WithHTTPClient adds the HTTPClient to the modify runtime env params

func (*ModifyRuntimeEnvParams) WithTimeout

WithTimeout adds the timeout to the modify runtime env params

func (*ModifyRuntimeEnvParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ModifyRuntimeEnvReader

type ModifyRuntimeEnvReader struct {
	// contains filtered or unexported fields
}

ModifyRuntimeEnvReader is a Reader for the ModifyRuntimeEnv structure.

func (*ModifyRuntimeEnvReader) ReadResponse

func (o *ModifyRuntimeEnvReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL