Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DevServiceAccountName is the name of the service account used for // booting pods in development mode. It's needed because the development // server interacts with the Kelda Microservice CRD. DevServiceAccountName = "kelda-dev" // MaxPodPriorityValue is the maximum priority value that Kelda will assign // to Pods via a PriorityClass. MaxPodPriorityValue = int32(10000000) )
Variables ¶
View Source
var KeldaManagedResourceLabel = map[string]string{/* contains filtered or unexported fields */}
KeldaManagedResourceLabel allows us to use a LabelSelector to acquire only kelda-managed resources.
Functions ¶
func Run ¶
func Run(license config.License, kubeClient kubernetes.Interface, keldaClient keldaClientset.Interface) error
Run runs the main Minion server thread.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.