Kazan v0.10.0 Kazan.Apis.Logs View Source
Module for the Logs API group.
This module contains functions that can be used to query the avaliable
versions of the Logs API in a k8s server. Each of these functions
will output a Kazan.Request
suitable for passing to Kazan.run
.
The submodules of this module provide implementations of each of those versions.
Link to this section Summary
Link to this section Functions
Link to this function
log_file_handler!(logpath)
View Source
log_file_handler!(String.t()) :: Kazan.Request.t()
OpenAPI Operation ID: logFileHandler
Parameters
logpath
- path to the log
Link to this function
log_file_handler(logpath)
View Source
log_file_handler(String.t()) :: {:ok, Kazan.Request.t()} | {:error, term()}
OpenAPI Operation ID: logFileHandler
Parameters
logpath
- path to the log
Link to this function
log_file_list_handler!()
View Source
log_file_list_handler!() :: Kazan.Request.t()
OpenAPI Operation ID: logFileListHandler
Link to this function
log_file_list_handler()
View Source
log_file_list_handler() :: {:ok, Kazan.Request.t()} | {:error, term()}
OpenAPI Operation ID: logFileListHandler