package
3.1.3+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev
# Functions
NewAddDefaultsSection creates a new http.Handler for the add defaults section operation.
NewAddDefaultsSectionAccepted creates AddDefaultsSectionAccepted with default headers values.
NewAddDefaultsSectionBadRequest creates AddDefaultsSectionBadRequest with default headers values.
NewAddDefaultsSectionConflict creates AddDefaultsSectionConflict with default headers values.
NewAddDefaultsSectionCreated creates AddDefaultsSectionCreated with default headers values.
NewAddDefaultsSectionDefault creates AddDefaultsSectionDefault with default headers values.
NewAddDefaultsSectionParams creates a new AddDefaultsSectionParams object with the default values initialized.
NewCreateDefaultsSection creates a new http.Handler for the create defaults section operation.
NewCreateDefaultsSectionAccepted creates CreateDefaultsSectionAccepted with default headers values.
NewCreateDefaultsSectionBadRequest creates CreateDefaultsSectionBadRequest with default headers values.
NewCreateDefaultsSectionConflict creates CreateDefaultsSectionConflict with default headers values.
NewCreateDefaultsSectionCreated creates CreateDefaultsSectionCreated with default headers values.
NewCreateDefaultsSectionDefault creates CreateDefaultsSectionDefault with default headers values.
NewCreateDefaultsSectionParams creates a new CreateDefaultsSectionParams object with the default values initialized.
NewDeleteDefaultsSection creates a new http.Handler for the delete defaults section operation.
NewDeleteDefaultsSectionAccepted creates DeleteDefaultsSectionAccepted with default headers values.
NewDeleteDefaultsSectionDefault creates DeleteDefaultsSectionDefault with default headers values.
NewDeleteDefaultsSectionNoContent creates DeleteDefaultsSectionNoContent with default headers values.
NewDeleteDefaultsSectionNotFound creates DeleteDefaultsSectionNotFound with default headers values.
NewDeleteDefaultsSectionParams creates a new DeleteDefaultsSectionParams object with the default values initialized.
NewGetDefaultsSection creates a new http.Handler for the get defaults section operation.
NewGetDefaultsSectionDefault creates GetDefaultsSectionDefault with default headers values.
NewGetDefaultsSectionNotFound creates GetDefaultsSectionNotFound with default headers values.
NewGetDefaultsSectionOK creates GetDefaultsSectionOK with default headers values.
NewGetDefaultsSectionParams creates a new GetDefaultsSectionParams object with the default values initialized.
NewGetDefaultsSections creates a new http.Handler for the get defaults sections operation.
NewGetDefaultsSectionsDefault creates GetDefaultsSectionsDefault with default headers values.
NewGetDefaultsSectionsOK creates GetDefaultsSectionsOK with default headers values.
NewGetDefaultsSectionsParams creates a new GetDefaultsSectionsParams object with the default values initialized.
NewReplaceDefaultsSection creates a new http.Handler for the replace defaults section operation.
NewReplaceDefaultsSectionAccepted creates ReplaceDefaultsSectionAccepted with default headers values.
NewReplaceDefaultsSectionBadRequest creates ReplaceDefaultsSectionBadRequest with default headers values.
NewReplaceDefaultsSectionDefault creates ReplaceDefaultsSectionDefault with default headers values.
NewReplaceDefaultsSectionNotFound creates ReplaceDefaultsSectionNotFound with default headers values.
NewReplaceDefaultsSectionOK creates ReplaceDefaultsSectionOK with default headers values.
NewReplaceDefaultsSectionParams creates a new ReplaceDefaultsSectionParams object with the default values initialized.
# Constants
AddDefaultsSectionAcceptedCode is the HTTP code returned for type AddDefaultsSectionAccepted.
AddDefaultsSectionBadRequestCode is the HTTP code returned for type AddDefaultsSectionBadRequest.
AddDefaultsSectionConflictCode is the HTTP code returned for type AddDefaultsSectionConflict.
AddDefaultsSectionCreatedCode is the HTTP code returned for type AddDefaultsSectionCreated.
CreateDefaultsSectionAcceptedCode is the HTTP code returned for type CreateDefaultsSectionAccepted.
CreateDefaultsSectionBadRequestCode is the HTTP code returned for type CreateDefaultsSectionBadRequest.
CreateDefaultsSectionConflictCode is the HTTP code returned for type CreateDefaultsSectionConflict.
CreateDefaultsSectionCreatedCode is the HTTP code returned for type CreateDefaultsSectionCreated.
DeleteDefaultsSectionAcceptedCode is the HTTP code returned for type DeleteDefaultsSectionAccepted.
DeleteDefaultsSectionNoContentCode is the HTTP code returned for type DeleteDefaultsSectionNoContent.
DeleteDefaultsSectionNotFoundCode is the HTTP code returned for type DeleteDefaultsSectionNotFound.
GetDefaultsSectionNotFoundCode is the HTTP code returned for type GetDefaultsSectionNotFound.
GetDefaultsSectionOKCode is the HTTP code returned for type GetDefaultsSectionOK.
GetDefaultsSectionsOKCode is the HTTP code returned for type GetDefaultsSectionsOK.
ReplaceDefaultsSectionAcceptedCode is the HTTP code returned for type ReplaceDefaultsSectionAccepted.
ReplaceDefaultsSectionBadRequestCode is the HTTP code returned for type ReplaceDefaultsSectionBadRequest.
ReplaceDefaultsSectionNotFoundCode is the HTTP code returned for type ReplaceDefaultsSectionNotFound.
ReplaceDefaultsSectionOKCode is the HTTP code returned for type ReplaceDefaultsSectionOK.
# Structs
AddDefaultsSection swagger:route POST /services/haproxy/configuration/defaults Defaults addDefaultsSection
# Add a defaults section
Adds a new defaults section to the configuration file.
AddDefaultsSectionAccepted Configuration change accepted and reload requested
swagger:response addDefaultsSectionAccepted
*/.
AddDefaultsSectionBadRequest Bad request
swagger:response addDefaultsSectionBadRequest
*/.
AddDefaultsSectionConflict The specified resource already exists
swagger:response addDefaultsSectionConflict
*/.
AddDefaultsSectionCreated Defaults created
swagger:response addDefaultsSectionCreated
*/.
AddDefaultsSectionDefault General Error
swagger:response addDefaultsSectionDefault
*/.
AddDefaultsSectionParams contains all the bound params for the add defaults section operation typically these are obtained from a http.Request
swagger:parameters addDefaultsSection.
AddDefaultsSectionURL generates an URL for the add defaults section operation.
CreateDefaultsSection swagger:route PUT /services/haproxy/configuration/defaults Defaults createDefaultsSection
# Add a defaults section
Adds a new defaults section to the configuration file.
CreateDefaultsSectionAccepted Configuration change accepted and reload requested
swagger:response createDefaultsSectionAccepted
*/.
CreateDefaultsSectionBadRequest Bad request
swagger:response createDefaultsSectionBadRequest
*/.
CreateDefaultsSectionConflict The specified resource already exists
swagger:response createDefaultsSectionConflict
*/.
CreateDefaultsSectionCreated Defaults created
swagger:response createDefaultsSectionCreated
*/.
CreateDefaultsSectionDefault General Error
swagger:response createDefaultsSectionDefault
*/.
CreateDefaultsSectionParams contains all the bound params for the create defaults section operation typically these are obtained from a http.Request
swagger:parameters createDefaultsSection.
CreateDefaultsSectionURL generates an URL for the create defaults section operation.
DeleteDefaultsSection swagger:route DELETE /services/haproxy/configuration/defaults/{name} Defaults deleteDefaultsSection
# Delete a defaults section
Deletes a defaults section from the configuration by it's name.
DeleteDefaultsSectionAccepted Configuration change accepted and reload requested
swagger:response deleteDefaultsSectionAccepted
*/.
DeleteDefaultsSectionDefault General Error
swagger:response deleteDefaultsSectionDefault
*/.
DeleteDefaultsSectionNoContent Defaults section deleted
swagger:response deleteDefaultsSectionNoContent
*/.
DeleteDefaultsSectionNotFound The specified resource was not found
swagger:response deleteDefaultsSectionNotFound
*/.
DeleteDefaultsSectionParams contains all the bound params for the delete defaults section operation typically these are obtained from a http.Request
swagger:parameters deleteDefaultsSection.
DeleteDefaultsSectionURL generates an URL for the delete defaults section operation.
GetDefaultsSection swagger:route GET /services/haproxy/configuration/defaults/{name} Defaults getDefaultsSection
# Return a defaults section
Returns one defaults section configuration by it's name.
GetDefaultsSectionDefault General Error
swagger:response getDefaultsSectionDefault
*/.
GetDefaultsSectionNotFound The specified resource was not found
swagger:response getDefaultsSectionNotFound
*/.
GetDefaultsSectionOK Successful operation
swagger:response getDefaultsSectionOK
*/.
GetDefaultsSectionParams contains all the bound params for the get defaults section operation typically these are obtained from a http.Request
swagger:parameters getDefaultsSection.
GetDefaultsSections swagger:route GET /services/haproxy/configuration/defaults Defaults getDefaultsSections
# Return an array of defaults
Returns an array of all configured defaults.
GetDefaultsSectionsDefault General Error
swagger:response getDefaultsSectionsDefault
*/.
GetDefaultsSectionsOK Successful operation
swagger:response getDefaultsSectionsOK
*/.
GetDefaultsSectionsParams contains all the bound params for the get defaults sections operation typically these are obtained from a http.Request
swagger:parameters getDefaultsSections.
GetDefaultsSectionsURL generates an URL for the get defaults sections operation.
GetDefaultsSectionURL generates an URL for the get defaults section operation.
ReplaceDefaultsSection swagger:route PUT /services/haproxy/configuration/defaults/{name} Defaults replaceDefaultsSection
# Replace a defatults section
Replaces a defatults section configuration by it's name.
ReplaceDefaultsSectionAccepted Configuration change accepted and reload requested
swagger:response replaceDefaultsSectionAccepted
*/.
ReplaceDefaultsSectionBadRequest Bad request
swagger:response replaceDefaultsSectionBadRequest
*/.
ReplaceDefaultsSectionDefault General Error
swagger:response replaceDefaultsSectionDefault
*/.
ReplaceDefaultsSectionNotFound The specified resource was not found
swagger:response replaceDefaultsSectionNotFound
*/.
ReplaceDefaultsSectionOK Defaults section replaced
swagger:response replaceDefaultsSectionOK
*/.
ReplaceDefaultsSectionParams contains all the bound params for the replace defaults section operation typically these are obtained from a http.Request
swagger:parameters replaceDefaultsSection.
ReplaceDefaultsSectionURL generates an URL for the replace defaults section operation.
# Interfaces
AddDefaultsSectionHandler interface for that can handle valid add defaults section params.
CreateDefaultsSectionHandler interface for that can handle valid create defaults section params.
DeleteDefaultsSectionHandler interface for that can handle valid delete defaults section params.
GetDefaultsSectionHandler interface for that can handle valid get defaults section params.
GetDefaultsSectionsHandler interface for that can handle valid get defaults sections params.
ReplaceDefaultsSectionHandler interface for that can handle valid replace defaults section params.
# Type aliases
AddDefaultsSectionHandlerFunc turns a function with the right signature into a add defaults section handler.
CreateDefaultsSectionHandlerFunc turns a function with the right signature into a create defaults section handler.
DeleteDefaultsSectionHandlerFunc turns a function with the right signature into a delete defaults section handler.
GetDefaultsSectionHandlerFunc turns a function with the right signature into a get defaults section handler.
GetDefaultsSectionsHandlerFunc turns a function with the right signature into a get defaults sections handler.
ReplaceDefaultsSectionHandlerFunc turns a function with the right signature into a replace defaults section handler.