package fake

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

Package fake has the automatically generated clients.

Index

Types

type FakeCertificateSigningRequests

type FakeCertificateSigningRequests struct {
	Fake *FakeCertificatesV1
}

FakeCertificateSigningRequests implements CertificateSigningRequestInterface

func (*FakeCertificateSigningRequests) Create

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

func (*FakeCertificateSigningRequests) Delete

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

func (*FakeCertificateSigningRequests) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeCertificateSigningRequests) Get

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

func (*FakeCertificateSigningRequests) List

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

func (*FakeCertificateSigningRequests) Patch

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

Patch applies the patch and returns the patched certificateSigningRequest.

func (*FakeCertificateSigningRequests) Update

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

func (*FakeCertificateSigningRequests) UpdateApproval

func (c *FakeCertificateSigningRequests) UpdateApproval(ctx context.Context, certificateSigningRequestName string, certificateSigningRequest *certificatesv1.CertificateSigningRequest, opts v1.UpdateOptions) (result *certificatesv1.CertificateSigningRequest, err error)

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

func (*FakeCertificateSigningRequests) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeCertificateSigningRequests) Watch

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

type FakeCertificatesV1

type FakeCertificatesV1 struct {
	*testing.Fake
}

func (*FakeCertificatesV1) CertificateSigningRequests

func (c *FakeCertificatesV1) CertificateSigningRequests() v1.CertificateSigningRequestInterface

func (*FakeCertificatesV1) RESTClient

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

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

Source Files

doc.go fake_certificates_client.go fake_certificatesigningrequest.go

Version
v0.20.13-rc.0
Published
Oct 28, 2021
Platform
linux/amd64
Imports
10 packages
Last checked
6 minutes ago

Tools for package owners.