Documentation ¶
Index ¶
Constants ¶
View Source
const (
AppFinalizer = "kubepack.dev"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ClientConfig *rest.Config KubeClient kubernetes.Interface ExtClient cs.Interface AppClient app_cs.Interface CRDClient crd_cs.Interface AppCatalogClient appcat_cs.AppcatalogV1alpha1Interface PromClient pcm.MonitoringV1Interface // contains filtered or unexported fields }
func (*Config) New ¶
func (c *Config) New() (*KubepackController, error)
type KubepackController ¶
type KubepackController struct {
// contains filtered or unexported fields
}
func (*KubepackController) Run ¶
func (c *KubepackController) Run(stopCh <-chan struct{})
func (*KubepackController) RunInformers ¶
func (c *KubepackController) RunInformers(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.