Documentation
¶
Overview ¶
Package applysetinstaller provides an installer for managing ApplySet CRD and CR on a Kubernetes cluster.
This package contains the ApplySet installer implementation for installing and managing the ApplySet Custom Resource Definition and Custom Resource, which is used by kubectl for server-side apply operations.
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 ApplySetInstaller ¶
type ApplySetInstaller struct {
// contains filtered or unexported fields
}
ApplySetInstaller implements the installer.Installer interface for ApplySet.
func NewApplySetInstaller ¶
func NewApplySetInstaller( timeout time.Duration, apiExtensionsClient apiextensionsv1client.CustomResourceDefinitionInterface, dynamicClient dynamic.ResourceInterface, ) *ApplySetInstaller
NewApplySetInstaller creates a new ApplySet installer instance.
Click to show internal directories.
Click to hide internal directories.