# Functions
BuildOutOfClusterConfig returns k8s config.
CreateHTTPTriggerCustomResource will create a HTTP trigger custom resource object.
CreateIngress creates ingress rule for a specific function.
DeleteHTTPTriggerCustomResource will delete HTTP trigger custom resource object.
DeleteIngress deletes an ingress rule.
GetClient returns a k8s clientset to the request from inside of cluster.
GetFunctionClientInCluster returns function clientset to the request from inside of cluster.
GetHTTPReq returns the http request object that can be used to send a event with payload to function service.
GetHTTPTriggerCustomResource will get HTTP trigger custom resource object.
GetKubelessClientOutCluster returns kubeless clientset to make kubeless API request from outside of cluster.
GetLocalHostname returns hostname.
GetTriggerClientInCluster returns function clientset to the request from inside of cluster.
IsJSON returns true if the string is json.
PatchHTTPTriggerCustomResource applies changes to the function custom object.
SendMessage sends messge over function service.
UpdateHTTPTriggerCustomResource applies changes to the HTTP trigger custom resource object.