Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // GeneratedStore defines that the new GeneratedStore should be used. This variable should // either be a URL (http/s) or a local file location GeneratedStore string // K8sVersion defines what is the Kubernetes version that the validation should target. // Should be on the Kubernetes semver format: v1.24.5 K8sVersion string Input string ConfigFlags *genericclioptions.ConfigFlags }
Config configuration object for Kubepug configurations for kubernetes and for kubepug functionality
type Kubepug ¶
type Kubepug struct {
Config *Config
}
Kubepug defines a kubepug instance to be used
func NewKubepug ¶
NewKubepug returns a new kubepug library
Click to show internal directories.
Click to hide internal directories.