configcheck

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

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

Jump to

Keyboard shortcuts

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