package fake

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

Package fake has the automatically generated clients.

Index

Types

type FakeAuditSinks

type FakeAuditSinks struct {
	Fake *FakeAuditregistrationV1alpha1
}

FakeAuditSinks implements AuditSinkInterface

func (*FakeAuditSinks) Create

func (c *FakeAuditSinks) Create(auditSink *v1alpha1.AuditSink) (result *v1alpha1.AuditSink, err error)

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

func (*FakeAuditSinks) Delete

func (c *FakeAuditSinks) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeAuditSinks) DeleteCollection

func (c *FakeAuditSinks) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeAuditSinks) Get

func (c *FakeAuditSinks) Get(name string, options v1.GetOptions) (result *v1alpha1.AuditSink, err error)

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

func (*FakeAuditSinks) List

func (c *FakeAuditSinks) List(opts v1.ListOptions) (result *v1alpha1.AuditSinkList, err error)

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

func (*FakeAuditSinks) Patch

func (c *FakeAuditSinks) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.AuditSink, err error)

Patch applies the patch and returns the patched auditSink.

func (*FakeAuditSinks) Update

func (c *FakeAuditSinks) Update(auditSink *v1alpha1.AuditSink) (result *v1alpha1.AuditSink, err error)

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

func (*FakeAuditSinks) Watch

func (c *FakeAuditSinks) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeAuditregistrationV1alpha1

type FakeAuditregistrationV1alpha1 struct {
	*testing.Fake
}

func (*FakeAuditregistrationV1alpha1) AuditSinks

func (*FakeAuditregistrationV1alpha1) RESTClient

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

Source Files

doc.go fake_auditregistration_client.go fake_auditsink.go

Version
v0.16.13-rc.0
Published
Jun 26, 2020
Platform
linux/amd64
Imports
9 packages
Last checked
11 minutes ago

Tools for package owners.