package
3.1.3+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev
# Functions
NewAddMapEntry creates a new http.Handler for the add map entry operation.
NewAddMapEntryBadRequest creates AddMapEntryBadRequest with default headers values.
NewAddMapEntryConflict creates AddMapEntryConflict with default headers values.
NewAddMapEntryCreated creates AddMapEntryCreated with default headers values.
NewAddMapEntryDefault creates AddMapEntryDefault with default headers values.
NewAddMapEntryParams creates a new AddMapEntryParams object with the default values initialized.
NewAddPayloadRuntimeMap creates a new http.Handler for the add payload runtime map operation.
NewAddPayloadRuntimeMapBadRequest creates AddPayloadRuntimeMapBadRequest with default headers values.
NewAddPayloadRuntimeMapCreated creates AddPayloadRuntimeMapCreated with default headers values.
NewAddPayloadRuntimeMapDefault creates AddPayloadRuntimeMapDefault with default headers values.
NewAddPayloadRuntimeMapParams creates a new AddPayloadRuntimeMapParams object with the default values initialized.
NewClearRuntimeMap creates a new http.Handler for the clear runtime map operation.
NewClearRuntimeMapDefault creates ClearRuntimeMapDefault with default headers values.
NewClearRuntimeMapNoContent creates ClearRuntimeMapNoContent with default headers values.
NewClearRuntimeMapNotFound creates ClearRuntimeMapNotFound with default headers values.
NewClearRuntimeMapParams creates a new ClearRuntimeMapParams object with the default values initialized.
NewDeleteRuntimeMapEntry creates a new http.Handler for the delete runtime map entry operation.
NewDeleteRuntimeMapEntryDefault creates DeleteRuntimeMapEntryDefault with default headers values.
NewDeleteRuntimeMapEntryNoContent creates DeleteRuntimeMapEntryNoContent with default headers values.
NewDeleteRuntimeMapEntryNotFound creates DeleteRuntimeMapEntryNotFound with default headers values.
NewDeleteRuntimeMapEntryParams creates a new DeleteRuntimeMapEntryParams object with the default values initialized.
NewGetAllRuntimeMapFiles creates a new http.Handler for the get all runtime map files operation.
NewGetAllRuntimeMapFilesDefault creates GetAllRuntimeMapFilesDefault with default headers values.
NewGetAllRuntimeMapFilesNotFound creates GetAllRuntimeMapFilesNotFound with default headers values.
NewGetAllRuntimeMapFilesOK creates GetAllRuntimeMapFilesOK with default headers values.
NewGetAllRuntimeMapFilesParams creates a new GetAllRuntimeMapFilesParams object with the default values initialized.
NewGetOneRuntimeMap creates a new http.Handler for the get one runtime map operation.
NewGetOneRuntimeMapDefault creates GetOneRuntimeMapDefault with default headers values.
NewGetOneRuntimeMapNotFound creates GetOneRuntimeMapNotFound with default headers values.
NewGetOneRuntimeMapOK creates GetOneRuntimeMapOK with default headers values.
NewGetOneRuntimeMapParams creates a new GetOneRuntimeMapParams object
There are no default values defined in the spec.
NewGetRuntimeMapEntry creates a new http.Handler for the get runtime map entry operation.
NewGetRuntimeMapEntryDefault creates GetRuntimeMapEntryDefault with default headers values.
NewGetRuntimeMapEntryNotFound creates GetRuntimeMapEntryNotFound with default headers values.
NewGetRuntimeMapEntryOK creates GetRuntimeMapEntryOK with default headers values.
NewGetRuntimeMapEntryParams creates a new GetRuntimeMapEntryParams object
There are no default values defined in the spec.
NewReplaceRuntimeMapEntry creates a new http.Handler for the replace runtime map entry operation.
NewReplaceRuntimeMapEntryBadRequest creates ReplaceRuntimeMapEntryBadRequest with default headers values.
NewReplaceRuntimeMapEntryDefault creates ReplaceRuntimeMapEntryDefault with default headers values.
NewReplaceRuntimeMapEntryNotFound creates ReplaceRuntimeMapEntryNotFound with default headers values.
NewReplaceRuntimeMapEntryOK creates ReplaceRuntimeMapEntryOK with default headers values.
NewReplaceRuntimeMapEntryParams creates a new ReplaceRuntimeMapEntryParams object with the default values initialized.
NewShowRuntimeMap creates a new http.Handler for the show runtime map operation.
NewShowRuntimeMapDefault creates ShowRuntimeMapDefault with default headers values.
NewShowRuntimeMapNotFound creates ShowRuntimeMapNotFound with default headers values.
NewShowRuntimeMapOK creates ShowRuntimeMapOK with default headers values.
NewShowRuntimeMapParams creates a new ShowRuntimeMapParams object
There are no default values defined in the spec.
# Constants
AddMapEntryBadRequestCode is the HTTP code returned for type AddMapEntryBadRequest.
AddMapEntryConflictCode is the HTTP code returned for type AddMapEntryConflict.
AddMapEntryCreatedCode is the HTTP code returned for type AddMapEntryCreated.
AddPayloadRuntimeMapBadRequestCode is the HTTP code returned for type AddPayloadRuntimeMapBadRequest.
AddPayloadRuntimeMapCreatedCode is the HTTP code returned for type AddPayloadRuntimeMapCreated.
ClearRuntimeMapNoContentCode is the HTTP code returned for type ClearRuntimeMapNoContent.
ClearRuntimeMapNotFoundCode is the HTTP code returned for type ClearRuntimeMapNotFound.
DeleteRuntimeMapEntryNoContentCode is the HTTP code returned for type DeleteRuntimeMapEntryNoContent.
DeleteRuntimeMapEntryNotFoundCode is the HTTP code returned for type DeleteRuntimeMapEntryNotFound.
GetAllRuntimeMapFilesNotFoundCode is the HTTP code returned for type GetAllRuntimeMapFilesNotFound.
GetAllRuntimeMapFilesOKCode is the HTTP code returned for type GetAllRuntimeMapFilesOK.
GetOneRuntimeMapNotFoundCode is the HTTP code returned for type GetOneRuntimeMapNotFound.
GetOneRuntimeMapOKCode is the HTTP code returned for type GetOneRuntimeMapOK.
GetRuntimeMapEntryNotFoundCode is the HTTP code returned for type GetRuntimeMapEntryNotFound.
GetRuntimeMapEntryOKCode is the HTTP code returned for type GetRuntimeMapEntryOK.
ReplaceRuntimeMapEntryBadRequestCode is the HTTP code returned for type ReplaceRuntimeMapEntryBadRequest.
ReplaceRuntimeMapEntryNotFoundCode is the HTTP code returned for type ReplaceRuntimeMapEntryNotFound.
ReplaceRuntimeMapEntryOKCode is the HTTP code returned for type ReplaceRuntimeMapEntryOK.
ShowRuntimeMapNotFoundCode is the HTTP code returned for type ShowRuntimeMapNotFound.
ShowRuntimeMapOKCode is the HTTP code returned for type ShowRuntimeMapOK.
# Structs
AddMapEntry swagger:route POST /services/haproxy/runtime/maps/{parent_name}/entries Maps addMapEntry
# Adds an entry into the map file
Adds an entry into the map file.
AddMapEntryBadRequest Bad request
swagger:response addMapEntryBadRequest
*/.
AddMapEntryConflict The specified resource already exists
swagger:response addMapEntryConflict
*/.
AddMapEntryCreated Map entry created
swagger:response addMapEntryCreated
*/.
AddMapEntryDefault General Error
swagger:response addMapEntryDefault
*/.
AddMapEntryParams contains all the bound params for the add map entry operation typically these are obtained from a http.Request
swagger:parameters addMapEntry.
AddMapEntryURL generates an URL for the add map entry operation.
AddPayloadRuntimeMap swagger:route PUT /services/haproxy/runtime/maps/{name} Maps addPayloadRuntimeMap
# Add a new map payload
Adds a new map payload.
AddPayloadRuntimeMapBadRequest Bad request
swagger:response addPayloadRuntimeMapBadRequest
*/.
AddPayloadRuntimeMapCreated Map payload added
swagger:response addPayloadRuntimeMapCreated
*/.
AddPayloadRuntimeMapDefault General Error
swagger:response addPayloadRuntimeMapDefault
*/.
AddPayloadRuntimeMapParams contains all the bound params for the add payload runtime map operation typically these are obtained from a http.Request
swagger:parameters addPayloadRuntimeMap.
AddPayloadRuntimeMapURL generates an URL for the add payload runtime map operation.
ClearRuntimeMap swagger:route DELETE /services/haproxy/runtime/maps/{name} Maps clearRuntimeMap
# Remove all map entries from the map file
Remove all map entries from the map file.
ClearRuntimeMapDefault General Error
swagger:response clearRuntimeMapDefault
*/.
ClearRuntimeMapNoContent All map entries deleted
swagger:response clearRuntimeMapNoContent
*/.
ClearRuntimeMapNotFound The specified resource was not found
swagger:response clearRuntimeMapNotFound
*/.
ClearRuntimeMapParams contains all the bound params for the clear runtime map operation typically these are obtained from a http.Request
swagger:parameters clearRuntimeMap.
ClearRuntimeMapURL generates an URL for the clear runtime map operation.
DeleteRuntimeMapEntry swagger:route DELETE /services/haproxy/runtime/maps/{parent_name}/entries/{id} Maps deleteRuntimeMapEntry
# Deletes all the map entries from the map by its id
Delete all the map entries from the map by its id.
DeleteRuntimeMapEntryDefault General Error
swagger:response deleteRuntimeMapEntryDefault
*/.
DeleteRuntimeMapEntryNoContent Map key/value deleted
swagger:response deleteRuntimeMapEntryNoContent
*/.
DeleteRuntimeMapEntryNotFound The specified resource was not found
swagger:response deleteRuntimeMapEntryNotFound
*/.
DeleteRuntimeMapEntryParams contains all the bound params for the delete runtime map entry operation typically these are obtained from a http.Request
swagger:parameters deleteRuntimeMapEntry.
DeleteRuntimeMapEntryURL generates an URL for the delete runtime map entry operation.
GetAllRuntimeMapFiles swagger:route GET /services/haproxy/runtime/maps Maps getAllRuntimeMapFiles
# Return runtime map files
Returns runtime map files.
GetAllRuntimeMapFilesDefault General Error
swagger:response getAllRuntimeMapFilesDefault
*/.
GetAllRuntimeMapFilesNotFound The specified resource was not found
swagger:response getAllRuntimeMapFilesNotFound
*/.
GetAllRuntimeMapFilesOK Successful operation
swagger:response getAllRuntimeMapFilesOK
*/.
GetAllRuntimeMapFilesParams contains all the bound params for the get all runtime map files operation typically these are obtained from a http.Request
swagger:parameters getAllRuntimeMapFiles.
GetAllRuntimeMapFilesURL generates an URL for the get all runtime map files operation.
GetOneRuntimeMap swagger:route GET /services/haproxy/runtime/maps/{name} Maps getOneRuntimeMap
# Return one runtime map file
Returns one runtime map file.
GetOneRuntimeMapDefault General Error
swagger:response getOneRuntimeMapDefault
*/.
GetOneRuntimeMapNotFound The specified resource was not found
swagger:response getOneRuntimeMapNotFound
*/.
GetOneRuntimeMapOK Successful operation
swagger:response getOneRuntimeMapOK
*/.
GetOneRuntimeMapParams contains all the bound params for the get one runtime map operation typically these are obtained from a http.Request
swagger:parameters getOneRuntimeMap.
GetOneRuntimeMapURL generates an URL for the get one runtime map operation.
GetRuntimeMapEntry swagger:route GET /services/haproxy/runtime/maps/{parent_name}/entries/{id} Maps getRuntimeMapEntry
# Return one map runtime setting
Returns one map runtime setting by it's id.
GetRuntimeMapEntryDefault General Error
swagger:response getRuntimeMapEntryDefault
*/.
GetRuntimeMapEntryNotFound The specified resource was not found
swagger:response getRuntimeMapEntryNotFound
*/.
GetRuntimeMapEntryOK Successful operation
swagger:response getRuntimeMapEntryOK
*/.
GetRuntimeMapEntryParams contains all the bound params for the get runtime map entry operation typically these are obtained from a http.Request
swagger:parameters getRuntimeMapEntry.
GetRuntimeMapEntryURL generates an URL for the get runtime map entry operation.
ReplaceRuntimeMapEntry swagger:route PUT /services/haproxy/runtime/maps/{parent_name}/entries/{id} Maps replaceRuntimeMapEntry
# Replace the value corresponding to each id in a map
Replaces the value corresponding to each id in a map.
ReplaceRuntimeMapEntryBadRequest Bad request
swagger:response replaceRuntimeMapEntryBadRequest
*/.
ReplaceRuntimeMapEntryBody replace runtime map entry body
swagger:model ReplaceRuntimeMapEntryBody.
ReplaceRuntimeMapEntryDefault General Error
swagger:response replaceRuntimeMapEntryDefault
*/.
ReplaceRuntimeMapEntryNotFound The specified resource was not found
swagger:response replaceRuntimeMapEntryNotFound
*/.
ReplaceRuntimeMapEntryOK Map value replaced
swagger:response replaceRuntimeMapEntryOK
*/.
ReplaceRuntimeMapEntryParams contains all the bound params for the replace runtime map entry operation typically these are obtained from a http.Request
swagger:parameters replaceRuntimeMapEntry.
ReplaceRuntimeMapEntryURL generates an URL for the replace runtime map entry operation.
ShowRuntimeMap swagger:route GET /services/haproxy/runtime/maps/{parent_name}/entries Maps showRuntimeMap
# Return one map runtime entries
Returns an array of all entries in a given runtime map file.
ShowRuntimeMapDefault General Error
swagger:response showRuntimeMapDefault
*/.
ShowRuntimeMapNotFound The specified resource was not found
swagger:response showRuntimeMapNotFound
*/.
ShowRuntimeMapOK Successful operation
swagger:response showRuntimeMapOK
*/.
ShowRuntimeMapParams contains all the bound params for the show runtime map operation typically these are obtained from a http.Request
swagger:parameters showRuntimeMap.
ShowRuntimeMapURL generates an URL for the show runtime map operation.
# Interfaces
AddMapEntryHandler interface for that can handle valid add map entry params.
AddPayloadRuntimeMapHandler interface for that can handle valid add payload runtime map params.
ClearRuntimeMapHandler interface for that can handle valid clear runtime map params.
DeleteRuntimeMapEntryHandler interface for that can handle valid delete runtime map entry params.
GetAllRuntimeMapFilesHandler interface for that can handle valid get all runtime map files params.
GetOneRuntimeMapHandler interface for that can handle valid get one runtime map params.
GetRuntimeMapEntryHandler interface for that can handle valid get runtime map entry params.
ReplaceRuntimeMapEntryHandler interface for that can handle valid replace runtime map entry params.
ShowRuntimeMapHandler interface for that can handle valid show runtime map params.
# Type aliases
AddMapEntryHandlerFunc turns a function with the right signature into a add map entry handler.
AddPayloadRuntimeMapHandlerFunc turns a function with the right signature into a add payload runtime map handler.
ClearRuntimeMapHandlerFunc turns a function with the right signature into a clear runtime map handler.
DeleteRuntimeMapEntryHandlerFunc turns a function with the right signature into a delete runtime map entry handler.
GetAllRuntimeMapFilesHandlerFunc turns a function with the right signature into a get all runtime map files handler.
GetOneRuntimeMapHandlerFunc turns a function with the right signature into a get one runtime map handler.
GetRuntimeMapEntryHandlerFunc turns a function with the right signature into a get runtime map entry handler.
ReplaceRuntimeMapEntryHandlerFunc turns a function with the right signature into a replace runtime map entry handler.
ShowRuntimeMapHandlerFunc turns a function with the right signature into a show runtime map handler.