Documentation ¶
Overview ¶
Package fake has the automatically generated clients.
Index ¶
- type FakeAuditSinks
- func (c *FakeAuditSinks) Create(auditSink *v1alpha1.AuditSink) (result *v1alpha1.AuditSink, err error)
- func (c *FakeAuditSinks) Delete(name string, options *v1.DeleteOptions) error
- func (c *FakeAuditSinks) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
- func (c *FakeAuditSinks) Get(name string, options v1.GetOptions) (result *v1alpha1.AuditSink, err error)
- func (c *FakeAuditSinks) List(opts v1.ListOptions) (result *v1alpha1.AuditSinkList, err error)
- func (c *FakeAuditSinks) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.AuditSink, err error)
- func (c *FakeAuditSinks) Update(auditSink *v1alpha1.AuditSink) (result *v1alpha1.AuditSink, err error)
- func (c *FakeAuditSinks) Watch(opts v1.ListOptions) (watch.Interface, error)
- type FakeAuditregistrationV1alpha1
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 ¶
func (*FakeAuditregistrationV1alpha1) AuditSinks ¶
func (c *FakeAuditregistrationV1alpha1) AuditSinks() v1alpha1.AuditSinkInterface
func (*FakeAuditregistrationV1alpha1) RESTClient ¶
func (c *FakeAuditregistrationV1alpha1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.