package
3.1.3+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev
# Functions
NewCreateDgramBind creates a new http.Handler for the create dgram bind operation.
NewCreateDgramBindAccepted creates CreateDgramBindAccepted with default headers values.
NewCreateDgramBindBadRequest creates CreateDgramBindBadRequest with default headers values.
NewCreateDgramBindConflict creates CreateDgramBindConflict with default headers values.
NewCreateDgramBindCreated creates CreateDgramBindCreated with default headers values.
NewCreateDgramBindDefault creates CreateDgramBindDefault with default headers values.
NewCreateDgramBindParams creates a new CreateDgramBindParams object with the default values initialized.
NewDeleteDgramBind creates a new http.Handler for the delete dgram bind operation.
NewDeleteDgramBindAccepted creates DeleteDgramBindAccepted with default headers values.
NewDeleteDgramBindDefault creates DeleteDgramBindDefault with default headers values.
NewDeleteDgramBindNoContent creates DeleteDgramBindNoContent with default headers values.
NewDeleteDgramBindNotFound creates DeleteDgramBindNotFound with default headers values.
NewDeleteDgramBindParams creates a new DeleteDgramBindParams object with the default values initialized.
NewGetDgramBind creates a new http.Handler for the get dgram bind operation.
NewGetDgramBindDefault creates GetDgramBindDefault with default headers values.
NewGetDgramBindNotFound creates GetDgramBindNotFound with default headers values.
NewGetDgramBindOK creates GetDgramBindOK with default headers values.
NewGetDgramBindParams creates a new GetDgramBindParams object
There are no default values defined in the spec.
NewGetDgramBinds creates a new http.Handler for the get dgram binds operation.
NewGetDgramBindsDefault creates GetDgramBindsDefault with default headers values.
NewGetDgramBindsOK creates GetDgramBindsOK with default headers values.
NewGetDgramBindsParams creates a new GetDgramBindsParams object
There are no default values defined in the spec.
NewReplaceDgramBind creates a new http.Handler for the replace dgram bind operation.
NewReplaceDgramBindAccepted creates ReplaceDgramBindAccepted with default headers values.
NewReplaceDgramBindBadRequest creates ReplaceDgramBindBadRequest with default headers values.
NewReplaceDgramBindDefault creates ReplaceDgramBindDefault with default headers values.
NewReplaceDgramBindNotFound creates ReplaceDgramBindNotFound with default headers values.
NewReplaceDgramBindOK creates ReplaceDgramBindOK with default headers values.
NewReplaceDgramBindParams creates a new ReplaceDgramBindParams object with the default values initialized.
# Constants
CreateDgramBindAcceptedCode is the HTTP code returned for type CreateDgramBindAccepted.
CreateDgramBindBadRequestCode is the HTTP code returned for type CreateDgramBindBadRequest.
CreateDgramBindConflictCode is the HTTP code returned for type CreateDgramBindConflict.
CreateDgramBindCreatedCode is the HTTP code returned for type CreateDgramBindCreated.
DeleteDgramBindAcceptedCode is the HTTP code returned for type DeleteDgramBindAccepted.
DeleteDgramBindNoContentCode is the HTTP code returned for type DeleteDgramBindNoContent.
DeleteDgramBindNotFoundCode is the HTTP code returned for type DeleteDgramBindNotFound.
GetDgramBindNotFoundCode is the HTTP code returned for type GetDgramBindNotFound.
GetDgramBindOKCode is the HTTP code returned for type GetDgramBindOK.
GetDgramBindsOKCode is the HTTP code returned for type GetDgramBindsOK.
ReplaceDgramBindAcceptedCode is the HTTP code returned for type ReplaceDgramBindAccepted.
ReplaceDgramBindBadRequestCode is the HTTP code returned for type ReplaceDgramBindBadRequest.
ReplaceDgramBindNotFoundCode is the HTTP code returned for type ReplaceDgramBindNotFound.
ReplaceDgramBindOKCode is the HTTP code returned for type ReplaceDgramBindOK.
# Structs
CreateDgramBind swagger:route POST /services/haproxy/configuration/log_forwards/{parent_name}/dgram_binds DgramBind createDgramBind
# Add a new dgram bind
Adds a new dgram bind in the specified log forward in the configuration file.
CreateDgramBindAccepted Configuration change accepted and reload requested
swagger:response createDgramBindAccepted
*/.
CreateDgramBindBadRequest Bad request
swagger:response createDgramBindBadRequest
*/.
CreateDgramBindConflict The specified resource already exists
swagger:response createDgramBindConflict
*/.
CreateDgramBindCreated Bind created
swagger:response createDgramBindCreated
*/.
CreateDgramBindDefault General Error
swagger:response createDgramBindDefault
*/.
CreateDgramBindParams contains all the bound params for the create dgram bind operation typically these are obtained from a http.Request
swagger:parameters createDgramBind.
CreateDgramBindURL generates an URL for the create dgram bind operation.
DeleteDgramBind swagger:route DELETE /services/haproxy/configuration/log_forwards/{parent_name}/dgram_binds/{name} DgramBind deleteDgramBind
# Delete a dgram bind
Deletes a dgram bind configuration by it's name in the specified log forward.
DeleteDgramBindAccepted Configuration change accepted and reload requested
swagger:response deleteDgramBindAccepted
*/.
DeleteDgramBindDefault General Error
swagger:response deleteDgramBindDefault
*/.
DeleteDgramBindNoContent Bind deleted
swagger:response deleteDgramBindNoContent
*/.
DeleteDgramBindNotFound The specified resource was not found
swagger:response deleteDgramBindNotFound
*/.
DeleteDgramBindParams contains all the bound params for the delete dgram bind operation typically these are obtained from a http.Request
swagger:parameters deleteDgramBind.
DeleteDgramBindURL generates an URL for the delete dgram bind operation.
GetDgramBind swagger:route GET /services/haproxy/configuration/log_forwards/{parent_name}/dgram_binds/{name} DgramBind getDgramBind
# Return one dgram bind
Returns one dgram bind configuration by it's name in the specified log forward.
GetDgramBindDefault General Error
swagger:response getDgramBindDefault
*/.
GetDgramBindNotFound The specified resource already exists
swagger:response getDgramBindNotFound
*/.
GetDgramBindOK Successful operation
swagger:response getDgramBindOK
*/.
GetDgramBindParams contains all the bound params for the get dgram bind operation typically these are obtained from a http.Request
swagger:parameters getDgramBind.
GetDgramBinds swagger:route GET /services/haproxy/configuration/log_forwards/{parent_name}/dgram_binds DgramBind getDgramBinds
# Return an array of dgram binds
Returns an array of all dgram binds that are configured in specified log forward.
GetDgramBindsDefault General Error
swagger:response getDgramBindsDefault
*/.
GetDgramBindsOK Successful operation
swagger:response getDgramBindsOK
*/.
GetDgramBindsParams contains all the bound params for the get dgram binds operation typically these are obtained from a http.Request
swagger:parameters getDgramBinds.
GetDgramBindsURL generates an URL for the get dgram binds operation.
GetDgramBindURL generates an URL for the get dgram bind operation.
ReplaceDgramBind swagger:route PUT /services/haproxy/configuration/log_forwards/{parent_name}/dgram_binds/{name} DgramBind replaceDgramBind
# Replace a dgram bind
Replaces a dgram bind configuration by it's name in the specified log forward.
ReplaceDgramBindAccepted Configuration change accepted and reload requested
swagger:response replaceDgramBindAccepted
*/.
ReplaceDgramBindBadRequest Bad request
swagger:response replaceDgramBindBadRequest
*/.
ReplaceDgramBindDefault General Error
swagger:response replaceDgramBindDefault
*/.
ReplaceDgramBindNotFound The specified resource was not found
swagger:response replaceDgramBindNotFound
*/.
ReplaceDgramBindOK Bind replaced
swagger:response replaceDgramBindOK
*/.
ReplaceDgramBindParams contains all the bound params for the replace dgram bind operation typically these are obtained from a http.Request
swagger:parameters replaceDgramBind.
ReplaceDgramBindURL generates an URL for the replace dgram bind operation.
# Interfaces
CreateDgramBindHandler interface for that can handle valid create dgram bind params.
DeleteDgramBindHandler interface for that can handle valid delete dgram bind params.
GetDgramBindHandler interface for that can handle valid get dgram bind params.
GetDgramBindsHandler interface for that can handle valid get dgram binds params.
ReplaceDgramBindHandler interface for that can handle valid replace dgram bind params.
# Type aliases
CreateDgramBindHandlerFunc turns a function with the right signature into a create dgram bind handler.
DeleteDgramBindHandlerFunc turns a function with the right signature into a delete dgram bind handler.
GetDgramBindHandlerFunc turns a function with the right signature into a get dgram bind handler.
GetDgramBindsHandlerFunc turns a function with the right signature into a get dgram binds handler.
ReplaceDgramBindHandlerFunc turns a function with the right signature into a replace dgram bind handler.