Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigCheck ¶
type ConfigCheck struct {
Ctx context.Context
Config []byte
Client client.Client
ClientSet *kubernetes.Clientset
Name string
Namespace string
Image string
Hash string
}
func New ¶
func New(ctx context.Context, config []byte, c client.Client, cs *kubernetes.Clientset, name, namespace, image string) *ConfigCheck
func (*ConfigCheck) Run ¶
func (cc *ConfigCheck) Run() error
type ConfigCheckError ¶
type ConfigCheckError struct {
Reason string
Err error
}
func (*ConfigCheckError) Error ¶
func (e *ConfigCheckError) Error() string
Click to show internal directories.
Click to hide internal directories.