source

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dynamic

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

func NewDynamic

func NewDynamic(opts DynamicOptions) (*Dynamic, error)

func (*Dynamic) AddWatch

func (d *Dynamic) AddWatch(obj client.Object) error

func (*Dynamic) AddWatchForKind

func (d *Dynamic) AddWatchForKind(gvk schema.GroupVersionKind) error

func (*Dynamic) RemoveWatch

func (d *Dynamic) RemoveWatch(obj client.Object) error

func (*Dynamic) RemoveWatchForKind

func (d *Dynamic) RemoveWatchForKind(gvk schema.GroupVersionKind) error

func (*Dynamic) Start

type DynamicOptions

type DynamicOptions struct {
	Cache  cache.Cache
	Scheme *runtime.Scheme
}

Jump to

Keyboard shortcuts

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