system_deflector

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2018 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

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 system deflector API

func New

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

New creates a new system deflector API client.

func (*Client) GenerateClusterDebugEvent

func (a *Client) GenerateClusterDebugEvent(params *GenerateClusterDebugEventParams, authInfo runtime.ClientAuthInfoWriter) (*GenerateClusterDebugEventOK, error)

GenerateClusterDebugEvent creates and send a cluster debug event

func (*Client) GenerateDebugEvent

func (a *Client) GenerateDebugEvent(params *GenerateDebugEventParams, authInfo runtime.ClientAuthInfoWriter) (*GenerateDebugEventOK, error)

GenerateDebugEvent creates and send a local debug event

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type GenerateClusterDebugEventOK

type GenerateClusterDebugEventOK struct {
}

GenerateClusterDebugEventOK handles this case with default header values.

No response was specified

func NewGenerateClusterDebugEventOK

func NewGenerateClusterDebugEventOK() *GenerateClusterDebugEventOK

NewGenerateClusterDebugEventOK creates a GenerateClusterDebugEventOK with default headers values

func (*GenerateClusterDebugEventOK) Error

type GenerateClusterDebugEventParams

type GenerateClusterDebugEventParams struct {

	/*Text*/
	Text *string

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

GenerateClusterDebugEventParams contains all the parameters to send to the API endpoint for the generate cluster debug event operation typically these are written to a http.Request

func NewGenerateClusterDebugEventParams

func NewGenerateClusterDebugEventParams() *GenerateClusterDebugEventParams

NewGenerateClusterDebugEventParams creates a new GenerateClusterDebugEventParams object with the default values initialized.

func NewGenerateClusterDebugEventParamsWithContext

func NewGenerateClusterDebugEventParamsWithContext(ctx context.Context) *GenerateClusterDebugEventParams

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

func NewGenerateClusterDebugEventParamsWithHTTPClient

func NewGenerateClusterDebugEventParamsWithHTTPClient(client *http.Client) *GenerateClusterDebugEventParams

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

func NewGenerateClusterDebugEventParamsWithTimeout

func NewGenerateClusterDebugEventParamsWithTimeout(timeout time.Duration) *GenerateClusterDebugEventParams

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

func (*GenerateClusterDebugEventParams) SetContext

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

SetContext adds the context to the generate cluster debug event params

func (*GenerateClusterDebugEventParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the generate cluster debug event params

func (*GenerateClusterDebugEventParams) SetText

func (o *GenerateClusterDebugEventParams) SetText(text *string)

SetText adds the text to the generate cluster debug event params

func (*GenerateClusterDebugEventParams) SetTimeout

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

SetTimeout adds the timeout to the generate cluster debug event params

func (*GenerateClusterDebugEventParams) WithContext

WithContext adds the context to the generate cluster debug event params

func (*GenerateClusterDebugEventParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the generate cluster debug event params

func (*GenerateClusterDebugEventParams) WithText

WithText adds the text to the generate cluster debug event params

func (*GenerateClusterDebugEventParams) WithTimeout

WithTimeout adds the timeout to the generate cluster debug event params

func (*GenerateClusterDebugEventParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GenerateClusterDebugEventReader

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

GenerateClusterDebugEventReader is a Reader for the GenerateClusterDebugEvent structure.

func (*GenerateClusterDebugEventReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GenerateDebugEventOK

type GenerateDebugEventOK struct {
}

GenerateDebugEventOK handles this case with default header values.

No response was specified

func NewGenerateDebugEventOK

func NewGenerateDebugEventOK() *GenerateDebugEventOK

NewGenerateDebugEventOK creates a GenerateDebugEventOK with default headers values

func (*GenerateDebugEventOK) Error

func (o *GenerateDebugEventOK) Error() string

type GenerateDebugEventParams

type GenerateDebugEventParams struct {

	/*Text*/
	Text *string

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

GenerateDebugEventParams contains all the parameters to send to the API endpoint for the generate debug event operation typically these are written to a http.Request

func NewGenerateDebugEventParams

func NewGenerateDebugEventParams() *GenerateDebugEventParams

NewGenerateDebugEventParams creates a new GenerateDebugEventParams object with the default values initialized.

func NewGenerateDebugEventParamsWithContext

func NewGenerateDebugEventParamsWithContext(ctx context.Context) *GenerateDebugEventParams

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

func NewGenerateDebugEventParamsWithHTTPClient

func NewGenerateDebugEventParamsWithHTTPClient(client *http.Client) *GenerateDebugEventParams

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

func NewGenerateDebugEventParamsWithTimeout

func NewGenerateDebugEventParamsWithTimeout(timeout time.Duration) *GenerateDebugEventParams

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

func (*GenerateDebugEventParams) SetContext

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

SetContext adds the context to the generate debug event params

func (*GenerateDebugEventParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the generate debug event params

func (*GenerateDebugEventParams) SetText

func (o *GenerateDebugEventParams) SetText(text *string)

SetText adds the text to the generate debug event params

func (*GenerateDebugEventParams) SetTimeout

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

SetTimeout adds the timeout to the generate debug event params

func (*GenerateDebugEventParams) WithContext

WithContext adds the context to the generate debug event params

func (*GenerateDebugEventParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the generate debug event params

func (*GenerateDebugEventParams) WithText

WithText adds the text to the generate debug event params

func (*GenerateDebugEventParams) WithTimeout

WithTimeout adds the timeout to the generate debug event params

func (*GenerateDebugEventParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GenerateDebugEventReader

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

GenerateDebugEventReader is a Reader for the GenerateDebugEvent structure.

func (*GenerateDebugEventReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ShowLastClusterDebugEventOK

type ShowLastClusterDebugEventOK struct {
	Payload *models.DebugEvent
}

ShowLastClusterDebugEventOK handles this case with default header values.

No response was specified

func NewShowLastClusterDebugEventOK

func NewShowLastClusterDebugEventOK() *ShowLastClusterDebugEventOK

NewShowLastClusterDebugEventOK creates a ShowLastClusterDebugEventOK with default headers values

func (*ShowLastClusterDebugEventOK) Error

type ShowLastClusterDebugEventParams

type ShowLastClusterDebugEventParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ShowLastClusterDebugEventParams contains all the parameters to send to the API endpoint for the show last cluster debug event operation typically these are written to a http.Request

func NewShowLastClusterDebugEventParams

func NewShowLastClusterDebugEventParams() *ShowLastClusterDebugEventParams

NewShowLastClusterDebugEventParams creates a new ShowLastClusterDebugEventParams object with the default values initialized.

func NewShowLastClusterDebugEventParamsWithContext

func NewShowLastClusterDebugEventParamsWithContext(ctx context.Context) *ShowLastClusterDebugEventParams

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

func NewShowLastClusterDebugEventParamsWithHTTPClient

func NewShowLastClusterDebugEventParamsWithHTTPClient(client *http.Client) *ShowLastClusterDebugEventParams

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

func NewShowLastClusterDebugEventParamsWithTimeout

func NewShowLastClusterDebugEventParamsWithTimeout(timeout time.Duration) *ShowLastClusterDebugEventParams

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

func (*ShowLastClusterDebugEventParams) SetContext

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

SetContext adds the context to the show last cluster debug event params

func (*ShowLastClusterDebugEventParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the show last cluster debug event params

func (*ShowLastClusterDebugEventParams) SetTimeout

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

SetTimeout adds the timeout to the show last cluster debug event params

func (*ShowLastClusterDebugEventParams) WithContext

WithContext adds the context to the show last cluster debug event params

func (*ShowLastClusterDebugEventParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the show last cluster debug event params

func (*ShowLastClusterDebugEventParams) WithTimeout

WithTimeout adds the timeout to the show last cluster debug event params

func (*ShowLastClusterDebugEventParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShowLastClusterDebugEventReader

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

ShowLastClusterDebugEventReader is a Reader for the ShowLastClusterDebugEvent structure.

func (*ShowLastClusterDebugEventReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ShowLastDebugEventOK

type ShowLastDebugEventOK struct {
	Payload *models.DebugEvent
}

ShowLastDebugEventOK handles this case with default header values.

No response was specified

func NewShowLastDebugEventOK

func NewShowLastDebugEventOK() *ShowLastDebugEventOK

NewShowLastDebugEventOK creates a ShowLastDebugEventOK with default headers values

func (*ShowLastDebugEventOK) Error

func (o *ShowLastDebugEventOK) Error() string

type ShowLastDebugEventParams

type ShowLastDebugEventParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ShowLastDebugEventParams contains all the parameters to send to the API endpoint for the show last debug event operation typically these are written to a http.Request

func NewShowLastDebugEventParams

func NewShowLastDebugEventParams() *ShowLastDebugEventParams

NewShowLastDebugEventParams creates a new ShowLastDebugEventParams object with the default values initialized.

func NewShowLastDebugEventParamsWithContext

func NewShowLastDebugEventParamsWithContext(ctx context.Context) *ShowLastDebugEventParams

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

func NewShowLastDebugEventParamsWithHTTPClient

func NewShowLastDebugEventParamsWithHTTPClient(client *http.Client) *ShowLastDebugEventParams

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

func NewShowLastDebugEventParamsWithTimeout

func NewShowLastDebugEventParamsWithTimeout(timeout time.Duration) *ShowLastDebugEventParams

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

func (*ShowLastDebugEventParams) SetContext

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

SetContext adds the context to the show last debug event params

func (*ShowLastDebugEventParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the show last debug event params

func (*ShowLastDebugEventParams) SetTimeout

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

SetTimeout adds the timeout to the show last debug event params

func (*ShowLastDebugEventParams) WithContext

WithContext adds the context to the show last debug event params

func (*ShowLastDebugEventParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the show last debug event params

func (*ShowLastDebugEventParams) WithTimeout

WithTimeout adds the timeout to the show last debug event params

func (*ShowLastDebugEventParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShowLastDebugEventReader

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

ShowLastDebugEventReader is a Reader for the ShowLastDebugEvent structure.

func (*ShowLastDebugEventReader) ReadResponse

func (o *ShowLastDebugEventReader) 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