Documentation
¶
Index ¶
- func SortFunctions(in []*v1alpha1.Function) []*v1alpha1.Function
- func ToGQL(item *v1alpha1.Function) *gqlschema.Function
- func ToGQLs(in []*v1alpha1.Function) []gqlschema.Function
- type Service
- func (svc *Service) Create(name, namespace string, labels gqlschema.Labels, size, runtime string) (*v1alpha1.Function, error)
- func (svc *Service) Delete(name, namespace string) error
- func (svc *Service) Find(name, namespace string) (*v1alpha1.Function, error)
- func (svc *Service) List(namespace string) ([]*v1alpha1.Function, error)
- func (svc *Service) Update(name, namespace string, params gqlschema.FunctionUpdateInput) (*v1alpha1.Function, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
func NewService ¶
func NewService(serviceFactory *resource.ServiceFactory) *Service
Click to show internal directories.
Click to hide internal directories.