v1alpha1

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: 8 Imported by: 0

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BotV1alpha1Client

type BotV1alpha1Client struct {
	// contains filtered or unexported fields
}

BotV1alpha1Client is used to interact with features provided by the bot.azurerm.kubeform.com group.

func New

New creates a new BotV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*BotV1alpha1Client, error)

NewForConfig creates a new BotV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *BotV1alpha1Client

NewForConfigOrDie creates a new BotV1alpha1Client for the given config and panics if there is an error in the config.

func (*BotV1alpha1Client) ChannelAlexas added in v0.5.0

func (c *BotV1alpha1Client) ChannelAlexas(namespace string) ChannelAlexaInterface

func (*BotV1alpha1Client) ChannelDirectLineSpeeches added in v0.5.0

func (c *BotV1alpha1Client) ChannelDirectLineSpeeches(namespace string) ChannelDirectLineSpeechInterface

func (*BotV1alpha1Client) ChannelDirectlines

func (c *BotV1alpha1Client) ChannelDirectlines(namespace string) ChannelDirectlineInterface

func (*BotV1alpha1Client) ChannelEmails

func (c *BotV1alpha1Client) ChannelEmails(namespace string) ChannelEmailInterface

func (*BotV1alpha1Client) ChannelFacebooks added in v0.5.0

func (c *BotV1alpha1Client) ChannelFacebooks(namespace string) ChannelFacebookInterface

func (*BotV1alpha1Client) ChannelLines added in v0.5.0

func (c *BotV1alpha1Client) ChannelLines(namespace string) ChannelLineInterface

func (*BotV1alpha1Client) ChannelMsTeamses

func (c *BotV1alpha1Client) ChannelMsTeamses(namespace string) ChannelMsTeamsInterface

func (*BotV1alpha1Client) ChannelSlacks

func (c *BotV1alpha1Client) ChannelSlacks(namespace string) ChannelSlackInterface

func (*BotV1alpha1Client) ChannelSmses added in v0.5.0

func (c *BotV1alpha1Client) ChannelSmses(namespace string) ChannelSmsInterface

func (*BotV1alpha1Client) ChannelWebChats added in v0.5.0

func (c *BotV1alpha1Client) ChannelWebChats(namespace string) ChannelWebChatInterface

func (*BotV1alpha1Client) ChannelsRegistrations

func (c *BotV1alpha1Client) ChannelsRegistrations(namespace string) ChannelsRegistrationInterface

func (*BotV1alpha1Client) Connections

func (c *BotV1alpha1Client) Connections(namespace string) ConnectionInterface

func (*BotV1alpha1Client) RESTClient

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

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

func (*BotV1alpha1Client) ServiceAzureBots added in v0.5.0

func (c *BotV1alpha1Client) ServiceAzureBots(namespace string) ServiceAzureBotInterface

func (*BotV1alpha1Client) WebApps

func (c *BotV1alpha1Client) WebApps(namespace string) WebAppInterface

type ChannelAlexaExpansion added in v0.5.0

type ChannelAlexaExpansion interface{}

type ChannelAlexaInterface added in v0.5.0

type ChannelAlexaInterface interface {
	Create(ctx context.Context, channelAlexa *v1alpha1.ChannelAlexa, opts v1.CreateOptions) (*v1alpha1.ChannelAlexa, error)
	Update(ctx context.Context, channelAlexa *v1alpha1.ChannelAlexa, opts v1.UpdateOptions) (*v1alpha1.ChannelAlexa, error)
	UpdateStatus(ctx context.Context, channelAlexa *v1alpha1.ChannelAlexa, opts v1.UpdateOptions) (*v1alpha1.ChannelAlexa, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ChannelAlexa, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ChannelAlexaList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ChannelAlexa, err error)
	ChannelAlexaExpansion
}

ChannelAlexaInterface has methods to work with ChannelAlexa resources.

type ChannelAlexasGetter added in v0.5.0

type ChannelAlexasGetter interface {
	ChannelAlexas(namespace string) ChannelAlexaInterface
}

ChannelAlexasGetter has a method to return a ChannelAlexaInterface. A group's client should implement this interface.

type ChannelDirectLineSpeechExpansion added in v0.5.0

type ChannelDirectLineSpeechExpansion interface{}

type ChannelDirectLineSpeechInterface added in v0.5.0

type ChannelDirectLineSpeechInterface interface {
	Create(ctx context.Context, channelDirectLineSpeech *v1alpha1.ChannelDirectLineSpeech, opts v1.CreateOptions) (*v1alpha1.ChannelDirectLineSpeech, error)
	Update(ctx context.Context, channelDirectLineSpeech *v1alpha1.ChannelDirectLineSpeech, opts v1.UpdateOptions) (*v1alpha1.ChannelDirectLineSpeech, error)
	UpdateStatus(ctx context.Context, channelDirectLineSpeech *v1alpha1.ChannelDirectLineSpeech, opts v1.UpdateOptions) (*v1alpha1.ChannelDirectLineSpeech, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ChannelDirectLineSpeech, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ChannelDirectLineSpeechList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ChannelDirectLineSpeech, err error)
	ChannelDirectLineSpeechExpansion
}

ChannelDirectLineSpeechInterface has methods to work with ChannelDirectLineSpeech resources.

type ChannelDirectLineSpeechesGetter added in v0.5.0

type ChannelDirectLineSpeechesGetter interface {
	ChannelDirectLineSpeeches(namespace string) ChannelDirectLineSpeechInterface
}

ChannelDirectLineSpeechesGetter has a method to return a ChannelDirectLineSpeechInterface. A group's client should implement this interface.

type ChannelDirectlineExpansion

type ChannelDirectlineExpansion interface{}

type ChannelDirectlineInterface

type ChannelDirectlineInterface interface {
	Create(ctx context.Context, channelDirectline *v1alpha1.ChannelDirectline, opts v1.CreateOptions) (*v1alpha1.ChannelDirectline, error)
	Update(ctx context.Context, channelDirectline *v1alpha1.ChannelDirectline, opts v1.UpdateOptions) (*v1alpha1.ChannelDirectline, error)
	UpdateStatus(ctx context.Context, channelDirectline *v1alpha1.ChannelDirectline, opts v1.UpdateOptions) (*v1alpha1.ChannelDirectline, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ChannelDirectline, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ChannelDirectlineList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ChannelDirectline, err error)
	ChannelDirectlineExpansion
}

ChannelDirectlineInterface has methods to work with ChannelDirectline resources.

type ChannelDirectlinesGetter

type ChannelDirectlinesGetter interface {
	ChannelDirectlines(namespace string) ChannelDirectlineInterface
}

ChannelDirectlinesGetter has a method to return a ChannelDirectlineInterface. A group's client should implement this interface.

type ChannelEmailExpansion

type ChannelEmailExpansion interface{}

type ChannelEmailInterface

type ChannelEmailInterface interface {
	Create(ctx context.Context, channelEmail *v1alpha1.ChannelEmail, opts v1.CreateOptions) (*v1alpha1.ChannelEmail, error)
	Update(ctx context.Context, channelEmail *v1alpha1.ChannelEmail, opts v1.UpdateOptions) (*v1alpha1.ChannelEmail, error)
	UpdateStatus(ctx context.Context, channelEmail *v1alpha1.ChannelEmail, opts v1.UpdateOptions) (*v1alpha1.ChannelEmail, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ChannelEmail, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ChannelEmailList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ChannelEmail, err error)
	ChannelEmailExpansion
}

ChannelEmailInterface has methods to work with ChannelEmail resources.

type ChannelEmailsGetter

type ChannelEmailsGetter interface {
	ChannelEmails(namespace string) ChannelEmailInterface
}

ChannelEmailsGetter has a method to return a ChannelEmailInterface. A group's client should implement this interface.

type ChannelFacebookExpansion added in v0.5.0

type ChannelFacebookExpansion interface{}

type ChannelFacebookInterface added in v0.5.0

type ChannelFacebookInterface interface {
	Create(ctx context.Context, channelFacebook *v1alpha1.ChannelFacebook, opts v1.CreateOptions) (*v1alpha1.ChannelFacebook, error)
	Update(ctx context.Context, channelFacebook *v1alpha1.ChannelFacebook, opts v1.UpdateOptions) (*v1alpha1.ChannelFacebook, error)
	UpdateStatus(ctx context.Context, channelFacebook *v1alpha1.ChannelFacebook, opts v1.UpdateOptions) (*v1alpha1.ChannelFacebook, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ChannelFacebook, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ChannelFacebookList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ChannelFacebook, err error)
	ChannelFacebookExpansion
}

ChannelFacebookInterface has methods to work with ChannelFacebook resources.

type ChannelFacebooksGetter added in v0.5.0

type ChannelFacebooksGetter interface {
	ChannelFacebooks(namespace string) ChannelFacebookInterface
}

ChannelFacebooksGetter has a method to return a ChannelFacebookInterface. A group's client should implement this interface.

type ChannelLineExpansion added in v0.5.0

type ChannelLineExpansion interface{}

type ChannelLineInterface added in v0.5.0

type ChannelLineInterface interface {
	Create(ctx context.Context, channelLine *v1alpha1.ChannelLine, opts v1.CreateOptions) (*v1alpha1.ChannelLine, error)
	Update(ctx context.Context, channelLine *v1alpha1.ChannelLine, opts v1.UpdateOptions) (*v1alpha1.ChannelLine, error)
	UpdateStatus(ctx context.Context, channelLine *v1alpha1.ChannelLine, opts v1.UpdateOptions) (*v1alpha1.ChannelLine, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ChannelLine, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ChannelLineList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ChannelLine, err error)
	ChannelLineExpansion
}

ChannelLineInterface has methods to work with ChannelLine resources.

type ChannelLinesGetter added in v0.5.0

type ChannelLinesGetter interface {
	ChannelLines(namespace string) ChannelLineInterface
}

ChannelLinesGetter has a method to return a ChannelLineInterface. A group's client should implement this interface.

type ChannelMsTeamsExpansion

type ChannelMsTeamsExpansion interface{}

type ChannelMsTeamsInterface

type ChannelMsTeamsInterface interface {
	Create(ctx context.Context, channelMsTeams *v1alpha1.ChannelMsTeams, opts v1.CreateOptions) (*v1alpha1.ChannelMsTeams, error)
	Update(ctx context.Context, channelMsTeams *v1alpha1.ChannelMsTeams, opts v1.UpdateOptions) (*v1alpha1.ChannelMsTeams, error)
	UpdateStatus(ctx context.Context, channelMsTeams *v1alpha1.ChannelMsTeams, opts v1.UpdateOptions) (*v1alpha1.ChannelMsTeams, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ChannelMsTeams, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ChannelMsTeamsList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ChannelMsTeams, err error)
	ChannelMsTeamsExpansion
}

ChannelMsTeamsInterface has methods to work with ChannelMsTeams resources.

type ChannelMsTeamsesGetter

type ChannelMsTeamsesGetter interface {
	ChannelMsTeamses(namespace string) ChannelMsTeamsInterface
}

ChannelMsTeamsesGetter has a method to return a ChannelMsTeamsInterface. A group's client should implement this interface.

type ChannelSlackExpansion

type ChannelSlackExpansion interface{}

type ChannelSlackInterface

type ChannelSlackInterface interface {
	Create(ctx context.Context, channelSlack *v1alpha1.ChannelSlack, opts v1.CreateOptions) (*v1alpha1.ChannelSlack, error)
	Update(ctx context.Context, channelSlack *v1alpha1.ChannelSlack, opts v1.UpdateOptions) (*v1alpha1.ChannelSlack, error)
	UpdateStatus(ctx context.Context, channelSlack *v1alpha1.ChannelSlack, opts v1.UpdateOptions) (*v1alpha1.ChannelSlack, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ChannelSlack, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ChannelSlackList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ChannelSlack, err error)
	ChannelSlackExpansion
}

ChannelSlackInterface has methods to work with ChannelSlack resources.

type ChannelSlacksGetter

type ChannelSlacksGetter interface {
	ChannelSlacks(namespace string) ChannelSlackInterface
}

ChannelSlacksGetter has a method to return a ChannelSlackInterface. A group's client should implement this interface.

type ChannelSmsExpansion added in v0.5.0

type ChannelSmsExpansion interface{}

type ChannelSmsInterface added in v0.5.0

type ChannelSmsInterface interface {
	Create(ctx context.Context, channelSms *v1alpha1.ChannelSms, opts v1.CreateOptions) (*v1alpha1.ChannelSms, error)
	Update(ctx context.Context, channelSms *v1alpha1.ChannelSms, opts v1.UpdateOptions) (*v1alpha1.ChannelSms, error)
	UpdateStatus(ctx context.Context, channelSms *v1alpha1.ChannelSms, opts v1.UpdateOptions) (*v1alpha1.ChannelSms, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ChannelSms, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ChannelSmsList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ChannelSms, err error)
	ChannelSmsExpansion
}

ChannelSmsInterface has methods to work with ChannelSms resources.

type ChannelSmsesGetter added in v0.5.0

type ChannelSmsesGetter interface {
	ChannelSmses(namespace string) ChannelSmsInterface
}

ChannelSmsesGetter has a method to return a ChannelSmsInterface. A group's client should implement this interface.

type ChannelWebChatExpansion added in v0.5.0

type ChannelWebChatExpansion interface{}

type ChannelWebChatInterface added in v0.5.0

type ChannelWebChatInterface interface {
	Create(ctx context.Context, channelWebChat *v1alpha1.ChannelWebChat, opts v1.CreateOptions) (*v1alpha1.ChannelWebChat, error)
	Update(ctx context.Context, channelWebChat *v1alpha1.ChannelWebChat, opts v1.UpdateOptions) (*v1alpha1.ChannelWebChat, error)
	UpdateStatus(ctx context.Context, channelWebChat *v1alpha1.ChannelWebChat, opts v1.UpdateOptions) (*v1alpha1.ChannelWebChat, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ChannelWebChat, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ChannelWebChatList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ChannelWebChat, err error)
	ChannelWebChatExpansion
}

ChannelWebChatInterface has methods to work with ChannelWebChat resources.

type ChannelWebChatsGetter added in v0.5.0

type ChannelWebChatsGetter interface {
	ChannelWebChats(namespace string) ChannelWebChatInterface
}

ChannelWebChatsGetter has a method to return a ChannelWebChatInterface. A group's client should implement this interface.

type ChannelsRegistrationExpansion

type ChannelsRegistrationExpansion interface{}

type ChannelsRegistrationInterface

type ChannelsRegistrationInterface interface {
	Create(ctx context.Context, channelsRegistration *v1alpha1.ChannelsRegistration, opts v1.CreateOptions) (*v1alpha1.ChannelsRegistration, error)
	Update(ctx context.Context, channelsRegistration *v1alpha1.ChannelsRegistration, opts v1.UpdateOptions) (*v1alpha1.ChannelsRegistration, error)
	UpdateStatus(ctx context.Context, channelsRegistration *v1alpha1.ChannelsRegistration, opts v1.UpdateOptions) (*v1alpha1.ChannelsRegistration, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ChannelsRegistration, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ChannelsRegistrationList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ChannelsRegistration, err error)
	ChannelsRegistrationExpansion
}

ChannelsRegistrationInterface has methods to work with ChannelsRegistration resources.

type ChannelsRegistrationsGetter

type ChannelsRegistrationsGetter interface {
	ChannelsRegistrations(namespace string) ChannelsRegistrationInterface
}

ChannelsRegistrationsGetter has a method to return a ChannelsRegistrationInterface. A group's client should implement this interface.

type ConnectionExpansion

type ConnectionExpansion interface{}

type ConnectionInterface

type ConnectionInterface interface {
	Create(ctx context.Context, connection *v1alpha1.Connection, opts v1.CreateOptions) (*v1alpha1.Connection, error)
	Update(ctx context.Context, connection *v1alpha1.Connection, opts v1.UpdateOptions) (*v1alpha1.Connection, error)
	UpdateStatus(ctx context.Context, connection *v1alpha1.Connection, opts v1.UpdateOptions) (*v1alpha1.Connection, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.Connection, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ConnectionList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Connection, err error)
	ConnectionExpansion
}

ConnectionInterface has methods to work with Connection resources.

type ConnectionsGetter

type ConnectionsGetter interface {
	Connections(namespace string) ConnectionInterface
}

ConnectionsGetter has a method to return a ConnectionInterface. A group's client should implement this interface.

type ServiceAzureBotExpansion added in v0.5.0

type ServiceAzureBotExpansion interface{}

type ServiceAzureBotInterface added in v0.5.0

type ServiceAzureBotInterface interface {
	Create(ctx context.Context, serviceAzureBot *v1alpha1.ServiceAzureBot, opts v1.CreateOptions) (*v1alpha1.ServiceAzureBot, error)
	Update(ctx context.Context, serviceAzureBot *v1alpha1.ServiceAzureBot, opts v1.UpdateOptions) (*v1alpha1.ServiceAzureBot, error)
	UpdateStatus(ctx context.Context, serviceAzureBot *v1alpha1.ServiceAzureBot, opts v1.UpdateOptions) (*v1alpha1.ServiceAzureBot, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ServiceAzureBot, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ServiceAzureBotList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ServiceAzureBot, err error)
	ServiceAzureBotExpansion
}

ServiceAzureBotInterface has methods to work with ServiceAzureBot resources.

type ServiceAzureBotsGetter added in v0.5.0

type ServiceAzureBotsGetter interface {
	ServiceAzureBots(namespace string) ServiceAzureBotInterface
}

ServiceAzureBotsGetter has a method to return a ServiceAzureBotInterface. A group's client should implement this interface.

type WebAppExpansion

type WebAppExpansion interface{}

type WebAppInterface

type WebAppInterface interface {
	Create(ctx context.Context, webApp *v1alpha1.WebApp, opts v1.CreateOptions) (*v1alpha1.WebApp, error)
	Update(ctx context.Context, webApp *v1alpha1.WebApp, opts v1.UpdateOptions) (*v1alpha1.WebApp, error)
	UpdateStatus(ctx context.Context, webApp *v1alpha1.WebApp, opts v1.UpdateOptions) (*v1alpha1.WebApp, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.WebApp, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.WebAppList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.WebApp, err error)
	WebAppExpansion
}

WebAppInterface has methods to work with WebApp resources.

type WebAppsGetter

type WebAppsGetter interface {
	WebApps(namespace string) WebAppInterface
}

WebAppsGetter has a method to return a WebAppInterface. A group's client should implement this interface.

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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