fake

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: Apache-2.0 Imports: 49 Imported by: 0

Documentation

Overview

This package has the automatically generated fake clientset.

Index

Constants

This section is empty.

Variables

View Source
var AddToScheme = localSchemeBuilder.AddToScheme

AddToScheme adds all types of this clientset into the given scheme. This allows composition of clientsets, like in:

import (
  "k8s.io/client-go/kubernetes"
  clientsetscheme "k8s.io/client-go/kubernetes/scheme"
  aggregatorclientsetscheme "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/scheme"
)

kclientset, _ := kubernetes.NewForConfig(c)
_ = aggregatorclientsetscheme.AddToScheme(clientsetscheme.Scheme)

After this, RawExtensions in Kubernetes types will serialize kube-aggregator types correctly.

Functions

This section is empty.

Types

type Clientset

type Clientset struct {
	testing.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 NewSimpleClientset

func NewSimpleClientset(objects ...runtime.Object) *Clientset

NewSimpleClientset returns a clientset that will respond with the provided objects. It's backed by a very simple object tracker that processes creates, updates and deletions as-is, without applying any validations and/or defaults. It shouldn't be considered a replacement for a real clientset and is mostly useful in simple unit tests.

func (*Clientset) CatalogV1 added in v1.2.0

func (c *Clientset) CatalogV1() catalogv1.CatalogV1Interface

CatalogV1 retrieves the CatalogV1Client

func (*Clientset) ClusterV1alpha4 added in v1.0.0

func (c *Clientset) ClusterV1alpha4() clusterv1alpha4.ClusterV1alpha4Interface

ClusterV1alpha4 retrieves the ClusterV1alpha4Client

func (*Clientset) Discovery

func (c *Clientset) Discovery() discovery.DiscoveryInterface

func (*Clientset) HarvesterhciV1beta1

HarvesterhciV1beta1 retrieves the HarvesterhciV1beta1Client

func (*Clientset) K8sCniCncfIoV1

func (c *Clientset) K8sCniCncfIoV1() k8scnicncfiov1.K8sCniCncfIoV1Interface

K8sCniCncfIoV1 retrieves the K8sCniCncfIoV1Client

func (*Clientset) KubevirtV1

func (c *Clientset) KubevirtV1() kubevirtv1.KubevirtV1Interface

KubevirtV1 retrieves the KubevirtV1Client

func (*Clientset) LoggingV1beta1 added in v1.1.2

func (c *Clientset) LoggingV1beta1() loggingv1beta1.LoggingV1beta1Interface

LoggingV1beta1 retrieves the LoggingV1beta1Client

func (*Clientset) LonghornV1beta2 added in v1.2.0

func (c *Clientset) LonghornV1beta2() longhornv1beta2.LonghornV1beta2Interface

LonghornV1beta2 retrieves the LonghornV1beta2Client

func (*Clientset) ManagementV3 added in v1.1.2

func (c *Clientset) ManagementV3() managementv3.ManagementV3Interface

ManagementV3 retrieves the ManagementV3Client

func (*Clientset) MonitoringV1 added in v1.1.0

func (c *Clientset) MonitoringV1() monitoringv1.MonitoringV1Interface

MonitoringV1 retrieves the MonitoringV1Client

func (*Clientset) NetworkingV1 added in v1.0.0

func (c *Clientset) NetworkingV1() networkingv1.NetworkingV1Interface

NetworkingV1 retrieves the NetworkingV1Client

func (*Clientset) SnapshotV1 added in v1.2.0

func (c *Clientset) SnapshotV1() snapshotv1.SnapshotV1Interface

SnapshotV1 retrieves the SnapshotV1Client

func (*Clientset) StorageV1 added in v1.2.0

func (c *Clientset) StorageV1() storagev1.StorageV1Interface

StorageV1 retrieves the StorageV1Client

func (*Clientset) Tracker

func (c *Clientset) Tracker() testing.ObjectTracker

func (*Clientset) UpgradeV1

func (c *Clientset) UpgradeV1() upgradev1.UpgradeV1Interface

UpgradeV1 retrieves the UpgradeV1Client

Jump to

Keyboard shortcuts

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