Files
go/kubernetes/docs/LogsApi.md

59 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

# \LogsApi
2019-03-19 22:09:04 -07:00
All URIs are relative to *http://localhost*
Method | HTTP request | Description
------------- | ------------- | -------------
[**LogFileHandler**](LogsApi.md#LogFileHandler) | **Get** /logs/{logpath} |
[**LogFileListHandler**](LogsApi.md#LogFileListHandler) | **Get** /logs/ |
# **LogFileHandler**
> LogFileHandler(ctx, logpath)
### Required Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
2019-03-19 22:09:04 -07:00
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**logpath** | **string**| path to the log |
### Return type
(empty response body)
### Authorization
[BearerToken](../README.md#BearerToken)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
# **LogFileListHandler**
> LogFileListHandler(ctx, )
### Required Parameters
This endpoint does not need any parameter.
### Return type
(empty response body)
### Authorization
[BearerToken](../README.md#BearerToken)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)