# Functions
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateRuntimeGroupRequest calls the generic CreateRuntimeGroup builder with application/json body.
NewCreateRuntimeGroupRequestWithBody generates requests for CreateRuntimeGroup with any type of body.
NewDeleteRuntimeGroupRequest generates requests for DeleteRuntimeGroup.
NewGetRuntimeGroupRequest generates requests for GetRuntimeGroup.
NewListRuntimeGroupsRequest generates requests for ListRuntimeGroups.
NewUpdateRuntimeGroupRequest calls the generic UpdateRuntimeGroup builder with application/json body.
NewUpdateRuntimeGroupRequestWithBody generates requests for UpdateRuntimeGroup with any type of body.
ParseCreateRuntimeGroupHTTPResponse parses an HTTP response from a CreateRuntimeGroupWithResponse call.
ParseDeleteRuntimeGroupHTTPResponse parses an HTTP response from a DeleteRuntimeGroupWithResponse call.
ParseGetRuntimeGroupHTTPResponse parses an HTTP response from a GetRuntimeGroupWithResponse call.
ParseListRuntimeGroupsHTTPResponse parses an HTTP response from a ListRuntimeGroupsWithResponse call.
ParseUpdateRuntimeGroupHTTPResponse parses an HTTP response from a UpdateRuntimeGroupWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
# Constants
No description provided by the author
No description provided by the author
Defines values for Status400.
Defines values for Status401.
Defines values for Status403.
Defines values for Status404.
Defines values for Status409.
Defines values for Status500.
Defines values for Status503.
No description provided by the author
# Structs
AdditionalErrorInformation_Item defines model for AdditionalErrorInformation.Item.
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
No description provided by the author
CreateRuntimeGroupRequest The request schema for the create runtime group request.
No description provided by the author
No description provided by the author
No description provided by the author
ListRuntimeGroupsParams defines parameters for ListRuntimeGroups.
ListRuntimeGroupsResponse defines model for ListRuntimeGroupsResponse.
PaginatedMeta Returns pagination information.
RuntimeGroup The runtime group object contains information about a Kong control plane.
No description provided by the author
UpdateRuntimeGroupRequest The request schema for the update runtime group request.
# Interfaces
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.
# Type aliases
AdditionalErrorInformation An array of objects that contains information related to the error response.
ClientOption allows setting custom parameters during construction.
No description provided by the author
CreateRuntimeGroupJSONRequestBody defines body for CreateRuntimeGroup for application/json ContentType.
CreateRuntimeGroupResponse The runtime group object contains information about a Kong control plane.
FilterByNameContains defines model for FilterByNameContains.
FilterByNameEquality defines model for FilterByNameEquality.
FilterByNameEqualityShort defines model for FilterByNameEqualityShort.
Labels Labels to facilitate tagged search on runtime groups.
PageNumber defines model for PageNumber.
PageSize defines model for PageSize.
RequestEditorFn is the function signature for the RequestEditor callback function.
RetrieveRuntimeGroupResponse The runtime group object contains information about a Kong control plane.
Status400 The HTTP response code.
Status401 The HTTP status code.
Status403 The HTTP status code.
Status404 The HTTP status code.
Status409 The HTTP status code.
Status500 The HTTP status code.
Status503 The HTTP status code.
UpdateRuntimeGroupJSONRequestBody defines body for UpdateRuntimeGroup for application/json ContentType.
UpdateRuntimeGroupResponse The runtime group object contains information about a Kong control plane.