bootstrap

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BootstrapCreateBootstrapAgentDefault

type BootstrapCreateBootstrapAgentDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}
BootstrapCreateBootstrapAgentDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewBootstrapCreateBootstrapAgentDefault

func NewBootstrapCreateBootstrapAgentDefault(code int) *BootstrapCreateBootstrapAgentDefault

NewBootstrapCreateBootstrapAgentDefault creates a BootstrapCreateBootstrapAgentDefault with default headers values

func (*BootstrapCreateBootstrapAgentDefault) Code

Code gets the status code for the bootstrap create bootstrap agent default response

func (*BootstrapCreateBootstrapAgentDefault) Error

func (*BootstrapCreateBootstrapAgentDefault) GetPayload

type BootstrapCreateBootstrapAgentForbidden

type BootstrapCreateBootstrapAgentForbidden struct {
	Payload interface{}
}
BootstrapCreateBootstrapAgentForbidden describes a response with status code 403, with default header values.

Returned when the user does not have permission to access the resource.

func NewBootstrapCreateBootstrapAgentForbidden

func NewBootstrapCreateBootstrapAgentForbidden() *BootstrapCreateBootstrapAgentForbidden

NewBootstrapCreateBootstrapAgentForbidden creates a BootstrapCreateBootstrapAgentForbidden with default headers values

func (*BootstrapCreateBootstrapAgentForbidden) Error

func (*BootstrapCreateBootstrapAgentForbidden) GetPayload

func (o *BootstrapCreateBootstrapAgentForbidden) GetPayload() interface{}

type BootstrapCreateBootstrapAgentInternalServerError

type BootstrapCreateBootstrapAgentInternalServerError struct {
	Payload interface{}
}
BootstrapCreateBootstrapAgentInternalServerError describes a response with status code 500, with default header values.

Returned for internal server error

func NewBootstrapCreateBootstrapAgentInternalServerError

func NewBootstrapCreateBootstrapAgentInternalServerError() *BootstrapCreateBootstrapAgentInternalServerError

NewBootstrapCreateBootstrapAgentInternalServerError creates a BootstrapCreateBootstrapAgentInternalServerError with default headers values

func (*BootstrapCreateBootstrapAgentInternalServerError) Error

func (*BootstrapCreateBootstrapAgentInternalServerError) GetPayload

func (o *BootstrapCreateBootstrapAgentInternalServerError) GetPayload() interface{}

type BootstrapCreateBootstrapAgentNotFound

type BootstrapCreateBootstrapAgentNotFound struct {
	Payload interface{}
}
BootstrapCreateBootstrapAgentNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewBootstrapCreateBootstrapAgentNotFound

func NewBootstrapCreateBootstrapAgentNotFound() *BootstrapCreateBootstrapAgentNotFound

NewBootstrapCreateBootstrapAgentNotFound creates a BootstrapCreateBootstrapAgentNotFound with default headers values

func (*BootstrapCreateBootstrapAgentNotFound) Error

func (*BootstrapCreateBootstrapAgentNotFound) GetPayload

func (o *BootstrapCreateBootstrapAgentNotFound) GetPayload() interface{}

type BootstrapCreateBootstrapAgentOK

type BootstrapCreateBootstrapAgentOK struct {
	Payload *models.SentryBootstrapAgent
}
BootstrapCreateBootstrapAgentOK describes a response with status code 200, with default header values.

A successful response.

func NewBootstrapCreateBootstrapAgentOK

func NewBootstrapCreateBootstrapAgentOK() *BootstrapCreateBootstrapAgentOK

NewBootstrapCreateBootstrapAgentOK creates a BootstrapCreateBootstrapAgentOK with default headers values

func (*BootstrapCreateBootstrapAgentOK) Error

func (*BootstrapCreateBootstrapAgentOK) GetPayload

type BootstrapCreateBootstrapAgentParams

type BootstrapCreateBootstrapAgentParams struct {

	// Body.
	Body *models.SentryBootstrapAgent

	// SpecTemplateRef.
	SpecTemplateRef string

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

BootstrapCreateBootstrapAgentParams contains all the parameters to send to the API endpoint

for the bootstrap create bootstrap agent operation.

Typically these are written to a http.Request.

func NewBootstrapCreateBootstrapAgentParams

func NewBootstrapCreateBootstrapAgentParams() *BootstrapCreateBootstrapAgentParams

NewBootstrapCreateBootstrapAgentParams creates a new BootstrapCreateBootstrapAgentParams 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 NewBootstrapCreateBootstrapAgentParamsWithContext

func NewBootstrapCreateBootstrapAgentParamsWithContext(ctx context.Context) *BootstrapCreateBootstrapAgentParams

NewBootstrapCreateBootstrapAgentParamsWithContext creates a new BootstrapCreateBootstrapAgentParams object with the ability to set a context for a request.

func NewBootstrapCreateBootstrapAgentParamsWithHTTPClient

func NewBootstrapCreateBootstrapAgentParamsWithHTTPClient(client *http.Client) *BootstrapCreateBootstrapAgentParams

NewBootstrapCreateBootstrapAgentParamsWithHTTPClient creates a new BootstrapCreateBootstrapAgentParams object with the ability to set a custom HTTPClient for a request.

func NewBootstrapCreateBootstrapAgentParamsWithTimeout

func NewBootstrapCreateBootstrapAgentParamsWithTimeout(timeout time.Duration) *BootstrapCreateBootstrapAgentParams

NewBootstrapCreateBootstrapAgentParamsWithTimeout creates a new BootstrapCreateBootstrapAgentParams object with the ability to set a timeout on a request.

func (*BootstrapCreateBootstrapAgentParams) SetBody

SetBody adds the body to the bootstrap create bootstrap agent params

func (*BootstrapCreateBootstrapAgentParams) SetContext

SetContext adds the context to the bootstrap create bootstrap agent params

func (*BootstrapCreateBootstrapAgentParams) SetDefaults

func (o *BootstrapCreateBootstrapAgentParams) SetDefaults()

SetDefaults hydrates default values in the bootstrap create bootstrap agent params (not the query body).

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

func (*BootstrapCreateBootstrapAgentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bootstrap create bootstrap agent params

func (*BootstrapCreateBootstrapAgentParams) SetSpecTemplateRef

func (o *BootstrapCreateBootstrapAgentParams) SetSpecTemplateRef(specTemplateRef string)

SetSpecTemplateRef adds the specTemplateRef to the bootstrap create bootstrap agent params

func (*BootstrapCreateBootstrapAgentParams) SetTimeout

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

SetTimeout adds the timeout to the bootstrap create bootstrap agent params

func (*BootstrapCreateBootstrapAgentParams) WithBody

WithBody adds the body to the bootstrap create bootstrap agent params

func (*BootstrapCreateBootstrapAgentParams) WithContext

WithContext adds the context to the bootstrap create bootstrap agent params

func (*BootstrapCreateBootstrapAgentParams) WithDefaults

WithDefaults hydrates default values in the bootstrap create bootstrap agent params (not the query body).

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

func (*BootstrapCreateBootstrapAgentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bootstrap create bootstrap agent params

func (*BootstrapCreateBootstrapAgentParams) WithSpecTemplateRef

func (o *BootstrapCreateBootstrapAgentParams) WithSpecTemplateRef(specTemplateRef string) *BootstrapCreateBootstrapAgentParams

WithSpecTemplateRef adds the specTemplateRef to the bootstrap create bootstrap agent params

func (*BootstrapCreateBootstrapAgentParams) WithTimeout

WithTimeout adds the timeout to the bootstrap create bootstrap agent params

func (*BootstrapCreateBootstrapAgentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BootstrapCreateBootstrapAgentReader

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

BootstrapCreateBootstrapAgentReader is a Reader for the BootstrapCreateBootstrapAgent structure.

func (*BootstrapCreateBootstrapAgentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BootstrapDeleteBootstrapAgentDefault

type BootstrapDeleteBootstrapAgentDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}
BootstrapDeleteBootstrapAgentDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewBootstrapDeleteBootstrapAgentDefault

func NewBootstrapDeleteBootstrapAgentDefault(code int) *BootstrapDeleteBootstrapAgentDefault

NewBootstrapDeleteBootstrapAgentDefault creates a BootstrapDeleteBootstrapAgentDefault with default headers values

func (*BootstrapDeleteBootstrapAgentDefault) Code

Code gets the status code for the bootstrap delete bootstrap agent default response

func (*BootstrapDeleteBootstrapAgentDefault) Error

func (*BootstrapDeleteBootstrapAgentDefault) GetPayload

type BootstrapDeleteBootstrapAgentForbidden

type BootstrapDeleteBootstrapAgentForbidden struct {
	Payload interface{}
}
BootstrapDeleteBootstrapAgentForbidden describes a response with status code 403, with default header values.

Returned when the user does not have permission to access the resource.

func NewBootstrapDeleteBootstrapAgentForbidden

func NewBootstrapDeleteBootstrapAgentForbidden() *BootstrapDeleteBootstrapAgentForbidden

NewBootstrapDeleteBootstrapAgentForbidden creates a BootstrapDeleteBootstrapAgentForbidden with default headers values

func (*BootstrapDeleteBootstrapAgentForbidden) Error

func (*BootstrapDeleteBootstrapAgentForbidden) GetPayload

func (o *BootstrapDeleteBootstrapAgentForbidden) GetPayload() interface{}

type BootstrapDeleteBootstrapAgentInternalServerError

type BootstrapDeleteBootstrapAgentInternalServerError struct {
	Payload interface{}
}
BootstrapDeleteBootstrapAgentInternalServerError describes a response with status code 500, with default header values.

Returned for internal server error

func NewBootstrapDeleteBootstrapAgentInternalServerError

func NewBootstrapDeleteBootstrapAgentInternalServerError() *BootstrapDeleteBootstrapAgentInternalServerError

NewBootstrapDeleteBootstrapAgentInternalServerError creates a BootstrapDeleteBootstrapAgentInternalServerError with default headers values

func (*BootstrapDeleteBootstrapAgentInternalServerError) Error

func (*BootstrapDeleteBootstrapAgentInternalServerError) GetPayload

func (o *BootstrapDeleteBootstrapAgentInternalServerError) GetPayload() interface{}

type BootstrapDeleteBootstrapAgentNotFound

type BootstrapDeleteBootstrapAgentNotFound struct {
	Payload interface{}
}
BootstrapDeleteBootstrapAgentNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewBootstrapDeleteBootstrapAgentNotFound

func NewBootstrapDeleteBootstrapAgentNotFound() *BootstrapDeleteBootstrapAgentNotFound

NewBootstrapDeleteBootstrapAgentNotFound creates a BootstrapDeleteBootstrapAgentNotFound with default headers values

func (*BootstrapDeleteBootstrapAgentNotFound) Error

func (*BootstrapDeleteBootstrapAgentNotFound) GetPayload

func (o *BootstrapDeleteBootstrapAgentNotFound) GetPayload() interface{}

type BootstrapDeleteBootstrapAgentOK

type BootstrapDeleteBootstrapAgentOK struct {
	Payload models.RPCDeleteBootstrapAgentResponse
}
BootstrapDeleteBootstrapAgentOK describes a response with status code 200, with default header values.

A successful response.

func NewBootstrapDeleteBootstrapAgentOK

func NewBootstrapDeleteBootstrapAgentOK() *BootstrapDeleteBootstrapAgentOK

NewBootstrapDeleteBootstrapAgentOK creates a BootstrapDeleteBootstrapAgentOK with default headers values

func (*BootstrapDeleteBootstrapAgentOK) Error

func (*BootstrapDeleteBootstrapAgentOK) GetPayload

type BootstrapDeleteBootstrapAgentParams

type BootstrapDeleteBootstrapAgentParams struct {

	/* APIVersion.

	   API Version. API Version of the resource

	   Default: "infra.k8smgmt.io/v3"
	*/
	APIVersion *string

	/* Kind.

	   Kind. Kind of the resource

	   Default: "BootstrapAgent"
	*/
	Kind *string

	/* MetadataDescription.

	   Description. description of the resource
	*/
	MetadataDescription *string

	/* MetadataDisplayName.

	   Display Name. display name of the resource
	*/
	MetadataDisplayName *string

	// MetadataID.
	MetadataID *string

	// MetadataModifiedAt.
	//
	// Format: date-time
	MetadataModifiedAt *strfmt.DateTime

	/* MetadataName.

	   name of the resource
	*/
	MetadataName string

	/* MetadataOrganization.

	   Organization. Organization to which the resource belongs
	*/
	MetadataOrganization *string

	/* MetadataPartner.

	   Partner. Partner to which the resource belongs
	*/
	MetadataPartner *string

	/* MetadataProject.

	   Project. Project of the resource
	*/
	MetadataProject *string

	// SpecAgentMode.
	//
	// Default: "InCluster"
	SpecAgentMode *string

	// SpecTemplateRef.
	SpecTemplateRef string

	// SpecToken.
	SpecToken *string

	// StatusFingerprint.
	StatusFingerprint *string

	// StatusIPAddress.
	StatusIPAddress *string

	// StatusLastCheckedIn.
	//
	// Format: date-time
	StatusLastCheckedIn *strfmt.DateTime

	// StatusTokenState.
	//
	// Default: "NotSet"
	StatusTokenState *string

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

BootstrapDeleteBootstrapAgentParams contains all the parameters to send to the API endpoint

for the bootstrap delete bootstrap agent operation.

Typically these are written to a http.Request.

func NewBootstrapDeleteBootstrapAgentParams

func NewBootstrapDeleteBootstrapAgentParams() *BootstrapDeleteBootstrapAgentParams

NewBootstrapDeleteBootstrapAgentParams creates a new BootstrapDeleteBootstrapAgentParams 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 NewBootstrapDeleteBootstrapAgentParamsWithContext

func NewBootstrapDeleteBootstrapAgentParamsWithContext(ctx context.Context) *BootstrapDeleteBootstrapAgentParams

NewBootstrapDeleteBootstrapAgentParamsWithContext creates a new BootstrapDeleteBootstrapAgentParams object with the ability to set a context for a request.

func NewBootstrapDeleteBootstrapAgentParamsWithHTTPClient

func NewBootstrapDeleteBootstrapAgentParamsWithHTTPClient(client *http.Client) *BootstrapDeleteBootstrapAgentParams

NewBootstrapDeleteBootstrapAgentParamsWithHTTPClient creates a new BootstrapDeleteBootstrapAgentParams object with the ability to set a custom HTTPClient for a request.

func NewBootstrapDeleteBootstrapAgentParamsWithTimeout

func NewBootstrapDeleteBootstrapAgentParamsWithTimeout(timeout time.Duration) *BootstrapDeleteBootstrapAgentParams

NewBootstrapDeleteBootstrapAgentParamsWithTimeout creates a new BootstrapDeleteBootstrapAgentParams object with the ability to set a timeout on a request.

func (*BootstrapDeleteBootstrapAgentParams) SetAPIVersion

func (o *BootstrapDeleteBootstrapAgentParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetContext

SetContext adds the context to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetDefaults

func (o *BootstrapDeleteBootstrapAgentParams) SetDefaults()

SetDefaults hydrates default values in the bootstrap delete bootstrap agent params (not the query body).

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

func (*BootstrapDeleteBootstrapAgentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetKind

func (o *BootstrapDeleteBootstrapAgentParams) SetKind(kind *string)

SetKind adds the kind to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetMetadataDescription

func (o *BootstrapDeleteBootstrapAgentParams) SetMetadataDescription(metadataDescription *string)

SetMetadataDescription adds the metadataDescription to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetMetadataDisplayName

func (o *BootstrapDeleteBootstrapAgentParams) SetMetadataDisplayName(metadataDisplayName *string)

SetMetadataDisplayName adds the metadataDisplayName to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetMetadataID

func (o *BootstrapDeleteBootstrapAgentParams) SetMetadataID(metadataID *string)

SetMetadataID adds the metadataId to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetMetadataModifiedAt

func (o *BootstrapDeleteBootstrapAgentParams) SetMetadataModifiedAt(metadataModifiedAt *strfmt.DateTime)

SetMetadataModifiedAt adds the metadataModifiedAt to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetMetadataName

func (o *BootstrapDeleteBootstrapAgentParams) SetMetadataName(metadataName string)

SetMetadataName adds the metadataName to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetMetadataOrganization

func (o *BootstrapDeleteBootstrapAgentParams) SetMetadataOrganization(metadataOrganization *string)

SetMetadataOrganization adds the metadataOrganization to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetMetadataPartner

func (o *BootstrapDeleteBootstrapAgentParams) SetMetadataPartner(metadataPartner *string)

SetMetadataPartner adds the metadataPartner to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetMetadataProject

func (o *BootstrapDeleteBootstrapAgentParams) SetMetadataProject(metadataProject *string)

SetMetadataProject adds the metadataProject to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetSpecAgentMode

func (o *BootstrapDeleteBootstrapAgentParams) SetSpecAgentMode(specAgentMode *string)

SetSpecAgentMode adds the specAgentMode to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetSpecTemplateRef

func (o *BootstrapDeleteBootstrapAgentParams) SetSpecTemplateRef(specTemplateRef string)

SetSpecTemplateRef adds the specTemplateRef to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetSpecToken

func (o *BootstrapDeleteBootstrapAgentParams) SetSpecToken(specToken *string)

SetSpecToken adds the specToken to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetStatusFingerprint

func (o *BootstrapDeleteBootstrapAgentParams) SetStatusFingerprint(statusFingerprint *string)

SetStatusFingerprint adds the statusFingerprint to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetStatusIPAddress

func (o *BootstrapDeleteBootstrapAgentParams) SetStatusIPAddress(statusIPAddress *string)

SetStatusIPAddress adds the statusIpAddress to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetStatusLastCheckedIn

func (o *BootstrapDeleteBootstrapAgentParams) SetStatusLastCheckedIn(statusLastCheckedIn *strfmt.DateTime)

SetStatusLastCheckedIn adds the statusLastCheckedIn to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetStatusTokenState

func (o *BootstrapDeleteBootstrapAgentParams) SetStatusTokenState(statusTokenState *string)

SetStatusTokenState adds the statusTokenState to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) SetTimeout

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

SetTimeout adds the timeout to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithContext

WithContext adds the context to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithDefaults

WithDefaults hydrates default values in the bootstrap delete bootstrap agent params (not the query body).

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

func (*BootstrapDeleteBootstrapAgentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithKind

WithKind adds the kind to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithMetadataDescription

func (o *BootstrapDeleteBootstrapAgentParams) WithMetadataDescription(metadataDescription *string) *BootstrapDeleteBootstrapAgentParams

WithMetadataDescription adds the metadataDescription to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithMetadataDisplayName

func (o *BootstrapDeleteBootstrapAgentParams) WithMetadataDisplayName(metadataDisplayName *string) *BootstrapDeleteBootstrapAgentParams

WithMetadataDisplayName adds the metadataDisplayName to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithMetadataID

WithMetadataID adds the metadataID to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithMetadataModifiedAt

func (o *BootstrapDeleteBootstrapAgentParams) WithMetadataModifiedAt(metadataModifiedAt *strfmt.DateTime) *BootstrapDeleteBootstrapAgentParams

WithMetadataModifiedAt adds the metadataModifiedAt to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithMetadataName

WithMetadataName adds the metadataName to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithMetadataOrganization

func (o *BootstrapDeleteBootstrapAgentParams) WithMetadataOrganization(metadataOrganization *string) *BootstrapDeleteBootstrapAgentParams

WithMetadataOrganization adds the metadataOrganization to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithMetadataPartner

func (o *BootstrapDeleteBootstrapAgentParams) WithMetadataPartner(metadataPartner *string) *BootstrapDeleteBootstrapAgentParams

WithMetadataPartner adds the metadataPartner to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithMetadataProject

func (o *BootstrapDeleteBootstrapAgentParams) WithMetadataProject(metadataProject *string) *BootstrapDeleteBootstrapAgentParams

WithMetadataProject adds the metadataProject to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithSpecAgentMode

WithSpecAgentMode adds the specAgentMode to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithSpecTemplateRef

func (o *BootstrapDeleteBootstrapAgentParams) WithSpecTemplateRef(specTemplateRef string) *BootstrapDeleteBootstrapAgentParams

WithSpecTemplateRef adds the specTemplateRef to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithSpecToken

WithSpecToken adds the specToken to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithStatusFingerprint

func (o *BootstrapDeleteBootstrapAgentParams) WithStatusFingerprint(statusFingerprint *string) *BootstrapDeleteBootstrapAgentParams

WithStatusFingerprint adds the statusFingerprint to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithStatusIPAddress

func (o *BootstrapDeleteBootstrapAgentParams) WithStatusIPAddress(statusIPAddress *string) *BootstrapDeleteBootstrapAgentParams

WithStatusIPAddress adds the statusIPAddress to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithStatusLastCheckedIn

func (o *BootstrapDeleteBootstrapAgentParams) WithStatusLastCheckedIn(statusLastCheckedIn *strfmt.DateTime) *BootstrapDeleteBootstrapAgentParams

WithStatusLastCheckedIn adds the statusLastCheckedIn to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithStatusTokenState

func (o *BootstrapDeleteBootstrapAgentParams) WithStatusTokenState(statusTokenState *string) *BootstrapDeleteBootstrapAgentParams

WithStatusTokenState adds the statusTokenState to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WithTimeout

WithTimeout adds the timeout to the bootstrap delete bootstrap agent params

func (*BootstrapDeleteBootstrapAgentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BootstrapDeleteBootstrapAgentReader

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

BootstrapDeleteBootstrapAgentReader is a Reader for the BootstrapDeleteBootstrapAgent structure.

func (*BootstrapDeleteBootstrapAgentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BootstrapGetBootstrapAgentConfigDefault

type BootstrapGetBootstrapAgentConfigDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}
BootstrapGetBootstrapAgentConfigDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewBootstrapGetBootstrapAgentConfigDefault

func NewBootstrapGetBootstrapAgentConfigDefault(code int) *BootstrapGetBootstrapAgentConfigDefault

NewBootstrapGetBootstrapAgentConfigDefault creates a BootstrapGetBootstrapAgentConfigDefault with default headers values

func (*BootstrapGetBootstrapAgentConfigDefault) Code

Code gets the status code for the bootstrap get bootstrap agent config default response

func (*BootstrapGetBootstrapAgentConfigDefault) Error

func (*BootstrapGetBootstrapAgentConfigDefault) GetPayload

type BootstrapGetBootstrapAgentConfigForbidden

type BootstrapGetBootstrapAgentConfigForbidden struct {
	Payload interface{}
}
BootstrapGetBootstrapAgentConfigForbidden describes a response with status code 403, with default header values.

Returned when the user does not have permission to access the resource.

func NewBootstrapGetBootstrapAgentConfigForbidden

func NewBootstrapGetBootstrapAgentConfigForbidden() *BootstrapGetBootstrapAgentConfigForbidden

NewBootstrapGetBootstrapAgentConfigForbidden creates a BootstrapGetBootstrapAgentConfigForbidden with default headers values

func (*BootstrapGetBootstrapAgentConfigForbidden) Error

func (*BootstrapGetBootstrapAgentConfigForbidden) GetPayload

func (o *BootstrapGetBootstrapAgentConfigForbidden) GetPayload() interface{}

type BootstrapGetBootstrapAgentConfigInternalServerError

type BootstrapGetBootstrapAgentConfigInternalServerError struct {
	Payload interface{}
}
BootstrapGetBootstrapAgentConfigInternalServerError describes a response with status code 500, with default header values.

Returned for internal server error

func NewBootstrapGetBootstrapAgentConfigInternalServerError

func NewBootstrapGetBootstrapAgentConfigInternalServerError() *BootstrapGetBootstrapAgentConfigInternalServerError

NewBootstrapGetBootstrapAgentConfigInternalServerError creates a BootstrapGetBootstrapAgentConfigInternalServerError with default headers values

func (*BootstrapGetBootstrapAgentConfigInternalServerError) Error

func (*BootstrapGetBootstrapAgentConfigInternalServerError) GetPayload

func (o *BootstrapGetBootstrapAgentConfigInternalServerError) GetPayload() interface{}

type BootstrapGetBootstrapAgentConfigNotFound

type BootstrapGetBootstrapAgentConfigNotFound struct {
	Payload interface{}
}
BootstrapGetBootstrapAgentConfigNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewBootstrapGetBootstrapAgentConfigNotFound

func NewBootstrapGetBootstrapAgentConfigNotFound() *BootstrapGetBootstrapAgentConfigNotFound

NewBootstrapGetBootstrapAgentConfigNotFound creates a BootstrapGetBootstrapAgentConfigNotFound with default headers values

func (*BootstrapGetBootstrapAgentConfigNotFound) Error

func (*BootstrapGetBootstrapAgentConfigNotFound) GetPayload

func (o *BootstrapGetBootstrapAgentConfigNotFound) GetPayload() interface{}

type BootstrapGetBootstrapAgentConfigOK

type BootstrapGetBootstrapAgentConfigOK struct {
	Payload *models.V3HTTPBody
}
BootstrapGetBootstrapAgentConfigOK describes a response with status code 200, with default header values.

A successful response.

func NewBootstrapGetBootstrapAgentConfigOK

func NewBootstrapGetBootstrapAgentConfigOK() *BootstrapGetBootstrapAgentConfigOK

NewBootstrapGetBootstrapAgentConfigOK creates a BootstrapGetBootstrapAgentConfigOK with default headers values

func (*BootstrapGetBootstrapAgentConfigOK) Error

func (*BootstrapGetBootstrapAgentConfigOK) GetPayload

type BootstrapGetBootstrapAgentConfigParams

type BootstrapGetBootstrapAgentConfigParams struct {

	/* APIVersion.

	   API Version. API Version of the resource

	   Default: "infra.k8smgmt.io/v3"
	*/
	APIVersion *string

	/* Kind.

	   Kind. Kind of the resource

	   Default: "BootstrapAgent"
	*/
	Kind *string

	/* MetadataDescription.

	   Description. description of the resource
	*/
	MetadataDescription *string

	/* MetadataDisplayName.

	   Display Name. display name of the resource
	*/
	MetadataDisplayName *string

	// MetadataID.
	MetadataID *string

	// MetadataModifiedAt.
	//
	// Format: date-time
	MetadataModifiedAt *strfmt.DateTime

	/* MetadataName.

	   name of the resource
	*/
	MetadataName string

	/* MetadataOrganization.

	   Organization. Organization to which the resource belongs
	*/
	MetadataOrganization *string

	/* MetadataPartner.

	   Partner. Partner to which the resource belongs
	*/
	MetadataPartner *string

	/* MetadataProject.

	   Project. Project of the resource
	*/
	MetadataProject *string

	// SpecAgentMode.
	//
	// Default: "InCluster"
	SpecAgentMode *string

	// SpecTemplateRef.
	SpecTemplateRef string

	// SpecToken.
	SpecToken *string

	// StatusFingerprint.
	StatusFingerprint *string

	// StatusIPAddress.
	StatusIPAddress *string

	// StatusLastCheckedIn.
	//
	// Format: date-time
	StatusLastCheckedIn *strfmt.DateTime

	// StatusTokenState.
	//
	// Default: "NotSet"
	StatusTokenState *string

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

BootstrapGetBootstrapAgentConfigParams contains all the parameters to send to the API endpoint

for the bootstrap get bootstrap agent config operation.

Typically these are written to a http.Request.

func NewBootstrapGetBootstrapAgentConfigParams

func NewBootstrapGetBootstrapAgentConfigParams() *BootstrapGetBootstrapAgentConfigParams

NewBootstrapGetBootstrapAgentConfigParams creates a new BootstrapGetBootstrapAgentConfigParams 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 NewBootstrapGetBootstrapAgentConfigParamsWithContext

func NewBootstrapGetBootstrapAgentConfigParamsWithContext(ctx context.Context) *BootstrapGetBootstrapAgentConfigParams

NewBootstrapGetBootstrapAgentConfigParamsWithContext creates a new BootstrapGetBootstrapAgentConfigParams object with the ability to set a context for a request.

func NewBootstrapGetBootstrapAgentConfigParamsWithHTTPClient

func NewBootstrapGetBootstrapAgentConfigParamsWithHTTPClient(client *http.Client) *BootstrapGetBootstrapAgentConfigParams

NewBootstrapGetBootstrapAgentConfigParamsWithHTTPClient creates a new BootstrapGetBootstrapAgentConfigParams object with the ability to set a custom HTTPClient for a request.

func NewBootstrapGetBootstrapAgentConfigParamsWithTimeout

func NewBootstrapGetBootstrapAgentConfigParamsWithTimeout(timeout time.Duration) *BootstrapGetBootstrapAgentConfigParams

NewBootstrapGetBootstrapAgentConfigParamsWithTimeout creates a new BootstrapGetBootstrapAgentConfigParams object with the ability to set a timeout on a request.

func (*BootstrapGetBootstrapAgentConfigParams) SetAPIVersion

func (o *BootstrapGetBootstrapAgentConfigParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetContext

SetContext adds the context to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetDefaults

func (o *BootstrapGetBootstrapAgentConfigParams) SetDefaults()

SetDefaults hydrates default values in the bootstrap get bootstrap agent config params (not the query body).

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

func (*BootstrapGetBootstrapAgentConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetKind

SetKind adds the kind to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetMetadataDescription

func (o *BootstrapGetBootstrapAgentConfigParams) SetMetadataDescription(metadataDescription *string)

SetMetadataDescription adds the metadataDescription to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetMetadataDisplayName

func (o *BootstrapGetBootstrapAgentConfigParams) SetMetadataDisplayName(metadataDisplayName *string)

SetMetadataDisplayName adds the metadataDisplayName to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetMetadataID

func (o *BootstrapGetBootstrapAgentConfigParams) SetMetadataID(metadataID *string)

SetMetadataID adds the metadataId to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetMetadataModifiedAt

func (o *BootstrapGetBootstrapAgentConfigParams) SetMetadataModifiedAt(metadataModifiedAt *strfmt.DateTime)

SetMetadataModifiedAt adds the metadataModifiedAt to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetMetadataName

func (o *BootstrapGetBootstrapAgentConfigParams) SetMetadataName(metadataName string)

SetMetadataName adds the metadataName to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetMetadataOrganization

func (o *BootstrapGetBootstrapAgentConfigParams) SetMetadataOrganization(metadataOrganization *string)

SetMetadataOrganization adds the metadataOrganization to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetMetadataPartner

func (o *BootstrapGetBootstrapAgentConfigParams) SetMetadataPartner(metadataPartner *string)

SetMetadataPartner adds the metadataPartner to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetMetadataProject

func (o *BootstrapGetBootstrapAgentConfigParams) SetMetadataProject(metadataProject *string)

SetMetadataProject adds the metadataProject to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetSpecAgentMode

func (o *BootstrapGetBootstrapAgentConfigParams) SetSpecAgentMode(specAgentMode *string)

SetSpecAgentMode adds the specAgentMode to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetSpecTemplateRef

func (o *BootstrapGetBootstrapAgentConfigParams) SetSpecTemplateRef(specTemplateRef string)

SetSpecTemplateRef adds the specTemplateRef to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetSpecToken

func (o *BootstrapGetBootstrapAgentConfigParams) SetSpecToken(specToken *string)

SetSpecToken adds the specToken to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetStatusFingerprint

func (o *BootstrapGetBootstrapAgentConfigParams) SetStatusFingerprint(statusFingerprint *string)

SetStatusFingerprint adds the statusFingerprint to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetStatusIPAddress

func (o *BootstrapGetBootstrapAgentConfigParams) SetStatusIPAddress(statusIPAddress *string)

SetStatusIPAddress adds the statusIpAddress to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetStatusLastCheckedIn

func (o *BootstrapGetBootstrapAgentConfigParams) SetStatusLastCheckedIn(statusLastCheckedIn *strfmt.DateTime)

SetStatusLastCheckedIn adds the statusLastCheckedIn to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetStatusTokenState

func (o *BootstrapGetBootstrapAgentConfigParams) SetStatusTokenState(statusTokenState *string)

SetStatusTokenState adds the statusTokenState to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) SetTimeout

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

SetTimeout adds the timeout to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithContext

WithContext adds the context to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithDefaults

WithDefaults hydrates default values in the bootstrap get bootstrap agent config params (not the query body).

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

func (*BootstrapGetBootstrapAgentConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithKind

WithKind adds the kind to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithMetadataDescription

func (o *BootstrapGetBootstrapAgentConfigParams) WithMetadataDescription(metadataDescription *string) *BootstrapGetBootstrapAgentConfigParams

WithMetadataDescription adds the metadataDescription to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithMetadataDisplayName

func (o *BootstrapGetBootstrapAgentConfigParams) WithMetadataDisplayName(metadataDisplayName *string) *BootstrapGetBootstrapAgentConfigParams

WithMetadataDisplayName adds the metadataDisplayName to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithMetadataID

WithMetadataID adds the metadataID to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithMetadataModifiedAt

func (o *BootstrapGetBootstrapAgentConfigParams) WithMetadataModifiedAt(metadataModifiedAt *strfmt.DateTime) *BootstrapGetBootstrapAgentConfigParams

WithMetadataModifiedAt adds the metadataModifiedAt to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithMetadataName

WithMetadataName adds the metadataName to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithMetadataOrganization

func (o *BootstrapGetBootstrapAgentConfigParams) WithMetadataOrganization(metadataOrganization *string) *BootstrapGetBootstrapAgentConfigParams

WithMetadataOrganization adds the metadataOrganization to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithMetadataPartner

WithMetadataPartner adds the metadataPartner to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithMetadataProject

WithMetadataProject adds the metadataProject to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithSpecAgentMode

WithSpecAgentMode adds the specAgentMode to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithSpecTemplateRef

WithSpecTemplateRef adds the specTemplateRef to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithSpecToken

WithSpecToken adds the specToken to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithStatusFingerprint

func (o *BootstrapGetBootstrapAgentConfigParams) WithStatusFingerprint(statusFingerprint *string) *BootstrapGetBootstrapAgentConfigParams

WithStatusFingerprint adds the statusFingerprint to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithStatusIPAddress

WithStatusIPAddress adds the statusIPAddress to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithStatusLastCheckedIn

func (o *BootstrapGetBootstrapAgentConfigParams) WithStatusLastCheckedIn(statusLastCheckedIn *strfmt.DateTime) *BootstrapGetBootstrapAgentConfigParams

WithStatusLastCheckedIn adds the statusLastCheckedIn to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithStatusTokenState

func (o *BootstrapGetBootstrapAgentConfigParams) WithStatusTokenState(statusTokenState *string) *BootstrapGetBootstrapAgentConfigParams

WithStatusTokenState adds the statusTokenState to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WithTimeout

WithTimeout adds the timeout to the bootstrap get bootstrap agent config params

func (*BootstrapGetBootstrapAgentConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BootstrapGetBootstrapAgentConfigReader

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

BootstrapGetBootstrapAgentConfigReader is a Reader for the BootstrapGetBootstrapAgentConfig structure.

func (*BootstrapGetBootstrapAgentConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BootstrapGetBootstrapAgentDefault

type BootstrapGetBootstrapAgentDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}
BootstrapGetBootstrapAgentDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewBootstrapGetBootstrapAgentDefault

func NewBootstrapGetBootstrapAgentDefault(code int) *BootstrapGetBootstrapAgentDefault

NewBootstrapGetBootstrapAgentDefault creates a BootstrapGetBootstrapAgentDefault with default headers values

func (*BootstrapGetBootstrapAgentDefault) Code

Code gets the status code for the bootstrap get bootstrap agent default response

func (*BootstrapGetBootstrapAgentDefault) Error

func (*BootstrapGetBootstrapAgentDefault) GetPayload

type BootstrapGetBootstrapAgentForbidden

type BootstrapGetBootstrapAgentForbidden struct {
	Payload interface{}
}
BootstrapGetBootstrapAgentForbidden describes a response with status code 403, with default header values.

Returned when the user does not have permission to access the resource.

func NewBootstrapGetBootstrapAgentForbidden

func NewBootstrapGetBootstrapAgentForbidden() *BootstrapGetBootstrapAgentForbidden

NewBootstrapGetBootstrapAgentForbidden creates a BootstrapGetBootstrapAgentForbidden with default headers values

func (*BootstrapGetBootstrapAgentForbidden) Error

func (*BootstrapGetBootstrapAgentForbidden) GetPayload

func (o *BootstrapGetBootstrapAgentForbidden) GetPayload() interface{}

type BootstrapGetBootstrapAgentInternalServerError

type BootstrapGetBootstrapAgentInternalServerError struct {
	Payload interface{}
}
BootstrapGetBootstrapAgentInternalServerError describes a response with status code 500, with default header values.

Returned for internal server error

func NewBootstrapGetBootstrapAgentInternalServerError

func NewBootstrapGetBootstrapAgentInternalServerError() *BootstrapGetBootstrapAgentInternalServerError

NewBootstrapGetBootstrapAgentInternalServerError creates a BootstrapGetBootstrapAgentInternalServerError with default headers values

func (*BootstrapGetBootstrapAgentInternalServerError) Error

func (*BootstrapGetBootstrapAgentInternalServerError) GetPayload

func (o *BootstrapGetBootstrapAgentInternalServerError) GetPayload() interface{}

type BootstrapGetBootstrapAgentNotFound

type BootstrapGetBootstrapAgentNotFound struct {
	Payload interface{}
}
BootstrapGetBootstrapAgentNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewBootstrapGetBootstrapAgentNotFound

func NewBootstrapGetBootstrapAgentNotFound() *BootstrapGetBootstrapAgentNotFound

NewBootstrapGetBootstrapAgentNotFound creates a BootstrapGetBootstrapAgentNotFound with default headers values

func (*BootstrapGetBootstrapAgentNotFound) Error

func (*BootstrapGetBootstrapAgentNotFound) GetPayload

func (o *BootstrapGetBootstrapAgentNotFound) GetPayload() interface{}

type BootstrapGetBootstrapAgentOK

type BootstrapGetBootstrapAgentOK struct {
	Payload *models.SentryBootstrapAgent
}
BootstrapGetBootstrapAgentOK describes a response with status code 200, with default header values.

A successful response.

func NewBootstrapGetBootstrapAgentOK

func NewBootstrapGetBootstrapAgentOK() *BootstrapGetBootstrapAgentOK

NewBootstrapGetBootstrapAgentOK creates a BootstrapGetBootstrapAgentOK with default headers values

func (*BootstrapGetBootstrapAgentOK) Error

func (*BootstrapGetBootstrapAgentOK) GetPayload

type BootstrapGetBootstrapAgentParams

type BootstrapGetBootstrapAgentParams struct {

	/* APIVersion.

	   API Version. API Version of the resource

	   Default: "infra.k8smgmt.io/v3"
	*/
	APIVersion *string

	/* Kind.

	   Kind. Kind of the resource

	   Default: "BootstrapAgent"
	*/
	Kind *string

	/* MetadataDescription.

	   Description. description of the resource
	*/
	MetadataDescription *string

	/* MetadataDisplayName.

	   Display Name. display name of the resource
	*/
	MetadataDisplayName *string

	// MetadataID.
	MetadataID *string

	// MetadataModifiedAt.
	//
	// Format: date-time
	MetadataModifiedAt *strfmt.DateTime

	/* MetadataName.

	   name of the resource
	*/
	MetadataName string

	/* MetadataOrganization.

	   Organization. Organization to which the resource belongs
	*/
	MetadataOrganization *string

	/* MetadataPartner.

	   Partner. Partner to which the resource belongs
	*/
	MetadataPartner *string

	/* MetadataProject.

	   Project. Project of the resource
	*/
	MetadataProject *string

	// SpecAgentMode.
	//
	// Default: "InCluster"
	SpecAgentMode *string

	// SpecTemplateRef.
	SpecTemplateRef string

	// SpecToken.
	SpecToken *string

	// StatusFingerprint.
	StatusFingerprint *string

	// StatusIPAddress.
	StatusIPAddress *string

	// StatusLastCheckedIn.
	//
	// Format: date-time
	StatusLastCheckedIn *strfmt.DateTime

	// StatusTokenState.
	//
	// Default: "NotSet"
	StatusTokenState *string

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

BootstrapGetBootstrapAgentParams contains all the parameters to send to the API endpoint

for the bootstrap get bootstrap agent operation.

Typically these are written to a http.Request.

func NewBootstrapGetBootstrapAgentParams

func NewBootstrapGetBootstrapAgentParams() *BootstrapGetBootstrapAgentParams

NewBootstrapGetBootstrapAgentParams creates a new BootstrapGetBootstrapAgentParams 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 NewBootstrapGetBootstrapAgentParamsWithContext

func NewBootstrapGetBootstrapAgentParamsWithContext(ctx context.Context) *BootstrapGetBootstrapAgentParams

NewBootstrapGetBootstrapAgentParamsWithContext creates a new BootstrapGetBootstrapAgentParams object with the ability to set a context for a request.

func NewBootstrapGetBootstrapAgentParamsWithHTTPClient

func NewBootstrapGetBootstrapAgentParamsWithHTTPClient(client *http.Client) *BootstrapGetBootstrapAgentParams

NewBootstrapGetBootstrapAgentParamsWithHTTPClient creates a new BootstrapGetBootstrapAgentParams object with the ability to set a custom HTTPClient for a request.

func NewBootstrapGetBootstrapAgentParamsWithTimeout

func NewBootstrapGetBootstrapAgentParamsWithTimeout(timeout time.Duration) *BootstrapGetBootstrapAgentParams

NewBootstrapGetBootstrapAgentParamsWithTimeout creates a new BootstrapGetBootstrapAgentParams object with the ability to set a timeout on a request.

func (*BootstrapGetBootstrapAgentParams) SetAPIVersion

func (o *BootstrapGetBootstrapAgentParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetContext

SetContext adds the context to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetDefaults

func (o *BootstrapGetBootstrapAgentParams) SetDefaults()

SetDefaults hydrates default values in the bootstrap get bootstrap agent params (not the query body).

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

func (*BootstrapGetBootstrapAgentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetKind

func (o *BootstrapGetBootstrapAgentParams) SetKind(kind *string)

SetKind adds the kind to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetMetadataDescription

func (o *BootstrapGetBootstrapAgentParams) SetMetadataDescription(metadataDescription *string)

SetMetadataDescription adds the metadataDescription to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetMetadataDisplayName

func (o *BootstrapGetBootstrapAgentParams) SetMetadataDisplayName(metadataDisplayName *string)

SetMetadataDisplayName adds the metadataDisplayName to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetMetadataID

func (o *BootstrapGetBootstrapAgentParams) SetMetadataID(metadataID *string)

SetMetadataID adds the metadataId to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetMetadataModifiedAt

func (o *BootstrapGetBootstrapAgentParams) SetMetadataModifiedAt(metadataModifiedAt *strfmt.DateTime)

SetMetadataModifiedAt adds the metadataModifiedAt to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetMetadataName

func (o *BootstrapGetBootstrapAgentParams) SetMetadataName(metadataName string)

SetMetadataName adds the metadataName to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetMetadataOrganization

func (o *BootstrapGetBootstrapAgentParams) SetMetadataOrganization(metadataOrganization *string)

SetMetadataOrganization adds the metadataOrganization to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetMetadataPartner

func (o *BootstrapGetBootstrapAgentParams) SetMetadataPartner(metadataPartner *string)

SetMetadataPartner adds the metadataPartner to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetMetadataProject

func (o *BootstrapGetBootstrapAgentParams) SetMetadataProject(metadataProject *string)

SetMetadataProject adds the metadataProject to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetSpecAgentMode

func (o *BootstrapGetBootstrapAgentParams) SetSpecAgentMode(specAgentMode *string)

SetSpecAgentMode adds the specAgentMode to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetSpecTemplateRef

func (o *BootstrapGetBootstrapAgentParams) SetSpecTemplateRef(specTemplateRef string)

SetSpecTemplateRef adds the specTemplateRef to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetSpecToken

func (o *BootstrapGetBootstrapAgentParams) SetSpecToken(specToken *string)

SetSpecToken adds the specToken to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetStatusFingerprint

func (o *BootstrapGetBootstrapAgentParams) SetStatusFingerprint(statusFingerprint *string)

SetStatusFingerprint adds the statusFingerprint to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetStatusIPAddress

func (o *BootstrapGetBootstrapAgentParams) SetStatusIPAddress(statusIPAddress *string)

SetStatusIPAddress adds the statusIpAddress to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetStatusLastCheckedIn

func (o *BootstrapGetBootstrapAgentParams) SetStatusLastCheckedIn(statusLastCheckedIn *strfmt.DateTime)

SetStatusLastCheckedIn adds the statusLastCheckedIn to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetStatusTokenState

func (o *BootstrapGetBootstrapAgentParams) SetStatusTokenState(statusTokenState *string)

SetStatusTokenState adds the statusTokenState to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) SetTimeout

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

SetTimeout adds the timeout to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithContext

WithContext adds the context to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithDefaults

WithDefaults hydrates default values in the bootstrap get bootstrap agent params (not the query body).

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

func (*BootstrapGetBootstrapAgentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithKind

WithKind adds the kind to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithMetadataDescription

func (o *BootstrapGetBootstrapAgentParams) WithMetadataDescription(metadataDescription *string) *BootstrapGetBootstrapAgentParams

WithMetadataDescription adds the metadataDescription to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithMetadataDisplayName

func (o *BootstrapGetBootstrapAgentParams) WithMetadataDisplayName(metadataDisplayName *string) *BootstrapGetBootstrapAgentParams

WithMetadataDisplayName adds the metadataDisplayName to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithMetadataID

WithMetadataID adds the metadataID to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithMetadataModifiedAt

func (o *BootstrapGetBootstrapAgentParams) WithMetadataModifiedAt(metadataModifiedAt *strfmt.DateTime) *BootstrapGetBootstrapAgentParams

WithMetadataModifiedAt adds the metadataModifiedAt to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithMetadataName

WithMetadataName adds the metadataName to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithMetadataOrganization

func (o *BootstrapGetBootstrapAgentParams) WithMetadataOrganization(metadataOrganization *string) *BootstrapGetBootstrapAgentParams

WithMetadataOrganization adds the metadataOrganization to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithMetadataPartner

func (o *BootstrapGetBootstrapAgentParams) WithMetadataPartner(metadataPartner *string) *BootstrapGetBootstrapAgentParams

WithMetadataPartner adds the metadataPartner to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithMetadataProject

func (o *BootstrapGetBootstrapAgentParams) WithMetadataProject(metadataProject *string) *BootstrapGetBootstrapAgentParams

WithMetadataProject adds the metadataProject to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithSpecAgentMode

func (o *BootstrapGetBootstrapAgentParams) WithSpecAgentMode(specAgentMode *string) *BootstrapGetBootstrapAgentParams

WithSpecAgentMode adds the specAgentMode to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithSpecTemplateRef

func (o *BootstrapGetBootstrapAgentParams) WithSpecTemplateRef(specTemplateRef string) *BootstrapGetBootstrapAgentParams

WithSpecTemplateRef adds the specTemplateRef to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithSpecToken

WithSpecToken adds the specToken to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithStatusFingerprint

func (o *BootstrapGetBootstrapAgentParams) WithStatusFingerprint(statusFingerprint *string) *BootstrapGetBootstrapAgentParams

WithStatusFingerprint adds the statusFingerprint to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithStatusIPAddress

func (o *BootstrapGetBootstrapAgentParams) WithStatusIPAddress(statusIPAddress *string) *BootstrapGetBootstrapAgentParams

WithStatusIPAddress adds the statusIPAddress to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithStatusLastCheckedIn

func (o *BootstrapGetBootstrapAgentParams) WithStatusLastCheckedIn(statusLastCheckedIn *strfmt.DateTime) *BootstrapGetBootstrapAgentParams

WithStatusLastCheckedIn adds the statusLastCheckedIn to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithStatusTokenState

func (o *BootstrapGetBootstrapAgentParams) WithStatusTokenState(statusTokenState *string) *BootstrapGetBootstrapAgentParams

WithStatusTokenState adds the statusTokenState to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WithTimeout

WithTimeout adds the timeout to the bootstrap get bootstrap agent params

func (*BootstrapGetBootstrapAgentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BootstrapGetBootstrapAgentReader

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

BootstrapGetBootstrapAgentReader is a Reader for the BootstrapGetBootstrapAgent structure.

func (*BootstrapGetBootstrapAgentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BootstrapGetBootstrapAgentTemplateDefault

type BootstrapGetBootstrapAgentTemplateDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}
BootstrapGetBootstrapAgentTemplateDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewBootstrapGetBootstrapAgentTemplateDefault

func NewBootstrapGetBootstrapAgentTemplateDefault(code int) *BootstrapGetBootstrapAgentTemplateDefault

NewBootstrapGetBootstrapAgentTemplateDefault creates a BootstrapGetBootstrapAgentTemplateDefault with default headers values

func (*BootstrapGetBootstrapAgentTemplateDefault) Code

Code gets the status code for the bootstrap get bootstrap agent template default response

func (*BootstrapGetBootstrapAgentTemplateDefault) Error

func (*BootstrapGetBootstrapAgentTemplateDefault) GetPayload

type BootstrapGetBootstrapAgentTemplateForbidden

type BootstrapGetBootstrapAgentTemplateForbidden struct {
	Payload interface{}
}
BootstrapGetBootstrapAgentTemplateForbidden describes a response with status code 403, with default header values.

Returned when the user does not have permission to access the resource.

func NewBootstrapGetBootstrapAgentTemplateForbidden

func NewBootstrapGetBootstrapAgentTemplateForbidden() *BootstrapGetBootstrapAgentTemplateForbidden

NewBootstrapGetBootstrapAgentTemplateForbidden creates a BootstrapGetBootstrapAgentTemplateForbidden with default headers values

func (*BootstrapGetBootstrapAgentTemplateForbidden) Error

func (*BootstrapGetBootstrapAgentTemplateForbidden) GetPayload

func (o *BootstrapGetBootstrapAgentTemplateForbidden) GetPayload() interface{}

type BootstrapGetBootstrapAgentTemplateInternalServerError

type BootstrapGetBootstrapAgentTemplateInternalServerError struct {
	Payload interface{}
}
BootstrapGetBootstrapAgentTemplateInternalServerError describes a response with status code 500, with default header values.

Returned for internal server error

func NewBootstrapGetBootstrapAgentTemplateInternalServerError

func NewBootstrapGetBootstrapAgentTemplateInternalServerError() *BootstrapGetBootstrapAgentTemplateInternalServerError

NewBootstrapGetBootstrapAgentTemplateInternalServerError creates a BootstrapGetBootstrapAgentTemplateInternalServerError with default headers values

func (*BootstrapGetBootstrapAgentTemplateInternalServerError) Error

func (*BootstrapGetBootstrapAgentTemplateInternalServerError) GetPayload

func (o *BootstrapGetBootstrapAgentTemplateInternalServerError) GetPayload() interface{}

type BootstrapGetBootstrapAgentTemplateNotFound

type BootstrapGetBootstrapAgentTemplateNotFound struct {
	Payload interface{}
}
BootstrapGetBootstrapAgentTemplateNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewBootstrapGetBootstrapAgentTemplateNotFound

func NewBootstrapGetBootstrapAgentTemplateNotFound() *BootstrapGetBootstrapAgentTemplateNotFound

NewBootstrapGetBootstrapAgentTemplateNotFound creates a BootstrapGetBootstrapAgentTemplateNotFound with default headers values

func (*BootstrapGetBootstrapAgentTemplateNotFound) Error

func (*BootstrapGetBootstrapAgentTemplateNotFound) GetPayload

func (o *BootstrapGetBootstrapAgentTemplateNotFound) GetPayload() interface{}

type BootstrapGetBootstrapAgentTemplateOK

type BootstrapGetBootstrapAgentTemplateOK struct {
	Payload *models.SentryBootstrapAgentTemplate
}
BootstrapGetBootstrapAgentTemplateOK describes a response with status code 200, with default header values.

A successful response.

func NewBootstrapGetBootstrapAgentTemplateOK

func NewBootstrapGetBootstrapAgentTemplateOK() *BootstrapGetBootstrapAgentTemplateOK

NewBootstrapGetBootstrapAgentTemplateOK creates a BootstrapGetBootstrapAgentTemplateOK with default headers values

func (*BootstrapGetBootstrapAgentTemplateOK) Error

func (*BootstrapGetBootstrapAgentTemplateOK) GetPayload

type BootstrapGetBootstrapAgentTemplateParams

type BootstrapGetBootstrapAgentTemplateParams struct {

	/* APIVersion.

	   API Version. API Version of the resource

	   Default: "infra.k8smgmt.io/v3"
	*/
	APIVersion *string

	/* Kind.

	   Kind. Kind of the resource

	   Default: "BootstrapAgentTemplate"
	*/
	Kind *string

	/* MetadataDescription.

	   Description. description of the resource
	*/
	MetadataDescription *string

	/* MetadataDisplayName.

	   Display Name. display name of the resource
	*/
	MetadataDisplayName *string

	// MetadataID.
	MetadataID *string

	// MetadataModifiedAt.
	//
	// Format: date-time
	MetadataModifiedAt *strfmt.DateTime

	/* MetadataName.

	   name of the resource
	*/
	MetadataName string

	/* MetadataOrganization.

	   Organization. Organization to which the resource belongs
	*/
	MetadataOrganization *string

	/* MetadataPartner.

	   Partner. Partner to which the resource belongs
	*/
	MetadataPartner *string

	/* MetadataProject.

	   Project. Project of the resource
	*/
	MetadataProject *string

	// SpecAutoApprove.
	SpecAutoApprove *bool

	// SpecAutoRegister.
	SpecAutoRegister *bool

	// SpecIgnoreMultipleRegister.
	SpecIgnoreMultipleRegister *bool

	// SpecInClusterTemplate.
	SpecInClusterTemplate *string

	// SpecInfraRef.
	SpecInfraRef *string

	// SpecOutOfClusterTemplate.
	SpecOutOfClusterTemplate *string

	// SpecTemplateType.
	//
	// Default: "TemplateTypeNotSet"
	SpecTemplateType *string

	// SpecToken.
	SpecToken *string

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

BootstrapGetBootstrapAgentTemplateParams contains all the parameters to send to the API endpoint

for the bootstrap get bootstrap agent template operation.

Typically these are written to a http.Request.

func NewBootstrapGetBootstrapAgentTemplateParams

func NewBootstrapGetBootstrapAgentTemplateParams() *BootstrapGetBootstrapAgentTemplateParams

NewBootstrapGetBootstrapAgentTemplateParams creates a new BootstrapGetBootstrapAgentTemplateParams 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 NewBootstrapGetBootstrapAgentTemplateParamsWithContext

func NewBootstrapGetBootstrapAgentTemplateParamsWithContext(ctx context.Context) *BootstrapGetBootstrapAgentTemplateParams

NewBootstrapGetBootstrapAgentTemplateParamsWithContext creates a new BootstrapGetBootstrapAgentTemplateParams object with the ability to set a context for a request.

func NewBootstrapGetBootstrapAgentTemplateParamsWithHTTPClient

func NewBootstrapGetBootstrapAgentTemplateParamsWithHTTPClient(client *http.Client) *BootstrapGetBootstrapAgentTemplateParams

NewBootstrapGetBootstrapAgentTemplateParamsWithHTTPClient creates a new BootstrapGetBootstrapAgentTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewBootstrapGetBootstrapAgentTemplateParamsWithTimeout

func NewBootstrapGetBootstrapAgentTemplateParamsWithTimeout(timeout time.Duration) *BootstrapGetBootstrapAgentTemplateParams

NewBootstrapGetBootstrapAgentTemplateParamsWithTimeout creates a new BootstrapGetBootstrapAgentTemplateParams object with the ability to set a timeout on a request.

func (*BootstrapGetBootstrapAgentTemplateParams) SetAPIVersion

func (o *BootstrapGetBootstrapAgentTemplateParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetContext

SetContext adds the context to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetDefaults

SetDefaults hydrates default values in the bootstrap get bootstrap agent template params (not the query body).

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

func (*BootstrapGetBootstrapAgentTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetKind

SetKind adds the kind to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetMetadataDescription

func (o *BootstrapGetBootstrapAgentTemplateParams) SetMetadataDescription(metadataDescription *string)

SetMetadataDescription adds the metadataDescription to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetMetadataDisplayName

func (o *BootstrapGetBootstrapAgentTemplateParams) SetMetadataDisplayName(metadataDisplayName *string)

SetMetadataDisplayName adds the metadataDisplayName to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetMetadataID

func (o *BootstrapGetBootstrapAgentTemplateParams) SetMetadataID(metadataID *string)

SetMetadataID adds the metadataId to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetMetadataModifiedAt

func (o *BootstrapGetBootstrapAgentTemplateParams) SetMetadataModifiedAt(metadataModifiedAt *strfmt.DateTime)

SetMetadataModifiedAt adds the metadataModifiedAt to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetMetadataName

func (o *BootstrapGetBootstrapAgentTemplateParams) SetMetadataName(metadataName string)

SetMetadataName adds the metadataName to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetMetadataOrganization

func (o *BootstrapGetBootstrapAgentTemplateParams) SetMetadataOrganization(metadataOrganization *string)

SetMetadataOrganization adds the metadataOrganization to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetMetadataPartner

func (o *BootstrapGetBootstrapAgentTemplateParams) SetMetadataPartner(metadataPartner *string)

SetMetadataPartner adds the metadataPartner to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetMetadataProject

func (o *BootstrapGetBootstrapAgentTemplateParams) SetMetadataProject(metadataProject *string)

SetMetadataProject adds the metadataProject to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetSpecAutoApprove

func (o *BootstrapGetBootstrapAgentTemplateParams) SetSpecAutoApprove(specAutoApprove *bool)

SetSpecAutoApprove adds the specAutoApprove to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetSpecAutoRegister

func (o *BootstrapGetBootstrapAgentTemplateParams) SetSpecAutoRegister(specAutoRegister *bool)

SetSpecAutoRegister adds the specAutoRegister to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetSpecIgnoreMultipleRegister

func (o *BootstrapGetBootstrapAgentTemplateParams) SetSpecIgnoreMultipleRegister(specIgnoreMultipleRegister *bool)

SetSpecIgnoreMultipleRegister adds the specIgnoreMultipleRegister to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetSpecInClusterTemplate

func (o *BootstrapGetBootstrapAgentTemplateParams) SetSpecInClusterTemplate(specInClusterTemplate *string)

SetSpecInClusterTemplate adds the specInClusterTemplate to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetSpecInfraRef

func (o *BootstrapGetBootstrapAgentTemplateParams) SetSpecInfraRef(specInfraRef *string)

SetSpecInfraRef adds the specInfraRef to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetSpecOutOfClusterTemplate

func (o *BootstrapGetBootstrapAgentTemplateParams) SetSpecOutOfClusterTemplate(specOutOfClusterTemplate *string)

SetSpecOutOfClusterTemplate adds the specOutOfClusterTemplate to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetSpecTemplateType

func (o *BootstrapGetBootstrapAgentTemplateParams) SetSpecTemplateType(specTemplateType *string)

SetSpecTemplateType adds the specTemplateType to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetSpecToken

func (o *BootstrapGetBootstrapAgentTemplateParams) SetSpecToken(specToken *string)

SetSpecToken adds the specToken to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) SetTimeout

SetTimeout adds the timeout to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithContext

WithContext adds the context to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithDefaults

WithDefaults hydrates default values in the bootstrap get bootstrap agent template params (not the query body).

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

func (*BootstrapGetBootstrapAgentTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithKind

WithKind adds the kind to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithMetadataDescription

func (o *BootstrapGetBootstrapAgentTemplateParams) WithMetadataDescription(metadataDescription *string) *BootstrapGetBootstrapAgentTemplateParams

WithMetadataDescription adds the metadataDescription to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithMetadataDisplayName

func (o *BootstrapGetBootstrapAgentTemplateParams) WithMetadataDisplayName(metadataDisplayName *string) *BootstrapGetBootstrapAgentTemplateParams

WithMetadataDisplayName adds the metadataDisplayName to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithMetadataID

WithMetadataID adds the metadataID to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithMetadataModifiedAt

WithMetadataModifiedAt adds the metadataModifiedAt to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithMetadataName

WithMetadataName adds the metadataName to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithMetadataOrganization

func (o *BootstrapGetBootstrapAgentTemplateParams) WithMetadataOrganization(metadataOrganization *string) *BootstrapGetBootstrapAgentTemplateParams

WithMetadataOrganization adds the metadataOrganization to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithMetadataPartner

WithMetadataPartner adds the metadataPartner to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithMetadataProject

WithMetadataProject adds the metadataProject to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithSpecAutoApprove

WithSpecAutoApprove adds the specAutoApprove to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithSpecAutoRegister

WithSpecAutoRegister adds the specAutoRegister to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithSpecIgnoreMultipleRegister

func (o *BootstrapGetBootstrapAgentTemplateParams) WithSpecIgnoreMultipleRegister(specIgnoreMultipleRegister *bool) *BootstrapGetBootstrapAgentTemplateParams

WithSpecIgnoreMultipleRegister adds the specIgnoreMultipleRegister to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithSpecInClusterTemplate

func (o *BootstrapGetBootstrapAgentTemplateParams) WithSpecInClusterTemplate(specInClusterTemplate *string) *BootstrapGetBootstrapAgentTemplateParams

WithSpecInClusterTemplate adds the specInClusterTemplate to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithSpecInfraRef

WithSpecInfraRef adds the specInfraRef to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithSpecOutOfClusterTemplate

func (o *BootstrapGetBootstrapAgentTemplateParams) WithSpecOutOfClusterTemplate(specOutOfClusterTemplate *string) *BootstrapGetBootstrapAgentTemplateParams

WithSpecOutOfClusterTemplate adds the specOutOfClusterTemplate to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithSpecTemplateType

WithSpecTemplateType adds the specTemplateType to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithSpecToken

WithSpecToken adds the specToken to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WithTimeout

WithTimeout adds the timeout to the bootstrap get bootstrap agent template params

func (*BootstrapGetBootstrapAgentTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BootstrapGetBootstrapAgentTemplateReader

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

BootstrapGetBootstrapAgentTemplateReader is a Reader for the BootstrapGetBootstrapAgentTemplate structure.

func (*BootstrapGetBootstrapAgentTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BootstrapGetBootstrapAgentTemplatesDefault

type BootstrapGetBootstrapAgentTemplatesDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}
BootstrapGetBootstrapAgentTemplatesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewBootstrapGetBootstrapAgentTemplatesDefault

func NewBootstrapGetBootstrapAgentTemplatesDefault(code int) *BootstrapGetBootstrapAgentTemplatesDefault

NewBootstrapGetBootstrapAgentTemplatesDefault creates a BootstrapGetBootstrapAgentTemplatesDefault with default headers values

func (*BootstrapGetBootstrapAgentTemplatesDefault) Code

Code gets the status code for the bootstrap get bootstrap agent templates default response

func (*BootstrapGetBootstrapAgentTemplatesDefault) Error

func (*BootstrapGetBootstrapAgentTemplatesDefault) GetPayload

type BootstrapGetBootstrapAgentTemplatesForbidden

type BootstrapGetBootstrapAgentTemplatesForbidden struct {
	Payload interface{}
}
BootstrapGetBootstrapAgentTemplatesForbidden describes a response with status code 403, with default header values.

Returned when the user does not have permission to access the resource.

func NewBootstrapGetBootstrapAgentTemplatesForbidden

func NewBootstrapGetBootstrapAgentTemplatesForbidden() *BootstrapGetBootstrapAgentTemplatesForbidden

NewBootstrapGetBootstrapAgentTemplatesForbidden creates a BootstrapGetBootstrapAgentTemplatesForbidden with default headers values

func (*BootstrapGetBootstrapAgentTemplatesForbidden) Error

func (*BootstrapGetBootstrapAgentTemplatesForbidden) GetPayload

func (o *BootstrapGetBootstrapAgentTemplatesForbidden) GetPayload() interface{}

type BootstrapGetBootstrapAgentTemplatesInternalServerError

type BootstrapGetBootstrapAgentTemplatesInternalServerError struct {
	Payload interface{}
}
BootstrapGetBootstrapAgentTemplatesInternalServerError describes a response with status code 500, with default header values.

Returned for internal server error

func NewBootstrapGetBootstrapAgentTemplatesInternalServerError

func NewBootstrapGetBootstrapAgentTemplatesInternalServerError() *BootstrapGetBootstrapAgentTemplatesInternalServerError

NewBootstrapGetBootstrapAgentTemplatesInternalServerError creates a BootstrapGetBootstrapAgentTemplatesInternalServerError with default headers values

func (*BootstrapGetBootstrapAgentTemplatesInternalServerError) Error

func (*BootstrapGetBootstrapAgentTemplatesInternalServerError) GetPayload

func (o *BootstrapGetBootstrapAgentTemplatesInternalServerError) GetPayload() interface{}

type BootstrapGetBootstrapAgentTemplatesNotFound

type BootstrapGetBootstrapAgentTemplatesNotFound struct {
	Payload interface{}
}
BootstrapGetBootstrapAgentTemplatesNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewBootstrapGetBootstrapAgentTemplatesNotFound

func NewBootstrapGetBootstrapAgentTemplatesNotFound() *BootstrapGetBootstrapAgentTemplatesNotFound

NewBootstrapGetBootstrapAgentTemplatesNotFound creates a BootstrapGetBootstrapAgentTemplatesNotFound with default headers values

func (*BootstrapGetBootstrapAgentTemplatesNotFound) Error

func (*BootstrapGetBootstrapAgentTemplatesNotFound) GetPayload

func (o *BootstrapGetBootstrapAgentTemplatesNotFound) GetPayload() interface{}

type BootstrapGetBootstrapAgentTemplatesOK

type BootstrapGetBootstrapAgentTemplatesOK struct {
	Payload *models.SentryBootstrapAgentTemplateList
}
BootstrapGetBootstrapAgentTemplatesOK describes a response with status code 200, with default header values.

A successful response.

func NewBootstrapGetBootstrapAgentTemplatesOK

func NewBootstrapGetBootstrapAgentTemplatesOK() *BootstrapGetBootstrapAgentTemplatesOK

NewBootstrapGetBootstrapAgentTemplatesOK creates a BootstrapGetBootstrapAgentTemplatesOK with default headers values

func (*BootstrapGetBootstrapAgentTemplatesOK) Error

func (*BootstrapGetBootstrapAgentTemplatesOK) GetPayload

type BootstrapGetBootstrapAgentTemplatesParams

type BootstrapGetBootstrapAgentTemplatesParams struct {

	// ID.
	ID *string

	// Account.
	Account *string

	// BlueprintRef.
	BlueprintRef *string

	// ClusterID.
	ClusterID *string

	// Count.
	//
	// Format: int64
	Count *string

	// Deleted.
	Deleted *bool

	/* DisplayName.

	   displayName only used for update queries to set displayName (READONLY).
	*/
	DisplayName *string

	// Extended.
	Extended *bool

	/* GlobalScope.

	   globalScope sets partnerID,organizationID,projectID = 0.
	*/
	GlobalScope *bool

	// Groups.
	Groups []string

	/* IgnoreScopeDefault.

	     ignoreScopeDefault ignores default values for partnerID, organizationID and
	projectID.
	*/
	IgnoreScopeDefault *bool

	// IsSSOUser.
	IsSSOUser *bool

	// Limit.
	//
	// Format: int64
	Limit *string

	/* Name.

	     name is unique ID of a resource along with (partnerID, organizationID,
	projectID).
	*/
	Name *string

	// Offset.
	//
	// Format: int64
	Offset *string

	// Order.
	Order *string

	// OrderBy.
	OrderBy *string

	// Organization.
	Organization *string

	// Partner.
	Partner *string

	// Project.
	Project *string

	// PublishedVersion.
	PublishedVersion *string

	/* Selector.

	   selector is used to filter the labels of a resource.
	*/
	Selector *string

	/* URLScope.

	   urlScope is supposed to be passed in the URL as kind/HashID(value).
	*/
	URLScope *string

	// Username.
	Username *string

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

BootstrapGetBootstrapAgentTemplatesParams contains all the parameters to send to the API endpoint

for the bootstrap get bootstrap agent templates operation.

Typically these are written to a http.Request.

func NewBootstrapGetBootstrapAgentTemplatesParams

func NewBootstrapGetBootstrapAgentTemplatesParams() *BootstrapGetBootstrapAgentTemplatesParams

NewBootstrapGetBootstrapAgentTemplatesParams creates a new BootstrapGetBootstrapAgentTemplatesParams 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 NewBootstrapGetBootstrapAgentTemplatesParamsWithContext

func NewBootstrapGetBootstrapAgentTemplatesParamsWithContext(ctx context.Context) *BootstrapGetBootstrapAgentTemplatesParams

NewBootstrapGetBootstrapAgentTemplatesParamsWithContext creates a new BootstrapGetBootstrapAgentTemplatesParams object with the ability to set a context for a request.

func NewBootstrapGetBootstrapAgentTemplatesParamsWithHTTPClient

func NewBootstrapGetBootstrapAgentTemplatesParamsWithHTTPClient(client *http.Client) *BootstrapGetBootstrapAgentTemplatesParams

NewBootstrapGetBootstrapAgentTemplatesParamsWithHTTPClient creates a new BootstrapGetBootstrapAgentTemplatesParams object with the ability to set a custom HTTPClient for a request.

func NewBootstrapGetBootstrapAgentTemplatesParamsWithTimeout

func NewBootstrapGetBootstrapAgentTemplatesParamsWithTimeout(timeout time.Duration) *BootstrapGetBootstrapAgentTemplatesParams

NewBootstrapGetBootstrapAgentTemplatesParamsWithTimeout creates a new BootstrapGetBootstrapAgentTemplatesParams object with the ability to set a timeout on a request.

func (*BootstrapGetBootstrapAgentTemplatesParams) SetAccount

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetAccount(account *string)

SetAccount adds the account to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetBlueprintRef

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetBlueprintRef(blueprintRef *string)

SetBlueprintRef adds the blueprintRef to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetClusterID

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetClusterID(clusterID *string)

SetClusterID adds the clusterId to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetContext

SetContext adds the context to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetCount

SetCount adds the count to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetDefaults

SetDefaults hydrates default values in the bootstrap get bootstrap agent templates params (not the query body).

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

func (*BootstrapGetBootstrapAgentTemplatesParams) SetDeleted

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetDeleted(deleted *bool)

SetDeleted adds the deleted to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetDisplayName

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetDisplayName(displayName *string)

SetDisplayName adds the displayName to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetExtended

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetExtended(extended *bool)

SetExtended adds the extended to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetGlobalScope

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetGlobalScope(globalScope *bool)

SetGlobalScope adds the globalScope to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetGroups

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetGroups(groups []string)

SetGroups adds the groups to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetID

SetID adds the id to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetIgnoreScopeDefault

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetIgnoreScopeDefault(ignoreScopeDefault *bool)

SetIgnoreScopeDefault adds the ignoreScopeDefault to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetIsSSOUser

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetIsSSOUser(isSSOUser *bool)

SetIsSSOUser adds the isSSOUser to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetLimit

SetLimit adds the limit to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetName

SetName adds the name to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetOffset

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetOffset(offset *string)

SetOffset adds the offset to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetOrder

SetOrder adds the order to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetOrderBy

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetOrderBy(orderBy *string)

SetOrderBy adds the orderBy to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetOrganization

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetOrganization(organization *string)

SetOrganization adds the organization to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetPartner

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetPartner(partner *string)

SetPartner adds the partner to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetProject

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetProject(project *string)

SetProject adds the project to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetPublishedVersion

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetPublishedVersion(publishedVersion *string)

SetPublishedVersion adds the publishedVersion to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetSelector

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

SetSelector adds the selector to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetTimeout

SetTimeout adds the timeout to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetURLScope

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetURLScope(uRLScope *string)

SetURLScope adds the urlScope to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) SetUsername

func (o *BootstrapGetBootstrapAgentTemplatesParams) SetUsername(username *string)

SetUsername adds the username to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithAccount

WithAccount adds the account to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithBlueprintRef

WithBlueprintRef adds the blueprintRef to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithClusterID

WithClusterID adds the clusterID to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithContext

WithContext adds the context to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithCount

WithCount adds the count to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithDefaults

WithDefaults hydrates default values in the bootstrap get bootstrap agent templates params (not the query body).

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

func (*BootstrapGetBootstrapAgentTemplatesParams) WithDeleted

WithDeleted adds the deleted to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithDisplayName

WithDisplayName adds the displayName to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithExtended

WithExtended adds the extended to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithGlobalScope

WithGlobalScope adds the globalScope to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithGroups

WithGroups adds the groups to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithID

WithID adds the id to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithIgnoreScopeDefault

func (o *BootstrapGetBootstrapAgentTemplatesParams) WithIgnoreScopeDefault(ignoreScopeDefault *bool) *BootstrapGetBootstrapAgentTemplatesParams

WithIgnoreScopeDefault adds the ignoreScopeDefault to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithIsSSOUser

WithIsSSOUser adds the isSSOUser to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithLimit

WithLimit adds the limit to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithName

WithName adds the name to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithOffset

WithOffset adds the offset to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithOrder

WithOrder adds the order to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithOrderBy

WithOrderBy adds the orderBy to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithOrganization

WithOrganization adds the organization to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithPartner

WithPartner adds the partner to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithProject

WithProject adds the project to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithPublishedVersion

WithPublishedVersion adds the publishedVersion to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithSelector

WithSelector adds the selector to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithTimeout

WithTimeout adds the timeout to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithURLScope

WithURLScope adds the uRLScope to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WithUsername

WithUsername adds the username to the bootstrap get bootstrap agent templates params

func (*BootstrapGetBootstrapAgentTemplatesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BootstrapGetBootstrapAgentTemplatesReader

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

BootstrapGetBootstrapAgentTemplatesReader is a Reader for the BootstrapGetBootstrapAgentTemplates structure.

func (*BootstrapGetBootstrapAgentTemplatesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BootstrapGetBootstrapAgentsDefault

type BootstrapGetBootstrapAgentsDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}
BootstrapGetBootstrapAgentsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewBootstrapGetBootstrapAgentsDefault

func NewBootstrapGetBootstrapAgentsDefault(code int) *BootstrapGetBootstrapAgentsDefault

NewBootstrapGetBootstrapAgentsDefault creates a BootstrapGetBootstrapAgentsDefault with default headers values

func (*BootstrapGetBootstrapAgentsDefault) Code

Code gets the status code for the bootstrap get bootstrap agents default response

func (*BootstrapGetBootstrapAgentsDefault) Error

func (*BootstrapGetBootstrapAgentsDefault) GetPayload

type BootstrapGetBootstrapAgentsForbidden

type BootstrapGetBootstrapAgentsForbidden struct {
	Payload interface{}
}
BootstrapGetBootstrapAgentsForbidden describes a response with status code 403, with default header values.

Returned when the user does not have permission to access the resource.

func NewBootstrapGetBootstrapAgentsForbidden

func NewBootstrapGetBootstrapAgentsForbidden() *BootstrapGetBootstrapAgentsForbidden

NewBootstrapGetBootstrapAgentsForbidden creates a BootstrapGetBootstrapAgentsForbidden with default headers values

func (*BootstrapGetBootstrapAgentsForbidden) Error

func (*BootstrapGetBootstrapAgentsForbidden) GetPayload

func (o *BootstrapGetBootstrapAgentsForbidden) GetPayload() interface{}

type BootstrapGetBootstrapAgentsInternalServerError

type BootstrapGetBootstrapAgentsInternalServerError struct {
	Payload interface{}
}
BootstrapGetBootstrapAgentsInternalServerError describes a response with status code 500, with default header values.

Returned for internal server error

func NewBootstrapGetBootstrapAgentsInternalServerError

func NewBootstrapGetBootstrapAgentsInternalServerError() *BootstrapGetBootstrapAgentsInternalServerError

NewBootstrapGetBootstrapAgentsInternalServerError creates a BootstrapGetBootstrapAgentsInternalServerError with default headers values

func (*BootstrapGetBootstrapAgentsInternalServerError) Error

func (*BootstrapGetBootstrapAgentsInternalServerError) GetPayload

func (o *BootstrapGetBootstrapAgentsInternalServerError) GetPayload() interface{}

type BootstrapGetBootstrapAgentsNotFound

type BootstrapGetBootstrapAgentsNotFound struct {
	Payload interface{}
}
BootstrapGetBootstrapAgentsNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewBootstrapGetBootstrapAgentsNotFound

func NewBootstrapGetBootstrapAgentsNotFound() *BootstrapGetBootstrapAgentsNotFound

NewBootstrapGetBootstrapAgentsNotFound creates a BootstrapGetBootstrapAgentsNotFound with default headers values

func (*BootstrapGetBootstrapAgentsNotFound) Error

func (*BootstrapGetBootstrapAgentsNotFound) GetPayload

func (o *BootstrapGetBootstrapAgentsNotFound) GetPayload() interface{}

type BootstrapGetBootstrapAgentsOK

type BootstrapGetBootstrapAgentsOK struct {
	Payload *models.SentryBootstrapAgentList
}
BootstrapGetBootstrapAgentsOK describes a response with status code 200, with default header values.

A successful response.

func NewBootstrapGetBootstrapAgentsOK

func NewBootstrapGetBootstrapAgentsOK() *BootstrapGetBootstrapAgentsOK

NewBootstrapGetBootstrapAgentsOK creates a BootstrapGetBootstrapAgentsOK with default headers values

func (*BootstrapGetBootstrapAgentsOK) Error

func (*BootstrapGetBootstrapAgentsOK) GetPayload

type BootstrapGetBootstrapAgentsParams

type BootstrapGetBootstrapAgentsParams struct {

	// OptsID.
	OptsID *string

	// OptsAccount.
	OptsAccount *string

	// OptsBlueprintRef.
	OptsBlueprintRef *string

	// OptsClusterID.
	OptsClusterID *string

	// OptsCount.
	//
	// Format: int64
	OptsCount *string

	// OptsDeleted.
	OptsDeleted *bool

	/* OptsDisplayName.

	   displayName only used for update queries to set displayName (READONLY).
	*/
	OptsDisplayName *string

	// OptsExtended.
	OptsExtended *bool

	/* OptsGlobalScope.

	   globalScope sets partnerID,organizationID,projectID = 0.
	*/
	OptsGlobalScope *bool

	// OptsGroups.
	OptsGroups []string

	/* OptsIgnoreScopeDefault.

	     ignoreScopeDefault ignores default values for partnerID, organizationID and
	projectID.
	*/
	OptsIgnoreScopeDefault *bool

	// OptsIsSSOUser.
	OptsIsSSOUser *bool

	// OptsLimit.
	//
	// Format: int64
	OptsLimit *string

	/* OptsName.

	     name is unique ID of a resource along with (partnerID, organizationID,
	projectID).
	*/
	OptsName *string

	// OptsOffset.
	//
	// Format: int64
	OptsOffset *string

	// OptsOrder.
	OptsOrder *string

	// OptsOrderBy.
	OptsOrderBy *string

	// OptsOrganization.
	OptsOrganization *string

	// OptsPartner.
	OptsPartner *string

	// OptsProject.
	OptsProject *string

	// OptsPublishedVersion.
	OptsPublishedVersion *string

	/* OptsSelector.

	   selector is used to filter the labels of a resource.
	*/
	OptsSelector *string

	/* OptsURLScope.

	   urlScope is supposed to be passed in the URL as kind/HashID(value).
	*/
	OptsURLScope *string

	// OptsUsername.
	OptsUsername *string

	// TemplateScope.
	TemplateScope string

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

BootstrapGetBootstrapAgentsParams contains all the parameters to send to the API endpoint

for the bootstrap get bootstrap agents operation.

Typically these are written to a http.Request.

func NewBootstrapGetBootstrapAgentsParams

func NewBootstrapGetBootstrapAgentsParams() *BootstrapGetBootstrapAgentsParams

NewBootstrapGetBootstrapAgentsParams creates a new BootstrapGetBootstrapAgentsParams 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 NewBootstrapGetBootstrapAgentsParamsWithContext

func NewBootstrapGetBootstrapAgentsParamsWithContext(ctx context.Context) *BootstrapGetBootstrapAgentsParams

NewBootstrapGetBootstrapAgentsParamsWithContext creates a new BootstrapGetBootstrapAgentsParams object with the ability to set a context for a request.

func NewBootstrapGetBootstrapAgentsParamsWithHTTPClient

func NewBootstrapGetBootstrapAgentsParamsWithHTTPClient(client *http.Client) *BootstrapGetBootstrapAgentsParams

NewBootstrapGetBootstrapAgentsParamsWithHTTPClient creates a new BootstrapGetBootstrapAgentsParams object with the ability to set a custom HTTPClient for a request.

func NewBootstrapGetBootstrapAgentsParamsWithTimeout

func NewBootstrapGetBootstrapAgentsParamsWithTimeout(timeout time.Duration) *BootstrapGetBootstrapAgentsParams

NewBootstrapGetBootstrapAgentsParamsWithTimeout creates a new BootstrapGetBootstrapAgentsParams object with the ability to set a timeout on a request.

func (*BootstrapGetBootstrapAgentsParams) SetContext

SetContext adds the context to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetDefaults

func (o *BootstrapGetBootstrapAgentsParams) SetDefaults()

SetDefaults hydrates default values in the bootstrap get bootstrap agents params (not the query body).

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

func (*BootstrapGetBootstrapAgentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsAccount

func (o *BootstrapGetBootstrapAgentsParams) SetOptsAccount(optsAccount *string)

SetOptsAccount adds the optsAccount to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsBlueprintRef

func (o *BootstrapGetBootstrapAgentsParams) SetOptsBlueprintRef(optsBlueprintRef *string)

SetOptsBlueprintRef adds the optsBlueprintRef to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsClusterID

func (o *BootstrapGetBootstrapAgentsParams) SetOptsClusterID(optsClusterID *string)

SetOptsClusterID adds the optsClusterId to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsCount

func (o *BootstrapGetBootstrapAgentsParams) SetOptsCount(optsCount *string)

SetOptsCount adds the optsCount to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsDeleted

func (o *BootstrapGetBootstrapAgentsParams) SetOptsDeleted(optsDeleted *bool)

SetOptsDeleted adds the optsDeleted to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsDisplayName

func (o *BootstrapGetBootstrapAgentsParams) SetOptsDisplayName(optsDisplayName *string)

SetOptsDisplayName adds the optsDisplayName to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsExtended

func (o *BootstrapGetBootstrapAgentsParams) SetOptsExtended(optsExtended *bool)

SetOptsExtended adds the optsExtended to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsGlobalScope

func (o *BootstrapGetBootstrapAgentsParams) SetOptsGlobalScope(optsGlobalScope *bool)

SetOptsGlobalScope adds the optsGlobalScope to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsGroups

func (o *BootstrapGetBootstrapAgentsParams) SetOptsGroups(optsGroups []string)

SetOptsGroups adds the optsGroups to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsID

func (o *BootstrapGetBootstrapAgentsParams) SetOptsID(optsID *string)

SetOptsID adds the optsId to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsIgnoreScopeDefault

func (o *BootstrapGetBootstrapAgentsParams) SetOptsIgnoreScopeDefault(optsIgnoreScopeDefault *bool)

SetOptsIgnoreScopeDefault adds the optsIgnoreScopeDefault to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsIsSSOUser

func (o *BootstrapGetBootstrapAgentsParams) SetOptsIsSSOUser(optsIsSSOUser *bool)

SetOptsIsSSOUser adds the optsIsSSOUser to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsLimit

func (o *BootstrapGetBootstrapAgentsParams) SetOptsLimit(optsLimit *string)

SetOptsLimit adds the optsLimit to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsName

func (o *BootstrapGetBootstrapAgentsParams) SetOptsName(optsName *string)

SetOptsName adds the optsName to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsOffset

func (o *BootstrapGetBootstrapAgentsParams) SetOptsOffset(optsOffset *string)

SetOptsOffset adds the optsOffset to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsOrder

func (o *BootstrapGetBootstrapAgentsParams) SetOptsOrder(optsOrder *string)

SetOptsOrder adds the optsOrder to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsOrderBy

func (o *BootstrapGetBootstrapAgentsParams) SetOptsOrderBy(optsOrderBy *string)

SetOptsOrderBy adds the optsOrderBy to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsOrganization

func (o *BootstrapGetBootstrapAgentsParams) SetOptsOrganization(optsOrganization *string)

SetOptsOrganization adds the optsOrganization to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsPartner

func (o *BootstrapGetBootstrapAgentsParams) SetOptsPartner(optsPartner *string)

SetOptsPartner adds the optsPartner to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsProject

func (o *BootstrapGetBootstrapAgentsParams) SetOptsProject(optsProject *string)

SetOptsProject adds the optsProject to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsPublishedVersion

func (o *BootstrapGetBootstrapAgentsParams) SetOptsPublishedVersion(optsPublishedVersion *string)

SetOptsPublishedVersion adds the optsPublishedVersion to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsSelector

func (o *BootstrapGetBootstrapAgentsParams) SetOptsSelector(optsSelector *string)

SetOptsSelector adds the optsSelector to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsURLScope

func (o *BootstrapGetBootstrapAgentsParams) SetOptsURLScope(optsURLScope *string)

SetOptsURLScope adds the optsUrlScope to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetOptsUsername

func (o *BootstrapGetBootstrapAgentsParams) SetOptsUsername(optsUsername *string)

SetOptsUsername adds the optsUsername to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetTemplateScope

func (o *BootstrapGetBootstrapAgentsParams) SetTemplateScope(templateScope string)

SetTemplateScope adds the templateScope to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) SetTimeout

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

SetTimeout adds the timeout to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithContext

WithContext adds the context to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithDefaults

WithDefaults hydrates default values in the bootstrap get bootstrap agents params (not the query body).

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

func (*BootstrapGetBootstrapAgentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsAccount

WithOptsAccount adds the optsAccount to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsBlueprintRef

func (o *BootstrapGetBootstrapAgentsParams) WithOptsBlueprintRef(optsBlueprintRef *string) *BootstrapGetBootstrapAgentsParams

WithOptsBlueprintRef adds the optsBlueprintRef to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsClusterID

func (o *BootstrapGetBootstrapAgentsParams) WithOptsClusterID(optsClusterID *string) *BootstrapGetBootstrapAgentsParams

WithOptsClusterID adds the optsClusterID to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsCount

WithOptsCount adds the optsCount to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsDeleted

WithOptsDeleted adds the optsDeleted to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsDisplayName

func (o *BootstrapGetBootstrapAgentsParams) WithOptsDisplayName(optsDisplayName *string) *BootstrapGetBootstrapAgentsParams

WithOptsDisplayName adds the optsDisplayName to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsExtended

func (o *BootstrapGetBootstrapAgentsParams) WithOptsExtended(optsExtended *bool) *BootstrapGetBootstrapAgentsParams

WithOptsExtended adds the optsExtended to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsGlobalScope

func (o *BootstrapGetBootstrapAgentsParams) WithOptsGlobalScope(optsGlobalScope *bool) *BootstrapGetBootstrapAgentsParams

WithOptsGlobalScope adds the optsGlobalScope to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsGroups

WithOptsGroups adds the optsGroups to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsID

WithOptsID adds the optsID to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsIgnoreScopeDefault

func (o *BootstrapGetBootstrapAgentsParams) WithOptsIgnoreScopeDefault(optsIgnoreScopeDefault *bool) *BootstrapGetBootstrapAgentsParams

WithOptsIgnoreScopeDefault adds the optsIgnoreScopeDefault to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsIsSSOUser

func (o *BootstrapGetBootstrapAgentsParams) WithOptsIsSSOUser(optsIsSSOUser *bool) *BootstrapGetBootstrapAgentsParams

WithOptsIsSSOUser adds the optsIsSSOUser to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsLimit

WithOptsLimit adds the optsLimit to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsName

WithOptsName adds the optsName to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsOffset

WithOptsOffset adds the optsOffset to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsOrder

WithOptsOrder adds the optsOrder to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsOrderBy

WithOptsOrderBy adds the optsOrderBy to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsOrganization

func (o *BootstrapGetBootstrapAgentsParams) WithOptsOrganization(optsOrganization *string) *BootstrapGetBootstrapAgentsParams

WithOptsOrganization adds the optsOrganization to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsPartner

WithOptsPartner adds the optsPartner to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsProject

WithOptsProject adds the optsProject to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsPublishedVersion

func (o *BootstrapGetBootstrapAgentsParams) WithOptsPublishedVersion(optsPublishedVersion *string) *BootstrapGetBootstrapAgentsParams

WithOptsPublishedVersion adds the optsPublishedVersion to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsSelector

WithOptsSelector adds the optsSelector to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsURLScope

WithOptsURLScope adds the optsURLScope to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithOptsUsername

WithOptsUsername adds the optsUsername to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithTemplateScope

func (o *BootstrapGetBootstrapAgentsParams) WithTemplateScope(templateScope string) *BootstrapGetBootstrapAgentsParams

WithTemplateScope adds the templateScope to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WithTimeout

WithTimeout adds the timeout to the bootstrap get bootstrap agents params

func (*BootstrapGetBootstrapAgentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BootstrapGetBootstrapAgentsReader

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

BootstrapGetBootstrapAgentsReader is a Reader for the BootstrapGetBootstrapAgents structure.

func (*BootstrapGetBootstrapAgentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BootstrapGetBootstrapInfraDefault

type BootstrapGetBootstrapInfraDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}
BootstrapGetBootstrapInfraDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewBootstrapGetBootstrapInfraDefault

func NewBootstrapGetBootstrapInfraDefault(code int) *BootstrapGetBootstrapInfraDefault

NewBootstrapGetBootstrapInfraDefault creates a BootstrapGetBootstrapInfraDefault with default headers values

func (*BootstrapGetBootstrapInfraDefault) Code

Code gets the status code for the bootstrap get bootstrap infra default response

func (*BootstrapGetBootstrapInfraDefault) Error

func (*BootstrapGetBootstrapInfraDefault) GetPayload

type BootstrapGetBootstrapInfraForbidden

type BootstrapGetBootstrapInfraForbidden struct {
	Payload interface{}
}
BootstrapGetBootstrapInfraForbidden describes a response with status code 403, with default header values.

Returned when the user does not have permission to access the resource.

func NewBootstrapGetBootstrapInfraForbidden

func NewBootstrapGetBootstrapInfraForbidden() *BootstrapGetBootstrapInfraForbidden

NewBootstrapGetBootstrapInfraForbidden creates a BootstrapGetBootstrapInfraForbidden with default headers values

func (*BootstrapGetBootstrapInfraForbidden) Error

func (*BootstrapGetBootstrapInfraForbidden) GetPayload

func (o *BootstrapGetBootstrapInfraForbidden) GetPayload() interface{}

type BootstrapGetBootstrapInfraInternalServerError

type BootstrapGetBootstrapInfraInternalServerError struct {
	Payload interface{}
}
BootstrapGetBootstrapInfraInternalServerError describes a response with status code 500, with default header values.

Returned for internal server error

func NewBootstrapGetBootstrapInfraInternalServerError

func NewBootstrapGetBootstrapInfraInternalServerError() *BootstrapGetBootstrapInfraInternalServerError

NewBootstrapGetBootstrapInfraInternalServerError creates a BootstrapGetBootstrapInfraInternalServerError with default headers values

func (*BootstrapGetBootstrapInfraInternalServerError) Error

func (*BootstrapGetBootstrapInfraInternalServerError) GetPayload

func (o *BootstrapGetBootstrapInfraInternalServerError) GetPayload() interface{}

type BootstrapGetBootstrapInfraNotFound

type BootstrapGetBootstrapInfraNotFound struct {
	Payload interface{}
}
BootstrapGetBootstrapInfraNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewBootstrapGetBootstrapInfraNotFound

func NewBootstrapGetBootstrapInfraNotFound() *BootstrapGetBootstrapInfraNotFound

NewBootstrapGetBootstrapInfraNotFound creates a BootstrapGetBootstrapInfraNotFound with default headers values

func (*BootstrapGetBootstrapInfraNotFound) Error

func (*BootstrapGetBootstrapInfraNotFound) GetPayload

func (o *BootstrapGetBootstrapInfraNotFound) GetPayload() interface{}

type BootstrapGetBootstrapInfraOK

type BootstrapGetBootstrapInfraOK struct {
	Payload *models.SentryBootstrapInfra
}
BootstrapGetBootstrapInfraOK describes a response with status code 200, with default header values.

A successful response.

func NewBootstrapGetBootstrapInfraOK

func NewBootstrapGetBootstrapInfraOK() *BootstrapGetBootstrapInfraOK

NewBootstrapGetBootstrapInfraOK creates a BootstrapGetBootstrapInfraOK with default headers values

func (*BootstrapGetBootstrapInfraOK) Error

func (*BootstrapGetBootstrapInfraOK) GetPayload

type BootstrapGetBootstrapInfraParams

type BootstrapGetBootstrapInfraParams struct {

	/* APIVersion.

	   API Version. API Version of the resource

	   Default: "infra.k8smgmt.io/v3"
	*/
	APIVersion *string

	/* Kind.

	   Kind. Kind of the resource

	   Default: "BootstrapInfra"
	*/
	Kind *string

	/* MetadataDescription.

	   Description. description of the resource
	*/
	MetadataDescription *string

	/* MetadataDisplayName.

	   Display Name. display name of the resource
	*/
	MetadataDisplayName *string

	// MetadataID.
	MetadataID *string

	// MetadataModifiedAt.
	//
	// Format: date-time
	MetadataModifiedAt *strfmt.DateTime

	/* MetadataName.

	   name of the resource
	*/
	MetadataName string

	/* MetadataOrganization.

	   Organization. Organization to which the resource belongs
	*/
	MetadataOrganization *string

	/* MetadataPartner.

	   Partner. Partner to which the resource belongs
	*/
	MetadataPartner *string

	/* MetadataProject.

	   Project. Project of the resource
	*/
	MetadataProject *string

	// SpecCaCert.
	SpecCaCert *string

	// SpecCaKey.
	SpecCaKey *string

	// SpecCaKeyPass.
	SpecCaKeyPass *string

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

BootstrapGetBootstrapInfraParams contains all the parameters to send to the API endpoint

for the bootstrap get bootstrap infra operation.

Typically these are written to a http.Request.

func NewBootstrapGetBootstrapInfraParams

func NewBootstrapGetBootstrapInfraParams() *BootstrapGetBootstrapInfraParams

NewBootstrapGetBootstrapInfraParams creates a new BootstrapGetBootstrapInfraParams 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 NewBootstrapGetBootstrapInfraParamsWithContext

func NewBootstrapGetBootstrapInfraParamsWithContext(ctx context.Context) *BootstrapGetBootstrapInfraParams

NewBootstrapGetBootstrapInfraParamsWithContext creates a new BootstrapGetBootstrapInfraParams object with the ability to set a context for a request.

func NewBootstrapGetBootstrapInfraParamsWithHTTPClient

func NewBootstrapGetBootstrapInfraParamsWithHTTPClient(client *http.Client) *BootstrapGetBootstrapInfraParams

NewBootstrapGetBootstrapInfraParamsWithHTTPClient creates a new BootstrapGetBootstrapInfraParams object with the ability to set a custom HTTPClient for a request.

func NewBootstrapGetBootstrapInfraParamsWithTimeout

func NewBootstrapGetBootstrapInfraParamsWithTimeout(timeout time.Duration) *BootstrapGetBootstrapInfraParams

NewBootstrapGetBootstrapInfraParamsWithTimeout creates a new BootstrapGetBootstrapInfraParams object with the ability to set a timeout on a request.

func (*BootstrapGetBootstrapInfraParams) SetAPIVersion

func (o *BootstrapGetBootstrapInfraParams) SetAPIVersion(aPIVersion *string)

SetAPIVersion adds the apiVersion to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) SetContext

SetContext adds the context to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) SetDefaults

func (o *BootstrapGetBootstrapInfraParams) SetDefaults()

SetDefaults hydrates default values in the bootstrap get bootstrap infra params (not the query body).

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

func (*BootstrapGetBootstrapInfraParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) SetKind

func (o *BootstrapGetBootstrapInfraParams) SetKind(kind *string)

SetKind adds the kind to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) SetMetadataDescription

func (o *BootstrapGetBootstrapInfraParams) SetMetadataDescription(metadataDescription *string)

SetMetadataDescription adds the metadataDescription to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) SetMetadataDisplayName

func (o *BootstrapGetBootstrapInfraParams) SetMetadataDisplayName(metadataDisplayName *string)

SetMetadataDisplayName adds the metadataDisplayName to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) SetMetadataID

func (o *BootstrapGetBootstrapInfraParams) SetMetadataID(metadataID *string)

SetMetadataID adds the metadataId to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) SetMetadataModifiedAt

func (o *BootstrapGetBootstrapInfraParams) SetMetadataModifiedAt(metadataModifiedAt *strfmt.DateTime)

SetMetadataModifiedAt adds the metadataModifiedAt to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) SetMetadataName

func (o *BootstrapGetBootstrapInfraParams) SetMetadataName(metadataName string)

SetMetadataName adds the metadataName to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) SetMetadataOrganization

func (o *BootstrapGetBootstrapInfraParams) SetMetadataOrganization(metadataOrganization *string)

SetMetadataOrganization adds the metadataOrganization to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) SetMetadataPartner

func (o *BootstrapGetBootstrapInfraParams) SetMetadataPartner(metadataPartner *string)

SetMetadataPartner adds the metadataPartner to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) SetMetadataProject

func (o *BootstrapGetBootstrapInfraParams) SetMetadataProject(metadataProject *string)

SetMetadataProject adds the metadataProject to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) SetSpecCaCert

func (o *BootstrapGetBootstrapInfraParams) SetSpecCaCert(specCaCert *string)

SetSpecCaCert adds the specCaCert to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) SetSpecCaKey

func (o *BootstrapGetBootstrapInfraParams) SetSpecCaKey(specCaKey *string)

SetSpecCaKey adds the specCaKey to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) SetSpecCaKeyPass

func (o *BootstrapGetBootstrapInfraParams) SetSpecCaKeyPass(specCaKeyPass *string)

SetSpecCaKeyPass adds the specCaKeyPass to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) SetTimeout

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

SetTimeout adds the timeout to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WithContext

WithContext adds the context to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WithDefaults

WithDefaults hydrates default values in the bootstrap get bootstrap infra params (not the query body).

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

func (*BootstrapGetBootstrapInfraParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WithKind

WithKind adds the kind to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WithMetadataDescription

func (o *BootstrapGetBootstrapInfraParams) WithMetadataDescription(metadataDescription *string) *BootstrapGetBootstrapInfraParams

WithMetadataDescription adds the metadataDescription to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WithMetadataDisplayName

func (o *BootstrapGetBootstrapInfraParams) WithMetadataDisplayName(metadataDisplayName *string) *BootstrapGetBootstrapInfraParams

WithMetadataDisplayName adds the metadataDisplayName to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WithMetadataID

WithMetadataID adds the metadataID to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WithMetadataModifiedAt

func (o *BootstrapGetBootstrapInfraParams) WithMetadataModifiedAt(metadataModifiedAt *strfmt.DateTime) *BootstrapGetBootstrapInfraParams

WithMetadataModifiedAt adds the metadataModifiedAt to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WithMetadataName

WithMetadataName adds the metadataName to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WithMetadataOrganization

func (o *BootstrapGetBootstrapInfraParams) WithMetadataOrganization(metadataOrganization *string) *BootstrapGetBootstrapInfraParams

WithMetadataOrganization adds the metadataOrganization to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WithMetadataPartner

func (o *BootstrapGetBootstrapInfraParams) WithMetadataPartner(metadataPartner *string) *BootstrapGetBootstrapInfraParams

WithMetadataPartner adds the metadataPartner to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WithMetadataProject

func (o *BootstrapGetBootstrapInfraParams) WithMetadataProject(metadataProject *string) *BootstrapGetBootstrapInfraParams

WithMetadataProject adds the metadataProject to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WithSpecCaCert

WithSpecCaCert adds the specCaCert to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WithSpecCaKey

WithSpecCaKey adds the specCaKey to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WithSpecCaKeyPass

func (o *BootstrapGetBootstrapInfraParams) WithSpecCaKeyPass(specCaKeyPass *string) *BootstrapGetBootstrapInfraParams

WithSpecCaKeyPass adds the specCaKeyPass to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WithTimeout

WithTimeout adds the timeout to the bootstrap get bootstrap infra params

func (*BootstrapGetBootstrapInfraParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BootstrapGetBootstrapInfraReader

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

BootstrapGetBootstrapInfraReader is a Reader for the BootstrapGetBootstrapInfra structure.

func (*BootstrapGetBootstrapInfraReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BootstrapPatchBootstrapAgentTemplateDefault

type BootstrapPatchBootstrapAgentTemplateDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}
BootstrapPatchBootstrapAgentTemplateDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewBootstrapPatchBootstrapAgentTemplateDefault

func NewBootstrapPatchBootstrapAgentTemplateDefault(code int) *BootstrapPatchBootstrapAgentTemplateDefault

NewBootstrapPatchBootstrapAgentTemplateDefault creates a BootstrapPatchBootstrapAgentTemplateDefault with default headers values

func (*BootstrapPatchBootstrapAgentTemplateDefault) Code

Code gets the status code for the bootstrap patch bootstrap agent template default response

func (*BootstrapPatchBootstrapAgentTemplateDefault) Error

func (*BootstrapPatchBootstrapAgentTemplateDefault) GetPayload

type BootstrapPatchBootstrapAgentTemplateForbidden

type BootstrapPatchBootstrapAgentTemplateForbidden struct {
	Payload interface{}
}
BootstrapPatchBootstrapAgentTemplateForbidden describes a response with status code 403, with default header values.

Returned when the user does not have permission to access the resource.

func NewBootstrapPatchBootstrapAgentTemplateForbidden

func NewBootstrapPatchBootstrapAgentTemplateForbidden() *BootstrapPatchBootstrapAgentTemplateForbidden

NewBootstrapPatchBootstrapAgentTemplateForbidden creates a BootstrapPatchBootstrapAgentTemplateForbidden with default headers values

func (*BootstrapPatchBootstrapAgentTemplateForbidden) Error

func (*BootstrapPatchBootstrapAgentTemplateForbidden) GetPayload

func (o *BootstrapPatchBootstrapAgentTemplateForbidden) GetPayload() interface{}

type BootstrapPatchBootstrapAgentTemplateInternalServerError

type BootstrapPatchBootstrapAgentTemplateInternalServerError struct {
	Payload interface{}
}
BootstrapPatchBootstrapAgentTemplateInternalServerError describes a response with status code 500, with default header values.

Returned for internal server error

func NewBootstrapPatchBootstrapAgentTemplateInternalServerError

func NewBootstrapPatchBootstrapAgentTemplateInternalServerError() *BootstrapPatchBootstrapAgentTemplateInternalServerError

NewBootstrapPatchBootstrapAgentTemplateInternalServerError creates a BootstrapPatchBootstrapAgentTemplateInternalServerError with default headers values

func (*BootstrapPatchBootstrapAgentTemplateInternalServerError) Error

func (*BootstrapPatchBootstrapAgentTemplateInternalServerError) GetPayload

func (o *BootstrapPatchBootstrapAgentTemplateInternalServerError) GetPayload() interface{}

type BootstrapPatchBootstrapAgentTemplateNotFound

type BootstrapPatchBootstrapAgentTemplateNotFound struct {
	Payload interface{}
}
BootstrapPatchBootstrapAgentTemplateNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewBootstrapPatchBootstrapAgentTemplateNotFound

func NewBootstrapPatchBootstrapAgentTemplateNotFound() *BootstrapPatchBootstrapAgentTemplateNotFound

NewBootstrapPatchBootstrapAgentTemplateNotFound creates a BootstrapPatchBootstrapAgentTemplateNotFound with default headers values

func (*BootstrapPatchBootstrapAgentTemplateNotFound) Error

func (*BootstrapPatchBootstrapAgentTemplateNotFound) GetPayload

func (o *BootstrapPatchBootstrapAgentTemplateNotFound) GetPayload() interface{}

type BootstrapPatchBootstrapAgentTemplateOK

type BootstrapPatchBootstrapAgentTemplateOK struct {
	Payload *models.SentryBootstrapAgentTemplate
}
BootstrapPatchBootstrapAgentTemplateOK describes a response with status code 200, with default header values.

A successful response.

func NewBootstrapPatchBootstrapAgentTemplateOK

func NewBootstrapPatchBootstrapAgentTemplateOK() *BootstrapPatchBootstrapAgentTemplateOK

NewBootstrapPatchBootstrapAgentTemplateOK creates a BootstrapPatchBootstrapAgentTemplateOK with default headers values

func (*BootstrapPatchBootstrapAgentTemplateOK) Error

func (*BootstrapPatchBootstrapAgentTemplateOK) GetPayload

type BootstrapPatchBootstrapAgentTemplateParams

type BootstrapPatchBootstrapAgentTemplateParams struct {

	// Body.
	Body *models.SentryBootstrapAgentTemplate

	/* MetadataName.

	   name of the resource
	*/
	MetadataName string

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

BootstrapPatchBootstrapAgentTemplateParams contains all the parameters to send to the API endpoint

for the bootstrap patch bootstrap agent template operation.

Typically these are written to a http.Request.

func NewBootstrapPatchBootstrapAgentTemplateParams

func NewBootstrapPatchBootstrapAgentTemplateParams() *BootstrapPatchBootstrapAgentTemplateParams

NewBootstrapPatchBootstrapAgentTemplateParams creates a new BootstrapPatchBootstrapAgentTemplateParams 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 NewBootstrapPatchBootstrapAgentTemplateParamsWithContext

func NewBootstrapPatchBootstrapAgentTemplateParamsWithContext(ctx context.Context) *BootstrapPatchBootstrapAgentTemplateParams

NewBootstrapPatchBootstrapAgentTemplateParamsWithContext creates a new BootstrapPatchBootstrapAgentTemplateParams object with the ability to set a context for a request.

func NewBootstrapPatchBootstrapAgentTemplateParamsWithHTTPClient

func NewBootstrapPatchBootstrapAgentTemplateParamsWithHTTPClient(client *http.Client) *BootstrapPatchBootstrapAgentTemplateParams

NewBootstrapPatchBootstrapAgentTemplateParamsWithHTTPClient creates a new BootstrapPatchBootstrapAgentTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewBootstrapPatchBootstrapAgentTemplateParamsWithTimeout

func NewBootstrapPatchBootstrapAgentTemplateParamsWithTimeout(timeout time.Duration) *BootstrapPatchBootstrapAgentTemplateParams

NewBootstrapPatchBootstrapAgentTemplateParamsWithTimeout creates a new BootstrapPatchBootstrapAgentTemplateParams object with the ability to set a timeout on a request.

func (*BootstrapPatchBootstrapAgentTemplateParams) SetBody

SetBody adds the body to the bootstrap patch bootstrap agent template params

func (*BootstrapPatchBootstrapAgentTemplateParams) SetContext

SetContext adds the context to the bootstrap patch bootstrap agent template params

func (*BootstrapPatchBootstrapAgentTemplateParams) SetDefaults

SetDefaults hydrates default values in the bootstrap patch bootstrap agent template params (not the query body).

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

func (*BootstrapPatchBootstrapAgentTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bootstrap patch bootstrap agent template params

func (*BootstrapPatchBootstrapAgentTemplateParams) SetMetadataName

func (o *BootstrapPatchBootstrapAgentTemplateParams) SetMetadataName(metadataName string)

SetMetadataName adds the metadataName to the bootstrap patch bootstrap agent template params

func (*BootstrapPatchBootstrapAgentTemplateParams) SetTimeout

SetTimeout adds the timeout to the bootstrap patch bootstrap agent template params

func (*BootstrapPatchBootstrapAgentTemplateParams) WithBody

WithBody adds the body to the bootstrap patch bootstrap agent template params

func (*BootstrapPatchBootstrapAgentTemplateParams) WithContext

WithContext adds the context to the bootstrap patch bootstrap agent template params

func (*BootstrapPatchBootstrapAgentTemplateParams) WithDefaults

WithDefaults hydrates default values in the bootstrap patch bootstrap agent template params (not the query body).

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

func (*BootstrapPatchBootstrapAgentTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bootstrap patch bootstrap agent template params

func (*BootstrapPatchBootstrapAgentTemplateParams) WithMetadataName

WithMetadataName adds the metadataName to the bootstrap patch bootstrap agent template params

func (*BootstrapPatchBootstrapAgentTemplateParams) WithTimeout

WithTimeout adds the timeout to the bootstrap patch bootstrap agent template params

func (*BootstrapPatchBootstrapAgentTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BootstrapPatchBootstrapAgentTemplateReader

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

BootstrapPatchBootstrapAgentTemplateReader is a Reader for the BootstrapPatchBootstrapAgentTemplate structure.

func (*BootstrapPatchBootstrapAgentTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BootstrapPatchBootstrapInfraDefault

type BootstrapPatchBootstrapInfraDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}
BootstrapPatchBootstrapInfraDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewBootstrapPatchBootstrapInfraDefault

func NewBootstrapPatchBootstrapInfraDefault(code int) *BootstrapPatchBootstrapInfraDefault

NewBootstrapPatchBootstrapInfraDefault creates a BootstrapPatchBootstrapInfraDefault with default headers values

func (*BootstrapPatchBootstrapInfraDefault) Code

Code gets the status code for the bootstrap patch bootstrap infra default response

func (*BootstrapPatchBootstrapInfraDefault) Error

func (*BootstrapPatchBootstrapInfraDefault) GetPayload

type BootstrapPatchBootstrapInfraForbidden

type BootstrapPatchBootstrapInfraForbidden struct {
	Payload interface{}
}
BootstrapPatchBootstrapInfraForbidden describes a response with status code 403, with default header values.

Returned when the user does not have permission to access the resource.

func NewBootstrapPatchBootstrapInfraForbidden

func NewBootstrapPatchBootstrapInfraForbidden() *BootstrapPatchBootstrapInfraForbidden

NewBootstrapPatchBootstrapInfraForbidden creates a BootstrapPatchBootstrapInfraForbidden with default headers values

func (*BootstrapPatchBootstrapInfraForbidden) Error

func (*BootstrapPatchBootstrapInfraForbidden) GetPayload

func (o *BootstrapPatchBootstrapInfraForbidden) GetPayload() interface{}

type BootstrapPatchBootstrapInfraInternalServerError

type BootstrapPatchBootstrapInfraInternalServerError struct {
	Payload interface{}
}
BootstrapPatchBootstrapInfraInternalServerError describes a response with status code 500, with default header values.

Returned for internal server error

func NewBootstrapPatchBootstrapInfraInternalServerError

func NewBootstrapPatchBootstrapInfraInternalServerError() *BootstrapPatchBootstrapInfraInternalServerError

NewBootstrapPatchBootstrapInfraInternalServerError creates a BootstrapPatchBootstrapInfraInternalServerError with default headers values

func (*BootstrapPatchBootstrapInfraInternalServerError) Error

func (*BootstrapPatchBootstrapInfraInternalServerError) GetPayload

func (o *BootstrapPatchBootstrapInfraInternalServerError) GetPayload() interface{}

type BootstrapPatchBootstrapInfraNotFound

type BootstrapPatchBootstrapInfraNotFound struct {
	Payload interface{}
}
BootstrapPatchBootstrapInfraNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewBootstrapPatchBootstrapInfraNotFound

func NewBootstrapPatchBootstrapInfraNotFound() *BootstrapPatchBootstrapInfraNotFound

NewBootstrapPatchBootstrapInfraNotFound creates a BootstrapPatchBootstrapInfraNotFound with default headers values

func (*BootstrapPatchBootstrapInfraNotFound) Error

func (*BootstrapPatchBootstrapInfraNotFound) GetPayload

func (o *BootstrapPatchBootstrapInfraNotFound) GetPayload() interface{}

type BootstrapPatchBootstrapInfraOK

type BootstrapPatchBootstrapInfraOK struct {
	Payload *models.SentryBootstrapInfra
}
BootstrapPatchBootstrapInfraOK describes a response with status code 200, with default header values.

A successful response.

func NewBootstrapPatchBootstrapInfraOK

func NewBootstrapPatchBootstrapInfraOK() *BootstrapPatchBootstrapInfraOK

NewBootstrapPatchBootstrapInfraOK creates a BootstrapPatchBootstrapInfraOK with default headers values

func (*BootstrapPatchBootstrapInfraOK) Error

func (*BootstrapPatchBootstrapInfraOK) GetPayload

type BootstrapPatchBootstrapInfraParams

type BootstrapPatchBootstrapInfraParams struct {

	// Body.
	Body *models.SentryBootstrapInfra

	/* MetadataName.

	   name of the resource
	*/
	MetadataName string

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

BootstrapPatchBootstrapInfraParams contains all the parameters to send to the API endpoint

for the bootstrap patch bootstrap infra operation.

Typically these are written to a http.Request.

func NewBootstrapPatchBootstrapInfraParams

func NewBootstrapPatchBootstrapInfraParams() *BootstrapPatchBootstrapInfraParams

NewBootstrapPatchBootstrapInfraParams creates a new BootstrapPatchBootstrapInfraParams 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 NewBootstrapPatchBootstrapInfraParamsWithContext

func NewBootstrapPatchBootstrapInfraParamsWithContext(ctx context.Context) *BootstrapPatchBootstrapInfraParams

NewBootstrapPatchBootstrapInfraParamsWithContext creates a new BootstrapPatchBootstrapInfraParams object with the ability to set a context for a request.

func NewBootstrapPatchBootstrapInfraParamsWithHTTPClient

func NewBootstrapPatchBootstrapInfraParamsWithHTTPClient(client *http.Client) *BootstrapPatchBootstrapInfraParams

NewBootstrapPatchBootstrapInfraParamsWithHTTPClient creates a new BootstrapPatchBootstrapInfraParams object with the ability to set a custom HTTPClient for a request.

func NewBootstrapPatchBootstrapInfraParamsWithTimeout

func NewBootstrapPatchBootstrapInfraParamsWithTimeout(timeout time.Duration) *BootstrapPatchBootstrapInfraParams

NewBootstrapPatchBootstrapInfraParamsWithTimeout creates a new BootstrapPatchBootstrapInfraParams object with the ability to set a timeout on a request.

func (*BootstrapPatchBootstrapInfraParams) SetBody

SetBody adds the body to the bootstrap patch bootstrap infra params

func (*BootstrapPatchBootstrapInfraParams) SetContext

SetContext adds the context to the bootstrap patch bootstrap infra params

func (*BootstrapPatchBootstrapInfraParams) SetDefaults

func (o *BootstrapPatchBootstrapInfraParams) SetDefaults()

SetDefaults hydrates default values in the bootstrap patch bootstrap infra params (not the query body).

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

func (*BootstrapPatchBootstrapInfraParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bootstrap patch bootstrap infra params

func (*BootstrapPatchBootstrapInfraParams) SetMetadataName

func (o *BootstrapPatchBootstrapInfraParams) SetMetadataName(metadataName string)

SetMetadataName adds the metadataName to the bootstrap patch bootstrap infra params

func (*BootstrapPatchBootstrapInfraParams) SetTimeout

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

SetTimeout adds the timeout to the bootstrap patch bootstrap infra params

func (*BootstrapPatchBootstrapInfraParams) WithBody

WithBody adds the body to the bootstrap patch bootstrap infra params

func (*BootstrapPatchBootstrapInfraParams) WithContext

WithContext adds the context to the bootstrap patch bootstrap infra params

func (*BootstrapPatchBootstrapInfraParams) WithDefaults

WithDefaults hydrates default values in the bootstrap patch bootstrap infra params (not the query body).

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

func (*BootstrapPatchBootstrapInfraParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bootstrap patch bootstrap infra params

func (*BootstrapPatchBootstrapInfraParams) WithMetadataName

WithMetadataName adds the metadataName to the bootstrap patch bootstrap infra params

func (*BootstrapPatchBootstrapInfraParams) WithTimeout

WithTimeout adds the timeout to the bootstrap patch bootstrap infra params

func (*BootstrapPatchBootstrapInfraParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BootstrapPatchBootstrapInfraReader

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

BootstrapPatchBootstrapInfraReader is a Reader for the BootstrapPatchBootstrapInfra structure.

func (*BootstrapPatchBootstrapInfraReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BootstrapRegisterBootstrapAgentBody

type BootstrapRegisterBootstrapAgentBody struct {

	// csr
	// Format: byte
	Csr strfmt.Base64 `json:"csr,omitempty"`

	// ip address
	IPAddress string `json:"ipAddress,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// template name
	TemplateName string `json:"templateName,omitempty"`

	// token
	Token string `json:"token,omitempty"`
}

BootstrapRegisterBootstrapAgentBody bootstrap register bootstrap agent body swagger:model BootstrapRegisterBootstrapAgentBody

func (*BootstrapRegisterBootstrapAgentBody) ContextValidate

func (o *BootstrapRegisterBootstrapAgentBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this bootstrap register bootstrap agent body based on context it is used

func (*BootstrapRegisterBootstrapAgentBody) MarshalBinary

func (o *BootstrapRegisterBootstrapAgentBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*BootstrapRegisterBootstrapAgentBody) UnmarshalBinary

func (o *BootstrapRegisterBootstrapAgentBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*BootstrapRegisterBootstrapAgentBody) Validate

Validate validates this bootstrap register bootstrap agent body

type BootstrapRegisterBootstrapAgentDefault

type BootstrapRegisterBootstrapAgentDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}
BootstrapRegisterBootstrapAgentDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewBootstrapRegisterBootstrapAgentDefault

func NewBootstrapRegisterBootstrapAgentDefault(code int) *BootstrapRegisterBootstrapAgentDefault

NewBootstrapRegisterBootstrapAgentDefault creates a BootstrapRegisterBootstrapAgentDefault with default headers values

func (*BootstrapRegisterBootstrapAgentDefault) Code

Code gets the status code for the bootstrap register bootstrap agent default response

func (*BootstrapRegisterBootstrapAgentDefault) Error

func (*BootstrapRegisterBootstrapAgentDefault) GetPayload

type BootstrapRegisterBootstrapAgentForbidden

type BootstrapRegisterBootstrapAgentForbidden struct {
	Payload interface{}
}
BootstrapRegisterBootstrapAgentForbidden describes a response with status code 403, with default header values.

Returned when the user does not have permission to access the resource.

func NewBootstrapRegisterBootstrapAgentForbidden

func NewBootstrapRegisterBootstrapAgentForbidden() *BootstrapRegisterBootstrapAgentForbidden

NewBootstrapRegisterBootstrapAgentForbidden creates a BootstrapRegisterBootstrapAgentForbidden with default headers values

func (*BootstrapRegisterBootstrapAgentForbidden) Error

func (*BootstrapRegisterBootstrapAgentForbidden) GetPayload

func (o *BootstrapRegisterBootstrapAgentForbidden) GetPayload() interface{}

type BootstrapRegisterBootstrapAgentInternalServerError

type BootstrapRegisterBootstrapAgentInternalServerError struct {
	Payload interface{}
}
BootstrapRegisterBootstrapAgentInternalServerError describes a response with status code 500, with default header values.

Returned for internal server error

func NewBootstrapRegisterBootstrapAgentInternalServerError

func NewBootstrapRegisterBootstrapAgentInternalServerError() *BootstrapRegisterBootstrapAgentInternalServerError

NewBootstrapRegisterBootstrapAgentInternalServerError creates a BootstrapRegisterBootstrapAgentInternalServerError with default headers values

func (*BootstrapRegisterBootstrapAgentInternalServerError) Error

func (*BootstrapRegisterBootstrapAgentInternalServerError) GetPayload

func (o *BootstrapRegisterBootstrapAgentInternalServerError) GetPayload() interface{}

type BootstrapRegisterBootstrapAgentNotFound

type BootstrapRegisterBootstrapAgentNotFound struct {
	Payload interface{}
}
BootstrapRegisterBootstrapAgentNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewBootstrapRegisterBootstrapAgentNotFound

func NewBootstrapRegisterBootstrapAgentNotFound() *BootstrapRegisterBootstrapAgentNotFound

NewBootstrapRegisterBootstrapAgentNotFound creates a BootstrapRegisterBootstrapAgentNotFound with default headers values

func (*BootstrapRegisterBootstrapAgentNotFound) Error

func (*BootstrapRegisterBootstrapAgentNotFound) GetPayload

func (o *BootstrapRegisterBootstrapAgentNotFound) GetPayload() interface{}

type BootstrapRegisterBootstrapAgentOK

type BootstrapRegisterBootstrapAgentOK struct {
	Payload *models.RPCRegisterAgentResponse
}
BootstrapRegisterBootstrapAgentOK describes a response with status code 200, with default header values.

A successful response.

func NewBootstrapRegisterBootstrapAgentOK

func NewBootstrapRegisterBootstrapAgentOK() *BootstrapRegisterBootstrapAgentOK

NewBootstrapRegisterBootstrapAgentOK creates a BootstrapRegisterBootstrapAgentOK with default headers values

func (*BootstrapRegisterBootstrapAgentOK) Error

func (*BootstrapRegisterBootstrapAgentOK) GetPayload

type BootstrapRegisterBootstrapAgentParams

type BootstrapRegisterBootstrapAgentParams struct {

	// Body.
	Body BootstrapRegisterBootstrapAgentBody

	// TemplateToken.
	TemplateToken string

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

BootstrapRegisterBootstrapAgentParams contains all the parameters to send to the API endpoint

for the bootstrap register bootstrap agent operation.

Typically these are written to a http.Request.

func NewBootstrapRegisterBootstrapAgentParams

func NewBootstrapRegisterBootstrapAgentParams() *BootstrapRegisterBootstrapAgentParams

NewBootstrapRegisterBootstrapAgentParams creates a new BootstrapRegisterBootstrapAgentParams 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 NewBootstrapRegisterBootstrapAgentParamsWithContext

func NewBootstrapRegisterBootstrapAgentParamsWithContext(ctx context.Context) *BootstrapRegisterBootstrapAgentParams

NewBootstrapRegisterBootstrapAgentParamsWithContext creates a new BootstrapRegisterBootstrapAgentParams object with the ability to set a context for a request.

func NewBootstrapRegisterBootstrapAgentParamsWithHTTPClient

func NewBootstrapRegisterBootstrapAgentParamsWithHTTPClient(client *http.Client) *BootstrapRegisterBootstrapAgentParams

NewBootstrapRegisterBootstrapAgentParamsWithHTTPClient creates a new BootstrapRegisterBootstrapAgentParams object with the ability to set a custom HTTPClient for a request.

func NewBootstrapRegisterBootstrapAgentParamsWithTimeout

func NewBootstrapRegisterBootstrapAgentParamsWithTimeout(timeout time.Duration) *BootstrapRegisterBootstrapAgentParams

NewBootstrapRegisterBootstrapAgentParamsWithTimeout creates a new BootstrapRegisterBootstrapAgentParams object with the ability to set a timeout on a request.

func (*BootstrapRegisterBootstrapAgentParams) SetBody

SetBody adds the body to the bootstrap register bootstrap agent params

func (*BootstrapRegisterBootstrapAgentParams) SetContext

SetContext adds the context to the bootstrap register bootstrap agent params

func (*BootstrapRegisterBootstrapAgentParams) SetDefaults

func (o *BootstrapRegisterBootstrapAgentParams) SetDefaults()

SetDefaults hydrates default values in the bootstrap register bootstrap agent params (not the query body).

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

func (*BootstrapRegisterBootstrapAgentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bootstrap register bootstrap agent params

func (*BootstrapRegisterBootstrapAgentParams) SetTemplateToken

func (o *BootstrapRegisterBootstrapAgentParams) SetTemplateToken(templateToken string)

SetTemplateToken adds the templateToken to the bootstrap register bootstrap agent params

func (*BootstrapRegisterBootstrapAgentParams) SetTimeout

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

SetTimeout adds the timeout to the bootstrap register bootstrap agent params

func (*BootstrapRegisterBootstrapAgentParams) WithBody

WithBody adds the body to the bootstrap register bootstrap agent params

func (*BootstrapRegisterBootstrapAgentParams) WithContext

WithContext adds the context to the bootstrap register bootstrap agent params

func (*BootstrapRegisterBootstrapAgentParams) WithDefaults

WithDefaults hydrates default values in the bootstrap register bootstrap agent params (not the query body).

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

func (*BootstrapRegisterBootstrapAgentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bootstrap register bootstrap agent params

func (*BootstrapRegisterBootstrapAgentParams) WithTemplateToken

WithTemplateToken adds the templateToken to the bootstrap register bootstrap agent params

func (*BootstrapRegisterBootstrapAgentParams) WithTimeout

WithTimeout adds the timeout to the bootstrap register bootstrap agent params

func (*BootstrapRegisterBootstrapAgentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BootstrapRegisterBootstrapAgentReader

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

BootstrapRegisterBootstrapAgentReader is a Reader for the BootstrapRegisterBootstrapAgent structure.

func (*BootstrapRegisterBootstrapAgentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BootstrapUpdateBootstrapAgentDefault

type BootstrapUpdateBootstrapAgentDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}
BootstrapUpdateBootstrapAgentDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewBootstrapUpdateBootstrapAgentDefault

func NewBootstrapUpdateBootstrapAgentDefault(code int) *BootstrapUpdateBootstrapAgentDefault

NewBootstrapUpdateBootstrapAgentDefault creates a BootstrapUpdateBootstrapAgentDefault with default headers values

func (*BootstrapUpdateBootstrapAgentDefault) Code

Code gets the status code for the bootstrap update bootstrap agent default response

func (*BootstrapUpdateBootstrapAgentDefault) Error

func (*BootstrapUpdateBootstrapAgentDefault) GetPayload

type BootstrapUpdateBootstrapAgentForbidden

type BootstrapUpdateBootstrapAgentForbidden struct {
	Payload interface{}
}
BootstrapUpdateBootstrapAgentForbidden describes a response with status code 403, with default header values.

Returned when the user does not have permission to access the resource.

func NewBootstrapUpdateBootstrapAgentForbidden

func NewBootstrapUpdateBootstrapAgentForbidden() *BootstrapUpdateBootstrapAgentForbidden

NewBootstrapUpdateBootstrapAgentForbidden creates a BootstrapUpdateBootstrapAgentForbidden with default headers values

func (*BootstrapUpdateBootstrapAgentForbidden) Error

func (*BootstrapUpdateBootstrapAgentForbidden) GetPayload

func (o *BootstrapUpdateBootstrapAgentForbidden) GetPayload() interface{}

type BootstrapUpdateBootstrapAgentInternalServerError

type BootstrapUpdateBootstrapAgentInternalServerError struct {
	Payload interface{}
}
BootstrapUpdateBootstrapAgentInternalServerError describes a response with status code 500, with default header values.

Returned for internal server error

func NewBootstrapUpdateBootstrapAgentInternalServerError

func NewBootstrapUpdateBootstrapAgentInternalServerError() *BootstrapUpdateBootstrapAgentInternalServerError

NewBootstrapUpdateBootstrapAgentInternalServerError creates a BootstrapUpdateBootstrapAgentInternalServerError with default headers values

func (*BootstrapUpdateBootstrapAgentInternalServerError) Error

func (*BootstrapUpdateBootstrapAgentInternalServerError) GetPayload

func (o *BootstrapUpdateBootstrapAgentInternalServerError) GetPayload() interface{}

type BootstrapUpdateBootstrapAgentNotFound

type BootstrapUpdateBootstrapAgentNotFound struct {
	Payload interface{}
}
BootstrapUpdateBootstrapAgentNotFound describes a response with status code 404, with default header values.

Returned when the resource does not exist.

func NewBootstrapUpdateBootstrapAgentNotFound

func NewBootstrapUpdateBootstrapAgentNotFound() *BootstrapUpdateBootstrapAgentNotFound

NewBootstrapUpdateBootstrapAgentNotFound creates a BootstrapUpdateBootstrapAgentNotFound with default headers values

func (*BootstrapUpdateBootstrapAgentNotFound) Error

func (*BootstrapUpdateBootstrapAgentNotFound) GetPayload

func (o *BootstrapUpdateBootstrapAgentNotFound) GetPayload() interface{}

type BootstrapUpdateBootstrapAgentOK

type BootstrapUpdateBootstrapAgentOK struct {
	Payload *models.SentryBootstrapAgent
}
BootstrapUpdateBootstrapAgentOK describes a response with status code 200, with default header values.

A successful response.

func NewBootstrapUpdateBootstrapAgentOK

func NewBootstrapUpdateBootstrapAgentOK() *BootstrapUpdateBootstrapAgentOK

NewBootstrapUpdateBootstrapAgentOK creates a BootstrapUpdateBootstrapAgentOK with default headers values

func (*BootstrapUpdateBootstrapAgentOK) Error

func (*BootstrapUpdateBootstrapAgentOK) GetPayload

type BootstrapUpdateBootstrapAgentParams

type BootstrapUpdateBootstrapAgentParams struct {

	// Body.
	Body *models.SentryBootstrapAgent

	/* MetadataName.

	   name of the resource
	*/
	MetadataName string

	// SpecTemplateRef.
	SpecTemplateRef string

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

BootstrapUpdateBootstrapAgentParams contains all the parameters to send to the API endpoint

for the bootstrap update bootstrap agent operation.

Typically these are written to a http.Request.

func NewBootstrapUpdateBootstrapAgentParams

func NewBootstrapUpdateBootstrapAgentParams() *BootstrapUpdateBootstrapAgentParams

NewBootstrapUpdateBootstrapAgentParams creates a new BootstrapUpdateBootstrapAgentParams 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 NewBootstrapUpdateBootstrapAgentParamsWithContext

func NewBootstrapUpdateBootstrapAgentParamsWithContext(ctx context.Context) *BootstrapUpdateBootstrapAgentParams

NewBootstrapUpdateBootstrapAgentParamsWithContext creates a new BootstrapUpdateBootstrapAgentParams object with the ability to set a context for a request.

func NewBootstrapUpdateBootstrapAgentParamsWithHTTPClient

func NewBootstrapUpdateBootstrapAgentParamsWithHTTPClient(client *http.Client) *BootstrapUpdateBootstrapAgentParams

NewBootstrapUpdateBootstrapAgentParamsWithHTTPClient creates a new BootstrapUpdateBootstrapAgentParams object with the ability to set a custom HTTPClient for a request.

func NewBootstrapUpdateBootstrapAgentParamsWithTimeout

func NewBootstrapUpdateBootstrapAgentParamsWithTimeout(timeout time.Duration) *BootstrapUpdateBootstrapAgentParams

NewBootstrapUpdateBootstrapAgentParamsWithTimeout creates a new BootstrapUpdateBootstrapAgentParams object with the ability to set a timeout on a request.

func (*BootstrapUpdateBootstrapAgentParams) SetBody

SetBody adds the body to the bootstrap update bootstrap agent params

func (*BootstrapUpdateBootstrapAgentParams) SetContext

SetContext adds the context to the bootstrap update bootstrap agent params

func (*BootstrapUpdateBootstrapAgentParams) SetDefaults

func (o *BootstrapUpdateBootstrapAgentParams) SetDefaults()

SetDefaults hydrates default values in the bootstrap update bootstrap agent params (not the query body).

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

func (*BootstrapUpdateBootstrapAgentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the bootstrap update bootstrap agent params

func (*BootstrapUpdateBootstrapAgentParams) SetMetadataName

func (o *BootstrapUpdateBootstrapAgentParams) SetMetadataName(metadataName string)

SetMetadataName adds the metadataName to the bootstrap update bootstrap agent params

func (*BootstrapUpdateBootstrapAgentParams) SetSpecTemplateRef

func (o *BootstrapUpdateBootstrapAgentParams) SetSpecTemplateRef(specTemplateRef string)

SetSpecTemplateRef adds the specTemplateRef to the bootstrap update bootstrap agent params

func (*BootstrapUpdateBootstrapAgentParams) SetTimeout

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

SetTimeout adds the timeout to the bootstrap update bootstrap agent params

func (*BootstrapUpdateBootstrapAgentParams) WithBody

WithBody adds the body to the bootstrap update bootstrap agent params

func (*BootstrapUpdateBootstrapAgentParams) WithContext

WithContext adds the context to the bootstrap update bootstrap agent params

func (*BootstrapUpdateBootstrapAgentParams) WithDefaults

WithDefaults hydrates default values in the bootstrap update bootstrap agent params (not the query body).

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

func (*BootstrapUpdateBootstrapAgentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the bootstrap update bootstrap agent params

func (*BootstrapUpdateBootstrapAgentParams) WithMetadataName

WithMetadataName adds the metadataName to the bootstrap update bootstrap agent params

func (*BootstrapUpdateBootstrapAgentParams) WithSpecTemplateRef

func (o *BootstrapUpdateBootstrapAgentParams) WithSpecTemplateRef(specTemplateRef string) *BootstrapUpdateBootstrapAgentParams

WithSpecTemplateRef adds the specTemplateRef to the bootstrap update bootstrap agent params

func (*BootstrapUpdateBootstrapAgentParams) WithTimeout

WithTimeout adds the timeout to the bootstrap update bootstrap agent params

func (*BootstrapUpdateBootstrapAgentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BootstrapUpdateBootstrapAgentReader

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

BootstrapUpdateBootstrapAgentReader is a Reader for the BootstrapUpdateBootstrapAgent structure.

func (*BootstrapUpdateBootstrapAgentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for bootstrap API

func (*Client) BootstrapCreateBootstrapAgent

func (a *Client) BootstrapCreateBootstrapAgent(params *BootstrapCreateBootstrapAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapCreateBootstrapAgentOK, error)

BootstrapCreateBootstrapAgent bootstrap create bootstrap agent API

func (*Client) BootstrapDeleteBootstrapAgent

func (a *Client) BootstrapDeleteBootstrapAgent(params *BootstrapDeleteBootstrapAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapDeleteBootstrapAgentOK, error)

BootstrapDeleteBootstrapAgent bootstrap delete bootstrap agent API

func (*Client) BootstrapGetBootstrapAgent

func (a *Client) BootstrapGetBootstrapAgent(params *BootstrapGetBootstrapAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapGetBootstrapAgentOK, error)

BootstrapGetBootstrapAgent bootstrap get bootstrap agent API

func (*Client) BootstrapGetBootstrapAgentConfig

func (a *Client) BootstrapGetBootstrapAgentConfig(params *BootstrapGetBootstrapAgentConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapGetBootstrapAgentConfigOK, error)

BootstrapGetBootstrapAgentConfig bootstrap get bootstrap agent config API

func (*Client) BootstrapGetBootstrapAgentTemplate

func (a *Client) BootstrapGetBootstrapAgentTemplate(params *BootstrapGetBootstrapAgentTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapGetBootstrapAgentTemplateOK, error)

BootstrapGetBootstrapAgentTemplate bootstrap get bootstrap agent template API

func (*Client) BootstrapGetBootstrapAgentTemplates

func (a *Client) BootstrapGetBootstrapAgentTemplates(params *BootstrapGetBootstrapAgentTemplatesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapGetBootstrapAgentTemplatesOK, error)

BootstrapGetBootstrapAgentTemplates bootstrap get bootstrap agent templates API

func (*Client) BootstrapGetBootstrapAgents

func (a *Client) BootstrapGetBootstrapAgents(params *BootstrapGetBootstrapAgentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapGetBootstrapAgentsOK, error)

BootstrapGetBootstrapAgents bootstrap get bootstrap agents API

func (*Client) BootstrapGetBootstrapInfra

func (a *Client) BootstrapGetBootstrapInfra(params *BootstrapGetBootstrapInfraParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapGetBootstrapInfraOK, error)

BootstrapGetBootstrapInfra bootstrap get bootstrap infra API

func (*Client) BootstrapPatchBootstrapAgentTemplate

func (a *Client) BootstrapPatchBootstrapAgentTemplate(params *BootstrapPatchBootstrapAgentTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapPatchBootstrapAgentTemplateOK, error)

BootstrapPatchBootstrapAgentTemplate bootstrap patch bootstrap agent template API

func (*Client) BootstrapPatchBootstrapInfra

func (a *Client) BootstrapPatchBootstrapInfra(params *BootstrapPatchBootstrapInfraParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapPatchBootstrapInfraOK, error)

BootstrapPatchBootstrapInfra bootstrap patch bootstrap infra API

func (*Client) BootstrapRegisterBootstrapAgent

func (a *Client) BootstrapRegisterBootstrapAgent(params *BootstrapRegisterBootstrapAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapRegisterBootstrapAgentOK, error)

BootstrapRegisterBootstrapAgent bootstrap register bootstrap agent API

func (*Client) BootstrapUpdateBootstrapAgent

func (a *Client) BootstrapUpdateBootstrapAgent(params *BootstrapUpdateBootstrapAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapUpdateBootstrapAgentOK, error)

BootstrapUpdateBootstrapAgent bootstrap update bootstrap agent API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	BootstrapCreateBootstrapAgent(params *BootstrapCreateBootstrapAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapCreateBootstrapAgentOK, error)

	BootstrapDeleteBootstrapAgent(params *BootstrapDeleteBootstrapAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapDeleteBootstrapAgentOK, error)

	BootstrapGetBootstrapAgent(params *BootstrapGetBootstrapAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapGetBootstrapAgentOK, error)

	BootstrapGetBootstrapAgentConfig(params *BootstrapGetBootstrapAgentConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapGetBootstrapAgentConfigOK, error)

	BootstrapGetBootstrapAgentTemplate(params *BootstrapGetBootstrapAgentTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapGetBootstrapAgentTemplateOK, error)

	BootstrapGetBootstrapAgentTemplates(params *BootstrapGetBootstrapAgentTemplatesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapGetBootstrapAgentTemplatesOK, error)

	BootstrapGetBootstrapAgents(params *BootstrapGetBootstrapAgentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapGetBootstrapAgentsOK, error)

	BootstrapGetBootstrapInfra(params *BootstrapGetBootstrapInfraParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapGetBootstrapInfraOK, error)

	BootstrapPatchBootstrapAgentTemplate(params *BootstrapPatchBootstrapAgentTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapPatchBootstrapAgentTemplateOK, error)

	BootstrapPatchBootstrapInfra(params *BootstrapPatchBootstrapInfraParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapPatchBootstrapInfraOK, error)

	BootstrapRegisterBootstrapAgent(params *BootstrapRegisterBootstrapAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapRegisterBootstrapAgentOK, error)

	BootstrapUpdateBootstrapAgent(params *BootstrapUpdateBootstrapAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BootstrapUpdateBootstrapAgentOK, 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 bootstrap API client.

Jump to

Keyboard shortcuts

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