Skip to content

aweis89/functions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

Functions for Kubeless

This repository contains Kubeless Functions. Kubeless is a Kubernetes-native serverless framework that makes use of Kubernetes' ThirdPartyResource to be able to create functions as custom Kubernetes resources

The purpose of this repository is to provide a place for maintaining and contributing official Kubeless functions, with CI processes in place for assuring an always up-to-date repository.

Repository structure

The Charts in this repository are organized into two folders:

  • stable
  • incubator

Stable functions counts with an CI process in place and they are maintained and updated Incubator functions are those to be shared and improved on until they are ready to be moved into the stable folder.

Structure of a Kubeless Function

Each kubeless functions must have:

  • A metadata file
  • A README.md file
  • A way to declare dependencies

About

Functions Repository for Kubeless

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.3%
  • JavaScript 16.5%
  • Smarty 13.3%
  • Makefile 4.9%