Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ConfigMapTaskHostFmt key in config map ConfigMapTaskHostFmt = "%s.host" // EnvTaskHostFmt is the key for host list in environment EnvTaskHostFmt = "VC_%s_HOSTS" // EnvHostNumFmt is the key for host number in environment EnvHostNumFmt = "VC_%s_NUM" // ConfigMapMountPath mount path ConfigMapMountPath = "/etc/volcano" )
Variables ¶
This section is empty.
Functions ¶
func GenerateHosts ¶ added in v0.4.1
GenerateHosts generates hostnames per task.
func New ¶
func New(client pluginsinterface.PluginClientset, arguments []string) pluginsinterface.PluginInterface
New creates service plugin.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.