Documentation ¶
Index ¶
Constants ¶
View Source
const (
// CRRPodNameIndex is the lookup name for the most comment index function, which is to index by the crr.spec.podName field.
CRRPodNameIndex = "podName"
)
Variables ¶
This section is empty.
Functions ¶
func SpecPodNameIndexFunc ¶ added in v1.3.0
SpecPodNameIndexFunc is a default index function that indexes based on crr.spec.podName
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(opts daemonoptions.Options) (*Controller, error)
NewController returns the controller for CRR
func (*Controller) Run ¶
func (c *Controller) Run(stop <-chan struct{})
Click to show internal directories.
Click to hide internal directories.