Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.6.0
type Config struct {
InheritKind string
InheritName string
InheritLabels bool
InheritAnnotations bool
Labels map[string]*string
Annotations map[string]*string
Spec map[string]interface{}
ContainerSpec map[string]interface{}
Container string
Image string
Env map[string]*string
NoLifecycle bool
NoProbes bool
Replace bool
Stdin bool
TTY bool
Command []string
Detach bool
}
Config represents configuration settings for a pod
type Process ¶
Process represents the main process in a container
func Apply ¶
func Apply(k kubectl.CLI, hash string, config *Config, build func(pod string) error, out *output.Interface) (*Process, error)
Apply creates or replaces a pod associated with a hash
Click to show internal directories.
Click to hide internal directories.