world

package
v0.0.0-...-4b7d792 Latest Latest
Warning

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

Go to latest
Published: May 10, 2021 License: Apache-2.0 Imports: 14 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	Namespace   string
	List        metav1.ListOptions
	Parallelism int64
}

type Traveler

type Traveler interface {
	See(obj runtime.Object) error
}

type TravelerFunc

type TravelerFunc func(obj runtime.Object) error

func (TravelerFunc) See

func (t TravelerFunc) See(obj runtime.Object) error

type Trip

type Trip struct {
	// contains filtered or unexported fields
}

func NewTrip

func NewTrip(restConfig *rest.Config, opts *Options) (*Trip, error)

func (*Trip) Wander

func (t *Trip) Wander(ctx context.Context, traveler Traveler) error

Jump to

Keyboard shortcuts

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