Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ConfigMapConfigFileName file name of the ConfigMap for the 'config' configuration ConfigMapConfigFileName = "config-cm.yaml" // ConfigMapPluginsFileName file name of the ConfigMap for the 'plugins' configuration ConfigMapPluginsFileName = "plugins-cm.yaml" // ConfigKey the name of key in the ConfigMap for the configuration of the `config` ConfigKey = "config.yaml" // PluginsKey the name of key in the ConfigMap for the configuration of the `plugins` PluginsKey = "plugins.yaml" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
LabelOptions the options for the command
func NewCmdScheduler ¶
NewCmdScheduler creates a command object for the command
Click to show internal directories.
Click to hide internal directories.