fake

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package fake has the automatically generated clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeBotV1alpha1

type FakeBotV1alpha1 struct {
	*testing.Fake
}

func (*FakeBotV1alpha1) ChannelAlexas added in v0.5.0

func (c *FakeBotV1alpha1) ChannelAlexas(namespace string) v1alpha1.ChannelAlexaInterface

func (*FakeBotV1alpha1) ChannelDirectLineSpeeches added in v0.5.0

func (c *FakeBotV1alpha1) ChannelDirectLineSpeeches(namespace string) v1alpha1.ChannelDirectLineSpeechInterface

func (*FakeBotV1alpha1) ChannelDirectlines

func (c *FakeBotV1alpha1) ChannelDirectlines(namespace string) v1alpha1.ChannelDirectlineInterface

func (*FakeBotV1alpha1) ChannelEmails

func (c *FakeBotV1alpha1) ChannelEmails(namespace string) v1alpha1.ChannelEmailInterface

func (*FakeBotV1alpha1) ChannelFacebooks added in v0.5.0

func (c *FakeBotV1alpha1) ChannelFacebooks(namespace string) v1alpha1.ChannelFacebookInterface

func (*FakeBotV1alpha1) ChannelLines added in v0.5.0

func (c *FakeBotV1alpha1) ChannelLines(namespace string) v1alpha1.ChannelLineInterface

func (*FakeBotV1alpha1) ChannelMsTeamses

func (c *FakeBotV1alpha1) ChannelMsTeamses(namespace string) v1alpha1.ChannelMsTeamsInterface

func (*FakeBotV1alpha1) ChannelSlacks

func (c *FakeBotV1alpha1) ChannelSlacks(namespace string) v1alpha1.ChannelSlackInterface

func (*FakeBotV1alpha1) ChannelSmses added in v0.5.0

func (c *FakeBotV1alpha1) ChannelSmses(namespace string) v1alpha1.ChannelSmsInterface

func (*FakeBotV1alpha1) ChannelWebChats added in v0.5.0

func (c *FakeBotV1alpha1) ChannelWebChats(namespace string) v1alpha1.ChannelWebChatInterface

func (*FakeBotV1alpha1) ChannelsRegistrations

func (c *FakeBotV1alpha1) ChannelsRegistrations(namespace string) v1alpha1.ChannelsRegistrationInterface

func (*FakeBotV1alpha1) Connections

func (c *FakeBotV1alpha1) Connections(namespace string) v1alpha1.ConnectionInterface

func (*FakeBotV1alpha1) RESTClient

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

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

func (*FakeBotV1alpha1) ServiceAzureBots added in v0.5.0

func (c *FakeBotV1alpha1) ServiceAzureBots(namespace string) v1alpha1.ServiceAzureBotInterface

func (*FakeBotV1alpha1) WebApps

func (c *FakeBotV1alpha1) WebApps(namespace string) v1alpha1.WebAppInterface

type FakeChannelAlexas added in v0.5.0

type FakeChannelAlexas struct {
	Fake *FakeBotV1alpha1
	// contains filtered or unexported fields
}

FakeChannelAlexas implements ChannelAlexaInterface

func (*FakeChannelAlexas) Create added in v0.5.0

func (c *FakeChannelAlexas) Create(ctx context.Context, channelAlexa *v1alpha1.ChannelAlexa, opts v1.CreateOptions) (result *v1alpha1.ChannelAlexa, err error)

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

func (*FakeChannelAlexas) Delete added in v0.5.0

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

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

func (*FakeChannelAlexas) DeleteCollection added in v0.5.0

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

DeleteCollection deletes a collection of objects.

func (*FakeChannelAlexas) Get added in v0.5.0

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

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

func (*FakeChannelAlexas) List added in v0.5.0

func (c *FakeChannelAlexas) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ChannelAlexaList, err error)

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

func (*FakeChannelAlexas) Patch added in v0.5.0

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

Patch applies the patch and returns the patched channelAlexa.

func (*FakeChannelAlexas) Update added in v0.5.0

func (c *FakeChannelAlexas) Update(ctx context.Context, channelAlexa *v1alpha1.ChannelAlexa, opts v1.UpdateOptions) (result *v1alpha1.ChannelAlexa, err error)

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

func (*FakeChannelAlexas) UpdateStatus added in v0.5.0

func (c *FakeChannelAlexas) UpdateStatus(ctx context.Context, channelAlexa *v1alpha1.ChannelAlexa, opts v1.UpdateOptions) (*v1alpha1.ChannelAlexa, error)

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

func (*FakeChannelAlexas) Watch added in v0.5.0

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

type FakeChannelDirectLineSpeeches added in v0.5.0

type FakeChannelDirectLineSpeeches struct {
	Fake *FakeBotV1alpha1
	// contains filtered or unexported fields
}

FakeChannelDirectLineSpeeches implements ChannelDirectLineSpeechInterface

func (*FakeChannelDirectLineSpeeches) Create added in v0.5.0

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

func (*FakeChannelDirectLineSpeeches) Delete added in v0.5.0

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

func (*FakeChannelDirectLineSpeeches) DeleteCollection added in v0.5.0

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

DeleteCollection deletes a collection of objects.

func (*FakeChannelDirectLineSpeeches) Get added in v0.5.0

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

func (*FakeChannelDirectLineSpeeches) List added in v0.5.0

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

func (*FakeChannelDirectLineSpeeches) Patch added in v0.5.0

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

Patch applies the patch and returns the patched channelDirectLineSpeech.

func (*FakeChannelDirectLineSpeeches) Update added in v0.5.0

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

func (*FakeChannelDirectLineSpeeches) UpdateStatus added in v0.5.0

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

func (*FakeChannelDirectLineSpeeches) Watch added in v0.5.0

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

type FakeChannelDirectlines

type FakeChannelDirectlines struct {
	Fake *FakeBotV1alpha1
	// contains filtered or unexported fields
}

FakeChannelDirectlines implements ChannelDirectlineInterface

func (*FakeChannelDirectlines) Create

func (c *FakeChannelDirectlines) Create(ctx context.Context, channelDirectline *v1alpha1.ChannelDirectline, opts v1.CreateOptions) (result *v1alpha1.ChannelDirectline, err error)

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

func (*FakeChannelDirectlines) Delete

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

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

func (*FakeChannelDirectlines) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeChannelDirectlines) Get

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

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

func (*FakeChannelDirectlines) List

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

func (*FakeChannelDirectlines) Patch

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

Patch applies the patch and returns the patched channelDirectline.

func (*FakeChannelDirectlines) Update

func (c *FakeChannelDirectlines) Update(ctx context.Context, channelDirectline *v1alpha1.ChannelDirectline, opts v1.UpdateOptions) (result *v1alpha1.ChannelDirectline, err error)

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

func (*FakeChannelDirectlines) UpdateStatus

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

func (*FakeChannelDirectlines) Watch

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

type FakeChannelEmails

type FakeChannelEmails struct {
	Fake *FakeBotV1alpha1
	// contains filtered or unexported fields
}

FakeChannelEmails implements ChannelEmailInterface

func (*FakeChannelEmails) Create

func (c *FakeChannelEmails) Create(ctx context.Context, channelEmail *v1alpha1.ChannelEmail, opts v1.CreateOptions) (result *v1alpha1.ChannelEmail, err error)

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

func (*FakeChannelEmails) Delete

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

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

func (*FakeChannelEmails) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeChannelEmails) Get

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

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

func (*FakeChannelEmails) List

func (c *FakeChannelEmails) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ChannelEmailList, err error)

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

func (*FakeChannelEmails) Patch

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

Patch applies the patch and returns the patched channelEmail.

func (*FakeChannelEmails) Update

func (c *FakeChannelEmails) Update(ctx context.Context, channelEmail *v1alpha1.ChannelEmail, opts v1.UpdateOptions) (result *v1alpha1.ChannelEmail, err error)

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

func (*FakeChannelEmails) UpdateStatus

func (c *FakeChannelEmails) UpdateStatus(ctx context.Context, channelEmail *v1alpha1.ChannelEmail, opts v1.UpdateOptions) (*v1alpha1.ChannelEmail, error)

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

func (*FakeChannelEmails) Watch

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

type FakeChannelFacebooks added in v0.5.0

type FakeChannelFacebooks struct {
	Fake *FakeBotV1alpha1
	// contains filtered or unexported fields
}

FakeChannelFacebooks implements ChannelFacebookInterface

func (*FakeChannelFacebooks) Create added in v0.5.0

func (c *FakeChannelFacebooks) Create(ctx context.Context, channelFacebook *v1alpha1.ChannelFacebook, opts v1.CreateOptions) (result *v1alpha1.ChannelFacebook, err error)

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

func (*FakeChannelFacebooks) Delete added in v0.5.0

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

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

func (*FakeChannelFacebooks) DeleteCollection added in v0.5.0

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

DeleteCollection deletes a collection of objects.

func (*FakeChannelFacebooks) Get added in v0.5.0

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

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

func (*FakeChannelFacebooks) List added in v0.5.0

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

func (*FakeChannelFacebooks) Patch added in v0.5.0

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

Patch applies the patch and returns the patched channelFacebook.

func (*FakeChannelFacebooks) Update added in v0.5.0

func (c *FakeChannelFacebooks) Update(ctx context.Context, channelFacebook *v1alpha1.ChannelFacebook, opts v1.UpdateOptions) (result *v1alpha1.ChannelFacebook, err error)

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

func (*FakeChannelFacebooks) UpdateStatus added in v0.5.0

func (c *FakeChannelFacebooks) UpdateStatus(ctx context.Context, channelFacebook *v1alpha1.ChannelFacebook, opts v1.UpdateOptions) (*v1alpha1.ChannelFacebook, error)

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

func (*FakeChannelFacebooks) Watch added in v0.5.0

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

type FakeChannelLines added in v0.5.0

type FakeChannelLines struct {
	Fake *FakeBotV1alpha1
	// contains filtered or unexported fields
}

FakeChannelLines implements ChannelLineInterface

func (*FakeChannelLines) Create added in v0.5.0

func (c *FakeChannelLines) Create(ctx context.Context, channelLine *v1alpha1.ChannelLine, opts v1.CreateOptions) (result *v1alpha1.ChannelLine, err error)

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

func (*FakeChannelLines) Delete added in v0.5.0

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

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

func (*FakeChannelLines) DeleteCollection added in v0.5.0

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

DeleteCollection deletes a collection of objects.

func (*FakeChannelLines) Get added in v0.5.0

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

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

func (*FakeChannelLines) List added in v0.5.0

func (c *FakeChannelLines) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ChannelLineList, err error)

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

func (*FakeChannelLines) Patch added in v0.5.0

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

Patch applies the patch and returns the patched channelLine.

func (*FakeChannelLines) Update added in v0.5.0

func (c *FakeChannelLines) Update(ctx context.Context, channelLine *v1alpha1.ChannelLine, opts v1.UpdateOptions) (result *v1alpha1.ChannelLine, err error)

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

func (*FakeChannelLines) UpdateStatus added in v0.5.0

func (c *FakeChannelLines) UpdateStatus(ctx context.Context, channelLine *v1alpha1.ChannelLine, opts v1.UpdateOptions) (*v1alpha1.ChannelLine, error)

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

func (*FakeChannelLines) Watch added in v0.5.0

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

type FakeChannelMsTeamses

type FakeChannelMsTeamses struct {
	Fake *FakeBotV1alpha1
	// contains filtered or unexported fields
}

FakeChannelMsTeamses implements ChannelMsTeamsInterface

func (*FakeChannelMsTeamses) Create

func (c *FakeChannelMsTeamses) Create(ctx context.Context, channelMsTeams *v1alpha1.ChannelMsTeams, opts v1.CreateOptions) (result *v1alpha1.ChannelMsTeams, err error)

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

func (*FakeChannelMsTeamses) Delete

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

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

func (*FakeChannelMsTeamses) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeChannelMsTeamses) Get

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

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

func (*FakeChannelMsTeamses) List

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

func (*FakeChannelMsTeamses) Patch

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

Patch applies the patch and returns the patched channelMsTeams.

func (*FakeChannelMsTeamses) Update

func (c *FakeChannelMsTeamses) Update(ctx context.Context, channelMsTeams *v1alpha1.ChannelMsTeams, opts v1.UpdateOptions) (result *v1alpha1.ChannelMsTeams, err error)

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

func (*FakeChannelMsTeamses) UpdateStatus

func (c *FakeChannelMsTeamses) UpdateStatus(ctx context.Context, channelMsTeams *v1alpha1.ChannelMsTeams, opts v1.UpdateOptions) (*v1alpha1.ChannelMsTeams, error)

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

func (*FakeChannelMsTeamses) Watch

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

type FakeChannelSlacks

type FakeChannelSlacks struct {
	Fake *FakeBotV1alpha1
	// contains filtered or unexported fields
}

FakeChannelSlacks implements ChannelSlackInterface

func (*FakeChannelSlacks) Create

func (c *FakeChannelSlacks) Create(ctx context.Context, channelSlack *v1alpha1.ChannelSlack, opts v1.CreateOptions) (result *v1alpha1.ChannelSlack, err error)

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

func (*FakeChannelSlacks) Delete

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

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

func (*FakeChannelSlacks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeChannelSlacks) Get

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

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

func (*FakeChannelSlacks) List

func (c *FakeChannelSlacks) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ChannelSlackList, err error)

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

func (*FakeChannelSlacks) Patch

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

Patch applies the patch and returns the patched channelSlack.

func (*FakeChannelSlacks) Update

func (c *FakeChannelSlacks) Update(ctx context.Context, channelSlack *v1alpha1.ChannelSlack, opts v1.UpdateOptions) (result *v1alpha1.ChannelSlack, err error)

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

func (*FakeChannelSlacks) UpdateStatus

func (c *FakeChannelSlacks) UpdateStatus(ctx context.Context, channelSlack *v1alpha1.ChannelSlack, opts v1.UpdateOptions) (*v1alpha1.ChannelSlack, error)

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

func (*FakeChannelSlacks) Watch

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

type FakeChannelSmses added in v0.5.0

type FakeChannelSmses struct {
	Fake *FakeBotV1alpha1
	// contains filtered or unexported fields
}

FakeChannelSmses implements ChannelSmsInterface

func (*FakeChannelSmses) Create added in v0.5.0

func (c *FakeChannelSmses) Create(ctx context.Context, channelSms *v1alpha1.ChannelSms, opts v1.CreateOptions) (result *v1alpha1.ChannelSms, err error)

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

func (*FakeChannelSmses) Delete added in v0.5.0

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

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

func (*FakeChannelSmses) DeleteCollection added in v0.5.0

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

DeleteCollection deletes a collection of objects.

func (*FakeChannelSmses) Get added in v0.5.0

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

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

func (*FakeChannelSmses) List added in v0.5.0

func (c *FakeChannelSmses) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ChannelSmsList, err error)

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

func (*FakeChannelSmses) Patch added in v0.5.0

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

Patch applies the patch and returns the patched channelSms.

func (*FakeChannelSmses) Update added in v0.5.0

func (c *FakeChannelSmses) Update(ctx context.Context, channelSms *v1alpha1.ChannelSms, opts v1.UpdateOptions) (result *v1alpha1.ChannelSms, err error)

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

func (*FakeChannelSmses) UpdateStatus added in v0.5.0

func (c *FakeChannelSmses) UpdateStatus(ctx context.Context, channelSms *v1alpha1.ChannelSms, opts v1.UpdateOptions) (*v1alpha1.ChannelSms, error)

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

func (*FakeChannelSmses) Watch added in v0.5.0

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

type FakeChannelWebChats added in v0.5.0

type FakeChannelWebChats struct {
	Fake *FakeBotV1alpha1
	// contains filtered or unexported fields
}

FakeChannelWebChats implements ChannelWebChatInterface

func (*FakeChannelWebChats) Create added in v0.5.0

func (c *FakeChannelWebChats) Create(ctx context.Context, channelWebChat *v1alpha1.ChannelWebChat, opts v1.CreateOptions) (result *v1alpha1.ChannelWebChat, err error)

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

func (*FakeChannelWebChats) Delete added in v0.5.0

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

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

func (*FakeChannelWebChats) DeleteCollection added in v0.5.0

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

DeleteCollection deletes a collection of objects.

func (*FakeChannelWebChats) Get added in v0.5.0

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

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

func (*FakeChannelWebChats) List added in v0.5.0

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

func (*FakeChannelWebChats) Patch added in v0.5.0

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

Patch applies the patch and returns the patched channelWebChat.

func (*FakeChannelWebChats) Update added in v0.5.0

func (c *FakeChannelWebChats) Update(ctx context.Context, channelWebChat *v1alpha1.ChannelWebChat, opts v1.UpdateOptions) (result *v1alpha1.ChannelWebChat, err error)

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

func (*FakeChannelWebChats) UpdateStatus added in v0.5.0

func (c *FakeChannelWebChats) UpdateStatus(ctx context.Context, channelWebChat *v1alpha1.ChannelWebChat, opts v1.UpdateOptions) (*v1alpha1.ChannelWebChat, error)

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

func (*FakeChannelWebChats) Watch added in v0.5.0

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

type FakeChannelsRegistrations

type FakeChannelsRegistrations struct {
	Fake *FakeBotV1alpha1
	// contains filtered or unexported fields
}

FakeChannelsRegistrations implements ChannelsRegistrationInterface

func (*FakeChannelsRegistrations) Create

func (c *FakeChannelsRegistrations) Create(ctx context.Context, channelsRegistration *v1alpha1.ChannelsRegistration, opts v1.CreateOptions) (result *v1alpha1.ChannelsRegistration, err error)

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

func (*FakeChannelsRegistrations) Delete

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

func (*FakeChannelsRegistrations) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeChannelsRegistrations) Get

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

func (*FakeChannelsRegistrations) List

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

func (*FakeChannelsRegistrations) Patch

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

Patch applies the patch and returns the patched channelsRegistration.

func (*FakeChannelsRegistrations) Update

func (c *FakeChannelsRegistrations) Update(ctx context.Context, channelsRegistration *v1alpha1.ChannelsRegistration, opts v1.UpdateOptions) (result *v1alpha1.ChannelsRegistration, err error)

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

func (*FakeChannelsRegistrations) UpdateStatus

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

func (*FakeChannelsRegistrations) Watch

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

type FakeConnections

type FakeConnections struct {
	Fake *FakeBotV1alpha1
	// contains filtered or unexported fields
}

FakeConnections implements ConnectionInterface

func (*FakeConnections) Create

func (c *FakeConnections) Create(ctx context.Context, connection *v1alpha1.Connection, opts v1.CreateOptions) (result *v1alpha1.Connection, err error)

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

func (*FakeConnections) Delete

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

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

func (*FakeConnections) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeConnections) Get

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

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

func (*FakeConnections) List

func (c *FakeConnections) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ConnectionList, err error)

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

func (*FakeConnections) Patch

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

Patch applies the patch and returns the patched connection.

func (*FakeConnections) Update

func (c *FakeConnections) Update(ctx context.Context, connection *v1alpha1.Connection, opts v1.UpdateOptions) (result *v1alpha1.Connection, err error)

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

func (*FakeConnections) UpdateStatus

func (c *FakeConnections) UpdateStatus(ctx context.Context, connection *v1alpha1.Connection, opts v1.UpdateOptions) (*v1alpha1.Connection, error)

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

func (*FakeConnections) Watch

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

type FakeServiceAzureBots added in v0.5.0

type FakeServiceAzureBots struct {
	Fake *FakeBotV1alpha1
	// contains filtered or unexported fields
}

FakeServiceAzureBots implements ServiceAzureBotInterface

func (*FakeServiceAzureBots) Create added in v0.5.0

func (c *FakeServiceAzureBots) Create(ctx context.Context, serviceAzureBot *v1alpha1.ServiceAzureBot, opts v1.CreateOptions) (result *v1alpha1.ServiceAzureBot, err error)

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

func (*FakeServiceAzureBots) Delete added in v0.5.0

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

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

func (*FakeServiceAzureBots) DeleteCollection added in v0.5.0

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

DeleteCollection deletes a collection of objects.

func (*FakeServiceAzureBots) Get added in v0.5.0

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

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

func (*FakeServiceAzureBots) List added in v0.5.0

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

func (*FakeServiceAzureBots) Patch added in v0.5.0

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

Patch applies the patch and returns the patched serviceAzureBot.

func (*FakeServiceAzureBots) Update added in v0.5.0

func (c *FakeServiceAzureBots) Update(ctx context.Context, serviceAzureBot *v1alpha1.ServiceAzureBot, opts v1.UpdateOptions) (result *v1alpha1.ServiceAzureBot, err error)

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

func (*FakeServiceAzureBots) UpdateStatus added in v0.5.0

func (c *FakeServiceAzureBots) UpdateStatus(ctx context.Context, serviceAzureBot *v1alpha1.ServiceAzureBot, opts v1.UpdateOptions) (*v1alpha1.ServiceAzureBot, error)

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

func (*FakeServiceAzureBots) Watch added in v0.5.0

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

type FakeWebApps

type FakeWebApps struct {
	Fake *FakeBotV1alpha1
	// contains filtered or unexported fields
}

FakeWebApps implements WebAppInterface

func (*FakeWebApps) Create

func (c *FakeWebApps) Create(ctx context.Context, webApp *v1alpha1.WebApp, opts v1.CreateOptions) (result *v1alpha1.WebApp, err error)

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

func (*FakeWebApps) Delete

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

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

func (*FakeWebApps) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeWebApps) Get

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

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

func (*FakeWebApps) List

func (c *FakeWebApps) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.WebAppList, err error)

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

func (*FakeWebApps) Patch

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

Patch applies the patch and returns the patched webApp.

func (*FakeWebApps) Update

func (c *FakeWebApps) Update(ctx context.Context, webApp *v1alpha1.WebApp, opts v1.UpdateOptions) (result *v1alpha1.WebApp, err error)

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

func (*FakeWebApps) UpdateStatus

func (c *FakeWebApps) UpdateStatus(ctx context.Context, webApp *v1alpha1.WebApp, opts v1.UpdateOptions) (*v1alpha1.WebApp, error)

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

func (*FakeWebApps) Watch

func (c *FakeWebApps) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

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

Jump to

Keyboard shortcuts

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