check

package
v0.0.17 Latest Latest
Warning

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

Go to latest
Published: May 11, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var KubeClient client.Client
View Source
var KubeClientGo *kubernetes.Clientset

Functions

This section is empty.

Types

type Check

type Check interface {
	Runnable
	WithName
}

type HelmChartsCheck

type HelmChartsCheck struct {
	Name      string
	Namespace string
}

func (*HelmChartsCheck) GetName

func (d *HelmChartsCheck) GetName() string

func (*HelmChartsCheck) Run

func (d *HelmChartsCheck) Run() *Result

type HelmReleaseCheck

type HelmReleaseCheck struct {
	Name      string
	Namespace string
}

func (*HelmReleaseCheck) GetName

func (d *HelmReleaseCheck) GetName() string

func (*HelmReleaseCheck) Run

func (d *HelmReleaseCheck) Run() *Result

type KustomizationCheck

type KustomizationCheck struct {
	Name      string
	Namespace string
}

func (*KustomizationCheck) GetName

func (d *KustomizationCheck) GetName() string

func (*KustomizationCheck) Run

func (d *KustomizationCheck) Run() *Result

type Result

type Result struct {
	IsError bool
	IsOkay  bool
	Status  string
}

type Runnable

type Runnable interface {
	Run() *Result
}

type WithFix

type WithFix interface {
	Fix()
}

type WithHint

type WithHint interface {
	Hint() string
}

type WithName

type WithName interface {
	GetName() string
}

type WithOnError

type WithOnError interface {
	OnError()
}

Jump to

Keyboard shortcuts

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