Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ValidationError = errors.New("config validation error")
Functions ¶
This section is empty.
Types ¶
type ConfigCheck ¶
type ConfigCheck struct { Config []byte Client client.Client ClientSet *kubernetes.Clientset Name string Namespace string Image string Hash string }
func New ¶
func New(config []byte, c client.Client, cs *kubernetes.Clientset, name, namespace, image string) *ConfigCheck
Click to show internal directories.
Click to hide internal directories.