testutil

package
v0.13.1 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseManifests added in v0.13.0

func ParseManifests(data []byte) ([]*unstructured.Unstructured, error)

Types

type FakeClientFactory

type FakeClientFactory struct {
	Client          kubernetes.Interface
	DynamicClient   dynamic.Interface
	DiscoveryClient discovery.CachedDiscoveryInterface
	RawDiscovery    *discoveryfake.FakeDiscovery
}

func NewFakeClientFactory

func NewFakeClientFactory(objects ...runtime.Object) FakeClientFactory

NewFakeClientFactory creates new client factory which uses internally only the kube fake client interface

func (FakeClientFactory) GetClient

func (f FakeClientFactory) GetClient() (kubernetes.Interface, error)

func (FakeClientFactory) GetDiscoveryClient

func (f FakeClientFactory) GetDiscoveryClient() (discovery.CachedDiscoveryInterface, error)

func (FakeClientFactory) GetDynamicClient

func (f FakeClientFactory) GetDynamicClient() (dynamic.Interface, error)

Jump to

Keyboard shortcuts

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