client

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	ListClient
	WatchClient
}

func ForResource

func ForResource(
	c restRequester, res string, ns string) Client

func NewClient

func NewClient(list ListFn, watch WatchFn) Client

type ListClient

type ListClient interface {
	List(context.Context, metav1.ListOptions) (runtime.Object, error)
}

func NewListClient

func NewListClient(fn ListFn) ListClient

type WatchClient

type WatchClient interface {
	Watch(context.Context, metav1.ListOptions) (watch.Interface, error)
}

func NewWatchClient

func NewWatchClient(fn WatchFn) WatchClient

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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