package
3.1.3+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev

# 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 There are no default values defined in the 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 There are no default values defined in the 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.
NewReplaceStickRules creates a new http.Handler for the replace stick rules operation.
NewReplaceStickRulesAccepted creates ReplaceStickRulesAccepted with default headers values.
NewReplaceStickRulesBadRequest creates ReplaceStickRulesBadRequest with default headers values.
NewReplaceStickRulesDefault creates ReplaceStickRulesDefault with default headers values.
NewReplaceStickRulesOK creates ReplaceStickRulesOK with default headers values.
NewReplaceStickRulesParams creates a new ReplaceStickRulesParams 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.
ReplaceStickRulesAcceptedCode is the HTTP code returned for type ReplaceStickRulesAccepted.
ReplaceStickRulesBadRequestCode is the HTTP code returned for type ReplaceStickRulesBadRequest.
ReplaceStickRulesOKCode is the HTTP code returned for type ReplaceStickRulesOK.

# Structs

CreateStickRule swagger:route POST /services/haproxy/configuration/backends/{parent_name}/stick_rules/{index} 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/backends/{parent_name}/stick_rules/{index} StickRule deleteStickRule # Delete a Stick Rule Deletes a Stick Rule configuration by it's index 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/backends/{parent_name}/stick_rules/{index} StickRule getStickRule # Return one Stick Rule Returns one Stick Rule configuration by it's index 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 */.
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/backends/{parent_name}/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 */.
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/backends/{parent_name}/stick_rules/{index} StickRule replaceStickRule # Replace a Stick Rule Replaces a Stick Rule configuration by it's index 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.
ReplaceStickRules swagger:route PUT /services/haproxy/configuration/backends/{parent_name}/stick_rules StickRule replaceStickRules # Replace a Stick Rule list Replaces a whole list of Stick Rules with the list given in parameter */.
ReplaceStickRulesAccepted Configuration change accepted and reload requested swagger:response replaceStickRulesAccepted */.
ReplaceStickRulesBadRequest Bad request swagger:response replaceStickRulesBadRequest */.
ReplaceStickRulesDefault General Error swagger:response replaceStickRulesDefault */.
ReplaceStickRulesOK All Stick Rule lines replaced swagger:response replaceStickRulesOK */.
ReplaceStickRulesParams contains all the bound params for the replace stick rules operation typically these are obtained from a http.Request swagger:parameters replaceStickRules.
ReplaceStickRulesURL generates an URL for the replace stick rules operation.
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.
ReplaceStickRulesHandler interface for that can handle valid replace stick rules 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.
ReplaceStickRulesHandlerFunc turns a function with the right signature into a replace stick rules handler.