Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name is this controller name Name = "ObjectSearch" // KindName is the kind name of CR this controller controls KindName = "ObjectSearchService" )
Variables ¶
View Source
var Kind = sednav1.SchemeGroupVersion.WithKind(Name)
Kind contains the schema.GroupVersionKind for this controller type.
Functions ¶
func New ¶
func New(cc *runtime.ControllerContext) (runtime.FeatureControllerI, error)
New creates a new ObjectSearchService controller that keeps the relevant pods in sync with their corresponding ObjectSearchService objects.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller ensures that all ObjectSearchService objects have corresponding pods to run their configured workload.
func (*Controller) Run ¶
func (c *Controller) Run(stopCh <-chan struct{})
Run starts the main goroutine responsible for watching and syncing services.
func (*Controller) SetDownstreamSendFunc ¶
func (c *Controller) SetDownstreamSendFunc(f runtime.DownstreamSendFunc) error
func (*Controller) SetUpstreamHandler ¶
func (c *Controller) SetUpstreamHandler(addFunc runtime.UpstreamHandlerAddFunc) error
Click to show internal directories.
Click to hide internal directories.