aks

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 aks API

func (*Client) ListAKSLocations

func (a *Client) ListAKSLocations(params *ListAKSLocationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAKSLocationsOK, error)

ListAKSLocations lists a k s recommended locations

func (*Client) ListAKSNodePoolModes

func (a *Client) ListAKSNodePoolModes(params *ListAKSNodePoolModesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAKSNodePoolModesOK, error)

ListAKSNodePoolModes gets the a k s node pool modes

func (*Client) ListAKSNodeVersionsNoCredentials

func (a *Client) ListAKSNodeVersionsNoCredentials(params *ListAKSNodeVersionsNoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAKSNodeVersionsNoCredentialsOK, error)

ListAKSNodeVersionsNoCredentials gets a k s nodepool available versions

func (*Client) ListAKSResourceGroups

func (a *Client) ListAKSResourceGroups(params *ListAKSResourceGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAKSResourceGroupsOK, error)

ListAKSResourceGroups lists resource groups in an azure subscription

func (*Client) ListAKSVMSizes

func (a *Client) ListAKSVMSizes(params *ListAKSVMSizesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAKSVMSizesOK, error)

ListAKSVMSizes lists a k s available VM sizes in an azure region

func (*Client) ListAKSVMSizesNoCredentials

func (a *Client) ListAKSVMSizesNoCredentials(params *ListAKSVMSizesNoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAKSVMSizesNoCredentialsOK, error)

ListAKSVMSizesNoCredentials gets a k s available VM sizes in an azure region

func (*Client) ListAKSVersions

func (a *Client) ListAKSVersions(params *ListAKSVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAKSVersionsOK, error)

ListAKSVersions Lists AKS versions

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) ValidateAKSCredentials

func (a *Client) ValidateAKSCredentials(params *ValidateAKSCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ValidateAKSCredentialsOK, error)

ValidateAKSCredentials Validates AKS credentials

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ListAKSLocations(params *ListAKSLocationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAKSLocationsOK, error)

	ListAKSNodePoolModes(params *ListAKSNodePoolModesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAKSNodePoolModesOK, error)

	ListAKSNodeVersionsNoCredentials(params *ListAKSNodeVersionsNoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAKSNodeVersionsNoCredentialsOK, error)

	ListAKSResourceGroups(params *ListAKSResourceGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAKSResourceGroupsOK, error)

	ListAKSVMSizes(params *ListAKSVMSizesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAKSVMSizesOK, error)

	ListAKSVMSizesNoCredentials(params *ListAKSVMSizesNoCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAKSVMSizesNoCredentialsOK, error)

	ListAKSVersions(params *ListAKSVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAKSVersionsOK, error)

	ValidateAKSCredentials(params *ValidateAKSCredentialsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ValidateAKSCredentialsOK, 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 aks API client.

type ListAKSLocationsDefault

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

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

errorResponse

func NewListAKSLocationsDefault

func NewListAKSLocationsDefault(code int) *ListAKSLocationsDefault

NewListAKSLocationsDefault creates a ListAKSLocationsDefault with default headers values

func (*ListAKSLocationsDefault) Code

func (o *ListAKSLocationsDefault) Code() int

Code gets the status code for the list a k s locations default response

func (*ListAKSLocationsDefault) Error

func (o *ListAKSLocationsDefault) Error() string

func (*ListAKSLocationsDefault) GetPayload

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

func (*ListAKSLocationsDefault) IsClientError

func (o *ListAKSLocationsDefault) IsClientError() bool

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

func (*ListAKSLocationsDefault) IsCode

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

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

func (*ListAKSLocationsDefault) IsRedirect

func (o *ListAKSLocationsDefault) IsRedirect() bool

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

func (*ListAKSLocationsDefault) IsServerError

func (o *ListAKSLocationsDefault) IsServerError() bool

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

func (*ListAKSLocationsDefault) IsSuccess

func (o *ListAKSLocationsDefault) IsSuccess() bool

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

func (*ListAKSLocationsDefault) String

func (o *ListAKSLocationsDefault) String() string

type ListAKSLocationsOK

type ListAKSLocationsOK struct {
	Payload models.AKSLocationList
}

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

AKSLocationList

func NewListAKSLocationsOK

func NewListAKSLocationsOK() *ListAKSLocationsOK

NewListAKSLocationsOK creates a ListAKSLocationsOK with default headers values

func (*ListAKSLocationsOK) Error

func (o *ListAKSLocationsOK) Error() string

func (*ListAKSLocationsOK) GetPayload

func (o *ListAKSLocationsOK) GetPayload() models.AKSLocationList

func (*ListAKSLocationsOK) IsClientError

func (o *ListAKSLocationsOK) IsClientError() bool

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

func (*ListAKSLocationsOK) IsCode

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

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

func (*ListAKSLocationsOK) IsRedirect

func (o *ListAKSLocationsOK) IsRedirect() bool

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

func (*ListAKSLocationsOK) IsServerError

func (o *ListAKSLocationsOK) IsServerError() bool

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

func (*ListAKSLocationsOK) IsSuccess

func (o *ListAKSLocationsOK) IsSuccess() bool

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

func (*ListAKSLocationsOK) String

func (o *ListAKSLocationsOK) String() string

type ListAKSLocationsParams

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

ListAKSLocationsParams contains all the parameters to send to the API endpoint

for the list a k s locations operation.

Typically these are written to a http.Request.

func NewListAKSLocationsParams

func NewListAKSLocationsParams() *ListAKSLocationsParams

NewListAKSLocationsParams creates a new ListAKSLocationsParams 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 NewListAKSLocationsParamsWithContext

func NewListAKSLocationsParamsWithContext(ctx context.Context) *ListAKSLocationsParams

NewListAKSLocationsParamsWithContext creates a new ListAKSLocationsParams object with the ability to set a context for a request.

func NewListAKSLocationsParamsWithHTTPClient

func NewListAKSLocationsParamsWithHTTPClient(client *http.Client) *ListAKSLocationsParams

NewListAKSLocationsParamsWithHTTPClient creates a new ListAKSLocationsParams object with the ability to set a custom HTTPClient for a request.

func NewListAKSLocationsParamsWithTimeout

func NewListAKSLocationsParamsWithTimeout(timeout time.Duration) *ListAKSLocationsParams

NewListAKSLocationsParamsWithTimeout creates a new ListAKSLocationsParams object with the ability to set a timeout on a request.

func (*ListAKSLocationsParams) SetContext

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

SetContext adds the context to the list a k s locations params

func (*ListAKSLocationsParams) SetDefaults

func (o *ListAKSLocationsParams) SetDefaults()

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

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

func (*ListAKSLocationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list a k s locations params

func (*ListAKSLocationsParams) SetTimeout

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

SetTimeout adds the timeout to the list a k s locations params

func (*ListAKSLocationsParams) WithContext

WithContext adds the context to the list a k s locations params

func (*ListAKSLocationsParams) WithDefaults

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

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

func (*ListAKSLocationsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list a k s locations params

func (*ListAKSLocationsParams) WithTimeout

WithTimeout adds the timeout to the list a k s locations params

func (*ListAKSLocationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAKSLocationsReader

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

ListAKSLocationsReader is a Reader for the ListAKSLocations structure.

func (*ListAKSLocationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAKSNodePoolModesDefault

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

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

errorResponse

func NewListAKSNodePoolModesDefault

func NewListAKSNodePoolModesDefault(code int) *ListAKSNodePoolModesDefault

NewListAKSNodePoolModesDefault creates a ListAKSNodePoolModesDefault with default headers values

func (*ListAKSNodePoolModesDefault) Code

func (o *ListAKSNodePoolModesDefault) Code() int

Code gets the status code for the list a k s node pool modes default response

func (*ListAKSNodePoolModesDefault) Error

func (*ListAKSNodePoolModesDefault) GetPayload

func (*ListAKSNodePoolModesDefault) IsClientError

func (o *ListAKSNodePoolModesDefault) IsClientError() bool

IsClientError returns true when this list a k s node pool modes default response has a 4xx status code

func (*ListAKSNodePoolModesDefault) IsCode

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

IsCode returns true when this list a k s node pool modes default response a status code equal to that given

func (*ListAKSNodePoolModesDefault) IsRedirect

func (o *ListAKSNodePoolModesDefault) IsRedirect() bool

IsRedirect returns true when this list a k s node pool modes default response has a 3xx status code

func (*ListAKSNodePoolModesDefault) IsServerError

func (o *ListAKSNodePoolModesDefault) IsServerError() bool

IsServerError returns true when this list a k s node pool modes default response has a 5xx status code

func (*ListAKSNodePoolModesDefault) IsSuccess

func (o *ListAKSNodePoolModesDefault) IsSuccess() bool

IsSuccess returns true when this list a k s node pool modes default response has a 2xx status code

func (*ListAKSNodePoolModesDefault) String

func (o *ListAKSNodePoolModesDefault) String() string

type ListAKSNodePoolModesForbidden

type ListAKSNodePoolModesForbidden struct {
}

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

EmptyResponse is a empty response

func NewListAKSNodePoolModesForbidden

func NewListAKSNodePoolModesForbidden() *ListAKSNodePoolModesForbidden

NewListAKSNodePoolModesForbidden creates a ListAKSNodePoolModesForbidden with default headers values

func (*ListAKSNodePoolModesForbidden) Error

func (*ListAKSNodePoolModesForbidden) IsClientError

func (o *ListAKSNodePoolModesForbidden) IsClientError() bool

IsClientError returns true when this list a k s node pool modes forbidden response has a 4xx status code

func (*ListAKSNodePoolModesForbidden) IsCode

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

IsCode returns true when this list a k s node pool modes forbidden response a status code equal to that given

func (*ListAKSNodePoolModesForbidden) IsRedirect

func (o *ListAKSNodePoolModesForbidden) IsRedirect() bool

IsRedirect returns true when this list a k s node pool modes forbidden response has a 3xx status code

func (*ListAKSNodePoolModesForbidden) IsServerError

func (o *ListAKSNodePoolModesForbidden) IsServerError() bool

IsServerError returns true when this list a k s node pool modes forbidden response has a 5xx status code

func (*ListAKSNodePoolModesForbidden) IsSuccess

func (o *ListAKSNodePoolModesForbidden) IsSuccess() bool

IsSuccess returns true when this list a k s node pool modes forbidden response has a 2xx status code

func (*ListAKSNodePoolModesForbidden) String

type ListAKSNodePoolModesOK

type ListAKSNodePoolModesOK struct {
	Payload models.AKSNodePoolModes
}

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

AKSNodePoolModes

func NewListAKSNodePoolModesOK

func NewListAKSNodePoolModesOK() *ListAKSNodePoolModesOK

NewListAKSNodePoolModesOK creates a ListAKSNodePoolModesOK with default headers values

func (*ListAKSNodePoolModesOK) Error

func (o *ListAKSNodePoolModesOK) Error() string

func (*ListAKSNodePoolModesOK) GetPayload

func (*ListAKSNodePoolModesOK) IsClientError

func (o *ListAKSNodePoolModesOK) IsClientError() bool

IsClientError returns true when this list a k s node pool modes o k response has a 4xx status code

func (*ListAKSNodePoolModesOK) IsCode

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

IsCode returns true when this list a k s node pool modes o k response a status code equal to that given

func (*ListAKSNodePoolModesOK) IsRedirect

func (o *ListAKSNodePoolModesOK) IsRedirect() bool

IsRedirect returns true when this list a k s node pool modes o k response has a 3xx status code

func (*ListAKSNodePoolModesOK) IsServerError

func (o *ListAKSNodePoolModesOK) IsServerError() bool

IsServerError returns true when this list a k s node pool modes o k response has a 5xx status code

func (*ListAKSNodePoolModesOK) IsSuccess

func (o *ListAKSNodePoolModesOK) IsSuccess() bool

IsSuccess returns true when this list a k s node pool modes o k response has a 2xx status code

func (*ListAKSNodePoolModesOK) String

func (o *ListAKSNodePoolModesOK) String() string

type ListAKSNodePoolModesParams

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

ListAKSNodePoolModesParams contains all the parameters to send to the API endpoint

for the list a k s node pool modes operation.

Typically these are written to a http.Request.

func NewListAKSNodePoolModesParams

func NewListAKSNodePoolModesParams() *ListAKSNodePoolModesParams

NewListAKSNodePoolModesParams creates a new ListAKSNodePoolModesParams 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 NewListAKSNodePoolModesParamsWithContext

func NewListAKSNodePoolModesParamsWithContext(ctx context.Context) *ListAKSNodePoolModesParams

NewListAKSNodePoolModesParamsWithContext creates a new ListAKSNodePoolModesParams object with the ability to set a context for a request.

func NewListAKSNodePoolModesParamsWithHTTPClient

func NewListAKSNodePoolModesParamsWithHTTPClient(client *http.Client) *ListAKSNodePoolModesParams

NewListAKSNodePoolModesParamsWithHTTPClient creates a new ListAKSNodePoolModesParams object with the ability to set a custom HTTPClient for a request.

func NewListAKSNodePoolModesParamsWithTimeout

func NewListAKSNodePoolModesParamsWithTimeout(timeout time.Duration) *ListAKSNodePoolModesParams

NewListAKSNodePoolModesParamsWithTimeout creates a new ListAKSNodePoolModesParams object with the ability to set a timeout on a request.

func (*ListAKSNodePoolModesParams) SetContext

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

SetContext adds the context to the list a k s node pool modes params

func (*ListAKSNodePoolModesParams) SetDefaults

func (o *ListAKSNodePoolModesParams) SetDefaults()

SetDefaults hydrates default values in the list a k s node pool modes params (not the query body).

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

func (*ListAKSNodePoolModesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list a k s node pool modes params

func (*ListAKSNodePoolModesParams) SetTimeout

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

SetTimeout adds the timeout to the list a k s node pool modes params

func (*ListAKSNodePoolModesParams) WithContext

WithContext adds the context to the list a k s node pool modes params

func (*ListAKSNodePoolModesParams) WithDefaults

WithDefaults hydrates default values in the list a k s node pool modes params (not the query body).

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

func (*ListAKSNodePoolModesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list a k s node pool modes params

func (*ListAKSNodePoolModesParams) WithTimeout

WithTimeout adds the timeout to the list a k s node pool modes params

func (*ListAKSNodePoolModesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAKSNodePoolModesReader

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

ListAKSNodePoolModesReader is a Reader for the ListAKSNodePoolModes structure.

func (*ListAKSNodePoolModesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAKSNodePoolModesUnauthorized

type ListAKSNodePoolModesUnauthorized struct {
}

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

EmptyResponse is a empty response

func NewListAKSNodePoolModesUnauthorized

func NewListAKSNodePoolModesUnauthorized() *ListAKSNodePoolModesUnauthorized

NewListAKSNodePoolModesUnauthorized creates a ListAKSNodePoolModesUnauthorized with default headers values

func (*ListAKSNodePoolModesUnauthorized) Error

func (*ListAKSNodePoolModesUnauthorized) IsClientError

func (o *ListAKSNodePoolModesUnauthorized) IsClientError() bool

IsClientError returns true when this list a k s node pool modes unauthorized response has a 4xx status code

func (*ListAKSNodePoolModesUnauthorized) IsCode

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

IsCode returns true when this list a k s node pool modes unauthorized response a status code equal to that given

func (*ListAKSNodePoolModesUnauthorized) IsRedirect

func (o *ListAKSNodePoolModesUnauthorized) IsRedirect() bool

IsRedirect returns true when this list a k s node pool modes unauthorized response has a 3xx status code

func (*ListAKSNodePoolModesUnauthorized) IsServerError

func (o *ListAKSNodePoolModesUnauthorized) IsServerError() bool

IsServerError returns true when this list a k s node pool modes unauthorized response has a 5xx status code

func (*ListAKSNodePoolModesUnauthorized) IsSuccess

func (o *ListAKSNodePoolModesUnauthorized) IsSuccess() bool

IsSuccess returns true when this list a k s node pool modes unauthorized response has a 2xx status code

func (*ListAKSNodePoolModesUnauthorized) String

type ListAKSNodeVersionsNoCredentialsDefault

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

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

errorResponse

func NewListAKSNodeVersionsNoCredentialsDefault

func NewListAKSNodeVersionsNoCredentialsDefault(code int) *ListAKSNodeVersionsNoCredentialsDefault

NewListAKSNodeVersionsNoCredentialsDefault creates a ListAKSNodeVersionsNoCredentialsDefault with default headers values

func (*ListAKSNodeVersionsNoCredentialsDefault) Code

Code gets the status code for the list a k s node versions no credentials default response

func (*ListAKSNodeVersionsNoCredentialsDefault) Error

func (*ListAKSNodeVersionsNoCredentialsDefault) GetPayload

func (*ListAKSNodeVersionsNoCredentialsDefault) IsClientError

func (o *ListAKSNodeVersionsNoCredentialsDefault) IsClientError() bool

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

func (*ListAKSNodeVersionsNoCredentialsDefault) IsCode

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

func (*ListAKSNodeVersionsNoCredentialsDefault) IsRedirect

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

func (*ListAKSNodeVersionsNoCredentialsDefault) IsServerError

func (o *ListAKSNodeVersionsNoCredentialsDefault) IsServerError() bool

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

func (*ListAKSNodeVersionsNoCredentialsDefault) IsSuccess

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

func (*ListAKSNodeVersionsNoCredentialsDefault) String

type ListAKSNodeVersionsNoCredentialsForbidden

type ListAKSNodeVersionsNoCredentialsForbidden struct {
}

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

EmptyResponse is a empty response

func NewListAKSNodeVersionsNoCredentialsForbidden

func NewListAKSNodeVersionsNoCredentialsForbidden() *ListAKSNodeVersionsNoCredentialsForbidden

NewListAKSNodeVersionsNoCredentialsForbidden creates a ListAKSNodeVersionsNoCredentialsForbidden with default headers values

func (*ListAKSNodeVersionsNoCredentialsForbidden) Error

func (*ListAKSNodeVersionsNoCredentialsForbidden) IsClientError

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

func (*ListAKSNodeVersionsNoCredentialsForbidden) IsCode

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

func (*ListAKSNodeVersionsNoCredentialsForbidden) IsRedirect

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

func (*ListAKSNodeVersionsNoCredentialsForbidden) IsServerError

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

func (*ListAKSNodeVersionsNoCredentialsForbidden) IsSuccess

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

func (*ListAKSNodeVersionsNoCredentialsForbidden) String

type ListAKSNodeVersionsNoCredentialsOK

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

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

MasterVersion

func NewListAKSNodeVersionsNoCredentialsOK

func NewListAKSNodeVersionsNoCredentialsOK() *ListAKSNodeVersionsNoCredentialsOK

NewListAKSNodeVersionsNoCredentialsOK creates a ListAKSNodeVersionsNoCredentialsOK with default headers values

func (*ListAKSNodeVersionsNoCredentialsOK) Error

func (*ListAKSNodeVersionsNoCredentialsOK) GetPayload

func (*ListAKSNodeVersionsNoCredentialsOK) IsClientError

func (o *ListAKSNodeVersionsNoCredentialsOK) IsClientError() bool

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

func (*ListAKSNodeVersionsNoCredentialsOK) IsCode

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

func (*ListAKSNodeVersionsNoCredentialsOK) IsRedirect

func (o *ListAKSNodeVersionsNoCredentialsOK) IsRedirect() bool

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

func (*ListAKSNodeVersionsNoCredentialsOK) IsServerError

func (o *ListAKSNodeVersionsNoCredentialsOK) IsServerError() bool

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

func (*ListAKSNodeVersionsNoCredentialsOK) IsSuccess

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

func (*ListAKSNodeVersionsNoCredentialsOK) String

type ListAKSNodeVersionsNoCredentialsParams

type ListAKSNodeVersionsNoCredentialsParams struct {

	// ClusterID.
	ClusterID string

	// ProjectID.
	ProjectID string

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

ListAKSNodeVersionsNoCredentialsParams contains all the parameters to send to the API endpoint

for the list a k s node versions no credentials operation.

Typically these are written to a http.Request.

func NewListAKSNodeVersionsNoCredentialsParams

func NewListAKSNodeVersionsNoCredentialsParams() *ListAKSNodeVersionsNoCredentialsParams

NewListAKSNodeVersionsNoCredentialsParams creates a new ListAKSNodeVersionsNoCredentialsParams 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 NewListAKSNodeVersionsNoCredentialsParamsWithContext

func NewListAKSNodeVersionsNoCredentialsParamsWithContext(ctx context.Context) *ListAKSNodeVersionsNoCredentialsParams

NewListAKSNodeVersionsNoCredentialsParamsWithContext creates a new ListAKSNodeVersionsNoCredentialsParams object with the ability to set a context for a request.

func NewListAKSNodeVersionsNoCredentialsParamsWithHTTPClient

func NewListAKSNodeVersionsNoCredentialsParamsWithHTTPClient(client *http.Client) *ListAKSNodeVersionsNoCredentialsParams

NewListAKSNodeVersionsNoCredentialsParamsWithHTTPClient creates a new ListAKSNodeVersionsNoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewListAKSNodeVersionsNoCredentialsParamsWithTimeout

func NewListAKSNodeVersionsNoCredentialsParamsWithTimeout(timeout time.Duration) *ListAKSNodeVersionsNoCredentialsParams

NewListAKSNodeVersionsNoCredentialsParamsWithTimeout creates a new ListAKSNodeVersionsNoCredentialsParams object with the ability to set a timeout on a request.

func (*ListAKSNodeVersionsNoCredentialsParams) SetClusterID

func (o *ListAKSNodeVersionsNoCredentialsParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the list a k s node versions no credentials params

func (*ListAKSNodeVersionsNoCredentialsParams) SetContext

SetContext adds the context to the list a k s node versions no credentials params

func (*ListAKSNodeVersionsNoCredentialsParams) SetDefaults

func (o *ListAKSNodeVersionsNoCredentialsParams) SetDefaults()

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

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

func (*ListAKSNodeVersionsNoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list a k s node versions no credentials params

func (*ListAKSNodeVersionsNoCredentialsParams) SetProjectID

func (o *ListAKSNodeVersionsNoCredentialsParams) SetProjectID(projectID string)

SetProjectID adds the projectId to the list a k s node versions no credentials params

func (*ListAKSNodeVersionsNoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the list a k s node versions no credentials params

func (*ListAKSNodeVersionsNoCredentialsParams) WithClusterID

WithClusterID adds the clusterID to the list a k s node versions no credentials params

func (*ListAKSNodeVersionsNoCredentialsParams) WithContext

WithContext adds the context to the list a k s node versions no credentials params

func (*ListAKSNodeVersionsNoCredentialsParams) WithDefaults

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

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

func (*ListAKSNodeVersionsNoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list a k s node versions no credentials params

func (*ListAKSNodeVersionsNoCredentialsParams) WithProjectID

WithProjectID adds the projectID to the list a k s node versions no credentials params

func (*ListAKSNodeVersionsNoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the list a k s node versions no credentials params

func (*ListAKSNodeVersionsNoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAKSNodeVersionsNoCredentialsReader

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

ListAKSNodeVersionsNoCredentialsReader is a Reader for the ListAKSNodeVersionsNoCredentials structure.

func (*ListAKSNodeVersionsNoCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAKSNodeVersionsNoCredentialsUnauthorized

type ListAKSNodeVersionsNoCredentialsUnauthorized struct {
}

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

EmptyResponse is a empty response

func NewListAKSNodeVersionsNoCredentialsUnauthorized

func NewListAKSNodeVersionsNoCredentialsUnauthorized() *ListAKSNodeVersionsNoCredentialsUnauthorized

NewListAKSNodeVersionsNoCredentialsUnauthorized creates a ListAKSNodeVersionsNoCredentialsUnauthorized with default headers values

func (*ListAKSNodeVersionsNoCredentialsUnauthorized) Error

func (*ListAKSNodeVersionsNoCredentialsUnauthorized) IsClientError

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

func (*ListAKSNodeVersionsNoCredentialsUnauthorized) IsCode

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

func (*ListAKSNodeVersionsNoCredentialsUnauthorized) IsRedirect

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

func (*ListAKSNodeVersionsNoCredentialsUnauthorized) IsServerError

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

func (*ListAKSNodeVersionsNoCredentialsUnauthorized) IsSuccess

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

func (*ListAKSNodeVersionsNoCredentialsUnauthorized) String

type ListAKSResourceGroupsDefault

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

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

errorResponse

func NewListAKSResourceGroupsDefault

func NewListAKSResourceGroupsDefault(code int) *ListAKSResourceGroupsDefault

NewListAKSResourceGroupsDefault creates a ListAKSResourceGroupsDefault with default headers values

func (*ListAKSResourceGroupsDefault) Code

Code gets the status code for the list a k s resource groups default response

func (*ListAKSResourceGroupsDefault) Error

func (*ListAKSResourceGroupsDefault) GetPayload

func (*ListAKSResourceGroupsDefault) IsClientError

func (o *ListAKSResourceGroupsDefault) IsClientError() bool

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

func (*ListAKSResourceGroupsDefault) IsCode

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

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

func (*ListAKSResourceGroupsDefault) IsRedirect

func (o *ListAKSResourceGroupsDefault) IsRedirect() bool

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

func (*ListAKSResourceGroupsDefault) IsServerError

func (o *ListAKSResourceGroupsDefault) IsServerError() bool

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

func (*ListAKSResourceGroupsDefault) IsSuccess

func (o *ListAKSResourceGroupsDefault) IsSuccess() bool

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

func (*ListAKSResourceGroupsDefault) String

type ListAKSResourceGroupsOK

type ListAKSResourceGroupsOK struct {
	Payload models.AzureResourceGroupList
}

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

AzureResourceGroupList

func NewListAKSResourceGroupsOK

func NewListAKSResourceGroupsOK() *ListAKSResourceGroupsOK

NewListAKSResourceGroupsOK creates a ListAKSResourceGroupsOK with default headers values

func (*ListAKSResourceGroupsOK) Error

func (o *ListAKSResourceGroupsOK) Error() string

func (*ListAKSResourceGroupsOK) GetPayload

func (*ListAKSResourceGroupsOK) IsClientError

func (o *ListAKSResourceGroupsOK) IsClientError() bool

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

func (*ListAKSResourceGroupsOK) IsCode

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

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

func (*ListAKSResourceGroupsOK) IsRedirect

func (o *ListAKSResourceGroupsOK) IsRedirect() bool

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

func (*ListAKSResourceGroupsOK) IsServerError

func (o *ListAKSResourceGroupsOK) IsServerError() bool

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

func (*ListAKSResourceGroupsOK) IsSuccess

func (o *ListAKSResourceGroupsOK) IsSuccess() bool

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

func (*ListAKSResourceGroupsOK) String

func (o *ListAKSResourceGroupsOK) String() string

type ListAKSResourceGroupsParams

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

ListAKSResourceGroupsParams contains all the parameters to send to the API endpoint

for the list a k s resource groups operation.

Typically these are written to a http.Request.

func NewListAKSResourceGroupsParams

func NewListAKSResourceGroupsParams() *ListAKSResourceGroupsParams

NewListAKSResourceGroupsParams creates a new ListAKSResourceGroupsParams 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 NewListAKSResourceGroupsParamsWithContext

func NewListAKSResourceGroupsParamsWithContext(ctx context.Context) *ListAKSResourceGroupsParams

NewListAKSResourceGroupsParamsWithContext creates a new ListAKSResourceGroupsParams object with the ability to set a context for a request.

func NewListAKSResourceGroupsParamsWithHTTPClient

func NewListAKSResourceGroupsParamsWithHTTPClient(client *http.Client) *ListAKSResourceGroupsParams

NewListAKSResourceGroupsParamsWithHTTPClient creates a new ListAKSResourceGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewListAKSResourceGroupsParamsWithTimeout

func NewListAKSResourceGroupsParamsWithTimeout(timeout time.Duration) *ListAKSResourceGroupsParams

NewListAKSResourceGroupsParamsWithTimeout creates a new ListAKSResourceGroupsParams object with the ability to set a timeout on a request.

func (*ListAKSResourceGroupsParams) SetContext

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

SetContext adds the context to the list a k s resource groups params

func (*ListAKSResourceGroupsParams) SetDefaults

func (o *ListAKSResourceGroupsParams) SetDefaults()

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

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

func (*ListAKSResourceGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list a k s resource groups params

func (*ListAKSResourceGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the list a k s resource groups params

func (*ListAKSResourceGroupsParams) WithContext

WithContext adds the context to the list a k s resource groups params

func (*ListAKSResourceGroupsParams) WithDefaults

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

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

func (*ListAKSResourceGroupsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list a k s resource groups params

func (*ListAKSResourceGroupsParams) WithTimeout

WithTimeout adds the timeout to the list a k s resource groups params

func (*ListAKSResourceGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAKSResourceGroupsReader

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

ListAKSResourceGroupsReader is a Reader for the ListAKSResourceGroups structure.

func (*ListAKSResourceGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAKSVMSizesDefault

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

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

errorResponse

func NewListAKSVMSizesDefault

func NewListAKSVMSizesDefault(code int) *ListAKSVMSizesDefault

NewListAKSVMSizesDefault creates a ListAKSVMSizesDefault with default headers values

func (*ListAKSVMSizesDefault) Code

func (o *ListAKSVMSizesDefault) Code() int

Code gets the status code for the list a k s VM sizes default response

func (*ListAKSVMSizesDefault) Error

func (o *ListAKSVMSizesDefault) Error() string

func (*ListAKSVMSizesDefault) GetPayload

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

func (*ListAKSVMSizesDefault) IsClientError

func (o *ListAKSVMSizesDefault) IsClientError() bool

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

func (*ListAKSVMSizesDefault) IsCode

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

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

func (*ListAKSVMSizesDefault) IsRedirect

func (o *ListAKSVMSizesDefault) IsRedirect() bool

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

func (*ListAKSVMSizesDefault) IsServerError

func (o *ListAKSVMSizesDefault) IsServerError() bool

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

func (*ListAKSVMSizesDefault) IsSuccess

func (o *ListAKSVMSizesDefault) IsSuccess() bool

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

func (*ListAKSVMSizesDefault) String

func (o *ListAKSVMSizesDefault) String() string

type ListAKSVMSizesNoCredentialsDefault

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

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

errorResponse

func NewListAKSVMSizesNoCredentialsDefault

func NewListAKSVMSizesNoCredentialsDefault(code int) *ListAKSVMSizesNoCredentialsDefault

NewListAKSVMSizesNoCredentialsDefault creates a ListAKSVMSizesNoCredentialsDefault with default headers values

func (*ListAKSVMSizesNoCredentialsDefault) Code

Code gets the status code for the list a k s VM sizes no credentials default response

func (*ListAKSVMSizesNoCredentialsDefault) Error

func (*ListAKSVMSizesNoCredentialsDefault) GetPayload

func (*ListAKSVMSizesNoCredentialsDefault) IsClientError

func (o *ListAKSVMSizesNoCredentialsDefault) IsClientError() bool

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

func (*ListAKSVMSizesNoCredentialsDefault) IsCode

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

func (*ListAKSVMSizesNoCredentialsDefault) IsRedirect

func (o *ListAKSVMSizesNoCredentialsDefault) IsRedirect() bool

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

func (*ListAKSVMSizesNoCredentialsDefault) IsServerError

func (o *ListAKSVMSizesNoCredentialsDefault) IsServerError() bool

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

func (*ListAKSVMSizesNoCredentialsDefault) IsSuccess

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

func (*ListAKSVMSizesNoCredentialsDefault) String

type ListAKSVMSizesNoCredentialsForbidden

type ListAKSVMSizesNoCredentialsForbidden struct {
}

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

EmptyResponse is a empty response

func NewListAKSVMSizesNoCredentialsForbidden

func NewListAKSVMSizesNoCredentialsForbidden() *ListAKSVMSizesNoCredentialsForbidden

NewListAKSVMSizesNoCredentialsForbidden creates a ListAKSVMSizesNoCredentialsForbidden with default headers values

func (*ListAKSVMSizesNoCredentialsForbidden) Error

func (*ListAKSVMSizesNoCredentialsForbidden) IsClientError

func (o *ListAKSVMSizesNoCredentialsForbidden) IsClientError() bool

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

func (*ListAKSVMSizesNoCredentialsForbidden) IsCode

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

func (*ListAKSVMSizesNoCredentialsForbidden) IsRedirect

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

func (*ListAKSVMSizesNoCredentialsForbidden) IsServerError

func (o *ListAKSVMSizesNoCredentialsForbidden) IsServerError() bool

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

func (*ListAKSVMSizesNoCredentialsForbidden) IsSuccess

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

func (*ListAKSVMSizesNoCredentialsForbidden) String

type ListAKSVMSizesNoCredentialsOK

type ListAKSVMSizesNoCredentialsOK struct {
	Payload models.AKSVMSizeList
}

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

AKSVMSizeList

func NewListAKSVMSizesNoCredentialsOK

func NewListAKSVMSizesNoCredentialsOK() *ListAKSVMSizesNoCredentialsOK

NewListAKSVMSizesNoCredentialsOK creates a ListAKSVMSizesNoCredentialsOK with default headers values

func (*ListAKSVMSizesNoCredentialsOK) Error

func (*ListAKSVMSizesNoCredentialsOK) GetPayload

func (*ListAKSVMSizesNoCredentialsOK) IsClientError

func (o *ListAKSVMSizesNoCredentialsOK) IsClientError() bool

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

func (*ListAKSVMSizesNoCredentialsOK) IsCode

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

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

func (*ListAKSVMSizesNoCredentialsOK) IsRedirect

func (o *ListAKSVMSizesNoCredentialsOK) IsRedirect() bool

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

func (*ListAKSVMSizesNoCredentialsOK) IsServerError

func (o *ListAKSVMSizesNoCredentialsOK) IsServerError() bool

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

func (*ListAKSVMSizesNoCredentialsOK) IsSuccess

func (o *ListAKSVMSizesNoCredentialsOK) IsSuccess() bool

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

func (*ListAKSVMSizesNoCredentialsOK) String

type ListAKSVMSizesNoCredentialsParams

type ListAKSVMSizesNoCredentialsParams struct {

	/* Location.

	   Location - Resource location
	*/
	Location *string

	// ClusterID.
	ClusterID string

	// ProjectID.
	ProjectID string

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

ListAKSVMSizesNoCredentialsParams contains all the parameters to send to the API endpoint

for the list a k s VM sizes no credentials operation.

Typically these are written to a http.Request.

func NewListAKSVMSizesNoCredentialsParams

func NewListAKSVMSizesNoCredentialsParams() *ListAKSVMSizesNoCredentialsParams

NewListAKSVMSizesNoCredentialsParams creates a new ListAKSVMSizesNoCredentialsParams 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 NewListAKSVMSizesNoCredentialsParamsWithContext

func NewListAKSVMSizesNoCredentialsParamsWithContext(ctx context.Context) *ListAKSVMSizesNoCredentialsParams

NewListAKSVMSizesNoCredentialsParamsWithContext creates a new ListAKSVMSizesNoCredentialsParams object with the ability to set a context for a request.

func NewListAKSVMSizesNoCredentialsParamsWithHTTPClient

func NewListAKSVMSizesNoCredentialsParamsWithHTTPClient(client *http.Client) *ListAKSVMSizesNoCredentialsParams

NewListAKSVMSizesNoCredentialsParamsWithHTTPClient creates a new ListAKSVMSizesNoCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewListAKSVMSizesNoCredentialsParamsWithTimeout

func NewListAKSVMSizesNoCredentialsParamsWithTimeout(timeout time.Duration) *ListAKSVMSizesNoCredentialsParams

NewListAKSVMSizesNoCredentialsParamsWithTimeout creates a new ListAKSVMSizesNoCredentialsParams object with the ability to set a timeout on a request.

func (*ListAKSVMSizesNoCredentialsParams) SetClusterID

func (o *ListAKSVMSizesNoCredentialsParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the list a k s VM sizes no credentials params

func (*ListAKSVMSizesNoCredentialsParams) SetContext

SetContext adds the context to the list a k s VM sizes no credentials params

func (*ListAKSVMSizesNoCredentialsParams) SetDefaults

func (o *ListAKSVMSizesNoCredentialsParams) SetDefaults()

SetDefaults hydrates default values in the list a k s VM sizes no credentials params (not the query body).

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

func (*ListAKSVMSizesNoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list a k s VM sizes no credentials params

func (*ListAKSVMSizesNoCredentialsParams) SetLocation

func (o *ListAKSVMSizesNoCredentialsParams) SetLocation(location *string)

SetLocation adds the location to the list a k s VM sizes no credentials params

func (*ListAKSVMSizesNoCredentialsParams) SetProjectID

func (o *ListAKSVMSizesNoCredentialsParams) SetProjectID(projectID string)

SetProjectID adds the projectId to the list a k s VM sizes no credentials params

func (*ListAKSVMSizesNoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the list a k s VM sizes no credentials params

func (*ListAKSVMSizesNoCredentialsParams) WithClusterID

WithClusterID adds the clusterID to the list a k s VM sizes no credentials params

func (*ListAKSVMSizesNoCredentialsParams) WithContext

WithContext adds the context to the list a k s VM sizes no credentials params

func (*ListAKSVMSizesNoCredentialsParams) WithDefaults

WithDefaults hydrates default values in the list a k s VM sizes no credentials params (not the query body).

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

func (*ListAKSVMSizesNoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list a k s VM sizes no credentials params

func (*ListAKSVMSizesNoCredentialsParams) WithLocation

WithLocation adds the location to the list a k s VM sizes no credentials params

func (*ListAKSVMSizesNoCredentialsParams) WithProjectID

WithProjectID adds the projectID to the list a k s VM sizes no credentials params

func (*ListAKSVMSizesNoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the list a k s VM sizes no credentials params

func (*ListAKSVMSizesNoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAKSVMSizesNoCredentialsReader

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

ListAKSVMSizesNoCredentialsReader is a Reader for the ListAKSVMSizesNoCredentials structure.

func (*ListAKSVMSizesNoCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAKSVMSizesNoCredentialsUnauthorized

type ListAKSVMSizesNoCredentialsUnauthorized struct {
}

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

EmptyResponse is a empty response

func NewListAKSVMSizesNoCredentialsUnauthorized

func NewListAKSVMSizesNoCredentialsUnauthorized() *ListAKSVMSizesNoCredentialsUnauthorized

NewListAKSVMSizesNoCredentialsUnauthorized creates a ListAKSVMSizesNoCredentialsUnauthorized with default headers values

func (*ListAKSVMSizesNoCredentialsUnauthorized) Error

func (*ListAKSVMSizesNoCredentialsUnauthorized) IsClientError

func (o *ListAKSVMSizesNoCredentialsUnauthorized) IsClientError() bool

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

func (*ListAKSVMSizesNoCredentialsUnauthorized) IsCode

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

func (*ListAKSVMSizesNoCredentialsUnauthorized) IsRedirect

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

func (*ListAKSVMSizesNoCredentialsUnauthorized) IsServerError

func (o *ListAKSVMSizesNoCredentialsUnauthorized) IsServerError() bool

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

func (*ListAKSVMSizesNoCredentialsUnauthorized) IsSuccess

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

func (*ListAKSVMSizesNoCredentialsUnauthorized) String

type ListAKSVMSizesOK

type ListAKSVMSizesOK struct {
	Payload models.AKSVMSizeList
}

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

AKSVMSizeList

func NewListAKSVMSizesOK

func NewListAKSVMSizesOK() *ListAKSVMSizesOK

NewListAKSVMSizesOK creates a ListAKSVMSizesOK with default headers values

func (*ListAKSVMSizesOK) Error

func (o *ListAKSVMSizesOK) Error() string

func (*ListAKSVMSizesOK) GetPayload

func (o *ListAKSVMSizesOK) GetPayload() models.AKSVMSizeList

func (*ListAKSVMSizesOK) IsClientError

func (o *ListAKSVMSizesOK) IsClientError() bool

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

func (*ListAKSVMSizesOK) IsCode

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

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

func (*ListAKSVMSizesOK) IsRedirect

func (o *ListAKSVMSizesOK) IsRedirect() bool

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

func (*ListAKSVMSizesOK) IsServerError

func (o *ListAKSVMSizesOK) IsServerError() bool

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

func (*ListAKSVMSizesOK) IsSuccess

func (o *ListAKSVMSizesOK) IsSuccess() bool

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

func (*ListAKSVMSizesOK) String

func (o *ListAKSVMSizesOK) String() string

type ListAKSVMSizesParams

type ListAKSVMSizesParams struct {

	// ClientID.
	ClientID *string

	// ClientSecret.
	ClientSecret *string

	// Credential.
	Credential *string

	/* Location.

	   Location - Resource location
	*/
	Location *string

	// SubscriptionID.
	SubscriptionID *string

	// TenantID.
	TenantID *string

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

ListAKSVMSizesParams contains all the parameters to send to the API endpoint

for the list a k s VM sizes operation.

Typically these are written to a http.Request.

func NewListAKSVMSizesParams

func NewListAKSVMSizesParams() *ListAKSVMSizesParams

NewListAKSVMSizesParams creates a new ListAKSVMSizesParams 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 NewListAKSVMSizesParamsWithContext

func NewListAKSVMSizesParamsWithContext(ctx context.Context) *ListAKSVMSizesParams

NewListAKSVMSizesParamsWithContext creates a new ListAKSVMSizesParams object with the ability to set a context for a request.

func NewListAKSVMSizesParamsWithHTTPClient

func NewListAKSVMSizesParamsWithHTTPClient(client *http.Client) *ListAKSVMSizesParams

NewListAKSVMSizesParamsWithHTTPClient creates a new ListAKSVMSizesParams object with the ability to set a custom HTTPClient for a request.

func NewListAKSVMSizesParamsWithTimeout

func NewListAKSVMSizesParamsWithTimeout(timeout time.Duration) *ListAKSVMSizesParams

NewListAKSVMSizesParamsWithTimeout creates a new ListAKSVMSizesParams object with the ability to set a timeout on a request.

func (*ListAKSVMSizesParams) SetClientID

func (o *ListAKSVMSizesParams) SetClientID(clientID *string)

SetClientID adds the clientId to the list a k s VM sizes params

func (*ListAKSVMSizesParams) SetClientSecret

func (o *ListAKSVMSizesParams) SetClientSecret(clientSecret *string)

SetClientSecret adds the clientSecret to the list a k s VM sizes params

func (*ListAKSVMSizesParams) SetContext

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

SetContext adds the context to the list a k s VM sizes params

func (*ListAKSVMSizesParams) SetCredential

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

SetCredential adds the credential to the list a k s VM sizes params

func (*ListAKSVMSizesParams) SetDefaults

func (o *ListAKSVMSizesParams) SetDefaults()

SetDefaults hydrates default values in the list a k s VM sizes params (not the query body).

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

func (*ListAKSVMSizesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list a k s VM sizes params

func (*ListAKSVMSizesParams) SetLocation

func (o *ListAKSVMSizesParams) SetLocation(location *string)

SetLocation adds the location to the list a k s VM sizes params

func (*ListAKSVMSizesParams) SetSubscriptionID

func (o *ListAKSVMSizesParams) SetSubscriptionID(subscriptionID *string)

SetSubscriptionID adds the subscriptionId to the list a k s VM sizes params

func (*ListAKSVMSizesParams) SetTenantID

func (o *ListAKSVMSizesParams) SetTenantID(tenantID *string)

SetTenantID adds the tenantId to the list a k s VM sizes params

func (*ListAKSVMSizesParams) SetTimeout

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

SetTimeout adds the timeout to the list a k s VM sizes params

func (*ListAKSVMSizesParams) WithClientID

func (o *ListAKSVMSizesParams) WithClientID(clientID *string) *ListAKSVMSizesParams

WithClientID adds the clientID to the list a k s VM sizes params

func (*ListAKSVMSizesParams) WithClientSecret

func (o *ListAKSVMSizesParams) WithClientSecret(clientSecret *string) *ListAKSVMSizesParams

WithClientSecret adds the clientSecret to the list a k s VM sizes params

func (*ListAKSVMSizesParams) WithContext

WithContext adds the context to the list a k s VM sizes params

func (*ListAKSVMSizesParams) WithCredential

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

WithCredential adds the credential to the list a k s VM sizes params

func (*ListAKSVMSizesParams) WithDefaults

func (o *ListAKSVMSizesParams) WithDefaults() *ListAKSVMSizesParams

WithDefaults hydrates default values in the list a k s VM sizes params (not the query body).

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

func (*ListAKSVMSizesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list a k s VM sizes params

func (*ListAKSVMSizesParams) WithLocation

func (o *ListAKSVMSizesParams) WithLocation(location *string) *ListAKSVMSizesParams

WithLocation adds the location to the list a k s VM sizes params

func (*ListAKSVMSizesParams) WithSubscriptionID

func (o *ListAKSVMSizesParams) WithSubscriptionID(subscriptionID *string) *ListAKSVMSizesParams

WithSubscriptionID adds the subscriptionID to the list a k s VM sizes params

func (*ListAKSVMSizesParams) WithTenantID

func (o *ListAKSVMSizesParams) WithTenantID(tenantID *string) *ListAKSVMSizesParams

WithTenantID adds the tenantID to the list a k s VM sizes params

func (*ListAKSVMSizesParams) WithTimeout

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

WithTimeout adds the timeout to the list a k s VM sizes params

func (*ListAKSVMSizesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListAKSVMSizesReader

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

ListAKSVMSizesReader is a Reader for the ListAKSVMSizes structure.

func (*ListAKSVMSizesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAKSVersionsDefault

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

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

errorResponse

func NewListAKSVersionsDefault

func NewListAKSVersionsDefault(code int) *ListAKSVersionsDefault

NewListAKSVersionsDefault creates a ListAKSVersionsDefault with default headers values

func (*ListAKSVersionsDefault) Code

func (o *ListAKSVersionsDefault) Code() int

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

func (*ListAKSVersionsDefault) Error

func (o *ListAKSVersionsDefault) Error() string

func (*ListAKSVersionsDefault) GetPayload

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

func (*ListAKSVersionsDefault) IsClientError

func (o *ListAKSVersionsDefault) IsClientError() bool

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

func (*ListAKSVersionsDefault) IsCode

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

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

func (*ListAKSVersionsDefault) IsRedirect

func (o *ListAKSVersionsDefault) IsRedirect() bool

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

func (*ListAKSVersionsDefault) IsServerError

func (o *ListAKSVersionsDefault) IsServerError() bool

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

func (*ListAKSVersionsDefault) IsSuccess

func (o *ListAKSVersionsDefault) IsSuccess() bool

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

func (*ListAKSVersionsDefault) String

func (o *ListAKSVersionsDefault) String() string

type ListAKSVersionsOK

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

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

MasterVersion

func NewListAKSVersionsOK

func NewListAKSVersionsOK() *ListAKSVersionsOK

NewListAKSVersionsOK creates a ListAKSVersionsOK with default headers values

func (*ListAKSVersionsOK) Error

func (o *ListAKSVersionsOK) Error() string

func (*ListAKSVersionsOK) GetPayload

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

func (*ListAKSVersionsOK) IsClientError

func (o *ListAKSVersionsOK) IsClientError() bool

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

func (*ListAKSVersionsOK) IsCode

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

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

func (*ListAKSVersionsOK) IsRedirect

func (o *ListAKSVersionsOK) IsRedirect() bool

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

func (*ListAKSVersionsOK) IsServerError

func (o *ListAKSVersionsOK) IsServerError() bool

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

func (*ListAKSVersionsOK) IsSuccess

func (o *ListAKSVersionsOK) IsSuccess() bool

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

func (*ListAKSVersionsOK) String

func (o *ListAKSVersionsOK) String() string

type ListAKSVersionsParams

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

ListAKSVersionsParams contains all the parameters to send to the API endpoint

for the list a k s versions operation.

Typically these are written to a http.Request.

func NewListAKSVersionsParams

func NewListAKSVersionsParams() *ListAKSVersionsParams

NewListAKSVersionsParams creates a new ListAKSVersionsParams 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 NewListAKSVersionsParamsWithContext

func NewListAKSVersionsParamsWithContext(ctx context.Context) *ListAKSVersionsParams

NewListAKSVersionsParamsWithContext creates a new ListAKSVersionsParams object with the ability to set a context for a request.

func NewListAKSVersionsParamsWithHTTPClient

func NewListAKSVersionsParamsWithHTTPClient(client *http.Client) *ListAKSVersionsParams

NewListAKSVersionsParamsWithHTTPClient creates a new ListAKSVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewListAKSVersionsParamsWithTimeout

func NewListAKSVersionsParamsWithTimeout(timeout time.Duration) *ListAKSVersionsParams

NewListAKSVersionsParamsWithTimeout creates a new ListAKSVersionsParams object with the ability to set a timeout on a request.

func (*ListAKSVersionsParams) SetContext

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

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

func (*ListAKSVersionsParams) SetDefaults

func (o *ListAKSVersionsParams) SetDefaults()

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

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

func (*ListAKSVersionsParams) SetHTTPClient

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

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

func (*ListAKSVersionsParams) SetTimeout

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

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

func (*ListAKSVersionsParams) WithContext

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

func (*ListAKSVersionsParams) WithDefaults

func (o *ListAKSVersionsParams) WithDefaults() *ListAKSVersionsParams

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

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

func (*ListAKSVersionsParams) WithHTTPClient

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

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

func (*ListAKSVersionsParams) WithTimeout

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

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

func (*ListAKSVersionsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListAKSVersionsReader

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

ListAKSVersionsReader is a Reader for the ListAKSVersions structure.

func (*ListAKSVersionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateAKSCredentialsDefault

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

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

errorResponse

func NewValidateAKSCredentialsDefault

func NewValidateAKSCredentialsDefault(code int) *ValidateAKSCredentialsDefault

NewValidateAKSCredentialsDefault creates a ValidateAKSCredentialsDefault with default headers values

func (*ValidateAKSCredentialsDefault) Code

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

func (*ValidateAKSCredentialsDefault) Error

func (*ValidateAKSCredentialsDefault) GetPayload

func (*ValidateAKSCredentialsDefault) IsClientError

func (o *ValidateAKSCredentialsDefault) IsClientError() bool

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

func (*ValidateAKSCredentialsDefault) IsCode

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

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

func (*ValidateAKSCredentialsDefault) IsRedirect

func (o *ValidateAKSCredentialsDefault) IsRedirect() bool

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

func (*ValidateAKSCredentialsDefault) IsServerError

func (o *ValidateAKSCredentialsDefault) IsServerError() bool

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

func (*ValidateAKSCredentialsDefault) IsSuccess

func (o *ValidateAKSCredentialsDefault) IsSuccess() bool

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

func (*ValidateAKSCredentialsDefault) String

type ValidateAKSCredentialsOK

type ValidateAKSCredentialsOK struct {
}

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

EmptyResponse is a empty response

func NewValidateAKSCredentialsOK

func NewValidateAKSCredentialsOK() *ValidateAKSCredentialsOK

NewValidateAKSCredentialsOK creates a ValidateAKSCredentialsOK with default headers values

func (*ValidateAKSCredentialsOK) Error

func (o *ValidateAKSCredentialsOK) Error() string

func (*ValidateAKSCredentialsOK) IsClientError

func (o *ValidateAKSCredentialsOK) IsClientError() bool

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

func (*ValidateAKSCredentialsOK) IsCode

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

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

func (*ValidateAKSCredentialsOK) IsRedirect

func (o *ValidateAKSCredentialsOK) IsRedirect() bool

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

func (*ValidateAKSCredentialsOK) IsServerError

func (o *ValidateAKSCredentialsOK) IsServerError() bool

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

func (*ValidateAKSCredentialsOK) IsSuccess

func (o *ValidateAKSCredentialsOK) IsSuccess() bool

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

func (*ValidateAKSCredentialsOK) String

func (o *ValidateAKSCredentialsOK) String() string

type ValidateAKSCredentialsParams

type ValidateAKSCredentialsParams struct {

	// ClientID.
	ClientID *string

	// ClientSecret.
	ClientSecret *string

	// Credential.
	Credential *string

	// SubscriptionID.
	SubscriptionID *string

	// TenantID.
	TenantID *string

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

ValidateAKSCredentialsParams contains all the parameters to send to the API endpoint

for the validate a k s credentials operation.

Typically these are written to a http.Request.

func NewValidateAKSCredentialsParams

func NewValidateAKSCredentialsParams() *ValidateAKSCredentialsParams

NewValidateAKSCredentialsParams creates a new ValidateAKSCredentialsParams 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 NewValidateAKSCredentialsParamsWithContext

func NewValidateAKSCredentialsParamsWithContext(ctx context.Context) *ValidateAKSCredentialsParams

NewValidateAKSCredentialsParamsWithContext creates a new ValidateAKSCredentialsParams object with the ability to set a context for a request.

func NewValidateAKSCredentialsParamsWithHTTPClient

func NewValidateAKSCredentialsParamsWithHTTPClient(client *http.Client) *ValidateAKSCredentialsParams

NewValidateAKSCredentialsParamsWithHTTPClient creates a new ValidateAKSCredentialsParams object with the ability to set a custom HTTPClient for a request.

func NewValidateAKSCredentialsParamsWithTimeout

func NewValidateAKSCredentialsParamsWithTimeout(timeout time.Duration) *ValidateAKSCredentialsParams

NewValidateAKSCredentialsParamsWithTimeout creates a new ValidateAKSCredentialsParams object with the ability to set a timeout on a request.

func (*ValidateAKSCredentialsParams) SetClientID

func (o *ValidateAKSCredentialsParams) SetClientID(clientID *string)

SetClientID adds the clientId to the validate a k s credentials params

func (*ValidateAKSCredentialsParams) SetClientSecret

func (o *ValidateAKSCredentialsParams) SetClientSecret(clientSecret *string)

SetClientSecret adds the clientSecret to the validate a k s credentials params

func (*ValidateAKSCredentialsParams) SetContext

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

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

func (*ValidateAKSCredentialsParams) SetCredential

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

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

func (*ValidateAKSCredentialsParams) SetDefaults

func (o *ValidateAKSCredentialsParams) SetDefaults()

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

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

func (*ValidateAKSCredentialsParams) SetHTTPClient

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

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

func (*ValidateAKSCredentialsParams) SetSubscriptionID

func (o *ValidateAKSCredentialsParams) SetSubscriptionID(subscriptionID *string)

SetSubscriptionID adds the subscriptionId to the validate a k s credentials params

func (*ValidateAKSCredentialsParams) SetTenantID

func (o *ValidateAKSCredentialsParams) SetTenantID(tenantID *string)

SetTenantID adds the tenantId to the validate a k s credentials params

func (*ValidateAKSCredentialsParams) SetTimeout

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

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

func (*ValidateAKSCredentialsParams) WithClientID

WithClientID adds the clientID to the validate a k s credentials params

func (*ValidateAKSCredentialsParams) WithClientSecret

func (o *ValidateAKSCredentialsParams) WithClientSecret(clientSecret *string) *ValidateAKSCredentialsParams

WithClientSecret adds the clientSecret to the validate a k s credentials params

func (*ValidateAKSCredentialsParams) WithContext

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

func (*ValidateAKSCredentialsParams) WithCredential

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

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

func (*ValidateAKSCredentialsParams) WithDefaults

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

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

func (*ValidateAKSCredentialsParams) WithHTTPClient

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

func (*ValidateAKSCredentialsParams) WithSubscriptionID

func (o *ValidateAKSCredentialsParams) WithSubscriptionID(subscriptionID *string) *ValidateAKSCredentialsParams

WithSubscriptionID adds the subscriptionID to the validate a k s credentials params

func (*ValidateAKSCredentialsParams) WithTenantID

WithTenantID adds the tenantID to the validate a k s credentials params

func (*ValidateAKSCredentialsParams) WithTimeout

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

func (*ValidateAKSCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateAKSCredentialsReader

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

ValidateAKSCredentialsReader is a Reader for the ValidateAKSCredentials structure.

func (*ValidateAKSCredentialsReader) ReadResponse

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