# Functions
AsRequestError transforms the error into a RequestError if it is currently one, checking the wrap status from the other error handlers.
IsRequestError checks if the given error is of the RequestError type.
New returns a new HTTP request client that is used for making authenticated requests to the Panel that this instance is running under.
WithCredentials sets the credentials to use when making request to the remote API endpoint.
WithHttpClient sets the underlying HTTP client instance to use when making requests to the Panel API.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
InstallationScript defines installation script information for a server process.
No description provided by the author
No description provided by the author
No description provided by the author
ProcessConfiguration defines the process configuration for a given server instance.
ProcessStopConfiguration defines what is used when stopping an instance.
RawServerData is a raw response from the API for a server.
No description provided by the author
No description provided by the author
Response is a custom response type that allows for commonly used error handling and response parsing from the Panel API.
ServerConfigurationResponse holds the server configuration data returned from the Panel.
SftpAuthRequest defines the request details that are passed along to the Panel when determining if the credentials provided to Kuber are valid.
SftpAuthResponse is returned by the Panel when a pair of SFTP credentials is successfully validated.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author