Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FaaSProvider ¶
type FaaSProvider interface {
Init() error
GetStatus(name string) (*spec.Status, error)
Create(funcSpec *spec.Spec) error
Delete(name string) error
Update(funcSpec *spec.Spec) error
}
FaaSProvider is the physical serverless function instance manager
func NewProvider ¶
func NewProvider(superSpec *supervisor.Spec) FaaSProvider
NewProvider returns FaaSProvider client. It only supports Knative now.
Click to show internal directories.
Click to hide internal directories.