Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(c config.Config, stopCh <-chan struct{}) (*controller.BaseController, error)
func NewController ¶
func NewController( cfg config.Config, kubeclientset kubernetes.Interface, faasclientset clientset.Interface, kubeInformerFactory kubeinformers.SharedInformerFactory, functionIngressFactory informers.SharedInformerFactory, ) controller.BaseController
NewController returns a new OpenFaaS controller
Types ¶
type Capabilities ¶
func (Capabilities) Has ¶
func (c Capabilities) Has(wanted string) bool
func (Capabilities) String ¶
func (c Capabilities) String() string
type SyncHandler ¶
type SyncHandler struct {
// contains filtered or unexported fields
}
SyncHandler is the controller implementation for Function resources
Click to show internal directories.
Click to hide internal directories.