package
0.0.0-20210120142358-a99a0c96c73c
Repository: https://github.com/spaghettifunk/pinot-go-client.git
Documentation: pkg.go.dev

# Functions

New creates a new cluster API client.
NewDeleteClusterConfigInternalServerError creates a DeleteClusterConfigInternalServerError with default headers values.
NewDeleteClusterConfigOK creates a DeleteClusterConfigOK with default headers values.
NewDeleteClusterConfigParams creates a new DeleteClusterConfigParams object with the default values initialized.
NewDeleteClusterConfigParamsWithContext creates a new DeleteClusterConfigParams object with the default values initialized, and the ability to set a context for a request.
NewDeleteClusterConfigParamsWithHTTPClient creates a new DeleteClusterConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewDeleteClusterConfigParamsWithTimeout creates a new DeleteClusterConfigParams object with the default values initialized, and the ability to set a timeout on a request.
NewGetClusterInfoInternalServerError creates a GetClusterInfoInternalServerError with default headers values.
NewGetClusterInfoOK creates a GetClusterInfoOK with default headers values.
NewGetClusterInfoParams creates a new GetClusterInfoParams object with the default values initialized.
NewGetClusterInfoParamsWithContext creates a new GetClusterInfoParams object with the default values initialized, and the ability to set a context for a request.
NewGetClusterInfoParamsWithHTTPClient creates a new GetClusterInfoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewGetClusterInfoParamsWithTimeout creates a new GetClusterInfoParams object with the default values initialized, and the ability to set a timeout on a request.
NewListClusterConfigsInternalServerError creates a ListClusterConfigsInternalServerError with default headers values.
NewListClusterConfigsOK creates a ListClusterConfigsOK with default headers values.
NewListClusterConfigsParams creates a new ListClusterConfigsParams object with the default values initialized.
NewListClusterConfigsParamsWithContext creates a new ListClusterConfigsParams object with the default values initialized, and the ability to set a context for a request.
NewListClusterConfigsParamsWithHTTPClient creates a new ListClusterConfigsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewListClusterConfigsParamsWithTimeout creates a new ListClusterConfigsParams object with the default values initialized, and the ability to set a timeout on a request.
NewUpdateClusterConfigInternalServerError creates a UpdateClusterConfigInternalServerError with default headers values.
NewUpdateClusterConfigOK creates a UpdateClusterConfigOK with default headers values.
NewUpdateClusterConfigParams creates a new UpdateClusterConfigParams object with the default values initialized.
NewUpdateClusterConfigParamsWithContext creates a new UpdateClusterConfigParams object with the default values initialized, and the ability to set a context for a request.
NewUpdateClusterConfigParamsWithHTTPClient creates a new UpdateClusterConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewUpdateClusterConfigParamsWithTimeout creates a new UpdateClusterConfigParams object with the default values initialized, and the ability to set a timeout on a request.

# Structs

Client for cluster API */.
DeleteClusterConfigInternalServerError handles this case with default header values.
DeleteClusterConfigOK handles this case with default header values.
DeleteClusterConfigParams contains all the parameters to send to the API endpoint for the delete cluster config operation typically these are written to a http.Request */.
DeleteClusterConfigReader is a Reader for the DeleteClusterConfig structure.
GetClusterInfoInternalServerError handles this case with default header values.
GetClusterInfoOK handles this case with default header values.
GetClusterInfoParams contains all the parameters to send to the API endpoint for the get cluster info operation typically these are written to a http.Request */.
GetClusterInfoReader is a Reader for the GetClusterInfo structure.
ListClusterConfigsInternalServerError handles this case with default header values.
ListClusterConfigsOK handles this case with default header values.
ListClusterConfigsParams contains all the parameters to send to the API endpoint for the list cluster configs operation typically these are written to a http.Request */.
ListClusterConfigsReader is a Reader for the ListClusterConfigs structure.
UpdateClusterConfigInternalServerError handles this case with default header values.
UpdateClusterConfigOK handles this case with default header values.
UpdateClusterConfigParams contains all the parameters to send to the API endpoint for the update cluster config operation typically these are written to a http.Request */.
UpdateClusterConfigReader is a Reader for the UpdateClusterConfig structure.

# Interfaces

ClientService is the interface for Client methods.