Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ControllerRigist ¶
Types ¶
type ControllerInterface ¶
func NewControllerFactory ¶
func NewControllerFactory( resourceObj interface{}, shareInformerFactory interface{}, addFunc, delFunc func(i interface{}) func() error, updateFunc func(old, new interface{}) func() error, rayclient rayclientset.Interface, kubeClient clientset.Interface) (ControllerInterface, cache.Controller)
type PodController ¶
type PodController struct {
// contains filtered or unexported fields
}
func (*PodController) SyncLoop ¶
func (c *PodController) SyncLoop(key string) error
type RayController ¶
type RayController struct {
// contains filtered or unexported fields
}
func (*RayController) SyncLoop ¶
func (c *RayController) SyncLoop(key string) error
Click to show internal directories.
Click to hide internal directories.