scheduler

package
v0.0.232 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2020 License: Apache-2.0 Imports: 22 Imported by: 0

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

type Options struct {
	Dir       string
	OutDir    string
	Namespace string
}

LabelOptions the options for the command

func NewCmdScheduler

func NewCmdScheduler() (*cobra.Command, *Options)

NewCmdScheduler creates a command object for the command

func (*Options) Run

func (o *Options) Run() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL