Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewSupportBundleCollectionController ¶
func NewSupportBundleCollectionController( kubeClient kubernetes.Interface, crdClient clientset.Interface, supportBundleInformer crdinformers.SupportBundleCollectionInformer, nodeInformer coreinformers.NodeInformer, externalNodeInformer crdinformers.ExternalNodeInformer, supportBundleCollectionStore storage.Interface) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(stopCh <-chan struct{})
Run will create defaultWorkers workers (goroutines) which will process the SupportBundle events from the work queue.
func (*Controller) UpdateStatus ¶
func (c *Controller) UpdateStatus(status *controlplane.SupportBundleCollectionStatus) error
UpdateStatus is called when Agent reports status to the internal SupportBundleCollection resource.
func (*Controller) Validate ¶
func (c *Controller) Validate(review *admv1.AdmissionReview) *admv1.AdmissionResponse
Click to show internal directories.
Click to hide internal directories.