Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListNamespaces ¶
func ListNamespaces(defaultNamespace string, clientset kubernetes.Interface) []string
func MakeNamespacesLister ¶
func MakeNamespacesLister(defaultNamespace string, clusterRole bool, clientset kubernetes.Interface) http.HandlerFunc
Types ¶
type NamespaceResolver ¶
func NewNamsespaceResolver ¶
func NewNamsespaceResolver(defaultNamespace string, kube kubernetes.Interface) NamespaceResolver
type Server ¶
type Server struct { BootstrapHandlers *types.FaaSHandlers BootstrapConfig *types.FaaSConfig }
func New ¶
func New(client clientset.Interface, kube kubernetes.Interface, endpointsInformer coreinformer.EndpointsInformer, sharepodLister lister.SharePodLister, clusterRole bool, cfg config.BootstrapConfig) *Server
New created HTTP server struct
Click to show internal directories.
Click to hide internal directories.