Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppParameters ¶
type AppParameters struct {
Application string
Command string
Namespace string
KubeConfig string
ConfigPath string
}
AppParameters struct, so we can easily pass it to other handlers
type Handler ¶
Handler - this holds the information to help render the template and schedule the pod to the cluster.
func Init ¶
func Init(appParams AppParameters, clientset *kubernetes.Clientset) (h *Handler)
Init - Initializes the Handler with necessary information
Click to show internal directories.
Click to hide internal directories.