kubernetes/test/e2e/apimachinery/crd_selectable_fields.go

var _

type accumulatedEvents

func emptyEvents() *accumulatedEvents {}

func addedEvents(added sets.Set[string]) *accumulatedEvents {}

func addedAndDeletedEvents(added, deleted sets.Set[string]) *accumulatedEvents {}

func watchAccumulator(w watch.Interface) func(ctx context.Context) (*accumulatedEvents, error) {}

func informerAccumulator(informer cache.SharedIndexInformer) func(ctx context.Context) (*accumulatedEvents, error) {}

func listResultToNames(list *unstructured.UnstructuredList) sets.Set[string] {}