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 HelmChartsCheck ¶
func (*HelmChartsCheck) GetName ¶
func (d *HelmChartsCheck) GetName() string
func (*HelmChartsCheck) Run ¶
func (d *HelmChartsCheck) Run() *Result
type HelmReleaseCheck ¶
func (*HelmReleaseCheck) GetName ¶
func (d *HelmReleaseCheck) GetName() string
func (*HelmReleaseCheck) Run ¶
func (d *HelmReleaseCheck) Run() *Result
type KustomizationCheck ¶
func (*KustomizationCheck) GetName ¶
func (d *KustomizationCheck) GetName() string
func (*KustomizationCheck) Run ¶
func (d *KustomizationCheck) Run() *Result
type WithOnError ¶
type WithOnError interface {
OnError()
}
Click to show internal directories.
Click to hide internal directories.