Documentation
¶
Index ¶
- Constants
- func DeleteAPI(apiName string, keepCache bool) error
- func ErrorAPIUpdating(apiName string) error
- func GetAPIByName(deployedResource *operator.DeployedResource) ([]schema.APIResponse, error)
- func GetAllAPIs(pods []kcore.Pod, deployments []kapps.Deployment) ([]schema.APIResponse, error)
- func GetAllStatuses(deployments []kapps.Deployment, pods []kcore.Pod) ([]status.Status, error)
- func GetStatus(apiName string) (*status.Status, error)
- func UpdateAPI(apiConfig userconfig.API, projectID string, force bool) (*spec.API, string, error)
- func UpdateAutoscalerCron(deployment *kapps.Deployment, apiSpec spec.API) error
- func UpdateMetricsCron(deployment *kapps.Deployment) error
Constants ¶
View Source
const (
ErrAPIUpdating = "ayncapi.api_updating"
)
Variables ¶
This section is empty.
Functions ¶
func ErrorAPIUpdating ¶
func GetAPIByName ¶
func GetAPIByName(deployedResource *operator.DeployedResource) ([]schema.APIResponse, error)
func GetAllAPIs ¶
func GetAllAPIs(pods []kcore.Pod, deployments []kapps.Deployment) ([]schema.APIResponse, error)
func GetAllStatuses ¶
func UpdateAutoscalerCron ¶
func UpdateAutoscalerCron(deployment *kapps.Deployment, apiSpec spec.API) error
func UpdateMetricsCron ¶
func UpdateMetricsCron(deployment *kapps.Deployment) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.