virtualkubelet

package
v0.10.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package virtualkubelet contains utility functions to deal with virtual kubelet.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func List

func List[T Lister[O], O metav1.Object](listers ...T) ([]any, error)

List returns a list of NamespacedName objects from the given listers.

Types

type Lister

type Lister[T any] interface {
	List(selector labels.Selector) (ret []T, err error)
}

Lister is an interface for listers.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL