github.com/spinnaker/spin@v1.30.0/gateapi/docs/BakeControllerApi.md (about)

     1  # \BakeControllerApi
     2  
     3  All URIs are relative to *https://localhost*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**BakeOptionsUsingGET**](BakeControllerApi.md#BakeOptionsUsingGET) | **Get** /bakery/options/{cloudProvider} | Retrieve a list of available bakery base images for a given cloud provider
     8  [**BakeOptionsUsingGET1**](BakeControllerApi.md#BakeOptionsUsingGET1) | **Get** /bakery/options | Retrieve a list of available bakery base images, grouped by cloud provider
     9  [**LookupLogsUsingGET**](BakeControllerApi.md#LookupLogsUsingGET) | **Get** /bakery/logs/{region}/{statusId} | Retrieve the logs for a given bake
    10  
    11  
    12  # **BakeOptionsUsingGET**
    13  > interface{} BakeOptionsUsingGET(ctx, cloudProvider)
    14  Retrieve a list of available bakery base images for a given cloud provider
    15  
    16  ### Required Parameters
    17  
    18  Name | Type | Description  | Notes
    19  ------------- | ------------- | ------------- | -------------
    20   **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    21    **cloudProvider** | **string**| cloudProvider | 
    22  
    23  ### Return type
    24  
    25  [**interface{}**](interface{}.md)
    26  
    27  ### Authorization
    28  
    29  No authorization required
    30  
    31  ### HTTP request headers
    32  
    33   - **Content-Type**: Not defined
    34   - **Accept**: */*
    35  
    36  [[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)
    37  
    38  # **BakeOptionsUsingGET1**
    39  > interface{} BakeOptionsUsingGET1(ctx, )
    40  Retrieve a list of available bakery base images, grouped by cloud provider
    41  
    42  ### Required Parameters
    43  This endpoint does not need any parameter.
    44  
    45  ### Return type
    46  
    47  [**interface{}**](interface{}.md)
    48  
    49  ### Authorization
    50  
    51  No authorization required
    52  
    53  ### HTTP request headers
    54  
    55   - **Content-Type**: Not defined
    56   - **Accept**: */*
    57  
    58  [[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)
    59  
    60  # **LookupLogsUsingGET**
    61  > interface{} LookupLogsUsingGET(ctx, region, statusId)
    62  Retrieve the logs for a given bake
    63  
    64  ### Required Parameters
    65  
    66  Name | Type | Description  | Notes
    67  ------------- | ------------- | ------------- | -------------
    68   **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    69    **region** | **string**| region | 
    70    **statusId** | **string**| statusId | 
    71  
    72  ### Return type
    73  
    74  [**interface{}**](interface{}.md)
    75  
    76  ### Authorization
    77  
    78  No authorization required
    79  
    80  ### HTTP request headers
    81  
    82   - **Content-Type**: Not defined
    83   - **Accept**: */*
    84  
    85  [[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)
    86