fake

package
v0.0.0-...-0416c83 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeDynamicClient

type FakeDynamicClient struct {
	*kcptesting.Fake
	// contains filtered or unexported fields
}

func (*FakeDynamicClient) Resource

func (*FakeDynamicClient) Tracker

type FakeDynamicClusterClient

type FakeDynamicClusterClient struct {
	*kcptesting.Fake
	// contains filtered or unexported fields
}

func (*FakeDynamicClusterClient) Cluster

func (f *FakeDynamicClusterClient) Cluster(clusterPath logicalcluster.Path) dynamic.NamespaceableResourceInterface

func (*FakeDynamicClusterClient) List

func (*FakeDynamicClusterClient) Tracker

func (*FakeDynamicClusterClient) Watch

type FakeDynamicClusterClientset

type FakeDynamicClusterClientset struct {
	*kcptesting.Fake
	// contains filtered or unexported fields
}

Clientset implements clientset.Interface. Meant to be embedded into a struct to get a default implementation. This makes faking out just the method you want to test easier.

func NewSimpleDynamicClient

func NewSimpleDynamicClient(scheme *runtime.Scheme, objects ...runtime.Object) *FakeDynamicClusterClientset

func NewSimpleDynamicClientWithCustomListKinds

func NewSimpleDynamicClientWithCustomListKinds(scheme *runtime.Scheme, gvrToListKind map[schema.GroupVersionResource]string, objects ...runtime.Object) *FakeDynamicClusterClientset

NewSimpleDynamicClientWithCustomListKinds try not to use this. In general you want to have the scheme have the List types registered and allow the default guessing for resources match. Sometimes that doesn't work, so you can specify a custom mapping here.

func (*FakeDynamicClusterClientset) Cluster

func (c *FakeDynamicClusterClientset) Cluster(clusterPath logicalcluster.Path) dynamic.Interface

func (*FakeDynamicClusterClientset) Resource

func (*FakeDynamicClusterClientset) Tracker

Jump to

Keyboard shortcuts

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