Tags: motamed/faas-netes
Tags
Update apply REST handler The HTTP handler appeared to generate errors with the latest versions of Kubernetes (1.17.5 and 1.18). A function created via REST and then updated via a CRD or visa-versa caused an error about the RevisionVersion being required. By getting the function object before updating it, this appears to resolve the issue. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
Fix up tests based on merge openfaas#624 Signed-off-by: Alistair Hey <[email protected]>
Remove debug statement from CI Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
Tidy imports for controller There were some duplicate aliases and imports which have been consolidated. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
Add range checking for endpoints This could fail when endpoints are removed during a scale down operation. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
Move to Go Client 1.17 for Kubernetes As per change made to openfaas-operator, this bumps up the Go client for Kubernetes to 1.17. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
Update Travis runtime version The Travis runtime version has been updated to match the version of Go in the Dockerfile (1.13) Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
Update faas-provider to 0.14.0 **What** - Update the version of faas-provider - Update the info handler to use the renamed `InfoResponse` struct and add a basic test for the handler Signed-off-by: Lucas Roesler <[email protected]>
Change namespaces handler status code Changing namespaces handler status code to return 200 when requested instead of 202 Signed-off-by: Martin Dekov <[email protected]>
Move proxy to k8s package This commit moves the proxy to the k8s package so that it can be shared with the openfaas-operator. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
PreviousNext