v4utils

package
v1.999.999-b9 Latest Latest
Warning

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

Go to latest
Published: May 7, 2020 License: Apache-2.0, BSD-2-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 CheckClientVersionV4OK

type CheckClientVersionV4OK struct {
	Payload *model.VersionCheckResult
}

CheckClientVersionV4OK handles this case with default header values.

successful operation

func NewCheckClientVersionV4OK

func NewCheckClientVersionV4OK() *CheckClientVersionV4OK

NewCheckClientVersionV4OK creates a CheckClientVersionV4OK with default headers values

func (*CheckClientVersionV4OK) Error

func (o *CheckClientVersionV4OK) Error() string

type CheckClientVersionV4Params

type CheckClientVersionV4Params struct {

	/*Version*/
	Version *string

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

CheckClientVersionV4Params contains all the parameters to send to the API endpoint for the check client version v4 operation typically these are written to a http.Request

func NewCheckClientVersionV4Params

func NewCheckClientVersionV4Params() *CheckClientVersionV4Params

NewCheckClientVersionV4Params creates a new CheckClientVersionV4Params object with the default values initialized.

func NewCheckClientVersionV4ParamsWithContext

func NewCheckClientVersionV4ParamsWithContext(ctx context.Context) *CheckClientVersionV4Params

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

func NewCheckClientVersionV4ParamsWithHTTPClient

func NewCheckClientVersionV4ParamsWithHTTPClient(client *http.Client) *CheckClientVersionV4Params

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

func NewCheckClientVersionV4ParamsWithTimeout

func NewCheckClientVersionV4ParamsWithTimeout(timeout time.Duration) *CheckClientVersionV4Params

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

func (*CheckClientVersionV4Params) SetContext

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

SetContext adds the context to the check client version v4 params

func (*CheckClientVersionV4Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the check client version v4 params

func (*CheckClientVersionV4Params) SetTimeout

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

SetTimeout adds the timeout to the check client version v4 params

func (*CheckClientVersionV4Params) SetVersion

func (o *CheckClientVersionV4Params) SetVersion(version *string)

SetVersion adds the version to the check client version v4 params

func (*CheckClientVersionV4Params) WithContext

WithContext adds the context to the check client version v4 params

func (*CheckClientVersionV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the check client version v4 params

func (*CheckClientVersionV4Params) WithTimeout

WithTimeout adds the timeout to the check client version v4 params

func (*CheckClientVersionV4Params) WithVersion

WithVersion adds the version to the check client version v4 params

func (*CheckClientVersionV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CheckClientVersionV4Reader

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

CheckClientVersionV4Reader is a Reader for the CheckClientVersionV4 structure.

func (*CheckClientVersionV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CheckRightOK

type CheckRightOK struct {
	Payload *model.CheckRightV4Response
}

CheckRightOK handles this case with default header values.

successful operation

func NewCheckRightOK

func NewCheckRightOK() *CheckRightOK

NewCheckRightOK creates a CheckRightOK with default headers values

func (*CheckRightOK) Error

func (o *CheckRightOK) Error() string

type CheckRightParams

type CheckRightParams struct {

	/*Body*/
	Body *model.CheckRightV4Request

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

CheckRightParams contains all the parameters to send to the API endpoint for the check right operation typically these are written to a http.Request

func NewCheckRightParams

func NewCheckRightParams() *CheckRightParams

NewCheckRightParams creates a new CheckRightParams object with the default values initialized.

func NewCheckRightParamsWithContext

func NewCheckRightParamsWithContext(ctx context.Context) *CheckRightParams

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

func NewCheckRightParamsWithHTTPClient

func NewCheckRightParamsWithHTTPClient(client *http.Client) *CheckRightParams

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

func NewCheckRightParamsWithTimeout

func NewCheckRightParamsWithTimeout(timeout time.Duration) *CheckRightParams

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

func (*CheckRightParams) SetBody

func (o *CheckRightParams) SetBody(body *model.CheckRightV4Request)

SetBody adds the body to the check right params

func (*CheckRightParams) SetContext

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

SetContext adds the context to the check right params

func (*CheckRightParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the check right params

func (*CheckRightParams) SetTimeout

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

SetTimeout adds the timeout to the check right params

func (*CheckRightParams) WithBody

WithBody adds the body to the check right params

func (*CheckRightParams) WithContext

func (o *CheckRightParams) WithContext(ctx context.Context) *CheckRightParams

WithContext adds the context to the check right params

func (*CheckRightParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the check right params

func (*CheckRightParams) WithTimeout

func (o *CheckRightParams) WithTimeout(timeout time.Duration) *CheckRightParams

WithTimeout adds the timeout to the check right params

func (*CheckRightParams) WriteToRequest

func (o *CheckRightParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CheckRightReader

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

CheckRightReader is a Reader for the CheckRight structure.

func (*CheckRightReader) ReadResponse

func (o *CheckRightReader) 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 v4utils API

func New

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

New creates a new v4utils API client.

func (*Client) CheckClientVersionV4

func (a *Client) CheckClientVersionV4(params *CheckClientVersionV4Params) (*CheckClientVersionV4OK, error)

CheckClientVersionV4 checks the client version

func (*Client) CheckRight

func (a *Client) CheckRight(params *CheckRightParams) (*CheckRightOK, error)

CheckRight checkings rights from UI

Check right from UI

func (*Client) GetCloudStorageMatrixV4

func (a *Client) GetCloudStorageMatrixV4(params *GetCloudStorageMatrixV4Params) (*GetCloudStorageMatrixV4OK, error)

GetCloudStorageMatrixV4 returns supported cloud storage for stack version

Define stack version at least at patch level eg. 2.6.0

func (*Client) GetDefaultSecurityRules

func (a *Client) GetDefaultSecurityRules(params *GetDefaultSecurityRulesParams) (*GetDefaultSecurityRulesOK, error)

GetDefaultSecurityRules gets default security rules

Security Rules operations

func (*Client) GetDeploymentInfo

func (a *Client) GetDeploymentInfo(params *GetDeploymentInfoParams) (*GetDeploymentInfoOK, error)

GetDeploymentInfo retrieves account preferences for admin user

Account related preferences that could be managed by the account admins and different restrictions could be added to Cloudbreak resources.

func (*Client) GetStackMatrixUtilV4

func (a *Client) GetStackMatrixUtilV4(params *GetStackMatrixUtilV4Params) (*GetStackMatrixUtilV4OK, error)

GetStackMatrixUtilV4 returns default ambari details for distinct h d p and h d f

func (*Client) PostNotificationTest

func (a *Client) PostNotificationTest(params *PostNotificationTestParams) (*PostNotificationTestOK, error)

PostNotificationTest triggers a new notification to the notification system could be validated from the begins

Account related preferences that could be managed by the account admins and different restrictions could be added to Cloudbreak resources.

func (*Client) RenewCertificate

func (a *Client) RenewCertificate(params *RenewCertificateParams) error

RenewCertificate triggers a certificate renewal on the desired cluster which is identified via stack s name

Trigger a certificate renewal on the specified cluster.

func (*Client) RepositoryConfigsValidationV4

func (a *Client) RepositoryConfigsValidationV4(params *RepositoryConfigsValidationV4Params) (*RepositoryConfigsValidationV4OK, error)

RepositoryConfigsValidationV4 validates repository configs fields check their availability

Repository configs validation related operations

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type GetCloudStorageMatrixV4OK

type GetCloudStorageMatrixV4OK struct {
	Payload *model.CloudStorageSupportedV4Responses
}

GetCloudStorageMatrixV4OK handles this case with default header values.

successful operation

func NewGetCloudStorageMatrixV4OK

func NewGetCloudStorageMatrixV4OK() *GetCloudStorageMatrixV4OK

NewGetCloudStorageMatrixV4OK creates a GetCloudStorageMatrixV4OK with default headers values

func (*GetCloudStorageMatrixV4OK) Error

func (o *GetCloudStorageMatrixV4OK) Error() string

type GetCloudStorageMatrixV4Params

type GetCloudStorageMatrixV4Params struct {

	/*StackVersion*/
	StackVersion *string

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

GetCloudStorageMatrixV4Params contains all the parameters to send to the API endpoint for the get cloud storage matrix v4 operation typically these are written to a http.Request

func NewGetCloudStorageMatrixV4Params

func NewGetCloudStorageMatrixV4Params() *GetCloudStorageMatrixV4Params

NewGetCloudStorageMatrixV4Params creates a new GetCloudStorageMatrixV4Params object with the default values initialized.

func NewGetCloudStorageMatrixV4ParamsWithContext

func NewGetCloudStorageMatrixV4ParamsWithContext(ctx context.Context) *GetCloudStorageMatrixV4Params

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

func NewGetCloudStorageMatrixV4ParamsWithHTTPClient

func NewGetCloudStorageMatrixV4ParamsWithHTTPClient(client *http.Client) *GetCloudStorageMatrixV4Params

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

func NewGetCloudStorageMatrixV4ParamsWithTimeout

func NewGetCloudStorageMatrixV4ParamsWithTimeout(timeout time.Duration) *GetCloudStorageMatrixV4Params

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

func (*GetCloudStorageMatrixV4Params) SetContext

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

SetContext adds the context to the get cloud storage matrix v4 params

func (*GetCloudStorageMatrixV4Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get cloud storage matrix v4 params

func (*GetCloudStorageMatrixV4Params) SetStackVersion

func (o *GetCloudStorageMatrixV4Params) SetStackVersion(stackVersion *string)

SetStackVersion adds the stackVersion to the get cloud storage matrix v4 params

func (*GetCloudStorageMatrixV4Params) SetTimeout

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

SetTimeout adds the timeout to the get cloud storage matrix v4 params

func (*GetCloudStorageMatrixV4Params) WithContext

WithContext adds the context to the get cloud storage matrix v4 params

func (*GetCloudStorageMatrixV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get cloud storage matrix v4 params

func (*GetCloudStorageMatrixV4Params) WithStackVersion

func (o *GetCloudStorageMatrixV4Params) WithStackVersion(stackVersion *string) *GetCloudStorageMatrixV4Params

WithStackVersion adds the stackVersion to the get cloud storage matrix v4 params

func (*GetCloudStorageMatrixV4Params) WithTimeout

WithTimeout adds the timeout to the get cloud storage matrix v4 params

func (*GetCloudStorageMatrixV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCloudStorageMatrixV4Reader

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

GetCloudStorageMatrixV4Reader is a Reader for the GetCloudStorageMatrixV4 structure.

func (*GetCloudStorageMatrixV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDefaultSecurityRulesOK

type GetDefaultSecurityRulesOK struct {
	Payload *model.SecurityRulesV4Response
}

GetDefaultSecurityRulesOK handles this case with default header values.

successful operation

func NewGetDefaultSecurityRulesOK

func NewGetDefaultSecurityRulesOK() *GetDefaultSecurityRulesOK

NewGetDefaultSecurityRulesOK creates a GetDefaultSecurityRulesOK with default headers values

func (*GetDefaultSecurityRulesOK) Error

func (o *GetDefaultSecurityRulesOK) Error() string

type GetDefaultSecurityRulesParams

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

GetDefaultSecurityRulesParams contains all the parameters to send to the API endpoint for the get default security rules operation typically these are written to a http.Request

func NewGetDefaultSecurityRulesParams

func NewGetDefaultSecurityRulesParams() *GetDefaultSecurityRulesParams

NewGetDefaultSecurityRulesParams creates a new GetDefaultSecurityRulesParams object with the default values initialized.

func NewGetDefaultSecurityRulesParamsWithContext

func NewGetDefaultSecurityRulesParamsWithContext(ctx context.Context) *GetDefaultSecurityRulesParams

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

func NewGetDefaultSecurityRulesParamsWithHTTPClient

func NewGetDefaultSecurityRulesParamsWithHTTPClient(client *http.Client) *GetDefaultSecurityRulesParams

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

func NewGetDefaultSecurityRulesParamsWithTimeout

func NewGetDefaultSecurityRulesParamsWithTimeout(timeout time.Duration) *GetDefaultSecurityRulesParams

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

func (*GetDefaultSecurityRulesParams) SetContext

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

SetContext adds the context to the get default security rules params

func (*GetDefaultSecurityRulesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get default security rules params

func (*GetDefaultSecurityRulesParams) SetTimeout

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

SetTimeout adds the timeout to the get default security rules params

func (*GetDefaultSecurityRulesParams) WithContext

WithContext adds the context to the get default security rules params

func (*GetDefaultSecurityRulesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get default security rules params

func (*GetDefaultSecurityRulesParams) WithTimeout

WithTimeout adds the timeout to the get default security rules params

func (*GetDefaultSecurityRulesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDefaultSecurityRulesReader

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

GetDefaultSecurityRulesReader is a Reader for the GetDefaultSecurityRules structure.

func (*GetDefaultSecurityRulesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentInfoOK

type GetDeploymentInfoOK struct {
	Payload *model.DeploymentPreferencesV4Response
}

GetDeploymentInfoOK handles this case with default header values.

successful operation

func NewGetDeploymentInfoOK

func NewGetDeploymentInfoOK() *GetDeploymentInfoOK

NewGetDeploymentInfoOK creates a GetDeploymentInfoOK with default headers values

func (*GetDeploymentInfoOK) Error

func (o *GetDeploymentInfoOK) Error() string

type GetDeploymentInfoParams

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

GetDeploymentInfoParams contains all the parameters to send to the API endpoint for the get deployment info operation typically these are written to a http.Request

func NewGetDeploymentInfoParams

func NewGetDeploymentInfoParams() *GetDeploymentInfoParams

NewGetDeploymentInfoParams creates a new GetDeploymentInfoParams object with the default values initialized.

func NewGetDeploymentInfoParamsWithContext

func NewGetDeploymentInfoParamsWithContext(ctx context.Context) *GetDeploymentInfoParams

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

func NewGetDeploymentInfoParamsWithHTTPClient

func NewGetDeploymentInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentInfoParams

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

func NewGetDeploymentInfoParamsWithTimeout

func NewGetDeploymentInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentInfoParams

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

func (*GetDeploymentInfoParams) SetContext

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

SetContext adds the context to the get deployment info params

func (*GetDeploymentInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get deployment info params

func (*GetDeploymentInfoParams) SetTimeout

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

SetTimeout adds the timeout to the get deployment info params

func (*GetDeploymentInfoParams) WithContext

WithContext adds the context to the get deployment info params

func (*GetDeploymentInfoParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get deployment info params

func (*GetDeploymentInfoParams) WithTimeout

WithTimeout adds the timeout to the get deployment info params

func (*GetDeploymentInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentInfoReader

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

GetDeploymentInfoReader is a Reader for the GetDeploymentInfo structure.

func (*GetDeploymentInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetStackMatrixUtilV4OK

type GetStackMatrixUtilV4OK struct {
	Payload *model.StackMatrixV4Response
}

GetStackMatrixUtilV4OK handles this case with default header values.

successful operation

func NewGetStackMatrixUtilV4OK

func NewGetStackMatrixUtilV4OK() *GetStackMatrixUtilV4OK

NewGetStackMatrixUtilV4OK creates a GetStackMatrixUtilV4OK with default headers values

func (*GetStackMatrixUtilV4OK) Error

func (o *GetStackMatrixUtilV4OK) Error() string

type GetStackMatrixUtilV4Params

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

GetStackMatrixUtilV4Params contains all the parameters to send to the API endpoint for the get stack matrix util v4 operation typically these are written to a http.Request

func NewGetStackMatrixUtilV4Params

func NewGetStackMatrixUtilV4Params() *GetStackMatrixUtilV4Params

NewGetStackMatrixUtilV4Params creates a new GetStackMatrixUtilV4Params object with the default values initialized.

func NewGetStackMatrixUtilV4ParamsWithContext

func NewGetStackMatrixUtilV4ParamsWithContext(ctx context.Context) *GetStackMatrixUtilV4Params

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

func NewGetStackMatrixUtilV4ParamsWithHTTPClient

func NewGetStackMatrixUtilV4ParamsWithHTTPClient(client *http.Client) *GetStackMatrixUtilV4Params

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

func NewGetStackMatrixUtilV4ParamsWithTimeout

func NewGetStackMatrixUtilV4ParamsWithTimeout(timeout time.Duration) *GetStackMatrixUtilV4Params

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

func (*GetStackMatrixUtilV4Params) SetContext

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

SetContext adds the context to the get stack matrix util v4 params

func (*GetStackMatrixUtilV4Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get stack matrix util v4 params

func (*GetStackMatrixUtilV4Params) SetTimeout

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

SetTimeout adds the timeout to the get stack matrix util v4 params

func (*GetStackMatrixUtilV4Params) WithContext

WithContext adds the context to the get stack matrix util v4 params

func (*GetStackMatrixUtilV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get stack matrix util v4 params

func (*GetStackMatrixUtilV4Params) WithTimeout

WithTimeout adds the timeout to the get stack matrix util v4 params

func (*GetStackMatrixUtilV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetStackMatrixUtilV4Reader

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

GetStackMatrixUtilV4Reader is a Reader for the GetStackMatrixUtilV4 structure.

func (*GetStackMatrixUtilV4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostNotificationTestOK

type PostNotificationTestOK struct {
	Payload *model.ResourceEventResponse
}

PostNotificationTestOK handles this case with default header values.

successful operation

func NewPostNotificationTestOK

func NewPostNotificationTestOK() *PostNotificationTestOK

NewPostNotificationTestOK creates a PostNotificationTestOK with default headers values

func (*PostNotificationTestOK) Error

func (o *PostNotificationTestOK) Error() string

type PostNotificationTestParams

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

PostNotificationTestParams contains all the parameters to send to the API endpoint for the post notification test operation typically these are written to a http.Request

func NewPostNotificationTestParams

func NewPostNotificationTestParams() *PostNotificationTestParams

NewPostNotificationTestParams creates a new PostNotificationTestParams object with the default values initialized.

func NewPostNotificationTestParamsWithContext

func NewPostNotificationTestParamsWithContext(ctx context.Context) *PostNotificationTestParams

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

func NewPostNotificationTestParamsWithHTTPClient

func NewPostNotificationTestParamsWithHTTPClient(client *http.Client) *PostNotificationTestParams

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

func NewPostNotificationTestParamsWithTimeout

func NewPostNotificationTestParamsWithTimeout(timeout time.Duration) *PostNotificationTestParams

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

func (*PostNotificationTestParams) SetContext

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

SetContext adds the context to the post notification test params

func (*PostNotificationTestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post notification test params

func (*PostNotificationTestParams) SetTimeout

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

SetTimeout adds the timeout to the post notification test params

func (*PostNotificationTestParams) WithContext

WithContext adds the context to the post notification test params

func (*PostNotificationTestParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post notification test params

func (*PostNotificationTestParams) WithTimeout

WithTimeout adds the timeout to the post notification test params

func (*PostNotificationTestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNotificationTestReader

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

PostNotificationTestReader is a Reader for the PostNotificationTest structure.

func (*PostNotificationTestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RenewCertificateDefault

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

RenewCertificateDefault handles this case with default header values.

successful operation

func NewRenewCertificateDefault

func NewRenewCertificateDefault(code int) *RenewCertificateDefault

NewRenewCertificateDefault creates a RenewCertificateDefault with default headers values

func (*RenewCertificateDefault) Code

func (o *RenewCertificateDefault) Code() int

Code gets the status code for the renew certificate default response

func (*RenewCertificateDefault) Error

func (o *RenewCertificateDefault) Error() string

type RenewCertificateParams

type RenewCertificateParams struct {

	/*Body*/
	Body *model.RenewCertificateV4Request

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

RenewCertificateParams contains all the parameters to send to the API endpoint for the renew certificate operation typically these are written to a http.Request

func NewRenewCertificateParams

func NewRenewCertificateParams() *RenewCertificateParams

NewRenewCertificateParams creates a new RenewCertificateParams object with the default values initialized.

func NewRenewCertificateParamsWithContext

func NewRenewCertificateParamsWithContext(ctx context.Context) *RenewCertificateParams

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

func NewRenewCertificateParamsWithHTTPClient

func NewRenewCertificateParamsWithHTTPClient(client *http.Client) *RenewCertificateParams

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

func NewRenewCertificateParamsWithTimeout

func NewRenewCertificateParamsWithTimeout(timeout time.Duration) *RenewCertificateParams

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

func (*RenewCertificateParams) SetBody

SetBody adds the body to the renew certificate params

func (*RenewCertificateParams) SetContext

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

SetContext adds the context to the renew certificate params

func (*RenewCertificateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the renew certificate params

func (*RenewCertificateParams) SetTimeout

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

SetTimeout adds the timeout to the renew certificate params

func (*RenewCertificateParams) WithBody

WithBody adds the body to the renew certificate params

func (*RenewCertificateParams) WithContext

WithContext adds the context to the renew certificate params

func (*RenewCertificateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the renew certificate params

func (*RenewCertificateParams) WithTimeout

WithTimeout adds the timeout to the renew certificate params

func (*RenewCertificateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RenewCertificateReader

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

RenewCertificateReader is a Reader for the RenewCertificate structure.

func (*RenewCertificateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RepositoryConfigsValidationV4OK

type RepositoryConfigsValidationV4OK struct {
	Payload *model.RepoConfigValidationV4Response
}

RepositoryConfigsValidationV4OK handles this case with default header values.

successful operation

func NewRepositoryConfigsValidationV4OK

func NewRepositoryConfigsValidationV4OK() *RepositoryConfigsValidationV4OK

NewRepositoryConfigsValidationV4OK creates a RepositoryConfigsValidationV4OK with default headers values

func (*RepositoryConfigsValidationV4OK) Error

type RepositoryConfigsValidationV4Params

type RepositoryConfigsValidationV4Params struct {

	/*Body*/
	Body *model.RepoConfigValidationV4Request

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

RepositoryConfigsValidationV4Params contains all the parameters to send to the API endpoint for the repository configs validation v4 operation typically these are written to a http.Request

func NewRepositoryConfigsValidationV4Params

func NewRepositoryConfigsValidationV4Params() *RepositoryConfigsValidationV4Params

NewRepositoryConfigsValidationV4Params creates a new RepositoryConfigsValidationV4Params object with the default values initialized.

func NewRepositoryConfigsValidationV4ParamsWithContext

func NewRepositoryConfigsValidationV4ParamsWithContext(ctx context.Context) *RepositoryConfigsValidationV4Params

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

func NewRepositoryConfigsValidationV4ParamsWithHTTPClient

func NewRepositoryConfigsValidationV4ParamsWithHTTPClient(client *http.Client) *RepositoryConfigsValidationV4Params

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

func NewRepositoryConfigsValidationV4ParamsWithTimeout

func NewRepositoryConfigsValidationV4ParamsWithTimeout(timeout time.Duration) *RepositoryConfigsValidationV4Params

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

func (*RepositoryConfigsValidationV4Params) SetBody

SetBody adds the body to the repository configs validation v4 params

func (*RepositoryConfigsValidationV4Params) SetContext

SetContext adds the context to the repository configs validation v4 params

func (*RepositoryConfigsValidationV4Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the repository configs validation v4 params

func (*RepositoryConfigsValidationV4Params) SetTimeout

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

SetTimeout adds the timeout to the repository configs validation v4 params

func (*RepositoryConfigsValidationV4Params) WithBody

WithBody adds the body to the repository configs validation v4 params

func (*RepositoryConfigsValidationV4Params) WithContext

WithContext adds the context to the repository configs validation v4 params

func (*RepositoryConfigsValidationV4Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the repository configs validation v4 params

func (*RepositoryConfigsValidationV4Params) WithTimeout

WithTimeout adds the timeout to the repository configs validation v4 params

func (*RepositoryConfigsValidationV4Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type RepositoryConfigsValidationV4Reader

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

RepositoryConfigsValidationV4Reader is a Reader for the RepositoryConfigsValidationV4 structure.

func (*RepositoryConfigsValidationV4Reader) ReadResponse

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