Documentation ¶
Index ¶
- Constants
- func Deploy(env *deployer.Environment, updaterType string, opts Options) error
- func GetObjects(opts Options, updaterType, namespace string) ([]client.Object, error)
- func Remove(env *deployer.Environment, updaterType string, opts Options) error
- func SetupNamespace(updaterType string) (*corev1.Namespace, string, error)
- type Options
Constants ¶
View Source
const ( RTE string = "RTE" NFD string = "NFD" )
Variables ¶
This section is empty.
Functions ¶
func GetObjects ¶
Types ¶
type Options ¶
type Options struct { Platform platform.Platform PlatformVersion platform.Version WaitCompletion bool RTEConfigData string DaemonSet objectupdate.DaemonSetOptions }
Click to show internal directories.
Click to hide internal directories.