package
3.1.3+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev
# Functions
NewGetStickTable creates a new http.Handler for the get stick table operation.
NewGetStickTableDefault creates GetStickTableDefault with default headers values.
NewGetStickTableEntries creates a new http.Handler for the get stick table entries operation.
NewGetStickTableEntriesDefault creates GetStickTableEntriesDefault with default headers values.
NewGetStickTableEntriesOK creates GetStickTableEntriesOK with default headers values.
NewGetStickTableEntriesParams creates a new GetStickTableEntriesParams object
There are no default values defined in the spec.
NewGetStickTableNotFound creates GetStickTableNotFound with default headers values.
NewGetStickTableOK creates GetStickTableOK with default headers values.
NewGetStickTableParams creates a new GetStickTableParams object
There are no default values defined in the spec.
NewGetStickTables creates a new http.Handler for the get stick tables operation.
NewGetStickTablesDefault creates GetStickTablesDefault with default headers values.
NewGetStickTablesOK creates GetStickTablesOK with default headers values.
NewGetStickTablesParams creates a new GetStickTablesParams object
There are no default values defined in the spec.
NewSetStickTableEntries creates a new http.Handler for the set stick table entries operation.
NewSetStickTableEntriesDefault creates SetStickTableEntriesDefault with default headers values.
NewSetStickTableEntriesNoContent creates SetStickTableEntriesNoContent with default headers values.
NewSetStickTableEntriesParams creates a new SetStickTableEntriesParams object
There are no default values defined in the spec.
# Constants
GetStickTableEntriesOKCode is the HTTP code returned for type GetStickTableEntriesOK.
GetStickTableNotFoundCode is the HTTP code returned for type GetStickTableNotFound.
GetStickTableOKCode is the HTTP code returned for type GetStickTableOK.
GetStickTablesOKCode is the HTTP code returned for type GetStickTablesOK.
SetStickTableEntriesNoContentCode is the HTTP code returned for type SetStickTableEntriesNoContent.
# Structs
GetStickTable swagger:route GET /services/haproxy/runtime/stick_tables/{name} StickTable getStickTable
# Return Stick Table
Returns one stick table from runtime.
GetStickTableDefault General Error
swagger:response getStickTableDefault
*/.
GetStickTableEntries swagger:route GET /services/haproxy/runtime/stick_tables/{parent_name}/entries StickTable getStickTableEntries
# Return Stick Table Entries
Returns an array of all entries in a given stick tables.
GetStickTableEntriesDefault General Error
swagger:response getStickTableEntriesDefault
*/.
GetStickTableEntriesOK Successful operation
swagger:response getStickTableEntriesOK
*/.
GetStickTableEntriesParams contains all the bound params for the get stick table entries operation typically these are obtained from a http.Request
swagger:parameters getStickTableEntries.
GetStickTableEntriesURL generates an URL for the get stick table entries operation.
GetStickTableNotFound The specified resource was not found
swagger:response getStickTableNotFound
*/.
GetStickTableOK Successful operation
swagger:response getStickTableOK
*/.
GetStickTableParams contains all the bound params for the get stick table operation typically these are obtained from a http.Request
swagger:parameters getStickTable.
GetStickTables swagger:route GET /services/haproxy/runtime/stick_tables StickTable getStickTables
# Return Stick Tables
Returns an array of all stick tables.
GetStickTablesDefault General Error
swagger:response getStickTablesDefault
*/.
GetStickTablesOK Successful operation
swagger:response getStickTablesOK
*/.
GetStickTablesParams contains all the bound params for the get stick tables operation typically these are obtained from a http.Request
swagger:parameters getStickTables.
GetStickTablesURL generates an URL for the get stick tables operation.
GetStickTableURL generates an URL for the get stick table operation.
SetStickTableEntries swagger:route POST /services/haproxy/runtime/stick_tables/{parent_name}/entries StickTable setStickTableEntries
# Set Entry to Stick Table
Create or update a stick-table entry in the table.
SetStickTableEntriesBody set stick table entries body
swagger:model SetStickTableEntriesBody.
SetStickTableEntriesDefault General Error
swagger:response setStickTableEntriesDefault
*/.
SetStickTableEntriesNoContent Successful operation
swagger:response setStickTableEntriesNoContent
*/.
SetStickTableEntriesParams contains all the bound params for the set stick table entries operation typically these are obtained from a http.Request
swagger:parameters setStickTableEntries.
SetStickTableEntriesURL generates an URL for the set stick table entries operation.
# Interfaces
GetStickTableEntriesHandler interface for that can handle valid get stick table entries params.
GetStickTableHandler interface for that can handle valid get stick table params.
GetStickTablesHandler interface for that can handle valid get stick tables params.
SetStickTableEntriesHandler interface for that can handle valid set stick table entries params.
# Type aliases
GetStickTableEntriesHandlerFunc turns a function with the right signature into a get stick table entries handler.
GetStickTableHandlerFunc turns a function with the right signature into a get stick table handler.
GetStickTablesHandlerFunc turns a function with the right signature into a get stick tables handler.
SetStickTableEntriesHandlerFunc turns a function with the right signature into a set stick table entries handler.