# Functions
NewCreateStickRule creates a new http.Handler for the create stick rule operation.
NewCreateStickRuleAccepted creates CreateStickRuleAccepted with default headers values.
NewCreateStickRuleBadRequest creates CreateStickRuleBadRequest with default headers values.
NewCreateStickRuleConflict creates CreateStickRuleConflict with default headers values.
NewCreateStickRuleCreated creates CreateStickRuleCreated with default headers values.
NewCreateStickRuleDefault creates CreateStickRuleDefault with default headers values.
NewCreateStickRuleParams creates a new CreateStickRuleParams object with the default values initialized.
NewDeleteStickRule creates a new http.Handler for the delete stick rule operation.
NewDeleteStickRuleAccepted creates DeleteStickRuleAccepted with default headers values.
NewDeleteStickRuleDefault creates DeleteStickRuleDefault with default headers values.
NewDeleteStickRuleNoContent creates DeleteStickRuleNoContent with default headers values.
NewDeleteStickRuleNotFound creates DeleteStickRuleNotFound with default headers values.
NewDeleteStickRuleParams creates a new DeleteStickRuleParams object with the default values initialized.
NewGetStickRule creates a new http.Handler for the get stick rule operation.
NewGetStickRuleDefault creates GetStickRuleDefault with default headers values.
NewGetStickRuleNotFound creates GetStickRuleNotFound with default headers values.
NewGetStickRuleOK creates GetStickRuleOK with default headers values.
NewGetStickRuleParams creates a new GetStickRuleParams object no default values defined in spec.
NewGetStickRules creates a new http.Handler for the get stick rules operation.
NewGetStickRulesDefault creates GetStickRulesDefault with default headers values.
NewGetStickRulesOK creates GetStickRulesOK with default headers values.
NewGetStickRulesParams creates a new GetStickRulesParams object no default values defined in spec.
NewReplaceStickRule creates a new http.Handler for the replace stick rule operation.
NewReplaceStickRuleAccepted creates ReplaceStickRuleAccepted with default headers values.
NewReplaceStickRuleBadRequest creates ReplaceStickRuleBadRequest with default headers values.
NewReplaceStickRuleDefault creates ReplaceStickRuleDefault with default headers values.
NewReplaceStickRuleNotFound creates ReplaceStickRuleNotFound with default headers values.
NewReplaceStickRuleOK creates ReplaceStickRuleOK with default headers values.
NewReplaceStickRuleParams creates a new ReplaceStickRuleParams object with the default values initialized.
# Constants
CreateStickRuleAcceptedCode is the HTTP code returned for type CreateStickRuleAccepted.
CreateStickRuleBadRequestCode is the HTTP code returned for type CreateStickRuleBadRequest.
CreateStickRuleConflictCode is the HTTP code returned for type CreateStickRuleConflict.
CreateStickRuleCreatedCode is the HTTP code returned for type CreateStickRuleCreated.
DeleteStickRuleAcceptedCode is the HTTP code returned for type DeleteStickRuleAccepted.
DeleteStickRuleNoContentCode is the HTTP code returned for type DeleteStickRuleNoContent.
DeleteStickRuleNotFoundCode is the HTTP code returned for type DeleteStickRuleNotFound.
GetStickRuleNotFoundCode is the HTTP code returned for type GetStickRuleNotFound.
GetStickRuleOKCode is the HTTP code returned for type GetStickRuleOK.
GetStickRulesOKCode is the HTTP code returned for type GetStickRulesOK.
ReplaceStickRuleAcceptedCode is the HTTP code returned for type ReplaceStickRuleAccepted.
ReplaceStickRuleBadRequestCode is the HTTP code returned for type ReplaceStickRuleBadRequest.
ReplaceStickRuleNotFoundCode is the HTTP code returned for type ReplaceStickRuleNotFound.
ReplaceStickRuleOKCode is the HTTP code returned for type ReplaceStickRuleOK.
# Structs
CreateStickRule swagger:route POST /services/haproxy/configuration/stick_rules StickRule createStickRule
Add a new Stick Rule
Adds a new Stick Rule of the specified type in the specified backend.
CreateStickRuleAccepted Configuration change accepted and reload requested
swagger:response createStickRuleAccepted
*/.
CreateStickRuleBadRequest Bad request
swagger:response createStickRuleBadRequest
*/.
CreateStickRuleConflict The specified resource already exists
swagger:response createStickRuleConflict
*/.
CreateStickRuleCreated Stick Rule created
swagger:response createStickRuleCreated
*/.
CreateStickRuleDefault General Error
swagger:response createStickRuleDefault
*/.
CreateStickRuleParams contains all the bound params for the create stick rule operation typically these are obtained from a http.Request
swagger:parameters createStickRule.
CreateStickRuleURL generates an URL for the create stick rule operation.
DeleteStickRule swagger:route DELETE /services/haproxy/configuration/stick_rules/{id} StickRule deleteStickRule
Delete a Stick Rule
Deletes a Stick Rule configuration by it's ID from the specified backend.
DeleteStickRuleAccepted Configuration change accepted and reload requested
swagger:response deleteStickRuleAccepted
*/.
DeleteStickRuleDefault General Error
swagger:response deleteStickRuleDefault
*/.
DeleteStickRuleNoContent Stick Rule deleted
swagger:response deleteStickRuleNoContent
*/.
DeleteStickRuleNotFound The specified resource was not found
swagger:response deleteStickRuleNotFound
*/.
DeleteStickRuleParams contains all the bound params for the delete stick rule operation typically these are obtained from a http.Request
swagger:parameters deleteStickRule.
DeleteStickRuleURL generates an URL for the delete stick rule operation.
GetStickRule swagger:route GET /services/haproxy/configuration/stick_rules/{id} StickRule getStickRule
Return one Stick Rule
Returns one Stick Rule configuration by it's ID in the specified backend.
GetStickRuleDefault General Error
swagger:response getStickRuleDefault
*/.
GetStickRuleNotFound The specified resource was not found
swagger:response getStickRuleNotFound
*/.
GetStickRuleOK Successful operation
swagger:response getStickRuleOK
*/.
GetStickRuleOKBody get stick rule o k body swagger:model GetStickRuleOKBody.
GetStickRuleParams contains all the bound params for the get stick rule operation typically these are obtained from a http.Request
swagger:parameters getStickRule.
GetStickRules swagger:route GET /services/haproxy/configuration/stick_rules StickRule getStickRules
Return an array of all Stick Rules
Returns all Stick Rules that are configured in specified backend.
GetStickRulesDefault General Error
swagger:response getStickRulesDefault
*/.
GetStickRulesOK Successful operation
swagger:response getStickRulesOK
*/.
GetStickRulesOKBody get stick rules o k body swagger:model GetStickRulesOKBody.
GetStickRulesParams contains all the bound params for the get stick rules operation typically these are obtained from a http.Request
swagger:parameters getStickRules.
GetStickRulesURL generates an URL for the get stick rules operation.
GetStickRuleURL generates an URL for the get stick rule operation.
ReplaceStickRule swagger:route PUT /services/haproxy/configuration/stick_rules/{id} StickRule replaceStickRule
Replace a Stick Rule
Replaces a Stick Rule configuration by it's ID in the specified backend.
ReplaceStickRuleAccepted Configuration change accepted and reload requested
swagger:response replaceStickRuleAccepted
*/.
ReplaceStickRuleBadRequest Bad request
swagger:response replaceStickRuleBadRequest
*/.
ReplaceStickRuleDefault General Error
swagger:response replaceStickRuleDefault
*/.
ReplaceStickRuleNotFound The specified resource was not found
swagger:response replaceStickRuleNotFound
*/.
ReplaceStickRuleOK Stick Rule replaced
swagger:response replaceStickRuleOK
*/.
ReplaceStickRuleParams contains all the bound params for the replace stick rule operation typically these are obtained from a http.Request
swagger:parameters replaceStickRule.
ReplaceStickRuleURL generates an URL for the replace stick rule operation.
# Interfaces
CreateStickRuleHandler interface for that can handle valid create stick rule params.
DeleteStickRuleHandler interface for that can handle valid delete stick rule params.
GetStickRuleHandler interface for that can handle valid get stick rule params.
GetStickRulesHandler interface for that can handle valid get stick rules params.
ReplaceStickRuleHandler interface for that can handle valid replace stick rule params.
# Type aliases
CreateStickRuleHandlerFunc turns a function with the right signature into a create stick rule handler.
DeleteStickRuleHandlerFunc turns a function with the right signature into a delete stick rule handler.
GetStickRuleHandlerFunc turns a function with the right signature into a get stick rule handler.
GetStickRulesHandlerFunc turns a function with the right signature into a get stick rules handler.
ReplaceStickRuleHandlerFunc turns a function with the right signature into a replace stick rule handler.