Documentation
¶
Index ¶
- type FunctionRepositoryEtcdImpl
- func (s *FunctionRepositoryEtcdImpl) Create(namespace, tenancy, functionName string)
- func (s *FunctionRepositoryEtcdImpl) Delete(namespace, tenancy, functionName string)
- func (s *FunctionRepositoryEtcdImpl) Get(namespace, tenancy, functionName string) (*crd.Function, error)
- func (s *FunctionRepositoryEtcdImpl) List(namespace, continueBase64 string, limit int64) (*crd.FunctionList, error)
- func (s *FunctionRepositoryEtcdImpl) Update(namespace, tenancy, functionName string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionRepositoryEtcdImpl ¶
type FunctionRepositoryEtcdImpl struct { repository.FunctionRepository FuncCRD *crd.FunctionCustomResourceDefinition }
FunctionRepositoryEtcdImpl todo
func NewFuncRepo ¶
func NewFuncRepo(funcCRD *crd.FunctionCustomResourceDefinition) *FunctionRepositoryEtcdImpl
NewFuncRepo todo
func (*FunctionRepositoryEtcdImpl) Create ¶
func (s *FunctionRepositoryEtcdImpl) Create(namespace, tenancy, functionName string)
Create todo
func (*FunctionRepositoryEtcdImpl) Delete ¶
func (s *FunctionRepositoryEtcdImpl) Delete(namespace, tenancy, functionName string)
Delete todo
func (*FunctionRepositoryEtcdImpl) Get ¶
func (s *FunctionRepositoryEtcdImpl) Get(namespace, tenancy, functionName string) (*crd.Function, error)
Get todo
func (*FunctionRepositoryEtcdImpl) List ¶
func (s *FunctionRepositoryEtcdImpl) List(namespace, continueBase64 string, limit int64) (*crd.FunctionList, error)
List todo
func (*FunctionRepositoryEtcdImpl) Update ¶
func (s *FunctionRepositoryEtcdImpl) Update(namespace, tenancy, functionName string)
Update todo
Click to show internal directories.
Click to hide internal directories.