Documentation ¶
Index ¶
- type Function
- func (s *Function) Create(namespace, functionName string)
- func (s *Function) Delete(namespace, functionName string)
- func (s *Function) Get(namespace, functionName string) *crd.Function
- func (s *Function) List(namespace, continueBase64 string, limit int64) *crd.FunctionList
- func (s *Function) Update(namespace, functionName string)
- type Scale
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Function ¶
type Function struct {
FuncRepo repository.FunctionRepository
}
Function todo
func NewFunctionService ¶
func NewFunctionService(funcRepo repository.FunctionRepository) *Function
NewFunctionService todo
type Scale ¶
Scale todo
func NewScaleService ¶
func NewScaleService(restClientBuildFunc func(*schema.GroupVersion, bool) (*rest.RESTClient, error)) (*Scale, error)
NewScaleService todo
Click to show internal directories.
Click to hide internal directories.