package fake

import "k8s.io/client-go/kubernetes/typed/certificates/v1alpha1/fake"

Package fake has the automatically generated clients.

Index

Types

type FakeCertificatesV1alpha1

type FakeCertificatesV1alpha1 struct {
	*testing.Fake
}

func (*FakeCertificatesV1alpha1) ClusterTrustBundles

func (*FakeCertificatesV1alpha1) RESTClient

func (c *FakeCertificatesV1alpha1) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

type FakeClusterTrustBundles

type FakeClusterTrustBundles struct {
	Fake *FakeCertificatesV1alpha1
}

FakeClusterTrustBundles implements ClusterTrustBundleInterface

func (*FakeClusterTrustBundles) Apply

Apply takes the given apply declarative configuration, applies it and returns the applied clusterTrustBundle.

func (*FakeClusterTrustBundles) Create

func (c *FakeClusterTrustBundles) Create(ctx context.Context, clusterTrustBundle *v1alpha1.ClusterTrustBundle, opts v1.CreateOptions) (result *v1alpha1.ClusterTrustBundle, err error)

Create takes the representation of a clusterTrustBundle and creates it. Returns the server's representation of the clusterTrustBundle, and an error, if there is any.

func (*FakeClusterTrustBundles) Delete

func (c *FakeClusterTrustBundles) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the clusterTrustBundle and deletes it. Returns an error if one occurs.

func (*FakeClusterTrustBundles) DeleteCollection

func (c *FakeClusterTrustBundles) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeClusterTrustBundles) Get

func (c *FakeClusterTrustBundles) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ClusterTrustBundle, err error)

Get takes name of the clusterTrustBundle, and returns the corresponding clusterTrustBundle object, and an error if there is any.

func (*FakeClusterTrustBundles) List

List takes label and field selectors, and returns the list of ClusterTrustBundles that match those selectors.

func (*FakeClusterTrustBundles) Patch

func (c *FakeClusterTrustBundles) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ClusterTrustBundle, err error)

Patch applies the patch and returns the patched clusterTrustBundle.

func (*FakeClusterTrustBundles) Update

func (c *FakeClusterTrustBundles) Update(ctx context.Context, clusterTrustBundle *v1alpha1.ClusterTrustBundle, opts v1.UpdateOptions) (result *v1alpha1.ClusterTrustBundle, err error)

Update takes the representation of a clusterTrustBundle and updates it. Returns the server's representation of the clusterTrustBundle, and an error, if there is any.

func (*FakeClusterTrustBundles) Watch

Watch returns a watch.Interface that watches the requested clusterTrustBundles.

Source Files

doc.go fake_certificates_client.go fake_clustertrustbundle.go

Version
v0.29.2
Published
Feb 14, 2024
Platform
linux/amd64
Imports
12 packages
Last checked
12 minutes ago

Tools for package owners.