Documentation ¶
Index ¶
Constants ¶
View Source
const ( SimonPluginName = "Simon" OpenLocalPluginName = "Open-Local" NewNodeNamePrefix = "simon" DefaultSchedulerName = corev1.DefaultSchedulerName StopReasonSuccess = "everything is ok" StopReasonDoNotStop = "do not stop" CreatePodError = "failed to create pod" DeletePodError = "failed to delete pod" AnnoWorkloadKind = "simon/workload-kind" AnnoWorkloadName = "simon/workload-name" AnnoWorkloadNamespace = "simon/workload-namespace" AnnoNodeLocalStorage = "simon/node-local-storage" AnnoPodLocalStorage = "simon/pod-local-storage" LabelNewNode = "simon/new-node" LabelAppName = "simon/app-name" EnvMaxCPU = "MaxCPU" EnvMaxMemory = "MaxMemory" EnvMaxVG = "MaxVG" Pod = "Pod" Deployment = "Deployment" ReplicaSet = "ReplicaSet" StatefulSet = "StatefulSet" DaemonSet = "DaemonSet" Job = "Job" CronJob = "CronJob" NotesFileSuffix = "NOTES.txt" SeparateSymbol = "-" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.