Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // K8sVersion defines what is the Kubernetes version that the validation should target. // Should be on the Kubernetes semver format: v1.24.5 K8sVersion string // ForceDownload defines if the download should happen even if the swagger file already exists ForceDownload bool // SwaggerDir defines where the swagger file should be saved. If empty, a temporary directory will be created and used. SwaggerDir string // ShowDescription defines if the description of the API should be copied to the output result ShowDescription bool Input string ConfigFlags *genericclioptions.ConfigFlags }
Config configuration object for Kubepug configurations for kubernetes and for kubepug functionality
Click to show internal directories.
Click to hide internal directories.