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
}
* s2ibinary-controller used to handle s2ibinary's delete logic. s2ibinary creation and file upload provided by kubesphere/kapis
func NewController ¶
func NewController(client clientset.Interface, devopsclientset devopsclient.Interface, s2ibinInformer devopsinformers.S2iBinaryInformer, s3Client s3.Interface) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh <-chan struct{}) error
func (*Controller) Start ¶
func (c *Controller) Start(stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.