Versions in this module Expand all Collapse all v0 v0.0.17 May 11, 2023 v0.0.16 May 5, 2023 Changes in this version + var KubeClient client.Client + var KubeClientGo *kubernetes.Clientset + type Check interface + type HelmChartsCheck struct + Name string + Namespace string + func (d *HelmChartsCheck) GetName() string + func (d *HelmChartsCheck) Run() *Result + type HelmReleaseCheck struct + Name string + Namespace string + func (d *HelmReleaseCheck) GetName() string + func (d *HelmReleaseCheck) Run() *Result + type KustomizationCheck struct + Name string + Namespace string + func (d *KustomizationCheck) GetName() string + func (d *KustomizationCheck) Run() *Result + type Result struct + IsError bool + IsOkay bool + Status string + type Runnable interface + Run func() *Result + type WithFix interface + Fix func() + type WithHint interface + Hint func() string + type WithName interface + GetName func() string + type WithOnError interface + OnError func()