eks

package
v0.0.0-...-b339f66 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2022 License: Apache-2.0 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 eks API

func (*Client) ListEKSAMITypes

func (a *Client) ListEKSAMITypes(params *ListEKSAMITypesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSAMITypesOK, error)

ListEKSAMITypes gets the e k s a m i types for node group

func (*Client) ListEKSCapacityTypes

func (a *Client) ListEKSCapacityTypes(params *ListEKSCapacityTypesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSCapacityTypesOK, error)

ListEKSCapacityTypes gets the e k s capacity types for node group

func (*Client) ListEKSClusterRoles

func (a *Client) ListEKSClusterRoles(params *ListEKSClusterRolesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSClusterRolesOK, error)

ListEKSClusterRoles lists e k s cluster service roles

func (*Client) ListEKSInstanceTypesNoCredentials

func (a *Client) ListEKSInstanceTypesNoCredentials(params *ListEKSInstanceTypesNoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSInstanceTypesNoCredentialsOK, error)

ListEKSInstanceTypesNoCredentials gets the e k s instance types for node group based on architecture

func (*Client) ListEKSNodeRolesNoCredentials

func (a *Client) ListEKSNodeRolesNoCredentials(params *ListEKSNodeRolesNoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSNodeRolesNoCredentialsOK, error)

ListEKSNodeRolesNoCredentials lists e k s node i a m roles

func (*Client) ListEKSRegions

func (a *Client) ListEKSRegions(params *ListEKSRegionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSRegionsOK, error)

ListEKSRegions lists e k s regions

func (*Client) ListEKSSecurityGroups

func (a *Client) ListEKSSecurityGroups(params *ListEKSSecurityGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSSecurityGroupsOK, error)

ListEKSSecurityGroups lists e k s securitygroup list

func (*Client) ListEKSSubnets

func (a *Client) ListEKSSubnets(params *ListEKSSubnetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSSubnetsOK, error)

ListEKSSubnets lists e k s subnet list

func (*Client) ListEKSSubnetsNoCredentials

func (a *Client) ListEKSSubnetsNoCredentials(params *ListEKSSubnetsNoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSSubnetsNoCredentialsOK, error)

ListEKSSubnetsNoCredentials gets the e k s subnets for node group

func (*Client) ListEKSVPCS

func (a *Client) ListEKSVPCS(params *ListEKSVPCSParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSVPCSOK, error)

ListEKSVPCS Lists EKS vpc's

func (*Client) ListEKSVPCsNoCredentials

func (a *Client) ListEKSVPCsNoCredentials(params *ListEKSVPCsNoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSVPCsNoCredentialsOK, error)

ListEKSVPCsNoCredentials gets the e k s vpc s for node group

func (*Client) ListEKSVersions

func (a *Client) ListEKSVersions(params *ListEKSVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSVersionsOK, error)

ListEKSVersions Lists EKS versions

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) ValidateEKSCredentials

func (a *Client) ValidateEKSCredentials(params *ValidateEKSCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ValidateEKSCredentialsOK, error)

ValidateEKSCredentials Validates EKS credentials

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ListEKSAMITypes(params *ListEKSAMITypesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSAMITypesOK, error)

	ListEKSCapacityTypes(params *ListEKSCapacityTypesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSCapacityTypesOK, error)

	ListEKSClusterRoles(params *ListEKSClusterRolesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSClusterRolesOK, error)

	ListEKSInstanceTypesNoCredentials(params *ListEKSInstanceTypesNoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSInstanceTypesNoCredentialsOK, error)

	ListEKSNodeRolesNoCredentials(params *ListEKSNodeRolesNoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSNodeRolesNoCredentialsOK, error)

	ListEKSRegions(params *ListEKSRegionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSRegionsOK, error)

	ListEKSSecurityGroups(params *ListEKSSecurityGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSSecurityGroupsOK, error)

	ListEKSSubnets(params *ListEKSSubnetsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSSubnetsOK, error)

	ListEKSSubnetsNoCredentials(params *ListEKSSubnetsNoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSSubnetsNoCredentialsOK, error)

	ListEKSVPCS(params *ListEKSVPCSParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSVPCSOK, error)

	ListEKSVPCsNoCredentials(params *ListEKSVPCsNoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSVPCsNoCredentialsOK, error)

	ListEKSVersions(params *ListEKSVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListEKSVersionsOK, error)

	ValidateEKSCredentials(params *ValidateEKSCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ValidateEKSCredentialsOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new eks API client.

type ListEKSAMITypesDefault

type ListEKSAMITypesDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ListEKSAMITypesDefault describes a response with status code -1, with default header values.

errorResponse

func NewListEKSAMITypesDefault

func NewListEKSAMITypesDefault(code int) *ListEKSAMITypesDefault

NewListEKSAMITypesDefault creates a ListEKSAMITypesDefault with default headers values

func (*ListEKSAMITypesDefault) Code

func (o *ListEKSAMITypesDefault) Code() int

Code gets the status code for the list e k s a m i types default response

func (*ListEKSAMITypesDefault) Error

func (o *ListEKSAMITypesDefault) Error() string

func (*ListEKSAMITypesDefault) GetPayload

func (o *ListEKSAMITypesDefault) GetPayload() *models.ErrorResponse

func (*ListEKSAMITypesDefault) IsClientError

func (o *ListEKSAMITypesDefault) IsClientError() bool

IsClientError returns true when this list e k s a m i types default response has a 4xx status code

func (*ListEKSAMITypesDefault) IsCode

func (o *ListEKSAMITypesDefault) IsCode(code int) bool

IsCode returns true when this list e k s a m i types default response a status code equal to that given

func (*ListEKSAMITypesDefault) IsRedirect

func (o *ListEKSAMITypesDefault) IsRedirect() bool

IsRedirect returns true when this list e k s a m i types default response has a 3xx status code

func (*ListEKSAMITypesDefault) IsServerError

func (o *ListEKSAMITypesDefault) IsServerError() bool

IsServerError returns true when this list e k s a m i types default response has a 5xx status code

func (*ListEKSAMITypesDefault) IsSuccess

func (o *ListEKSAMITypesDefault) IsSuccess() bool

IsSuccess returns true when this list e k s a m i types default response has a 2xx status code

func (*ListEKSAMITypesDefault) String

func (o *ListEKSAMITypesDefault) String() string

type ListEKSAMITypesForbidden

type ListEKSAMITypesForbidden struct {
}

ListEKSAMITypesForbidden describes a response with status code 403, with default header values.

EmptyResponse is a empty response

func NewListEKSAMITypesForbidden

func NewListEKSAMITypesForbidden() *ListEKSAMITypesForbidden

NewListEKSAMITypesForbidden creates a ListEKSAMITypesForbidden with default headers values

func (*ListEKSAMITypesForbidden) Error

func (o *ListEKSAMITypesForbidden) Error() string

func (*ListEKSAMITypesForbidden) IsClientError

func (o *ListEKSAMITypesForbidden) IsClientError() bool

IsClientError returns true when this list e k s a m i types forbidden response has a 4xx status code

func (*ListEKSAMITypesForbidden) IsCode

func (o *ListEKSAMITypesForbidden) IsCode(code int) bool

IsCode returns true when this list e k s a m i types forbidden response a status code equal to that given

func (*ListEKSAMITypesForbidden) IsRedirect

func (o *ListEKSAMITypesForbidden) IsRedirect() bool

IsRedirect returns true when this list e k s a m i types forbidden response has a 3xx status code

func (*ListEKSAMITypesForbidden) IsServerError

func (o *ListEKSAMITypesForbidden) IsServerError() bool

IsServerError returns true when this list e k s a m i types forbidden response has a 5xx status code

func (*ListEKSAMITypesForbidden) IsSuccess

func (o *ListEKSAMITypesForbidden) IsSuccess() bool

IsSuccess returns true when this list e k s a m i types forbidden response has a 2xx status code

func (*ListEKSAMITypesForbidden) String

func (o *ListEKSAMITypesForbidden) String() string

type ListEKSAMITypesOK

type ListEKSAMITypesOK struct {
	Payload models.EKSAMITypeList
}

ListEKSAMITypesOK describes a response with status code 200, with default header values.

EKSAMITypeList

func NewListEKSAMITypesOK

func NewListEKSAMITypesOK() *ListEKSAMITypesOK

NewListEKSAMITypesOK creates a ListEKSAMITypesOK with default headers values

func (*ListEKSAMITypesOK) Error

func (o *ListEKSAMITypesOK) Error() string

func (*ListEKSAMITypesOK) GetPayload

func (o *ListEKSAMITypesOK) GetPayload() models.EKSAMITypeList

func (*ListEKSAMITypesOK) IsClientError

func (o *ListEKSAMITypesOK) IsClientError() bool

IsClientError returns true when this list e k s a m i types o k response has a 4xx status code

func (*ListEKSAMITypesOK) IsCode

func (o *ListEKSAMITypesOK) IsCode(code int) bool

IsCode returns true when this list e k s a m i types o k response a status code equal to that given

func (*ListEKSAMITypesOK) IsRedirect

func (o *ListEKSAMITypesOK) IsRedirect() bool

IsRedirect returns true when this list e k s a m i types o k response has a 3xx status code

func (*ListEKSAMITypesOK) IsServerError

func (o *ListEKSAMITypesOK) IsServerError() bool

IsServerError returns true when this list e k s a m i types o k response has a 5xx status code

func (*ListEKSAMITypesOK) IsSuccess

func (o *ListEKSAMITypesOK) IsSuccess() bool

IsSuccess returns true when this list e k s a m i types o k response has a 2xx status code

func (*ListEKSAMITypesOK) String

func (o *ListEKSAMITypesOK) String() string

type ListEKSAMITypesParams

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

ListEKSAMITypesParams contains all the parameters to send to the API endpoint

for the list e k s a m i types operation.

Typically these are written to a http.Request.

func NewListEKSAMITypesParams

func NewListEKSAMITypesParams() *ListEKSAMITypesParams

NewListEKSAMITypesParams creates a new ListEKSAMITypesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListEKSAMITypesParamsWithContext

func NewListEKSAMITypesParamsWithContext(ctx context.Context) *ListEKSAMITypesParams

NewListEKSAMITypesParamsWithContext creates a new ListEKSAMITypesParams object with the ability to set a context for a request.

func NewListEKSAMITypesParamsWithHTTPClient

func NewListEKSAMITypesParamsWithHTTPClient(client *http.Client) *ListEKSAMITypesParams

NewListEKSAMITypesParamsWithHTTPClient creates a new ListEKSAMITypesParams object with the ability to set a custom HTTPClient for a request.

func NewListEKSAMITypesParamsWithTimeout

func NewListEKSAMITypesParamsWithTimeout(timeout time.Duration) *ListEKSAMITypesParams

NewListEKSAMITypesParamsWithTimeout creates a new ListEKSAMITypesParams object with the ability to set a timeout on a request.

func (*ListEKSAMITypesParams) SetContext

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

SetContext adds the context to the list e k s a m i types params

func (*ListEKSAMITypesParams) SetDefaults

func (o *ListEKSAMITypesParams) SetDefaults()

SetDefaults hydrates default values in the list e k s a m i types params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSAMITypesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list e k s a m i types params

func (*ListEKSAMITypesParams) SetTimeout

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

SetTimeout adds the timeout to the list e k s a m i types params

func (*ListEKSAMITypesParams) WithContext

WithContext adds the context to the list e k s a m i types params

func (*ListEKSAMITypesParams) WithDefaults

func (o *ListEKSAMITypesParams) WithDefaults() *ListEKSAMITypesParams

WithDefaults hydrates default values in the list e k s a m i types params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSAMITypesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list e k s a m i types params

func (*ListEKSAMITypesParams) WithTimeout

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

WithTimeout adds the timeout to the list e k s a m i types params

func (*ListEKSAMITypesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListEKSAMITypesReader

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

ListEKSAMITypesReader is a Reader for the ListEKSAMITypes structure.

func (*ListEKSAMITypesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListEKSAMITypesUnauthorized

type ListEKSAMITypesUnauthorized struct {
}

ListEKSAMITypesUnauthorized describes a response with status code 401, with default header values.

EmptyResponse is a empty response

func NewListEKSAMITypesUnauthorized

func NewListEKSAMITypesUnauthorized() *ListEKSAMITypesUnauthorized

NewListEKSAMITypesUnauthorized creates a ListEKSAMITypesUnauthorized with default headers values

func (*ListEKSAMITypesUnauthorized) Error

func (*ListEKSAMITypesUnauthorized) IsClientError

func (o *ListEKSAMITypesUnauthorized) IsClientError() bool

IsClientError returns true when this list e k s a m i types unauthorized response has a 4xx status code

func (*ListEKSAMITypesUnauthorized) IsCode

func (o *ListEKSAMITypesUnauthorized) IsCode(code int) bool

IsCode returns true when this list e k s a m i types unauthorized response a status code equal to that given

func (*ListEKSAMITypesUnauthorized) IsRedirect

func (o *ListEKSAMITypesUnauthorized) IsRedirect() bool

IsRedirect returns true when this list e k s a m i types unauthorized response has a 3xx status code

func (*ListEKSAMITypesUnauthorized) IsServerError

func (o *ListEKSAMITypesUnauthorized) IsServerError() bool

IsServerError returns true when this list e k s a m i types unauthorized response has a 5xx status code

func (*ListEKSAMITypesUnauthorized) IsSuccess

func (o *ListEKSAMITypesUnauthorized) IsSuccess() bool

IsSuccess returns true when this list e k s a m i types unauthorized response has a 2xx status code

func (*ListEKSAMITypesUnauthorized) String

func (o *ListEKSAMITypesUnauthorized) String() string

type ListEKSCapacityTypesDefault

type ListEKSCapacityTypesDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ListEKSCapacityTypesDefault describes a response with status code -1, with default header values.

errorResponse

func NewListEKSCapacityTypesDefault

func NewListEKSCapacityTypesDefault(code int) *ListEKSCapacityTypesDefault

NewListEKSCapacityTypesDefault creates a ListEKSCapacityTypesDefault with default headers values

func (*ListEKSCapacityTypesDefault) Code

func (o *ListEKSCapacityTypesDefault) Code() int

Code gets the status code for the list e k s capacity types default response

func (*ListEKSCapacityTypesDefault) Error

func (*ListEKSCapacityTypesDefault) GetPayload

func (*ListEKSCapacityTypesDefault) IsClientError

func (o *ListEKSCapacityTypesDefault) IsClientError() bool

IsClientError returns true when this list e k s capacity types default response has a 4xx status code

func (*ListEKSCapacityTypesDefault) IsCode

func (o *ListEKSCapacityTypesDefault) IsCode(code int) bool

IsCode returns true when this list e k s capacity types default response a status code equal to that given

func (*ListEKSCapacityTypesDefault) IsRedirect

func (o *ListEKSCapacityTypesDefault) IsRedirect() bool

IsRedirect returns true when this list e k s capacity types default response has a 3xx status code

func (*ListEKSCapacityTypesDefault) IsServerError

func (o *ListEKSCapacityTypesDefault) IsServerError() bool

IsServerError returns true when this list e k s capacity types default response has a 5xx status code

func (*ListEKSCapacityTypesDefault) IsSuccess

func (o *ListEKSCapacityTypesDefault) IsSuccess() bool

IsSuccess returns true when this list e k s capacity types default response has a 2xx status code

func (*ListEKSCapacityTypesDefault) String

func (o *ListEKSCapacityTypesDefault) String() string

type ListEKSCapacityTypesForbidden

type ListEKSCapacityTypesForbidden struct {
}

ListEKSCapacityTypesForbidden describes a response with status code 403, with default header values.

EmptyResponse is a empty response

func NewListEKSCapacityTypesForbidden

func NewListEKSCapacityTypesForbidden() *ListEKSCapacityTypesForbidden

NewListEKSCapacityTypesForbidden creates a ListEKSCapacityTypesForbidden with default headers values

func (*ListEKSCapacityTypesForbidden) Error

func (*ListEKSCapacityTypesForbidden) IsClientError

func (o *ListEKSCapacityTypesForbidden) IsClientError() bool

IsClientError returns true when this list e k s capacity types forbidden response has a 4xx status code

func (*ListEKSCapacityTypesForbidden) IsCode

func (o *ListEKSCapacityTypesForbidden) IsCode(code int) bool

IsCode returns true when this list e k s capacity types forbidden response a status code equal to that given

func (*ListEKSCapacityTypesForbidden) IsRedirect

func (o *ListEKSCapacityTypesForbidden) IsRedirect() bool

IsRedirect returns true when this list e k s capacity types forbidden response has a 3xx status code

func (*ListEKSCapacityTypesForbidden) IsServerError

func (o *ListEKSCapacityTypesForbidden) IsServerError() bool

IsServerError returns true when this list e k s capacity types forbidden response has a 5xx status code

func (*ListEKSCapacityTypesForbidden) IsSuccess

func (o *ListEKSCapacityTypesForbidden) IsSuccess() bool

IsSuccess returns true when this list e k s capacity types forbidden response has a 2xx status code

func (*ListEKSCapacityTypesForbidden) String

type ListEKSCapacityTypesOK

type ListEKSCapacityTypesOK struct {
	Payload models.EKSCapacityTypeList
}

ListEKSCapacityTypesOK describes a response with status code 200, with default header values.

EKSCapacityTypeList

func NewListEKSCapacityTypesOK

func NewListEKSCapacityTypesOK() *ListEKSCapacityTypesOK

NewListEKSCapacityTypesOK creates a ListEKSCapacityTypesOK with default headers values

func (*ListEKSCapacityTypesOK) Error

func (o *ListEKSCapacityTypesOK) Error() string

func (*ListEKSCapacityTypesOK) GetPayload

func (*ListEKSCapacityTypesOK) IsClientError

func (o *ListEKSCapacityTypesOK) IsClientError() bool

IsClientError returns true when this list e k s capacity types o k response has a 4xx status code

func (*ListEKSCapacityTypesOK) IsCode

func (o *ListEKSCapacityTypesOK) IsCode(code int) bool

IsCode returns true when this list e k s capacity types o k response a status code equal to that given

func (*ListEKSCapacityTypesOK) IsRedirect

func (o *ListEKSCapacityTypesOK) IsRedirect() bool

IsRedirect returns true when this list e k s capacity types o k response has a 3xx status code

func (*ListEKSCapacityTypesOK) IsServerError

func (o *ListEKSCapacityTypesOK) IsServerError() bool

IsServerError returns true when this list e k s capacity types o k response has a 5xx status code

func (*ListEKSCapacityTypesOK) IsSuccess

func (o *ListEKSCapacityTypesOK) IsSuccess() bool

IsSuccess returns true when this list e k s capacity types o k response has a 2xx status code

func (*ListEKSCapacityTypesOK) String

func (o *ListEKSCapacityTypesOK) String() string

type ListEKSCapacityTypesParams

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

ListEKSCapacityTypesParams contains all the parameters to send to the API endpoint

for the list e k s capacity types operation.

Typically these are written to a http.Request.

func NewListEKSCapacityTypesParams

func NewListEKSCapacityTypesParams() *ListEKSCapacityTypesParams

NewListEKSCapacityTypesParams creates a new ListEKSCapacityTypesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListEKSCapacityTypesParamsWithContext

func NewListEKSCapacityTypesParamsWithContext(ctx context.Context) *ListEKSCapacityTypesParams

NewListEKSCapacityTypesParamsWithContext creates a new ListEKSCapacityTypesParams object with the ability to set a context for a request.

func NewListEKSCapacityTypesParamsWithHTTPClient

func NewListEKSCapacityTypesParamsWithHTTPClient(client *http.Client) *ListEKSCapacityTypesParams

NewListEKSCapacityTypesParamsWithHTTPClient creates a new ListEKSCapacityTypesParams object with the ability to set a custom HTTPClient for a request.

func NewListEKSCapacityTypesParamsWithTimeout

func NewListEKSCapacityTypesParamsWithTimeout(timeout time.Duration) *ListEKSCapacityTypesParams

NewListEKSCapacityTypesParamsWithTimeout creates a new ListEKSCapacityTypesParams object with the ability to set a timeout on a request.

func (*ListEKSCapacityTypesParams) SetContext

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

SetContext adds the context to the list e k s capacity types params

func (*ListEKSCapacityTypesParams) SetDefaults

func (o *ListEKSCapacityTypesParams) SetDefaults()

SetDefaults hydrates default values in the list e k s capacity types params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSCapacityTypesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list e k s capacity types params

func (*ListEKSCapacityTypesParams) SetTimeout

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

SetTimeout adds the timeout to the list e k s capacity types params

func (*ListEKSCapacityTypesParams) WithContext

WithContext adds the context to the list e k s capacity types params

func (*ListEKSCapacityTypesParams) WithDefaults

WithDefaults hydrates default values in the list e k s capacity types params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSCapacityTypesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list e k s capacity types params

func (*ListEKSCapacityTypesParams) WithTimeout

WithTimeout adds the timeout to the list e k s capacity types params

func (*ListEKSCapacityTypesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListEKSCapacityTypesReader

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

ListEKSCapacityTypesReader is a Reader for the ListEKSCapacityTypes structure.

func (*ListEKSCapacityTypesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListEKSCapacityTypesUnauthorized

type ListEKSCapacityTypesUnauthorized struct {
}

ListEKSCapacityTypesUnauthorized describes a response with status code 401, with default header values.

EmptyResponse is a empty response

func NewListEKSCapacityTypesUnauthorized

func NewListEKSCapacityTypesUnauthorized() *ListEKSCapacityTypesUnauthorized

NewListEKSCapacityTypesUnauthorized creates a ListEKSCapacityTypesUnauthorized with default headers values

func (*ListEKSCapacityTypesUnauthorized) Error

func (*ListEKSCapacityTypesUnauthorized) IsClientError

func (o *ListEKSCapacityTypesUnauthorized) IsClientError() bool

IsClientError returns true when this list e k s capacity types unauthorized response has a 4xx status code

func (*ListEKSCapacityTypesUnauthorized) IsCode

func (o *ListEKSCapacityTypesUnauthorized) IsCode(code int) bool

IsCode returns true when this list e k s capacity types unauthorized response a status code equal to that given

func (*ListEKSCapacityTypesUnauthorized) IsRedirect

func (o *ListEKSCapacityTypesUnauthorized) IsRedirect() bool

IsRedirect returns true when this list e k s capacity types unauthorized response has a 3xx status code

func (*ListEKSCapacityTypesUnauthorized) IsServerError

func (o *ListEKSCapacityTypesUnauthorized) IsServerError() bool

IsServerError returns true when this list e k s capacity types unauthorized response has a 5xx status code

func (*ListEKSCapacityTypesUnauthorized) IsSuccess

func (o *ListEKSCapacityTypesUnauthorized) IsSuccess() bool

IsSuccess returns true when this list e k s capacity types unauthorized response has a 2xx status code

func (*ListEKSCapacityTypesUnauthorized) String

type ListEKSClusterRolesDefault

type ListEKSClusterRolesDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ListEKSClusterRolesDefault describes a response with status code -1, with default header values.

errorResponse

func NewListEKSClusterRolesDefault

func NewListEKSClusterRolesDefault(code int) *ListEKSClusterRolesDefault

NewListEKSClusterRolesDefault creates a ListEKSClusterRolesDefault with default headers values

func (*ListEKSClusterRolesDefault) Code

func (o *ListEKSClusterRolesDefault) Code() int

Code gets the status code for the list e k s cluster roles default response

func (*ListEKSClusterRolesDefault) Error

func (*ListEKSClusterRolesDefault) GetPayload

func (*ListEKSClusterRolesDefault) IsClientError

func (o *ListEKSClusterRolesDefault) IsClientError() bool

IsClientError returns true when this list e k s cluster roles default response has a 4xx status code

func (*ListEKSClusterRolesDefault) IsCode

func (o *ListEKSClusterRolesDefault) IsCode(code int) bool

IsCode returns true when this list e k s cluster roles default response a status code equal to that given

func (*ListEKSClusterRolesDefault) IsRedirect

func (o *ListEKSClusterRolesDefault) IsRedirect() bool

IsRedirect returns true when this list e k s cluster roles default response has a 3xx status code

func (*ListEKSClusterRolesDefault) IsServerError

func (o *ListEKSClusterRolesDefault) IsServerError() bool

IsServerError returns true when this list e k s cluster roles default response has a 5xx status code

func (*ListEKSClusterRolesDefault) IsSuccess

func (o *ListEKSClusterRolesDefault) IsSuccess() bool

IsSuccess returns true when this list e k s cluster roles default response has a 2xx status code

func (*ListEKSClusterRolesDefault) String

func (o *ListEKSClusterRolesDefault) String() string

type ListEKSClusterRolesForbidden

type ListEKSClusterRolesForbidden struct {
}

ListEKSClusterRolesForbidden describes a response with status code 403, with default header values.

EmptyResponse is a empty response

func NewListEKSClusterRolesForbidden

func NewListEKSClusterRolesForbidden() *ListEKSClusterRolesForbidden

NewListEKSClusterRolesForbidden creates a ListEKSClusterRolesForbidden with default headers values

func (*ListEKSClusterRolesForbidden) Error

func (*ListEKSClusterRolesForbidden) IsClientError

func (o *ListEKSClusterRolesForbidden) IsClientError() bool

IsClientError returns true when this list e k s cluster roles forbidden response has a 4xx status code

func (*ListEKSClusterRolesForbidden) IsCode

func (o *ListEKSClusterRolesForbidden) IsCode(code int) bool

IsCode returns true when this list e k s cluster roles forbidden response a status code equal to that given

func (*ListEKSClusterRolesForbidden) IsRedirect

func (o *ListEKSClusterRolesForbidden) IsRedirect() bool

IsRedirect returns true when this list e k s cluster roles forbidden response has a 3xx status code

func (*ListEKSClusterRolesForbidden) IsServerError

func (o *ListEKSClusterRolesForbidden) IsServerError() bool

IsServerError returns true when this list e k s cluster roles forbidden response has a 5xx status code

func (*ListEKSClusterRolesForbidden) IsSuccess

func (o *ListEKSClusterRolesForbidden) IsSuccess() bool

IsSuccess returns true when this list e k s cluster roles forbidden response has a 2xx status code

func (*ListEKSClusterRolesForbidden) String

type ListEKSClusterRolesOK

type ListEKSClusterRolesOK struct {
	Payload models.EKSClusterRoleList
}

ListEKSClusterRolesOK describes a response with status code 200, with default header values.

EKSClusterRoleList

func NewListEKSClusterRolesOK

func NewListEKSClusterRolesOK() *ListEKSClusterRolesOK

NewListEKSClusterRolesOK creates a ListEKSClusterRolesOK with default headers values

func (*ListEKSClusterRolesOK) Error

func (o *ListEKSClusterRolesOK) Error() string

func (*ListEKSClusterRolesOK) GetPayload

func (*ListEKSClusterRolesOK) IsClientError

func (o *ListEKSClusterRolesOK) IsClientError() bool

IsClientError returns true when this list e k s cluster roles o k response has a 4xx status code

func (*ListEKSClusterRolesOK) IsCode

func (o *ListEKSClusterRolesOK) IsCode(code int) bool

IsCode returns true when this list e k s cluster roles o k response a status code equal to that given

func (*ListEKSClusterRolesOK) IsRedirect

func (o *ListEKSClusterRolesOK) IsRedirect() bool

IsRedirect returns true when this list e k s cluster roles o k response has a 3xx status code

func (*ListEKSClusterRolesOK) IsServerError

func (o *ListEKSClusterRolesOK) IsServerError() bool

IsServerError returns true when this list e k s cluster roles o k response has a 5xx status code

func (*ListEKSClusterRolesOK) IsSuccess

func (o *ListEKSClusterRolesOK) IsSuccess() bool

IsSuccess returns true when this list e k s cluster roles o k response has a 2xx status code

func (*ListEKSClusterRolesOK) String

func (o *ListEKSClusterRolesOK) String() string

type ListEKSClusterRolesParams

type ListEKSClusterRolesParams struct {

	// AccessKeyID.
	AccessKeyID *string

	// Credential.
	Credential *string

	// SecretAccessKey.
	SecretAccessKey *string

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

ListEKSClusterRolesParams contains all the parameters to send to the API endpoint

for the list e k s cluster roles operation.

Typically these are written to a http.Request.

func NewListEKSClusterRolesParams

func NewListEKSClusterRolesParams() *ListEKSClusterRolesParams

NewListEKSClusterRolesParams creates a new ListEKSClusterRolesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListEKSClusterRolesParamsWithContext

func NewListEKSClusterRolesParamsWithContext(ctx context.Context) *ListEKSClusterRolesParams

NewListEKSClusterRolesParamsWithContext creates a new ListEKSClusterRolesParams object with the ability to set a context for a request.

func NewListEKSClusterRolesParamsWithHTTPClient

func NewListEKSClusterRolesParamsWithHTTPClient(client *http.Client) *ListEKSClusterRolesParams

NewListEKSClusterRolesParamsWithHTTPClient creates a new ListEKSClusterRolesParams object with the ability to set a custom HTTPClient for a request.

func NewListEKSClusterRolesParamsWithTimeout

func NewListEKSClusterRolesParamsWithTimeout(timeout time.Duration) *ListEKSClusterRolesParams

NewListEKSClusterRolesParamsWithTimeout creates a new ListEKSClusterRolesParams object with the ability to set a timeout on a request.

func (*ListEKSClusterRolesParams) SetAccessKeyID

func (o *ListEKSClusterRolesParams) SetAccessKeyID(accessKeyID *string)

SetAccessKeyID adds the accessKeyId to the list e k s cluster roles params

func (*ListEKSClusterRolesParams) SetContext

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

SetContext adds the context to the list e k s cluster roles params

func (*ListEKSClusterRolesParams) SetCredential

func (o *ListEKSClusterRolesParams) SetCredential(credential *string)

SetCredential adds the credential to the list e k s cluster roles params

func (*ListEKSClusterRolesParams) SetDefaults

func (o *ListEKSClusterRolesParams) SetDefaults()

SetDefaults hydrates default values in the list e k s cluster roles params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSClusterRolesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list e k s cluster roles params

func (*ListEKSClusterRolesParams) SetSecretAccessKey

func (o *ListEKSClusterRolesParams) SetSecretAccessKey(secretAccessKey *string)

SetSecretAccessKey adds the secretAccessKey to the list e k s cluster roles params

func (*ListEKSClusterRolesParams) SetTimeout

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

SetTimeout adds the timeout to the list e k s cluster roles params

func (*ListEKSClusterRolesParams) WithAccessKeyID

func (o *ListEKSClusterRolesParams) WithAccessKeyID(accessKeyID *string) *ListEKSClusterRolesParams

WithAccessKeyID adds the accessKeyID to the list e k s cluster roles params

func (*ListEKSClusterRolesParams) WithContext

WithContext adds the context to the list e k s cluster roles params

func (*ListEKSClusterRolesParams) WithCredential

func (o *ListEKSClusterRolesParams) WithCredential(credential *string) *ListEKSClusterRolesParams

WithCredential adds the credential to the list e k s cluster roles params

func (*ListEKSClusterRolesParams) WithDefaults

WithDefaults hydrates default values in the list e k s cluster roles params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSClusterRolesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list e k s cluster roles params

func (*ListEKSClusterRolesParams) WithSecretAccessKey

func (o *ListEKSClusterRolesParams) WithSecretAccessKey(secretAccessKey *string) *ListEKSClusterRolesParams

WithSecretAccessKey adds the secretAccessKey to the list e k s cluster roles params

func (*ListEKSClusterRolesParams) WithTimeout

WithTimeout adds the timeout to the list e k s cluster roles params

func (*ListEKSClusterRolesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListEKSClusterRolesReader

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

ListEKSClusterRolesReader is a Reader for the ListEKSClusterRoles structure.

func (*ListEKSClusterRolesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListEKSClusterRolesUnauthorized

type ListEKSClusterRolesUnauthorized struct {
}

ListEKSClusterRolesUnauthorized describes a response with status code 401, with default header values.

EmptyResponse is a empty response

func NewListEKSClusterRolesUnauthorized

func NewListEKSClusterRolesUnauthorized() *ListEKSClusterRolesUnauthorized

NewListEKSClusterRolesUnauthorized creates a ListEKSClusterRolesUnauthorized with default headers values

func (*ListEKSClusterRolesUnauthorized) Error

func (*ListEKSClusterRolesUnauthorized) IsClientError

func (o *ListEKSClusterRolesUnauthorized) IsClientError() bool

IsClientError returns true when this list e k s cluster roles unauthorized response has a 4xx status code

func (*ListEKSClusterRolesUnauthorized) IsCode

func (o *ListEKSClusterRolesUnauthorized) IsCode(code int) bool

IsCode returns true when this list e k s cluster roles unauthorized response a status code equal to that given

func (*ListEKSClusterRolesUnauthorized) IsRedirect

func (o *ListEKSClusterRolesUnauthorized) IsRedirect() bool

IsRedirect returns true when this list e k s cluster roles unauthorized response has a 3xx status code

func (*ListEKSClusterRolesUnauthorized) IsServerError

func (o *ListEKSClusterRolesUnauthorized) IsServerError() bool

IsServerError returns true when this list e k s cluster roles unauthorized response has a 5xx status code

func (*ListEKSClusterRolesUnauthorized) IsSuccess

func (o *ListEKSClusterRolesUnauthorized) IsSuccess() bool

IsSuccess returns true when this list e k s cluster roles unauthorized response has a 2xx status code

func (*ListEKSClusterRolesUnauthorized) String

type ListEKSInstanceTypesNoCredentialsDefault

type ListEKSInstanceTypesNoCredentialsDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ListEKSInstanceTypesNoCredentialsDefault describes a response with status code -1, with default header values.

errorResponse

func NewListEKSInstanceTypesNoCredentialsDefault

func NewListEKSInstanceTypesNoCredentialsDefault(code int) *ListEKSInstanceTypesNoCredentialsDefault

NewListEKSInstanceTypesNoCredentialsDefault creates a ListEKSInstanceTypesNoCredentialsDefault with default headers values

func (*ListEKSInstanceTypesNoCredentialsDefault) Code

Code gets the status code for the list e k s instance types no credentials default response

func (*ListEKSInstanceTypesNoCredentialsDefault) Error

func (*ListEKSInstanceTypesNoCredentialsDefault) GetPayload

func (*ListEKSInstanceTypesNoCredentialsDefault) IsClientError

IsClientError returns true when this list e k s instance types no credentials default response has a 4xx status code

func (*ListEKSInstanceTypesNoCredentialsDefault) IsCode

IsCode returns true when this list e k s instance types no credentials default response a status code equal to that given

func (*ListEKSInstanceTypesNoCredentialsDefault) IsRedirect

IsRedirect returns true when this list e k s instance types no credentials default response has a 3xx status code

func (*ListEKSInstanceTypesNoCredentialsDefault) IsServerError

IsServerError returns true when this list e k s instance types no credentials default response has a 5xx status code

func (*ListEKSInstanceTypesNoCredentialsDefault) IsSuccess

IsSuccess returns true when this list e k s instance types no credentials default response has a 2xx status code

func (*ListEKSInstanceTypesNoCredentialsDefault) String

type ListEKSInstanceTypesNoCredentialsForbidden

type ListEKSInstanceTypesNoCredentialsForbidden struct {
}

ListEKSInstanceTypesNoCredentialsForbidden describes a response with status code 403, with default header values.

EmptyResponse is a empty response

func NewListEKSInstanceTypesNoCredentialsForbidden

func NewListEKSInstanceTypesNoCredentialsForbidden() *ListEKSInstanceTypesNoCredentialsForbidden

NewListEKSInstanceTypesNoCredentialsForbidden creates a ListEKSInstanceTypesNoCredentialsForbidden with default headers values

func (*ListEKSInstanceTypesNoCredentialsForbidden) Error

func (*ListEKSInstanceTypesNoCredentialsForbidden) IsClientError

IsClientError returns true when this list e k s instance types no credentials forbidden response has a 4xx status code

func (*ListEKSInstanceTypesNoCredentialsForbidden) IsCode

IsCode returns true when this list e k s instance types no credentials forbidden response a status code equal to that given

func (*ListEKSInstanceTypesNoCredentialsForbidden) IsRedirect

IsRedirect returns true when this list e k s instance types no credentials forbidden response has a 3xx status code

func (*ListEKSInstanceTypesNoCredentialsForbidden) IsServerError

IsServerError returns true when this list e k s instance types no credentials forbidden response has a 5xx status code

func (*ListEKSInstanceTypesNoCredentialsForbidden) IsSuccess

IsSuccess returns true when this list e k s instance types no credentials forbidden response has a 2xx status code

func (*ListEKSInstanceTypesNoCredentialsForbidden) String

type ListEKSInstanceTypesNoCredentialsOK

type ListEKSInstanceTypesNoCredentialsOK struct {
	Payload models.EKSInstanceTypeList
}

ListEKSInstanceTypesNoCredentialsOK describes a response with status code 200, with default header values.

EKSInstanceTypeList

func NewListEKSInstanceTypesNoCredentialsOK

func NewListEKSInstanceTypesNoCredentialsOK() *ListEKSInstanceTypesNoCredentialsOK

NewListEKSInstanceTypesNoCredentialsOK creates a ListEKSInstanceTypesNoCredentialsOK with default headers values

func (*ListEKSInstanceTypesNoCredentialsOK) Error

func (*ListEKSInstanceTypesNoCredentialsOK) GetPayload

func (*ListEKSInstanceTypesNoCredentialsOK) IsClientError

func (o *ListEKSInstanceTypesNoCredentialsOK) IsClientError() bool

IsClientError returns true when this list e k s instance types no credentials o k response has a 4xx status code

func (*ListEKSInstanceTypesNoCredentialsOK) IsCode

IsCode returns true when this list e k s instance types no credentials o k response a status code equal to that given

func (*ListEKSInstanceTypesNoCredentialsOK) IsRedirect

func (o *ListEKSInstanceTypesNoCredentialsOK) IsRedirect() bool

IsRedirect returns true when this list e k s instance types no credentials o k response has a 3xx status code

func (*ListEKSInstanceTypesNoCredentialsOK) IsServerError

func (o *ListEKSInstanceTypesNoCredentialsOK) IsServerError() bool

IsServerError returns true when this list e k s instance types no credentials o k response has a 5xx status code

func (*ListEKSInstanceTypesNoCredentialsOK) IsSuccess

IsSuccess returns true when this list e k s instance types no credentials o k response has a 2xx status code

func (*ListEKSInstanceTypesNoCredentialsOK) String

type ListEKSInstanceTypesNoCredentialsParams

type ListEKSInstanceTypesNoCredentialsParams struct {

	/* Architecture.

	   architecture query parameter. Supports: arm64 and x86_64 types.
	*/
	Architecture *string

	// ClusterID.
	ClusterID string

	// ProjectID.
	ProjectID string

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

ListEKSInstanceTypesNoCredentialsParams contains all the parameters to send to the API endpoint

for the list e k s instance types no credentials operation.

Typically these are written to a http.Request.

func NewListEKSInstanceTypesNoCredentialsParams

func NewListEKSInstanceTypesNoCredentialsParams() *ListEKSInstanceTypesNoCredentialsParams

NewListEKSInstanceTypesNoCredentialsParams creates a new ListEKSInstanceTypesNoCredentialsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListEKSInstanceTypesNoCredentialsParamsWithContext

func NewListEKSInstanceTypesNoCredentialsParamsWithContext(ctx context.Context) *ListEKSInstanceTypesNoCredentialsParams

NewListEKSInstanceTypesNoCredentialsParamsWithContext creates a new ListEKSInstanceTypesNoCredentialsParams object with the ability to set a context for a request.

func NewListEKSInstanceTypesNoCredentialsParamsWithHTTPClient

func NewListEKSInstanceTypesNoCredentialsParamsWithHTTPClient(client *http.Client) *ListEKSInstanceTypesNoCredentialsParams

NewListEKSInstanceTypesNoCredentialsParamsWithHTTPClient creates a new ListEKSInstanceTypesNoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewListEKSInstanceTypesNoCredentialsParamsWithTimeout

func NewListEKSInstanceTypesNoCredentialsParamsWithTimeout(timeout time.Duration) *ListEKSInstanceTypesNoCredentialsParams

NewListEKSInstanceTypesNoCredentialsParamsWithTimeout creates a new ListEKSInstanceTypesNoCredentialsParams object with the ability to set a timeout on a request.

func (*ListEKSInstanceTypesNoCredentialsParams) SetArchitecture

func (o *ListEKSInstanceTypesNoCredentialsParams) SetArchitecture(architecture *string)

SetArchitecture adds the architecture to the list e k s instance types no credentials params

func (*ListEKSInstanceTypesNoCredentialsParams) SetClusterID

func (o *ListEKSInstanceTypesNoCredentialsParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the list e k s instance types no credentials params

func (*ListEKSInstanceTypesNoCredentialsParams) SetContext

SetContext adds the context to the list e k s instance types no credentials params

func (*ListEKSInstanceTypesNoCredentialsParams) SetDefaults

func (o *ListEKSInstanceTypesNoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the list e k s instance types no credentials params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSInstanceTypesNoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list e k s instance types no credentials params

func (*ListEKSInstanceTypesNoCredentialsParams) SetProjectID

func (o *ListEKSInstanceTypesNoCredentialsParams) SetProjectID(projectID string)

SetProjectID adds the projectId to the list e k s instance types no credentials params

func (*ListEKSInstanceTypesNoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the list e k s instance types no credentials params

func (*ListEKSInstanceTypesNoCredentialsParams) WithArchitecture

WithArchitecture adds the architecture to the list e k s instance types no credentials params

func (*ListEKSInstanceTypesNoCredentialsParams) WithClusterID

WithClusterID adds the clusterID to the list e k s instance types no credentials params

func (*ListEKSInstanceTypesNoCredentialsParams) WithContext

WithContext adds the context to the list e k s instance types no credentials params

func (*ListEKSInstanceTypesNoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the list e k s instance types no credentials params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSInstanceTypesNoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list e k s instance types no credentials params

func (*ListEKSInstanceTypesNoCredentialsParams) WithProjectID

WithProjectID adds the projectID to the list e k s instance types no credentials params

func (*ListEKSInstanceTypesNoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the list e k s instance types no credentials params

func (*ListEKSInstanceTypesNoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListEKSInstanceTypesNoCredentialsReader

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

ListEKSInstanceTypesNoCredentialsReader is a Reader for the ListEKSInstanceTypesNoCredentials structure.

func (*ListEKSInstanceTypesNoCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListEKSInstanceTypesNoCredentialsUnauthorized

type ListEKSInstanceTypesNoCredentialsUnauthorized struct {
}

ListEKSInstanceTypesNoCredentialsUnauthorized describes a response with status code 401, with default header values.

EmptyResponse is a empty response

func NewListEKSInstanceTypesNoCredentialsUnauthorized

func NewListEKSInstanceTypesNoCredentialsUnauthorized() *ListEKSInstanceTypesNoCredentialsUnauthorized

NewListEKSInstanceTypesNoCredentialsUnauthorized creates a ListEKSInstanceTypesNoCredentialsUnauthorized with default headers values

func (*ListEKSInstanceTypesNoCredentialsUnauthorized) Error

func (*ListEKSInstanceTypesNoCredentialsUnauthorized) IsClientError

IsClientError returns true when this list e k s instance types no credentials unauthorized response has a 4xx status code

func (*ListEKSInstanceTypesNoCredentialsUnauthorized) IsCode

IsCode returns true when this list e k s instance types no credentials unauthorized response a status code equal to that given

func (*ListEKSInstanceTypesNoCredentialsUnauthorized) IsRedirect

IsRedirect returns true when this list e k s instance types no credentials unauthorized response has a 3xx status code

func (*ListEKSInstanceTypesNoCredentialsUnauthorized) IsServerError

IsServerError returns true when this list e k s instance types no credentials unauthorized response has a 5xx status code

func (*ListEKSInstanceTypesNoCredentialsUnauthorized) IsSuccess

IsSuccess returns true when this list e k s instance types no credentials unauthorized response has a 2xx status code

func (*ListEKSInstanceTypesNoCredentialsUnauthorized) String

type ListEKSNodeRolesNoCredentialsDefault

type ListEKSNodeRolesNoCredentialsDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ListEKSNodeRolesNoCredentialsDefault describes a response with status code -1, with default header values.

errorResponse

func NewListEKSNodeRolesNoCredentialsDefault

func NewListEKSNodeRolesNoCredentialsDefault(code int) *ListEKSNodeRolesNoCredentialsDefault

NewListEKSNodeRolesNoCredentialsDefault creates a ListEKSNodeRolesNoCredentialsDefault with default headers values

func (*ListEKSNodeRolesNoCredentialsDefault) Code

Code gets the status code for the list e k s node roles no credentials default response

func (*ListEKSNodeRolesNoCredentialsDefault) Error

func (*ListEKSNodeRolesNoCredentialsDefault) GetPayload

func (*ListEKSNodeRolesNoCredentialsDefault) IsClientError

func (o *ListEKSNodeRolesNoCredentialsDefault) IsClientError() bool

IsClientError returns true when this list e k s node roles no credentials default response has a 4xx status code

func (*ListEKSNodeRolesNoCredentialsDefault) IsCode

IsCode returns true when this list e k s node roles no credentials default response a status code equal to that given

func (*ListEKSNodeRolesNoCredentialsDefault) IsRedirect

IsRedirect returns true when this list e k s node roles no credentials default response has a 3xx status code

func (*ListEKSNodeRolesNoCredentialsDefault) IsServerError

func (o *ListEKSNodeRolesNoCredentialsDefault) IsServerError() bool

IsServerError returns true when this list e k s node roles no credentials default response has a 5xx status code

func (*ListEKSNodeRolesNoCredentialsDefault) IsSuccess

IsSuccess returns true when this list e k s node roles no credentials default response has a 2xx status code

func (*ListEKSNodeRolesNoCredentialsDefault) String

type ListEKSNodeRolesNoCredentialsForbidden

type ListEKSNodeRolesNoCredentialsForbidden struct {
}

ListEKSNodeRolesNoCredentialsForbidden describes a response with status code 403, with default header values.

EmptyResponse is a empty response

func NewListEKSNodeRolesNoCredentialsForbidden

func NewListEKSNodeRolesNoCredentialsForbidden() *ListEKSNodeRolesNoCredentialsForbidden

NewListEKSNodeRolesNoCredentialsForbidden creates a ListEKSNodeRolesNoCredentialsForbidden with default headers values

func (*ListEKSNodeRolesNoCredentialsForbidden) Error

func (*ListEKSNodeRolesNoCredentialsForbidden) IsClientError

func (o *ListEKSNodeRolesNoCredentialsForbidden) IsClientError() bool

IsClientError returns true when this list e k s node roles no credentials forbidden response has a 4xx status code

func (*ListEKSNodeRolesNoCredentialsForbidden) IsCode

IsCode returns true when this list e k s node roles no credentials forbidden response a status code equal to that given

func (*ListEKSNodeRolesNoCredentialsForbidden) IsRedirect

IsRedirect returns true when this list e k s node roles no credentials forbidden response has a 3xx status code

func (*ListEKSNodeRolesNoCredentialsForbidden) IsServerError

func (o *ListEKSNodeRolesNoCredentialsForbidden) IsServerError() bool

IsServerError returns true when this list e k s node roles no credentials forbidden response has a 5xx status code

func (*ListEKSNodeRolesNoCredentialsForbidden) IsSuccess

IsSuccess returns true when this list e k s node roles no credentials forbidden response has a 2xx status code

func (*ListEKSNodeRolesNoCredentialsForbidden) String

type ListEKSNodeRolesNoCredentialsOK

type ListEKSNodeRolesNoCredentialsOK struct {
	Payload models.EKSNodeRoleList
}

ListEKSNodeRolesNoCredentialsOK describes a response with status code 200, with default header values.

EKSNodeRoleList

func NewListEKSNodeRolesNoCredentialsOK

func NewListEKSNodeRolesNoCredentialsOK() *ListEKSNodeRolesNoCredentialsOK

NewListEKSNodeRolesNoCredentialsOK creates a ListEKSNodeRolesNoCredentialsOK with default headers values

func (*ListEKSNodeRolesNoCredentialsOK) Error

func (*ListEKSNodeRolesNoCredentialsOK) GetPayload

func (*ListEKSNodeRolesNoCredentialsOK) IsClientError

func (o *ListEKSNodeRolesNoCredentialsOK) IsClientError() bool

IsClientError returns true when this list e k s node roles no credentials o k response has a 4xx status code

func (*ListEKSNodeRolesNoCredentialsOK) IsCode

func (o *ListEKSNodeRolesNoCredentialsOK) IsCode(code int) bool

IsCode returns true when this list e k s node roles no credentials o k response a status code equal to that given

func (*ListEKSNodeRolesNoCredentialsOK) IsRedirect

func (o *ListEKSNodeRolesNoCredentialsOK) IsRedirect() bool

IsRedirect returns true when this list e k s node roles no credentials o k response has a 3xx status code

func (*ListEKSNodeRolesNoCredentialsOK) IsServerError

func (o *ListEKSNodeRolesNoCredentialsOK) IsServerError() bool

IsServerError returns true when this list e k s node roles no credentials o k response has a 5xx status code

func (*ListEKSNodeRolesNoCredentialsOK) IsSuccess

func (o *ListEKSNodeRolesNoCredentialsOK) IsSuccess() bool

IsSuccess returns true when this list e k s node roles no credentials o k response has a 2xx status code

func (*ListEKSNodeRolesNoCredentialsOK) String

type ListEKSNodeRolesNoCredentialsParams

type ListEKSNodeRolesNoCredentialsParams struct {

	// ClusterID.
	ClusterID string

	// ProjectID.
	ProjectID string

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

ListEKSNodeRolesNoCredentialsParams contains all the parameters to send to the API endpoint

for the list e k s node roles no credentials operation.

Typically these are written to a http.Request.

func NewListEKSNodeRolesNoCredentialsParams

func NewListEKSNodeRolesNoCredentialsParams() *ListEKSNodeRolesNoCredentialsParams

NewListEKSNodeRolesNoCredentialsParams creates a new ListEKSNodeRolesNoCredentialsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListEKSNodeRolesNoCredentialsParamsWithContext

func NewListEKSNodeRolesNoCredentialsParamsWithContext(ctx context.Context) *ListEKSNodeRolesNoCredentialsParams

NewListEKSNodeRolesNoCredentialsParamsWithContext creates a new ListEKSNodeRolesNoCredentialsParams object with the ability to set a context for a request.

func NewListEKSNodeRolesNoCredentialsParamsWithHTTPClient

func NewListEKSNodeRolesNoCredentialsParamsWithHTTPClient(client *http.Client) *ListEKSNodeRolesNoCredentialsParams

NewListEKSNodeRolesNoCredentialsParamsWithHTTPClient creates a new ListEKSNodeRolesNoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewListEKSNodeRolesNoCredentialsParamsWithTimeout

func NewListEKSNodeRolesNoCredentialsParamsWithTimeout(timeout time.Duration) *ListEKSNodeRolesNoCredentialsParams

NewListEKSNodeRolesNoCredentialsParamsWithTimeout creates a new ListEKSNodeRolesNoCredentialsParams object with the ability to set a timeout on a request.

func (*ListEKSNodeRolesNoCredentialsParams) SetClusterID

func (o *ListEKSNodeRolesNoCredentialsParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the list e k s node roles no credentials params

func (*ListEKSNodeRolesNoCredentialsParams) SetContext

SetContext adds the context to the list e k s node roles no credentials params

func (*ListEKSNodeRolesNoCredentialsParams) SetDefaults

func (o *ListEKSNodeRolesNoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the list e k s node roles no credentials params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSNodeRolesNoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list e k s node roles no credentials params

func (*ListEKSNodeRolesNoCredentialsParams) SetProjectID

func (o *ListEKSNodeRolesNoCredentialsParams) SetProjectID(projectID string)

SetProjectID adds the projectId to the list e k s node roles no credentials params

func (*ListEKSNodeRolesNoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the list e k s node roles no credentials params

func (*ListEKSNodeRolesNoCredentialsParams) WithClusterID

WithClusterID adds the clusterID to the list e k s node roles no credentials params

func (*ListEKSNodeRolesNoCredentialsParams) WithContext

WithContext adds the context to the list e k s node roles no credentials params

func (*ListEKSNodeRolesNoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the list e k s node roles no credentials params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSNodeRolesNoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list e k s node roles no credentials params

func (*ListEKSNodeRolesNoCredentialsParams) WithProjectID

WithProjectID adds the projectID to the list e k s node roles no credentials params

func (*ListEKSNodeRolesNoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the list e k s node roles no credentials params

func (*ListEKSNodeRolesNoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListEKSNodeRolesNoCredentialsReader

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

ListEKSNodeRolesNoCredentialsReader is a Reader for the ListEKSNodeRolesNoCredentials structure.

func (*ListEKSNodeRolesNoCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListEKSNodeRolesNoCredentialsUnauthorized

type ListEKSNodeRolesNoCredentialsUnauthorized struct {
}

ListEKSNodeRolesNoCredentialsUnauthorized describes a response with status code 401, with default header values.

EmptyResponse is a empty response

func NewListEKSNodeRolesNoCredentialsUnauthorized

func NewListEKSNodeRolesNoCredentialsUnauthorized() *ListEKSNodeRolesNoCredentialsUnauthorized

NewListEKSNodeRolesNoCredentialsUnauthorized creates a ListEKSNodeRolesNoCredentialsUnauthorized with default headers values

func (*ListEKSNodeRolesNoCredentialsUnauthorized) Error

func (*ListEKSNodeRolesNoCredentialsUnauthorized) IsClientError

IsClientError returns true when this list e k s node roles no credentials unauthorized response has a 4xx status code

func (*ListEKSNodeRolesNoCredentialsUnauthorized) IsCode

IsCode returns true when this list e k s node roles no credentials unauthorized response a status code equal to that given

func (*ListEKSNodeRolesNoCredentialsUnauthorized) IsRedirect

IsRedirect returns true when this list e k s node roles no credentials unauthorized response has a 3xx status code

func (*ListEKSNodeRolesNoCredentialsUnauthorized) IsServerError

IsServerError returns true when this list e k s node roles no credentials unauthorized response has a 5xx status code

func (*ListEKSNodeRolesNoCredentialsUnauthorized) IsSuccess

IsSuccess returns true when this list e k s node roles no credentials unauthorized response has a 2xx status code

func (*ListEKSNodeRolesNoCredentialsUnauthorized) String

type ListEKSRegionsDefault

type ListEKSRegionsDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ListEKSRegionsDefault describes a response with status code -1, with default header values.

errorResponse

func NewListEKSRegionsDefault

func NewListEKSRegionsDefault(code int) *ListEKSRegionsDefault

NewListEKSRegionsDefault creates a ListEKSRegionsDefault with default headers values

func (*ListEKSRegionsDefault) Code

func (o *ListEKSRegionsDefault) Code() int

Code gets the status code for the list e k s regions default response

func (*ListEKSRegionsDefault) Error

func (o *ListEKSRegionsDefault) Error() string

func (*ListEKSRegionsDefault) GetPayload

func (o *ListEKSRegionsDefault) GetPayload() *models.ErrorResponse

func (*ListEKSRegionsDefault) IsClientError

func (o *ListEKSRegionsDefault) IsClientError() bool

IsClientError returns true when this list e k s regions default response has a 4xx status code

func (*ListEKSRegionsDefault) IsCode

func (o *ListEKSRegionsDefault) IsCode(code int) bool

IsCode returns true when this list e k s regions default response a status code equal to that given

func (*ListEKSRegionsDefault) IsRedirect

func (o *ListEKSRegionsDefault) IsRedirect() bool

IsRedirect returns true when this list e k s regions default response has a 3xx status code

func (*ListEKSRegionsDefault) IsServerError

func (o *ListEKSRegionsDefault) IsServerError() bool

IsServerError returns true when this list e k s regions default response has a 5xx status code

func (*ListEKSRegionsDefault) IsSuccess

func (o *ListEKSRegionsDefault) IsSuccess() bool

IsSuccess returns true when this list e k s regions default response has a 2xx status code

func (*ListEKSRegionsDefault) String

func (o *ListEKSRegionsDefault) String() string

type ListEKSRegionsForbidden

type ListEKSRegionsForbidden struct {
}

ListEKSRegionsForbidden describes a response with status code 403, with default header values.

EmptyResponse is a empty response

func NewListEKSRegionsForbidden

func NewListEKSRegionsForbidden() *ListEKSRegionsForbidden

NewListEKSRegionsForbidden creates a ListEKSRegionsForbidden with default headers values

func (*ListEKSRegionsForbidden) Error

func (o *ListEKSRegionsForbidden) Error() string

func (*ListEKSRegionsForbidden) IsClientError

func (o *ListEKSRegionsForbidden) IsClientError() bool

IsClientError returns true when this list e k s regions forbidden response has a 4xx status code

func (*ListEKSRegionsForbidden) IsCode

func (o *ListEKSRegionsForbidden) IsCode(code int) bool

IsCode returns true when this list e k s regions forbidden response a status code equal to that given

func (*ListEKSRegionsForbidden) IsRedirect

func (o *ListEKSRegionsForbidden) IsRedirect() bool

IsRedirect returns true when this list e k s regions forbidden response has a 3xx status code

func (*ListEKSRegionsForbidden) IsServerError

func (o *ListEKSRegionsForbidden) IsServerError() bool

IsServerError returns true when this list e k s regions forbidden response has a 5xx status code

func (*ListEKSRegionsForbidden) IsSuccess

func (o *ListEKSRegionsForbidden) IsSuccess() bool

IsSuccess returns true when this list e k s regions forbidden response has a 2xx status code

func (*ListEKSRegionsForbidden) String

func (o *ListEKSRegionsForbidden) String() string

type ListEKSRegionsOK

type ListEKSRegionsOK struct {
	Payload []models.EKSRegionList
}

ListEKSRegionsOK describes a response with status code 200, with default header values.

EKSRegionList

func NewListEKSRegionsOK

func NewListEKSRegionsOK() *ListEKSRegionsOK

NewListEKSRegionsOK creates a ListEKSRegionsOK with default headers values

func (*ListEKSRegionsOK) Error

func (o *ListEKSRegionsOK) Error() string

func (*ListEKSRegionsOK) GetPayload

func (o *ListEKSRegionsOK) GetPayload() []models.EKSRegionList

func (*ListEKSRegionsOK) IsClientError

func (o *ListEKSRegionsOK) IsClientError() bool

IsClientError returns true when this list e k s regions o k response has a 4xx status code

func (*ListEKSRegionsOK) IsCode

func (o *ListEKSRegionsOK) IsCode(code int) bool

IsCode returns true when this list e k s regions o k response a status code equal to that given

func (*ListEKSRegionsOK) IsRedirect

func (o *ListEKSRegionsOK) IsRedirect() bool

IsRedirect returns true when this list e k s regions o k response has a 3xx status code

func (*ListEKSRegionsOK) IsServerError

func (o *ListEKSRegionsOK) IsServerError() bool

IsServerError returns true when this list e k s regions o k response has a 5xx status code

func (*ListEKSRegionsOK) IsSuccess

func (o *ListEKSRegionsOK) IsSuccess() bool

IsSuccess returns true when this list e k s regions o k response has a 2xx status code

func (*ListEKSRegionsOK) String

func (o *ListEKSRegionsOK) String() string

type ListEKSRegionsParams

type ListEKSRegionsParams struct {

	// AccessKeyID.
	AccessKeyID *string

	// Credential.
	Credential *string

	// SecretAccessKey.
	SecretAccessKey *string

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

ListEKSRegionsParams contains all the parameters to send to the API endpoint

for the list e k s regions operation.

Typically these are written to a http.Request.

func NewListEKSRegionsParams

func NewListEKSRegionsParams() *ListEKSRegionsParams

NewListEKSRegionsParams creates a new ListEKSRegionsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListEKSRegionsParamsWithContext

func NewListEKSRegionsParamsWithContext(ctx context.Context) *ListEKSRegionsParams

NewListEKSRegionsParamsWithContext creates a new ListEKSRegionsParams object with the ability to set a context for a request.

func NewListEKSRegionsParamsWithHTTPClient

func NewListEKSRegionsParamsWithHTTPClient(client *http.Client) *ListEKSRegionsParams

NewListEKSRegionsParamsWithHTTPClient creates a new ListEKSRegionsParams object with the ability to set a custom HTTPClient for a request.

func NewListEKSRegionsParamsWithTimeout

func NewListEKSRegionsParamsWithTimeout(timeout time.Duration) *ListEKSRegionsParams

NewListEKSRegionsParamsWithTimeout creates a new ListEKSRegionsParams object with the ability to set a timeout on a request.

func (*ListEKSRegionsParams) SetAccessKeyID

func (o *ListEKSRegionsParams) SetAccessKeyID(accessKeyID *string)

SetAccessKeyID adds the accessKeyId to the list e k s regions params

func (*ListEKSRegionsParams) SetContext

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

SetContext adds the context to the list e k s regions params

func (*ListEKSRegionsParams) SetCredential

func (o *ListEKSRegionsParams) SetCredential(credential *string)

SetCredential adds the credential to the list e k s regions params

func (*ListEKSRegionsParams) SetDefaults

func (o *ListEKSRegionsParams) SetDefaults()

SetDefaults hydrates default values in the list e k s regions params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSRegionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list e k s regions params

func (*ListEKSRegionsParams) SetSecretAccessKey

func (o *ListEKSRegionsParams) SetSecretAccessKey(secretAccessKey *string)

SetSecretAccessKey adds the secretAccessKey to the list e k s regions params

func (*ListEKSRegionsParams) SetTimeout

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

SetTimeout adds the timeout to the list e k s regions params

func (*ListEKSRegionsParams) WithAccessKeyID

func (o *ListEKSRegionsParams) WithAccessKeyID(accessKeyID *string) *ListEKSRegionsParams

WithAccessKeyID adds the accessKeyID to the list e k s regions params

func (*ListEKSRegionsParams) WithContext

WithContext adds the context to the list e k s regions params

func (*ListEKSRegionsParams) WithCredential

func (o *ListEKSRegionsParams) WithCredential(credential *string) *ListEKSRegionsParams

WithCredential adds the credential to the list e k s regions params

func (*ListEKSRegionsParams) WithDefaults

func (o *ListEKSRegionsParams) WithDefaults() *ListEKSRegionsParams

WithDefaults hydrates default values in the list e k s regions params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSRegionsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list e k s regions params

func (*ListEKSRegionsParams) WithSecretAccessKey

func (o *ListEKSRegionsParams) WithSecretAccessKey(secretAccessKey *string) *ListEKSRegionsParams

WithSecretAccessKey adds the secretAccessKey to the list e k s regions params

func (*ListEKSRegionsParams) WithTimeout

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

WithTimeout adds the timeout to the list e k s regions params

func (*ListEKSRegionsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListEKSRegionsReader

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

ListEKSRegionsReader is a Reader for the ListEKSRegions structure.

func (*ListEKSRegionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListEKSRegionsUnauthorized

type ListEKSRegionsUnauthorized struct {
}

ListEKSRegionsUnauthorized describes a response with status code 401, with default header values.

EmptyResponse is a empty response

func NewListEKSRegionsUnauthorized

func NewListEKSRegionsUnauthorized() *ListEKSRegionsUnauthorized

NewListEKSRegionsUnauthorized creates a ListEKSRegionsUnauthorized with default headers values

func (*ListEKSRegionsUnauthorized) Error

func (*ListEKSRegionsUnauthorized) IsClientError

func (o *ListEKSRegionsUnauthorized) IsClientError() bool

IsClientError returns true when this list e k s regions unauthorized response has a 4xx status code

func (*ListEKSRegionsUnauthorized) IsCode

func (o *ListEKSRegionsUnauthorized) IsCode(code int) bool

IsCode returns true when this list e k s regions unauthorized response a status code equal to that given

func (*ListEKSRegionsUnauthorized) IsRedirect

func (o *ListEKSRegionsUnauthorized) IsRedirect() bool

IsRedirect returns true when this list e k s regions unauthorized response has a 3xx status code

func (*ListEKSRegionsUnauthorized) IsServerError

func (o *ListEKSRegionsUnauthorized) IsServerError() bool

IsServerError returns true when this list e k s regions unauthorized response has a 5xx status code

func (*ListEKSRegionsUnauthorized) IsSuccess

func (o *ListEKSRegionsUnauthorized) IsSuccess() bool

IsSuccess returns true when this list e k s regions unauthorized response has a 2xx status code

func (*ListEKSRegionsUnauthorized) String

func (o *ListEKSRegionsUnauthorized) String() string

type ListEKSSecurityGroupsDefault

type ListEKSSecurityGroupsDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ListEKSSecurityGroupsDefault describes a response with status code -1, with default header values.

errorResponse

func NewListEKSSecurityGroupsDefault

func NewListEKSSecurityGroupsDefault(code int) *ListEKSSecurityGroupsDefault

NewListEKSSecurityGroupsDefault creates a ListEKSSecurityGroupsDefault with default headers values

func (*ListEKSSecurityGroupsDefault) Code

Code gets the status code for the list e k s security groups default response

func (*ListEKSSecurityGroupsDefault) Error

func (*ListEKSSecurityGroupsDefault) GetPayload

func (*ListEKSSecurityGroupsDefault) IsClientError

func (o *ListEKSSecurityGroupsDefault) IsClientError() bool

IsClientError returns true when this list e k s security groups default response has a 4xx status code

func (*ListEKSSecurityGroupsDefault) IsCode

func (o *ListEKSSecurityGroupsDefault) IsCode(code int) bool

IsCode returns true when this list e k s security groups default response a status code equal to that given

func (*ListEKSSecurityGroupsDefault) IsRedirect

func (o *ListEKSSecurityGroupsDefault) IsRedirect() bool

IsRedirect returns true when this list e k s security groups default response has a 3xx status code

func (*ListEKSSecurityGroupsDefault) IsServerError

func (o *ListEKSSecurityGroupsDefault) IsServerError() bool

IsServerError returns true when this list e k s security groups default response has a 5xx status code

func (*ListEKSSecurityGroupsDefault) IsSuccess

func (o *ListEKSSecurityGroupsDefault) IsSuccess() bool

IsSuccess returns true when this list e k s security groups default response has a 2xx status code

func (*ListEKSSecurityGroupsDefault) String

type ListEKSSecurityGroupsForbidden

type ListEKSSecurityGroupsForbidden struct {
}

ListEKSSecurityGroupsForbidden describes a response with status code 403, with default header values.

EmptyResponse is a empty response

func NewListEKSSecurityGroupsForbidden

func NewListEKSSecurityGroupsForbidden() *ListEKSSecurityGroupsForbidden

NewListEKSSecurityGroupsForbidden creates a ListEKSSecurityGroupsForbidden with default headers values

func (*ListEKSSecurityGroupsForbidden) Error

func (*ListEKSSecurityGroupsForbidden) IsClientError

func (o *ListEKSSecurityGroupsForbidden) IsClientError() bool

IsClientError returns true when this list e k s security groups forbidden response has a 4xx status code

func (*ListEKSSecurityGroupsForbidden) IsCode

func (o *ListEKSSecurityGroupsForbidden) IsCode(code int) bool

IsCode returns true when this list e k s security groups forbidden response a status code equal to that given

func (*ListEKSSecurityGroupsForbidden) IsRedirect

func (o *ListEKSSecurityGroupsForbidden) IsRedirect() bool

IsRedirect returns true when this list e k s security groups forbidden response has a 3xx status code

func (*ListEKSSecurityGroupsForbidden) IsServerError

func (o *ListEKSSecurityGroupsForbidden) IsServerError() bool

IsServerError returns true when this list e k s security groups forbidden response has a 5xx status code

func (*ListEKSSecurityGroupsForbidden) IsSuccess

func (o *ListEKSSecurityGroupsForbidden) IsSuccess() bool

IsSuccess returns true when this list e k s security groups forbidden response has a 2xx status code

func (*ListEKSSecurityGroupsForbidden) String

type ListEKSSecurityGroupsOK

type ListEKSSecurityGroupsOK struct {
	Payload models.EKSSecurityGroupList
}

ListEKSSecurityGroupsOK describes a response with status code 200, with default header values.

EKSSecurityGroupList

func NewListEKSSecurityGroupsOK

func NewListEKSSecurityGroupsOK() *ListEKSSecurityGroupsOK

NewListEKSSecurityGroupsOK creates a ListEKSSecurityGroupsOK with default headers values

func (*ListEKSSecurityGroupsOK) Error

func (o *ListEKSSecurityGroupsOK) Error() string

func (*ListEKSSecurityGroupsOK) GetPayload

func (*ListEKSSecurityGroupsOK) IsClientError

func (o *ListEKSSecurityGroupsOK) IsClientError() bool

IsClientError returns true when this list e k s security groups o k response has a 4xx status code

func (*ListEKSSecurityGroupsOK) IsCode

func (o *ListEKSSecurityGroupsOK) IsCode(code int) bool

IsCode returns true when this list e k s security groups o k response a status code equal to that given

func (*ListEKSSecurityGroupsOK) IsRedirect

func (o *ListEKSSecurityGroupsOK) IsRedirect() bool

IsRedirect returns true when this list e k s security groups o k response has a 3xx status code

func (*ListEKSSecurityGroupsOK) IsServerError

func (o *ListEKSSecurityGroupsOK) IsServerError() bool

IsServerError returns true when this list e k s security groups o k response has a 5xx status code

func (*ListEKSSecurityGroupsOK) IsSuccess

func (o *ListEKSSecurityGroupsOK) IsSuccess() bool

IsSuccess returns true when this list e k s security groups o k response has a 2xx status code

func (*ListEKSSecurityGroupsOK) String

func (o *ListEKSSecurityGroupsOK) String() string

type ListEKSSecurityGroupsParams

type ListEKSSecurityGroupsParams struct {

	// AccessKeyID.
	AccessKeyID *string

	// Credential.
	Credential *string

	// Region.
	Region *string

	// SecretAccessKey.
	SecretAccessKey *string

	// VpcID.
	VpcID *string

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

ListEKSSecurityGroupsParams contains all the parameters to send to the API endpoint

for the list e k s security groups operation.

Typically these are written to a http.Request.

func NewListEKSSecurityGroupsParams

func NewListEKSSecurityGroupsParams() *ListEKSSecurityGroupsParams

NewListEKSSecurityGroupsParams creates a new ListEKSSecurityGroupsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListEKSSecurityGroupsParamsWithContext

func NewListEKSSecurityGroupsParamsWithContext(ctx context.Context) *ListEKSSecurityGroupsParams

NewListEKSSecurityGroupsParamsWithContext creates a new ListEKSSecurityGroupsParams object with the ability to set a context for a request.

func NewListEKSSecurityGroupsParamsWithHTTPClient

func NewListEKSSecurityGroupsParamsWithHTTPClient(client *http.Client) *ListEKSSecurityGroupsParams

NewListEKSSecurityGroupsParamsWithHTTPClient creates a new ListEKSSecurityGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewListEKSSecurityGroupsParamsWithTimeout

func NewListEKSSecurityGroupsParamsWithTimeout(timeout time.Duration) *ListEKSSecurityGroupsParams

NewListEKSSecurityGroupsParamsWithTimeout creates a new ListEKSSecurityGroupsParams object with the ability to set a timeout on a request.

func (*ListEKSSecurityGroupsParams) SetAccessKeyID

func (o *ListEKSSecurityGroupsParams) SetAccessKeyID(accessKeyID *string)

SetAccessKeyID adds the accessKeyId to the list e k s security groups params

func (*ListEKSSecurityGroupsParams) SetContext

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

SetContext adds the context to the list e k s security groups params

func (*ListEKSSecurityGroupsParams) SetCredential

func (o *ListEKSSecurityGroupsParams) SetCredential(credential *string)

SetCredential adds the credential to the list e k s security groups params

func (*ListEKSSecurityGroupsParams) SetDefaults

func (o *ListEKSSecurityGroupsParams) SetDefaults()

SetDefaults hydrates default values in the list e k s security groups params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSSecurityGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list e k s security groups params

func (*ListEKSSecurityGroupsParams) SetRegion

func (o *ListEKSSecurityGroupsParams) SetRegion(region *string)

SetRegion adds the region to the list e k s security groups params

func (*ListEKSSecurityGroupsParams) SetSecretAccessKey

func (o *ListEKSSecurityGroupsParams) SetSecretAccessKey(secretAccessKey *string)

SetSecretAccessKey adds the secretAccessKey to the list e k s security groups params

func (*ListEKSSecurityGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the list e k s security groups params

func (*ListEKSSecurityGroupsParams) SetVpcID

func (o *ListEKSSecurityGroupsParams) SetVpcID(vpcID *string)

SetVpcID adds the vpcId to the list e k s security groups params

func (*ListEKSSecurityGroupsParams) WithAccessKeyID

func (o *ListEKSSecurityGroupsParams) WithAccessKeyID(accessKeyID *string) *ListEKSSecurityGroupsParams

WithAccessKeyID adds the accessKeyID to the list e k s security groups params

func (*ListEKSSecurityGroupsParams) WithContext

WithContext adds the context to the list e k s security groups params

func (*ListEKSSecurityGroupsParams) WithCredential

func (o *ListEKSSecurityGroupsParams) WithCredential(credential *string) *ListEKSSecurityGroupsParams

WithCredential adds the credential to the list e k s security groups params

func (*ListEKSSecurityGroupsParams) WithDefaults

WithDefaults hydrates default values in the list e k s security groups params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSSecurityGroupsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list e k s security groups params

func (*ListEKSSecurityGroupsParams) WithRegion

WithRegion adds the region to the list e k s security groups params

func (*ListEKSSecurityGroupsParams) WithSecretAccessKey

func (o *ListEKSSecurityGroupsParams) WithSecretAccessKey(secretAccessKey *string) *ListEKSSecurityGroupsParams

WithSecretAccessKey adds the secretAccessKey to the list e k s security groups params

func (*ListEKSSecurityGroupsParams) WithTimeout

WithTimeout adds the timeout to the list e k s security groups params

func (*ListEKSSecurityGroupsParams) WithVpcID

WithVpcID adds the vpcID to the list e k s security groups params

func (*ListEKSSecurityGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListEKSSecurityGroupsReader

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

ListEKSSecurityGroupsReader is a Reader for the ListEKSSecurityGroups structure.

func (*ListEKSSecurityGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListEKSSecurityGroupsUnauthorized

type ListEKSSecurityGroupsUnauthorized struct {
}

ListEKSSecurityGroupsUnauthorized describes a response with status code 401, with default header values.

EmptyResponse is a empty response

func NewListEKSSecurityGroupsUnauthorized

func NewListEKSSecurityGroupsUnauthorized() *ListEKSSecurityGroupsUnauthorized

NewListEKSSecurityGroupsUnauthorized creates a ListEKSSecurityGroupsUnauthorized with default headers values

func (*ListEKSSecurityGroupsUnauthorized) Error

func (*ListEKSSecurityGroupsUnauthorized) IsClientError

func (o *ListEKSSecurityGroupsUnauthorized) IsClientError() bool

IsClientError returns true when this list e k s security groups unauthorized response has a 4xx status code

func (*ListEKSSecurityGroupsUnauthorized) IsCode

func (o *ListEKSSecurityGroupsUnauthorized) IsCode(code int) bool

IsCode returns true when this list e k s security groups unauthorized response a status code equal to that given

func (*ListEKSSecurityGroupsUnauthorized) IsRedirect

func (o *ListEKSSecurityGroupsUnauthorized) IsRedirect() bool

IsRedirect returns true when this list e k s security groups unauthorized response has a 3xx status code

func (*ListEKSSecurityGroupsUnauthorized) IsServerError

func (o *ListEKSSecurityGroupsUnauthorized) IsServerError() bool

IsServerError returns true when this list e k s security groups unauthorized response has a 5xx status code

func (*ListEKSSecurityGroupsUnauthorized) IsSuccess

func (o *ListEKSSecurityGroupsUnauthorized) IsSuccess() bool

IsSuccess returns true when this list e k s security groups unauthorized response has a 2xx status code

func (*ListEKSSecurityGroupsUnauthorized) String

type ListEKSSubnetsDefault

type ListEKSSubnetsDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ListEKSSubnetsDefault describes a response with status code -1, with default header values.

errorResponse

func NewListEKSSubnetsDefault

func NewListEKSSubnetsDefault(code int) *ListEKSSubnetsDefault

NewListEKSSubnetsDefault creates a ListEKSSubnetsDefault with default headers values

func (*ListEKSSubnetsDefault) Code

func (o *ListEKSSubnetsDefault) Code() int

Code gets the status code for the list e k s subnets default response

func (*ListEKSSubnetsDefault) Error

func (o *ListEKSSubnetsDefault) Error() string

func (*ListEKSSubnetsDefault) GetPayload

func (o *ListEKSSubnetsDefault) GetPayload() *models.ErrorResponse

func (*ListEKSSubnetsDefault) IsClientError

func (o *ListEKSSubnetsDefault) IsClientError() bool

IsClientError returns true when this list e k s subnets default response has a 4xx status code

func (*ListEKSSubnetsDefault) IsCode

func (o *ListEKSSubnetsDefault) IsCode(code int) bool

IsCode returns true when this list e k s subnets default response a status code equal to that given

func (*ListEKSSubnetsDefault) IsRedirect

func (o *ListEKSSubnetsDefault) IsRedirect() bool

IsRedirect returns true when this list e k s subnets default response has a 3xx status code

func (*ListEKSSubnetsDefault) IsServerError

func (o *ListEKSSubnetsDefault) IsServerError() bool

IsServerError returns true when this list e k s subnets default response has a 5xx status code

func (*ListEKSSubnetsDefault) IsSuccess

func (o *ListEKSSubnetsDefault) IsSuccess() bool

IsSuccess returns true when this list e k s subnets default response has a 2xx status code

func (*ListEKSSubnetsDefault) String

func (o *ListEKSSubnetsDefault) String() string

type ListEKSSubnetsNoCredentialsDefault

type ListEKSSubnetsNoCredentialsDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ListEKSSubnetsNoCredentialsDefault describes a response with status code -1, with default header values.

errorResponse

func NewListEKSSubnetsNoCredentialsDefault

func NewListEKSSubnetsNoCredentialsDefault(code int) *ListEKSSubnetsNoCredentialsDefault

NewListEKSSubnetsNoCredentialsDefault creates a ListEKSSubnetsNoCredentialsDefault with default headers values

func (*ListEKSSubnetsNoCredentialsDefault) Code

Code gets the status code for the list e k s subnets no credentials default response

func (*ListEKSSubnetsNoCredentialsDefault) Error

func (*ListEKSSubnetsNoCredentialsDefault) GetPayload

func (*ListEKSSubnetsNoCredentialsDefault) IsClientError

func (o *ListEKSSubnetsNoCredentialsDefault) IsClientError() bool

IsClientError returns true when this list e k s subnets no credentials default response has a 4xx status code

func (*ListEKSSubnetsNoCredentialsDefault) IsCode

IsCode returns true when this list e k s subnets no credentials default response a status code equal to that given

func (*ListEKSSubnetsNoCredentialsDefault) IsRedirect

func (o *ListEKSSubnetsNoCredentialsDefault) IsRedirect() bool

IsRedirect returns true when this list e k s subnets no credentials default response has a 3xx status code

func (*ListEKSSubnetsNoCredentialsDefault) IsServerError

func (o *ListEKSSubnetsNoCredentialsDefault) IsServerError() bool

IsServerError returns true when this list e k s subnets no credentials default response has a 5xx status code

func (*ListEKSSubnetsNoCredentialsDefault) IsSuccess

IsSuccess returns true when this list e k s subnets no credentials default response has a 2xx status code

func (*ListEKSSubnetsNoCredentialsDefault) String

type ListEKSSubnetsNoCredentialsForbidden

type ListEKSSubnetsNoCredentialsForbidden struct {
}

ListEKSSubnetsNoCredentialsForbidden describes a response with status code 403, with default header values.

EmptyResponse is a empty response

func NewListEKSSubnetsNoCredentialsForbidden

func NewListEKSSubnetsNoCredentialsForbidden() *ListEKSSubnetsNoCredentialsForbidden

NewListEKSSubnetsNoCredentialsForbidden creates a ListEKSSubnetsNoCredentialsForbidden with default headers values

func (*ListEKSSubnetsNoCredentialsForbidden) Error

func (*ListEKSSubnetsNoCredentialsForbidden) IsClientError

func (o *ListEKSSubnetsNoCredentialsForbidden) IsClientError() bool

IsClientError returns true when this list e k s subnets no credentials forbidden response has a 4xx status code

func (*ListEKSSubnetsNoCredentialsForbidden) IsCode

IsCode returns true when this list e k s subnets no credentials forbidden response a status code equal to that given

func (*ListEKSSubnetsNoCredentialsForbidden) IsRedirect

IsRedirect returns true when this list e k s subnets no credentials forbidden response has a 3xx status code

func (*ListEKSSubnetsNoCredentialsForbidden) IsServerError

func (o *ListEKSSubnetsNoCredentialsForbidden) IsServerError() bool

IsServerError returns true when this list e k s subnets no credentials forbidden response has a 5xx status code

func (*ListEKSSubnetsNoCredentialsForbidden) IsSuccess

IsSuccess returns true when this list e k s subnets no credentials forbidden response has a 2xx status code

func (*ListEKSSubnetsNoCredentialsForbidden) String

type ListEKSSubnetsNoCredentialsOK

type ListEKSSubnetsNoCredentialsOK struct {
	Payload models.EKSSubnetList
}

ListEKSSubnetsNoCredentialsOK describes a response with status code 200, with default header values.

EKSSubnetList

func NewListEKSSubnetsNoCredentialsOK

func NewListEKSSubnetsNoCredentialsOK() *ListEKSSubnetsNoCredentialsOK

NewListEKSSubnetsNoCredentialsOK creates a ListEKSSubnetsNoCredentialsOK with default headers values

func (*ListEKSSubnetsNoCredentialsOK) Error

func (*ListEKSSubnetsNoCredentialsOK) GetPayload

func (*ListEKSSubnetsNoCredentialsOK) IsClientError

func (o *ListEKSSubnetsNoCredentialsOK) IsClientError() bool

IsClientError returns true when this list e k s subnets no credentials o k response has a 4xx status code

func (*ListEKSSubnetsNoCredentialsOK) IsCode

func (o *ListEKSSubnetsNoCredentialsOK) IsCode(code int) bool

IsCode returns true when this list e k s subnets no credentials o k response a status code equal to that given

func (*ListEKSSubnetsNoCredentialsOK) IsRedirect

func (o *ListEKSSubnetsNoCredentialsOK) IsRedirect() bool

IsRedirect returns true when this list e k s subnets no credentials o k response has a 3xx status code

func (*ListEKSSubnetsNoCredentialsOK) IsServerError

func (o *ListEKSSubnetsNoCredentialsOK) IsServerError() bool

IsServerError returns true when this list e k s subnets no credentials o k response has a 5xx status code

func (*ListEKSSubnetsNoCredentialsOK) IsSuccess

func (o *ListEKSSubnetsNoCredentialsOK) IsSuccess() bool

IsSuccess returns true when this list e k s subnets no credentials o k response has a 2xx status code

func (*ListEKSSubnetsNoCredentialsOK) String

type ListEKSSubnetsNoCredentialsParams

type ListEKSSubnetsNoCredentialsParams struct {

	// VpcID.
	VpcID *string

	// ClusterID.
	ClusterID string

	// ProjectID.
	ProjectID string

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

ListEKSSubnetsNoCredentialsParams contains all the parameters to send to the API endpoint

for the list e k s subnets no credentials operation.

Typically these are written to a http.Request.

func NewListEKSSubnetsNoCredentialsParams

func NewListEKSSubnetsNoCredentialsParams() *ListEKSSubnetsNoCredentialsParams

NewListEKSSubnetsNoCredentialsParams creates a new ListEKSSubnetsNoCredentialsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListEKSSubnetsNoCredentialsParamsWithContext

func NewListEKSSubnetsNoCredentialsParamsWithContext(ctx context.Context) *ListEKSSubnetsNoCredentialsParams

NewListEKSSubnetsNoCredentialsParamsWithContext creates a new ListEKSSubnetsNoCredentialsParams object with the ability to set a context for a request.

func NewListEKSSubnetsNoCredentialsParamsWithHTTPClient

func NewListEKSSubnetsNoCredentialsParamsWithHTTPClient(client *http.Client) *ListEKSSubnetsNoCredentialsParams

NewListEKSSubnetsNoCredentialsParamsWithHTTPClient creates a new ListEKSSubnetsNoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewListEKSSubnetsNoCredentialsParamsWithTimeout

func NewListEKSSubnetsNoCredentialsParamsWithTimeout(timeout time.Duration) *ListEKSSubnetsNoCredentialsParams

NewListEKSSubnetsNoCredentialsParamsWithTimeout creates a new ListEKSSubnetsNoCredentialsParams object with the ability to set a timeout on a request.

func (*ListEKSSubnetsNoCredentialsParams) SetClusterID

func (o *ListEKSSubnetsNoCredentialsParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the list e k s subnets no credentials params

func (*ListEKSSubnetsNoCredentialsParams) SetContext

SetContext adds the context to the list e k s subnets no credentials params

func (*ListEKSSubnetsNoCredentialsParams) SetDefaults

func (o *ListEKSSubnetsNoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the list e k s subnets no credentials params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSSubnetsNoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list e k s subnets no credentials params

func (*ListEKSSubnetsNoCredentialsParams) SetProjectID

func (o *ListEKSSubnetsNoCredentialsParams) SetProjectID(projectID string)

SetProjectID adds the projectId to the list e k s subnets no credentials params

func (*ListEKSSubnetsNoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the list e k s subnets no credentials params

func (*ListEKSSubnetsNoCredentialsParams) SetVpcID

func (o *ListEKSSubnetsNoCredentialsParams) SetVpcID(vpcID *string)

SetVpcID adds the vpcId to the list e k s subnets no credentials params

func (*ListEKSSubnetsNoCredentialsParams) WithClusterID

WithClusterID adds the clusterID to the list e k s subnets no credentials params

func (*ListEKSSubnetsNoCredentialsParams) WithContext

WithContext adds the context to the list e k s subnets no credentials params

func (*ListEKSSubnetsNoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the list e k s subnets no credentials params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSSubnetsNoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list e k s subnets no credentials params

func (*ListEKSSubnetsNoCredentialsParams) WithProjectID

WithProjectID adds the projectID to the list e k s subnets no credentials params

func (*ListEKSSubnetsNoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the list e k s subnets no credentials params

func (*ListEKSSubnetsNoCredentialsParams) WithVpcID

WithVpcID adds the vpcID to the list e k s subnets no credentials params

func (*ListEKSSubnetsNoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListEKSSubnetsNoCredentialsReader

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

ListEKSSubnetsNoCredentialsReader is a Reader for the ListEKSSubnetsNoCredentials structure.

func (*ListEKSSubnetsNoCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListEKSSubnetsNoCredentialsUnauthorized

type ListEKSSubnetsNoCredentialsUnauthorized struct {
}

ListEKSSubnetsNoCredentialsUnauthorized describes a response with status code 401, with default header values.

EmptyResponse is a empty response

func NewListEKSSubnetsNoCredentialsUnauthorized

func NewListEKSSubnetsNoCredentialsUnauthorized() *ListEKSSubnetsNoCredentialsUnauthorized

NewListEKSSubnetsNoCredentialsUnauthorized creates a ListEKSSubnetsNoCredentialsUnauthorized with default headers values

func (*ListEKSSubnetsNoCredentialsUnauthorized) Error

func (*ListEKSSubnetsNoCredentialsUnauthorized) IsClientError

func (o *ListEKSSubnetsNoCredentialsUnauthorized) IsClientError() bool

IsClientError returns true when this list e k s subnets no credentials unauthorized response has a 4xx status code

func (*ListEKSSubnetsNoCredentialsUnauthorized) IsCode

IsCode returns true when this list e k s subnets no credentials unauthorized response a status code equal to that given

func (*ListEKSSubnetsNoCredentialsUnauthorized) IsRedirect

IsRedirect returns true when this list e k s subnets no credentials unauthorized response has a 3xx status code

func (*ListEKSSubnetsNoCredentialsUnauthorized) IsServerError

func (o *ListEKSSubnetsNoCredentialsUnauthorized) IsServerError() bool

IsServerError returns true when this list e k s subnets no credentials unauthorized response has a 5xx status code

func (*ListEKSSubnetsNoCredentialsUnauthorized) IsSuccess

IsSuccess returns true when this list e k s subnets no credentials unauthorized response has a 2xx status code

func (*ListEKSSubnetsNoCredentialsUnauthorized) String

type ListEKSSubnetsOK

type ListEKSSubnetsOK struct {
	Payload models.EKSSubnetList
}

ListEKSSubnetsOK describes a response with status code 200, with default header values.

EKSSubnetList

func NewListEKSSubnetsOK

func NewListEKSSubnetsOK() *ListEKSSubnetsOK

NewListEKSSubnetsOK creates a ListEKSSubnetsOK with default headers values

func (*ListEKSSubnetsOK) Error

func (o *ListEKSSubnetsOK) Error() string

func (*ListEKSSubnetsOK) GetPayload

func (o *ListEKSSubnetsOK) GetPayload() models.EKSSubnetList

func (*ListEKSSubnetsOK) IsClientError

func (o *ListEKSSubnetsOK) IsClientError() bool

IsClientError returns true when this list e k s subnets o k response has a 4xx status code

func (*ListEKSSubnetsOK) IsCode

func (o *ListEKSSubnetsOK) IsCode(code int) bool

IsCode returns true when this list e k s subnets o k response a status code equal to that given

func (*ListEKSSubnetsOK) IsRedirect

func (o *ListEKSSubnetsOK) IsRedirect() bool

IsRedirect returns true when this list e k s subnets o k response has a 3xx status code

func (*ListEKSSubnetsOK) IsServerError

func (o *ListEKSSubnetsOK) IsServerError() bool

IsServerError returns true when this list e k s subnets o k response has a 5xx status code

func (*ListEKSSubnetsOK) IsSuccess

func (o *ListEKSSubnetsOK) IsSuccess() bool

IsSuccess returns true when this list e k s subnets o k response has a 2xx status code

func (*ListEKSSubnetsOK) String

func (o *ListEKSSubnetsOK) String() string

type ListEKSSubnetsParams

type ListEKSSubnetsParams struct {

	// AccessKeyID.
	AccessKeyID *string

	// Credential.
	Credential *string

	// Region.
	Region *string

	// SecretAccessKey.
	SecretAccessKey *string

	// VpcID.
	VpcID *string

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

ListEKSSubnetsParams contains all the parameters to send to the API endpoint

for the list e k s subnets operation.

Typically these are written to a http.Request.

func NewListEKSSubnetsParams

func NewListEKSSubnetsParams() *ListEKSSubnetsParams

NewListEKSSubnetsParams creates a new ListEKSSubnetsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListEKSSubnetsParamsWithContext

func NewListEKSSubnetsParamsWithContext(ctx context.Context) *ListEKSSubnetsParams

NewListEKSSubnetsParamsWithContext creates a new ListEKSSubnetsParams object with the ability to set a context for a request.

func NewListEKSSubnetsParamsWithHTTPClient

func NewListEKSSubnetsParamsWithHTTPClient(client *http.Client) *ListEKSSubnetsParams

NewListEKSSubnetsParamsWithHTTPClient creates a new ListEKSSubnetsParams object with the ability to set a custom HTTPClient for a request.

func NewListEKSSubnetsParamsWithTimeout

func NewListEKSSubnetsParamsWithTimeout(timeout time.Duration) *ListEKSSubnetsParams

NewListEKSSubnetsParamsWithTimeout creates a new ListEKSSubnetsParams object with the ability to set a timeout on a request.

func (*ListEKSSubnetsParams) SetAccessKeyID

func (o *ListEKSSubnetsParams) SetAccessKeyID(accessKeyID *string)

SetAccessKeyID adds the accessKeyId to the list e k s subnets params

func (*ListEKSSubnetsParams) SetContext

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

SetContext adds the context to the list e k s subnets params

func (*ListEKSSubnetsParams) SetCredential

func (o *ListEKSSubnetsParams) SetCredential(credential *string)

SetCredential adds the credential to the list e k s subnets params

func (*ListEKSSubnetsParams) SetDefaults

func (o *ListEKSSubnetsParams) SetDefaults()

SetDefaults hydrates default values in the list e k s subnets params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSSubnetsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list e k s subnets params

func (*ListEKSSubnetsParams) SetRegion

func (o *ListEKSSubnetsParams) SetRegion(region *string)

SetRegion adds the region to the list e k s subnets params

func (*ListEKSSubnetsParams) SetSecretAccessKey

func (o *ListEKSSubnetsParams) SetSecretAccessKey(secretAccessKey *string)

SetSecretAccessKey adds the secretAccessKey to the list e k s subnets params

func (*ListEKSSubnetsParams) SetTimeout

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

SetTimeout adds the timeout to the list e k s subnets params

func (*ListEKSSubnetsParams) SetVpcID

func (o *ListEKSSubnetsParams) SetVpcID(vpcID *string)

SetVpcID adds the vpcId to the list e k s subnets params

func (*ListEKSSubnetsParams) WithAccessKeyID

func (o *ListEKSSubnetsParams) WithAccessKeyID(accessKeyID *string) *ListEKSSubnetsParams

WithAccessKeyID adds the accessKeyID to the list e k s subnets params

func (*ListEKSSubnetsParams) WithContext

WithContext adds the context to the list e k s subnets params

func (*ListEKSSubnetsParams) WithCredential

func (o *ListEKSSubnetsParams) WithCredential(credential *string) *ListEKSSubnetsParams

WithCredential adds the credential to the list e k s subnets params

func (*ListEKSSubnetsParams) WithDefaults

func (o *ListEKSSubnetsParams) WithDefaults() *ListEKSSubnetsParams

WithDefaults hydrates default values in the list e k s subnets params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSSubnetsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list e k s subnets params

func (*ListEKSSubnetsParams) WithRegion

func (o *ListEKSSubnetsParams) WithRegion(region *string) *ListEKSSubnetsParams

WithRegion adds the region to the list e k s subnets params

func (*ListEKSSubnetsParams) WithSecretAccessKey

func (o *ListEKSSubnetsParams) WithSecretAccessKey(secretAccessKey *string) *ListEKSSubnetsParams

WithSecretAccessKey adds the secretAccessKey to the list e k s subnets params

func (*ListEKSSubnetsParams) WithTimeout

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

WithTimeout adds the timeout to the list e k s subnets params

func (*ListEKSSubnetsParams) WithVpcID

func (o *ListEKSSubnetsParams) WithVpcID(vpcID *string) *ListEKSSubnetsParams

WithVpcID adds the vpcID to the list e k s subnets params

func (*ListEKSSubnetsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListEKSSubnetsReader

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

ListEKSSubnetsReader is a Reader for the ListEKSSubnets structure.

func (*ListEKSSubnetsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListEKSVPCSDefault

type ListEKSVPCSDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ListEKSVPCSDefault describes a response with status code -1, with default header values.

errorResponse

func NewListEKSVPCSDefault

func NewListEKSVPCSDefault(code int) *ListEKSVPCSDefault

NewListEKSVPCSDefault creates a ListEKSVPCSDefault with default headers values

func (*ListEKSVPCSDefault) Code

func (o *ListEKSVPCSDefault) Code() int

Code gets the status code for the list e k s v p c s default response

func (*ListEKSVPCSDefault) Error

func (o *ListEKSVPCSDefault) Error() string

func (*ListEKSVPCSDefault) GetPayload

func (o *ListEKSVPCSDefault) GetPayload() *models.ErrorResponse

func (*ListEKSVPCSDefault) IsClientError

func (o *ListEKSVPCSDefault) IsClientError() bool

IsClientError returns true when this list e k s v p c s default response has a 4xx status code

func (*ListEKSVPCSDefault) IsCode

func (o *ListEKSVPCSDefault) IsCode(code int) bool

IsCode returns true when this list e k s v p c s default response a status code equal to that given

func (*ListEKSVPCSDefault) IsRedirect

func (o *ListEKSVPCSDefault) IsRedirect() bool

IsRedirect returns true when this list e k s v p c s default response has a 3xx status code

func (*ListEKSVPCSDefault) IsServerError

func (o *ListEKSVPCSDefault) IsServerError() bool

IsServerError returns true when this list e k s v p c s default response has a 5xx status code

func (*ListEKSVPCSDefault) IsSuccess

func (o *ListEKSVPCSDefault) IsSuccess() bool

IsSuccess returns true when this list e k s v p c s default response has a 2xx status code

func (*ListEKSVPCSDefault) String

func (o *ListEKSVPCSDefault) String() string

type ListEKSVPCSOK

type ListEKSVPCSOK struct {
	Payload models.EKSVPCList
}

ListEKSVPCSOK describes a response with status code 200, with default header values.

EKSVPCList

func NewListEKSVPCSOK

func NewListEKSVPCSOK() *ListEKSVPCSOK

NewListEKSVPCSOK creates a ListEKSVPCSOK with default headers values

func (*ListEKSVPCSOK) Error

func (o *ListEKSVPCSOK) Error() string

func (*ListEKSVPCSOK) GetPayload

func (o *ListEKSVPCSOK) GetPayload() models.EKSVPCList

func (*ListEKSVPCSOK) IsClientError

func (o *ListEKSVPCSOK) IsClientError() bool

IsClientError returns true when this list e k s v p c s o k response has a 4xx status code

func (*ListEKSVPCSOK) IsCode

func (o *ListEKSVPCSOK) IsCode(code int) bool

IsCode returns true when this list e k s v p c s o k response a status code equal to that given

func (*ListEKSVPCSOK) IsRedirect

func (o *ListEKSVPCSOK) IsRedirect() bool

IsRedirect returns true when this list e k s v p c s o k response has a 3xx status code

func (*ListEKSVPCSOK) IsServerError

func (o *ListEKSVPCSOK) IsServerError() bool

IsServerError returns true when this list e k s v p c s o k response has a 5xx status code

func (*ListEKSVPCSOK) IsSuccess

func (o *ListEKSVPCSOK) IsSuccess() bool

IsSuccess returns true when this list e k s v p c s o k response has a 2xx status code

func (*ListEKSVPCSOK) String

func (o *ListEKSVPCSOK) String() string

type ListEKSVPCSParams

type ListEKSVPCSParams struct {

	// AccessKeyID.
	AccessKeyID *string

	// Credential.
	Credential *string

	// Region.
	Region *string

	// SecretAccessKey.
	SecretAccessKey *string

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

ListEKSVPCSParams contains all the parameters to send to the API endpoint

for the list e k s v p c s operation.

Typically these are written to a http.Request.

func NewListEKSVPCSParams

func NewListEKSVPCSParams() *ListEKSVPCSParams

NewListEKSVPCSParams creates a new ListEKSVPCSParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListEKSVPCSParamsWithContext

func NewListEKSVPCSParamsWithContext(ctx context.Context) *ListEKSVPCSParams

NewListEKSVPCSParamsWithContext creates a new ListEKSVPCSParams object with the ability to set a context for a request.

func NewListEKSVPCSParamsWithHTTPClient

func NewListEKSVPCSParamsWithHTTPClient(client *http.Client) *ListEKSVPCSParams

NewListEKSVPCSParamsWithHTTPClient creates a new ListEKSVPCSParams object with the ability to set a custom HTTPClient for a request.

func NewListEKSVPCSParamsWithTimeout

func NewListEKSVPCSParamsWithTimeout(timeout time.Duration) *ListEKSVPCSParams

NewListEKSVPCSParamsWithTimeout creates a new ListEKSVPCSParams object with the ability to set a timeout on a request.

func (*ListEKSVPCSParams) SetAccessKeyID

func (o *ListEKSVPCSParams) SetAccessKeyID(accessKeyID *string)

SetAccessKeyID adds the accessKeyId to the list e k s v p c s params

func (*ListEKSVPCSParams) SetContext

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

SetContext adds the context to the list e k s v p c s params

func (*ListEKSVPCSParams) SetCredential

func (o *ListEKSVPCSParams) SetCredential(credential *string)

SetCredential adds the credential to the list e k s v p c s params

func (*ListEKSVPCSParams) SetDefaults

func (o *ListEKSVPCSParams) SetDefaults()

SetDefaults hydrates default values in the list e k s v p c s params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSVPCSParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list e k s v p c s params

func (*ListEKSVPCSParams) SetRegion

func (o *ListEKSVPCSParams) SetRegion(region *string)

SetRegion adds the region to the list e k s v p c s params

func (*ListEKSVPCSParams) SetSecretAccessKey

func (o *ListEKSVPCSParams) SetSecretAccessKey(secretAccessKey *string)

SetSecretAccessKey adds the secretAccessKey to the list e k s v p c s params

func (*ListEKSVPCSParams) SetTimeout

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

SetTimeout adds the timeout to the list e k s v p c s params

func (*ListEKSVPCSParams) WithAccessKeyID

func (o *ListEKSVPCSParams) WithAccessKeyID(accessKeyID *string) *ListEKSVPCSParams

WithAccessKeyID adds the accessKeyID to the list e k s v p c s params

func (*ListEKSVPCSParams) WithContext

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

WithContext adds the context to the list e k s v p c s params

func (*ListEKSVPCSParams) WithCredential

func (o *ListEKSVPCSParams) WithCredential(credential *string) *ListEKSVPCSParams

WithCredential adds the credential to the list e k s v p c s params

func (*ListEKSVPCSParams) WithDefaults

func (o *ListEKSVPCSParams) WithDefaults() *ListEKSVPCSParams

WithDefaults hydrates default values in the list e k s v p c s params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSVPCSParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list e k s v p c s params

func (*ListEKSVPCSParams) WithRegion

func (o *ListEKSVPCSParams) WithRegion(region *string) *ListEKSVPCSParams

WithRegion adds the region to the list e k s v p c s params

func (*ListEKSVPCSParams) WithSecretAccessKey

func (o *ListEKSVPCSParams) WithSecretAccessKey(secretAccessKey *string) *ListEKSVPCSParams

WithSecretAccessKey adds the secretAccessKey to the list e k s v p c s params

func (*ListEKSVPCSParams) WithTimeout

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

WithTimeout adds the timeout to the list e k s v p c s params

func (*ListEKSVPCSParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListEKSVPCSReader

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

ListEKSVPCSReader is a Reader for the ListEKSVPCS structure.

func (*ListEKSVPCSReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListEKSVPCsNoCredentialsDefault

type ListEKSVPCsNoCredentialsDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ListEKSVPCsNoCredentialsDefault describes a response with status code -1, with default header values.

errorResponse

func NewListEKSVPCsNoCredentialsDefault

func NewListEKSVPCsNoCredentialsDefault(code int) *ListEKSVPCsNoCredentialsDefault

NewListEKSVPCsNoCredentialsDefault creates a ListEKSVPCsNoCredentialsDefault with default headers values

func (*ListEKSVPCsNoCredentialsDefault) Code

Code gets the status code for the list e k s v p cs no credentials default response

func (*ListEKSVPCsNoCredentialsDefault) Error

func (*ListEKSVPCsNoCredentialsDefault) GetPayload

func (*ListEKSVPCsNoCredentialsDefault) IsClientError

func (o *ListEKSVPCsNoCredentialsDefault) IsClientError() bool

IsClientError returns true when this list e k s v p cs no credentials default response has a 4xx status code

func (*ListEKSVPCsNoCredentialsDefault) IsCode

func (o *ListEKSVPCsNoCredentialsDefault) IsCode(code int) bool

IsCode returns true when this list e k s v p cs no credentials default response a status code equal to that given

func (*ListEKSVPCsNoCredentialsDefault) IsRedirect

func (o *ListEKSVPCsNoCredentialsDefault) IsRedirect() bool

IsRedirect returns true when this list e k s v p cs no credentials default response has a 3xx status code

func (*ListEKSVPCsNoCredentialsDefault) IsServerError

func (o *ListEKSVPCsNoCredentialsDefault) IsServerError() bool

IsServerError returns true when this list e k s v p cs no credentials default response has a 5xx status code

func (*ListEKSVPCsNoCredentialsDefault) IsSuccess

func (o *ListEKSVPCsNoCredentialsDefault) IsSuccess() bool

IsSuccess returns true when this list e k s v p cs no credentials default response has a 2xx status code

func (*ListEKSVPCsNoCredentialsDefault) String

type ListEKSVPCsNoCredentialsForbidden

type ListEKSVPCsNoCredentialsForbidden struct {
}

ListEKSVPCsNoCredentialsForbidden describes a response with status code 403, with default header values.

EmptyResponse is a empty response

func NewListEKSVPCsNoCredentialsForbidden

func NewListEKSVPCsNoCredentialsForbidden() *ListEKSVPCsNoCredentialsForbidden

NewListEKSVPCsNoCredentialsForbidden creates a ListEKSVPCsNoCredentialsForbidden with default headers values

func (*ListEKSVPCsNoCredentialsForbidden) Error

func (*ListEKSVPCsNoCredentialsForbidden) IsClientError

func (o *ListEKSVPCsNoCredentialsForbidden) IsClientError() bool

IsClientError returns true when this list e k s v p cs no credentials forbidden response has a 4xx status code

func (*ListEKSVPCsNoCredentialsForbidden) IsCode

func (o *ListEKSVPCsNoCredentialsForbidden) IsCode(code int) bool

IsCode returns true when this list e k s v p cs no credentials forbidden response a status code equal to that given

func (*ListEKSVPCsNoCredentialsForbidden) IsRedirect

func (o *ListEKSVPCsNoCredentialsForbidden) IsRedirect() bool

IsRedirect returns true when this list e k s v p cs no credentials forbidden response has a 3xx status code

func (*ListEKSVPCsNoCredentialsForbidden) IsServerError

func (o *ListEKSVPCsNoCredentialsForbidden) IsServerError() bool

IsServerError returns true when this list e k s v p cs no credentials forbidden response has a 5xx status code

func (*ListEKSVPCsNoCredentialsForbidden) IsSuccess

func (o *ListEKSVPCsNoCredentialsForbidden) IsSuccess() bool

IsSuccess returns true when this list e k s v p cs no credentials forbidden response has a 2xx status code

func (*ListEKSVPCsNoCredentialsForbidden) String

type ListEKSVPCsNoCredentialsOK

type ListEKSVPCsNoCredentialsOK struct {
	Payload models.EKSVPCList
}

ListEKSVPCsNoCredentialsOK describes a response with status code 200, with default header values.

EKSVPCList

func NewListEKSVPCsNoCredentialsOK

func NewListEKSVPCsNoCredentialsOK() *ListEKSVPCsNoCredentialsOK

NewListEKSVPCsNoCredentialsOK creates a ListEKSVPCsNoCredentialsOK with default headers values

func (*ListEKSVPCsNoCredentialsOK) Error

func (*ListEKSVPCsNoCredentialsOK) GetPayload

func (*ListEKSVPCsNoCredentialsOK) IsClientError

func (o *ListEKSVPCsNoCredentialsOK) IsClientError() bool

IsClientError returns true when this list e k s v p cs no credentials o k response has a 4xx status code

func (*ListEKSVPCsNoCredentialsOK) IsCode

func (o *ListEKSVPCsNoCredentialsOK) IsCode(code int) bool

IsCode returns true when this list e k s v p cs no credentials o k response a status code equal to that given

func (*ListEKSVPCsNoCredentialsOK) IsRedirect

func (o *ListEKSVPCsNoCredentialsOK) IsRedirect() bool

IsRedirect returns true when this list e k s v p cs no credentials o k response has a 3xx status code

func (*ListEKSVPCsNoCredentialsOK) IsServerError

func (o *ListEKSVPCsNoCredentialsOK) IsServerError() bool

IsServerError returns true when this list e k s v p cs no credentials o k response has a 5xx status code

func (*ListEKSVPCsNoCredentialsOK) IsSuccess

func (o *ListEKSVPCsNoCredentialsOK) IsSuccess() bool

IsSuccess returns true when this list e k s v p cs no credentials o k response has a 2xx status code

func (*ListEKSVPCsNoCredentialsOK) String

func (o *ListEKSVPCsNoCredentialsOK) String() string

type ListEKSVPCsNoCredentialsParams

type ListEKSVPCsNoCredentialsParams struct {

	// ClusterID.
	ClusterID string

	// ProjectID.
	ProjectID string

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

ListEKSVPCsNoCredentialsParams contains all the parameters to send to the API endpoint

for the list e k s v p cs no credentials operation.

Typically these are written to a http.Request.

func NewListEKSVPCsNoCredentialsParams

func NewListEKSVPCsNoCredentialsParams() *ListEKSVPCsNoCredentialsParams

NewListEKSVPCsNoCredentialsParams creates a new ListEKSVPCsNoCredentialsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListEKSVPCsNoCredentialsParamsWithContext

func NewListEKSVPCsNoCredentialsParamsWithContext(ctx context.Context) *ListEKSVPCsNoCredentialsParams

NewListEKSVPCsNoCredentialsParamsWithContext creates a new ListEKSVPCsNoCredentialsParams object with the ability to set a context for a request.

func NewListEKSVPCsNoCredentialsParamsWithHTTPClient

func NewListEKSVPCsNoCredentialsParamsWithHTTPClient(client *http.Client) *ListEKSVPCsNoCredentialsParams

NewListEKSVPCsNoCredentialsParamsWithHTTPClient creates a new ListEKSVPCsNoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewListEKSVPCsNoCredentialsParamsWithTimeout

func NewListEKSVPCsNoCredentialsParamsWithTimeout(timeout time.Duration) *ListEKSVPCsNoCredentialsParams

NewListEKSVPCsNoCredentialsParamsWithTimeout creates a new ListEKSVPCsNoCredentialsParams object with the ability to set a timeout on a request.

func (*ListEKSVPCsNoCredentialsParams) SetClusterID

func (o *ListEKSVPCsNoCredentialsParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the list e k s v p cs no credentials params

func (*ListEKSVPCsNoCredentialsParams) SetContext

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

SetContext adds the context to the list e k s v p cs no credentials params

func (*ListEKSVPCsNoCredentialsParams) SetDefaults

func (o *ListEKSVPCsNoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the list e k s v p cs no credentials params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSVPCsNoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list e k s v p cs no credentials params

func (*ListEKSVPCsNoCredentialsParams) SetProjectID

func (o *ListEKSVPCsNoCredentialsParams) SetProjectID(projectID string)

SetProjectID adds the projectId to the list e k s v p cs no credentials params

func (*ListEKSVPCsNoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the list e k s v p cs no credentials params

func (*ListEKSVPCsNoCredentialsParams) WithClusterID

WithClusterID adds the clusterID to the list e k s v p cs no credentials params

func (*ListEKSVPCsNoCredentialsParams) WithContext

WithContext adds the context to the list e k s v p cs no credentials params

func (*ListEKSVPCsNoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the list e k s v p cs no credentials params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSVPCsNoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list e k s v p cs no credentials params

func (*ListEKSVPCsNoCredentialsParams) WithProjectID

WithProjectID adds the projectID to the list e k s v p cs no credentials params

func (*ListEKSVPCsNoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the list e k s v p cs no credentials params

func (*ListEKSVPCsNoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListEKSVPCsNoCredentialsReader

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

ListEKSVPCsNoCredentialsReader is a Reader for the ListEKSVPCsNoCredentials structure.

func (*ListEKSVPCsNoCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListEKSVPCsNoCredentialsUnauthorized

type ListEKSVPCsNoCredentialsUnauthorized struct {
}

ListEKSVPCsNoCredentialsUnauthorized describes a response with status code 401, with default header values.

EmptyResponse is a empty response

func NewListEKSVPCsNoCredentialsUnauthorized

func NewListEKSVPCsNoCredentialsUnauthorized() *ListEKSVPCsNoCredentialsUnauthorized

NewListEKSVPCsNoCredentialsUnauthorized creates a ListEKSVPCsNoCredentialsUnauthorized with default headers values

func (*ListEKSVPCsNoCredentialsUnauthorized) Error

func (*ListEKSVPCsNoCredentialsUnauthorized) IsClientError

func (o *ListEKSVPCsNoCredentialsUnauthorized) IsClientError() bool

IsClientError returns true when this list e k s v p cs no credentials unauthorized response has a 4xx status code

func (*ListEKSVPCsNoCredentialsUnauthorized) IsCode

IsCode returns true when this list e k s v p cs no credentials unauthorized response a status code equal to that given

func (*ListEKSVPCsNoCredentialsUnauthorized) IsRedirect

IsRedirect returns true when this list e k s v p cs no credentials unauthorized response has a 3xx status code

func (*ListEKSVPCsNoCredentialsUnauthorized) IsServerError

func (o *ListEKSVPCsNoCredentialsUnauthorized) IsServerError() bool

IsServerError returns true when this list e k s v p cs no credentials unauthorized response has a 5xx status code

func (*ListEKSVPCsNoCredentialsUnauthorized) IsSuccess

IsSuccess returns true when this list e k s v p cs no credentials unauthorized response has a 2xx status code

func (*ListEKSVPCsNoCredentialsUnauthorized) String

type ListEKSVersionsDefault

type ListEKSVersionsDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ListEKSVersionsDefault describes a response with status code -1, with default header values.

errorResponse

func NewListEKSVersionsDefault

func NewListEKSVersionsDefault(code int) *ListEKSVersionsDefault

NewListEKSVersionsDefault creates a ListEKSVersionsDefault with default headers values

func (*ListEKSVersionsDefault) Code

func (o *ListEKSVersionsDefault) Code() int

Code gets the status code for the list e k s versions default response

func (*ListEKSVersionsDefault) Error

func (o *ListEKSVersionsDefault) Error() string

func (*ListEKSVersionsDefault) GetPayload

func (o *ListEKSVersionsDefault) GetPayload() *models.ErrorResponse

func (*ListEKSVersionsDefault) IsClientError

func (o *ListEKSVersionsDefault) IsClientError() bool

IsClientError returns true when this list e k s versions default response has a 4xx status code

func (*ListEKSVersionsDefault) IsCode

func (o *ListEKSVersionsDefault) IsCode(code int) bool

IsCode returns true when this list e k s versions default response a status code equal to that given

func (*ListEKSVersionsDefault) IsRedirect

func (o *ListEKSVersionsDefault) IsRedirect() bool

IsRedirect returns true when this list e k s versions default response has a 3xx status code

func (*ListEKSVersionsDefault) IsServerError

func (o *ListEKSVersionsDefault) IsServerError() bool

IsServerError returns true when this list e k s versions default response has a 5xx status code

func (*ListEKSVersionsDefault) IsSuccess

func (o *ListEKSVersionsDefault) IsSuccess() bool

IsSuccess returns true when this list e k s versions default response has a 2xx status code

func (*ListEKSVersionsDefault) String

func (o *ListEKSVersionsDefault) String() string

type ListEKSVersionsOK

type ListEKSVersionsOK struct {
	Payload []*models.MasterVersion
}

ListEKSVersionsOK describes a response with status code 200, with default header values.

MasterVersion

func NewListEKSVersionsOK

func NewListEKSVersionsOK() *ListEKSVersionsOK

NewListEKSVersionsOK creates a ListEKSVersionsOK with default headers values

func (*ListEKSVersionsOK) Error

func (o *ListEKSVersionsOK) Error() string

func (*ListEKSVersionsOK) GetPayload

func (o *ListEKSVersionsOK) GetPayload() []*models.MasterVersion

func (*ListEKSVersionsOK) IsClientError

func (o *ListEKSVersionsOK) IsClientError() bool

IsClientError returns true when this list e k s versions o k response has a 4xx status code

func (*ListEKSVersionsOK) IsCode

func (o *ListEKSVersionsOK) IsCode(code int) bool

IsCode returns true when this list e k s versions o k response a status code equal to that given

func (*ListEKSVersionsOK) IsRedirect

func (o *ListEKSVersionsOK) IsRedirect() bool

IsRedirect returns true when this list e k s versions o k response has a 3xx status code

func (*ListEKSVersionsOK) IsServerError

func (o *ListEKSVersionsOK) IsServerError() bool

IsServerError returns true when this list e k s versions o k response has a 5xx status code

func (*ListEKSVersionsOK) IsSuccess

func (o *ListEKSVersionsOK) IsSuccess() bool

IsSuccess returns true when this list e k s versions o k response has a 2xx status code

func (*ListEKSVersionsOK) String

func (o *ListEKSVersionsOK) String() string

type ListEKSVersionsParams

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

ListEKSVersionsParams contains all the parameters to send to the API endpoint

for the list e k s versions operation.

Typically these are written to a http.Request.

func NewListEKSVersionsParams

func NewListEKSVersionsParams() *ListEKSVersionsParams

NewListEKSVersionsParams creates a new ListEKSVersionsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListEKSVersionsParamsWithContext

func NewListEKSVersionsParamsWithContext(ctx context.Context) *ListEKSVersionsParams

NewListEKSVersionsParamsWithContext creates a new ListEKSVersionsParams object with the ability to set a context for a request.

func NewListEKSVersionsParamsWithHTTPClient

func NewListEKSVersionsParamsWithHTTPClient(client *http.Client) *ListEKSVersionsParams

NewListEKSVersionsParamsWithHTTPClient creates a new ListEKSVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewListEKSVersionsParamsWithTimeout

func NewListEKSVersionsParamsWithTimeout(timeout time.Duration) *ListEKSVersionsParams

NewListEKSVersionsParamsWithTimeout creates a new ListEKSVersionsParams object with the ability to set a timeout on a request.

func (*ListEKSVersionsParams) SetContext

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

SetContext adds the context to the list e k s versions params

func (*ListEKSVersionsParams) SetDefaults

func (o *ListEKSVersionsParams) SetDefaults()

SetDefaults hydrates default values in the list e k s versions params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSVersionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list e k s versions params

func (*ListEKSVersionsParams) SetTimeout

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

SetTimeout adds the timeout to the list e k s versions params

func (*ListEKSVersionsParams) WithContext

WithContext adds the context to the list e k s versions params

func (*ListEKSVersionsParams) WithDefaults

func (o *ListEKSVersionsParams) WithDefaults() *ListEKSVersionsParams

WithDefaults hydrates default values in the list e k s versions params (not the query body).

All values with no default are reset to their zero value.

func (*ListEKSVersionsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list e k s versions params

func (*ListEKSVersionsParams) WithTimeout

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

WithTimeout adds the timeout to the list e k s versions params

func (*ListEKSVersionsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListEKSVersionsReader

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

ListEKSVersionsReader is a Reader for the ListEKSVersions structure.

func (*ListEKSVersionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateEKSCredentialsDefault

type ValidateEKSCredentialsDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

ValidateEKSCredentialsDefault describes a response with status code -1, with default header values.

errorResponse

func NewValidateEKSCredentialsDefault

func NewValidateEKSCredentialsDefault(code int) *ValidateEKSCredentialsDefault

NewValidateEKSCredentialsDefault creates a ValidateEKSCredentialsDefault with default headers values

func (*ValidateEKSCredentialsDefault) Code

Code gets the status code for the validate e k s credentials default response

func (*ValidateEKSCredentialsDefault) Error

func (*ValidateEKSCredentialsDefault) GetPayload

func (*ValidateEKSCredentialsDefault) IsClientError

func (o *ValidateEKSCredentialsDefault) IsClientError() bool

IsClientError returns true when this validate e k s credentials default response has a 4xx status code

func (*ValidateEKSCredentialsDefault) IsCode

func (o *ValidateEKSCredentialsDefault) IsCode(code int) bool

IsCode returns true when this validate e k s credentials default response a status code equal to that given

func (*ValidateEKSCredentialsDefault) IsRedirect

func (o *ValidateEKSCredentialsDefault) IsRedirect() bool

IsRedirect returns true when this validate e k s credentials default response has a 3xx status code

func (*ValidateEKSCredentialsDefault) IsServerError

func (o *ValidateEKSCredentialsDefault) IsServerError() bool

IsServerError returns true when this validate e k s credentials default response has a 5xx status code

func (*ValidateEKSCredentialsDefault) IsSuccess

func (o *ValidateEKSCredentialsDefault) IsSuccess() bool

IsSuccess returns true when this validate e k s credentials default response has a 2xx status code

func (*ValidateEKSCredentialsDefault) String

type ValidateEKSCredentialsOK

type ValidateEKSCredentialsOK struct {
}

ValidateEKSCredentialsOK describes a response with status code 200, with default header values.

EmptyResponse is a empty response

func NewValidateEKSCredentialsOK

func NewValidateEKSCredentialsOK() *ValidateEKSCredentialsOK

NewValidateEKSCredentialsOK creates a ValidateEKSCredentialsOK with default headers values

func (*ValidateEKSCredentialsOK) Error

func (o *ValidateEKSCredentialsOK) Error() string

func (*ValidateEKSCredentialsOK) IsClientError

func (o *ValidateEKSCredentialsOK) IsClientError() bool

IsClientError returns true when this validate e k s credentials o k response has a 4xx status code

func (*ValidateEKSCredentialsOK) IsCode

func (o *ValidateEKSCredentialsOK) IsCode(code int) bool

IsCode returns true when this validate e k s credentials o k response a status code equal to that given

func (*ValidateEKSCredentialsOK) IsRedirect

func (o *ValidateEKSCredentialsOK) IsRedirect() bool

IsRedirect returns true when this validate e k s credentials o k response has a 3xx status code

func (*ValidateEKSCredentialsOK) IsServerError

func (o *ValidateEKSCredentialsOK) IsServerError() bool

IsServerError returns true when this validate e k s credentials o k response has a 5xx status code

func (*ValidateEKSCredentialsOK) IsSuccess

func (o *ValidateEKSCredentialsOK) IsSuccess() bool

IsSuccess returns true when this validate e k s credentials o k response has a 2xx status code

func (*ValidateEKSCredentialsOK) String

func (o *ValidateEKSCredentialsOK) String() string

type ValidateEKSCredentialsParams

type ValidateEKSCredentialsParams struct {

	// AccessKeyID.
	AccessKeyID *string

	// Credential.
	Credential *string

	// Region.
	Region *string

	// SecretAccessKey.
	SecretAccessKey *string

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

ValidateEKSCredentialsParams contains all the parameters to send to the API endpoint

for the validate e k s credentials operation.

Typically these are written to a http.Request.

func NewValidateEKSCredentialsParams

func NewValidateEKSCredentialsParams() *ValidateEKSCredentialsParams

NewValidateEKSCredentialsParams creates a new ValidateEKSCredentialsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewValidateEKSCredentialsParamsWithContext

func NewValidateEKSCredentialsParamsWithContext(ctx context.Context) *ValidateEKSCredentialsParams

NewValidateEKSCredentialsParamsWithContext creates a new ValidateEKSCredentialsParams object with the ability to set a context for a request.

func NewValidateEKSCredentialsParamsWithHTTPClient

func NewValidateEKSCredentialsParamsWithHTTPClient(client *http.Client) *ValidateEKSCredentialsParams

NewValidateEKSCredentialsParamsWithHTTPClient creates a new ValidateEKSCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewValidateEKSCredentialsParamsWithTimeout

func NewValidateEKSCredentialsParamsWithTimeout(timeout time.Duration) *ValidateEKSCredentialsParams

NewValidateEKSCredentialsParamsWithTimeout creates a new ValidateEKSCredentialsParams object with the ability to set a timeout on a request.

func (*ValidateEKSCredentialsParams) SetAccessKeyID

func (o *ValidateEKSCredentialsParams) SetAccessKeyID(accessKeyID *string)

SetAccessKeyID adds the accessKeyId to the validate e k s credentials params

func (*ValidateEKSCredentialsParams) SetContext

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

SetContext adds the context to the validate e k s credentials params

func (*ValidateEKSCredentialsParams) SetCredential

func (o *ValidateEKSCredentialsParams) SetCredential(credential *string)

SetCredential adds the credential to the validate e k s credentials params

func (*ValidateEKSCredentialsParams) SetDefaults

func (o *ValidateEKSCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the validate e k s credentials params (not the query body).

All values with no default are reset to their zero value.

func (*ValidateEKSCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate e k s credentials params

func (*ValidateEKSCredentialsParams) SetRegion

func (o *ValidateEKSCredentialsParams) SetRegion(region *string)

SetRegion adds the region to the validate e k s credentials params

func (*ValidateEKSCredentialsParams) SetSecretAccessKey

func (o *ValidateEKSCredentialsParams) SetSecretAccessKey(secretAccessKey *string)

SetSecretAccessKey adds the secretAccessKey to the validate e k s credentials params

func (*ValidateEKSCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the validate e k s credentials params

func (*ValidateEKSCredentialsParams) WithAccessKeyID

func (o *ValidateEKSCredentialsParams) WithAccessKeyID(accessKeyID *string) *ValidateEKSCredentialsParams

WithAccessKeyID adds the accessKeyID to the validate e k s credentials params

func (*ValidateEKSCredentialsParams) WithContext

WithContext adds the context to the validate e k s credentials params

func (*ValidateEKSCredentialsParams) WithCredential

func (o *ValidateEKSCredentialsParams) WithCredential(credential *string) *ValidateEKSCredentialsParams

WithCredential adds the credential to the validate e k s credentials params

func (*ValidateEKSCredentialsParams) WithDefaults

WithDefaults hydrates default values in the validate e k s credentials params (not the query body).

All values with no default are reset to their zero value.

func (*ValidateEKSCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate e k s credentials params

func (*ValidateEKSCredentialsParams) WithRegion

WithRegion adds the region to the validate e k s credentials params

func (*ValidateEKSCredentialsParams) WithSecretAccessKey

func (o *ValidateEKSCredentialsParams) WithSecretAccessKey(secretAccessKey *string) *ValidateEKSCredentialsParams

WithSecretAccessKey adds the secretAccessKey to the validate e k s credentials params

func (*ValidateEKSCredentialsParams) WithTimeout

WithTimeout adds the timeout to the validate e k s credentials params

func (*ValidateEKSCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateEKSCredentialsReader

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

ValidateEKSCredentialsReader is a Reader for the ValidateEKSCredentials structure.

func (*ValidateEKSCredentialsReader) ReadResponse

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