Documentation ¶
Index ¶
Constants ¶
View Source
const (
AllKey = "_all_"
)
Variables ¶
This section is empty.
Functions ¶
func WatchClusterScoped ¶
func WatchClusterScoped(ctx context.Context, name string, resolve Resolver, enq ClusterScopedEnqueuer, watching ...ControllerWrapper)
Types ¶
type ClusterScopedEnqueuer ¶
type ClusterScopedEnqueuer interface {
Enqueue(name string)
}
type ControllerWrapper ¶
type Key ¶
func FromString ¶
type Resolver ¶
func OwnerResolver ¶
OwnerResolver Look for owner references that match the apiVersion and kind and resolve to the namespace and name of the parent. The namespaced flag is whether the apiVersion/kind referenced is expected to be namespaced
Click to show internal directories.
Click to hide internal directories.