v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2021 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) ChannelDirectlines

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

func (*BotV1alpha1Client) ChannelEmails

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

func (*BotV1alpha1Client) ChannelMsTeamses

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

func (*BotV1alpha1Client) ChannelSlacks

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

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) WebApps

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

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 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 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 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