Documentation
¶
Overview ¶
Package kubectlinstaller provides a kubectl installer implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCRDNameNotAccepted = errors.New("crd names not accepted")
ErrCRDNameNotAccepted is returned when CRD names are not accepted.
Functions ¶
This section is empty.
Types ¶
type KubectlInstaller ¶
type KubectlInstaller struct {
// contains filtered or unexported fields
}
KubectlInstaller implements the installer.Installer interface for kubectl.
func NewKubectlInstaller ¶
func NewKubectlInstaller( timeout time.Duration, apiExtensionsClient apiextensionsv1client.CustomResourceDefinitionInterface, dynamicClient dynamic.ResourceInterface, ) *KubectlInstaller
NewKubectlInstaller creates a new kubectl installer instance.
Click to show internal directories.
Click to hide internal directories.