fake

package
v1.0.16 Latest Latest
Warning

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

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

Documentation

Overview

This package has the automatically generated fake clientset.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddToScheme

func AddToScheme(scheme *runtime.Scheme)

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/kuberentes/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.

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) Broker

Broker retrieves the BrokerV1Beta1Client

func (*Clientset) BrokerV1beta1 added in v1.0.4

func (c *Clientset) BrokerV1beta1() brokerv1beta1.BrokerV1beta1Interface

BrokerV1beta1 retrieves the BrokerV1beta1Client

func (*Clientset) BrokerV2alpha1

func (c *Clientset) BrokerV2alpha1() brokerv2alpha1.BrokerV2alpha1Interface

BrokerV2alpha1 retrieves the BrokerV2alpha1Client

func (*Clientset) BrokerV2alpha2 added in v0.14.0

func (c *Clientset) BrokerV2alpha2() brokerv2alpha2.BrokerV2alpha2Interface

BrokerV2alpha2 retrieves the BrokerV2alpha2Client

func (*Clientset) BrokerV2alpha3 added in v0.17.0

func (c *Clientset) BrokerV2alpha3() brokerv2alpha3.BrokerV2alpha3Interface

BrokerV2alpha3 retrieves the BrokerV2alpha3Client

func (*Clientset) BrokerV2alpha4 added in v0.18.0

func (c *Clientset) BrokerV2alpha4() brokerv2alpha4.BrokerV2alpha4Interface

BrokerV2alpha4 retrieves the BrokerV2alpha3Client

func (*Clientset) BrokerV2alpha5 added in v0.20.0

func (c *Clientset) BrokerV2alpha5() brokerv2alpha5.BrokerV2alpha5Interface

BrokerV2alpha5 retrieves the BrokerV2alpha5Client

func (*Clientset) Discovery

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

Jump to

Keyboard shortcuts

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