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 ChimeV1alpha1Client

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

ChimeV1alpha1Client is used to interact with features provided by the chime.aws.kubeform.com group.

func New

New creates a new ChimeV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ChimeV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ChimeV1alpha1Client

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

func (*ChimeV1alpha1Client) RESTClient

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

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

func (*ChimeV1alpha1Client) VoiceConnectorGroups

func (c *ChimeV1alpha1Client) VoiceConnectorGroups(namespace string) VoiceConnectorGroupInterface

func (*ChimeV1alpha1Client) VoiceConnectorLoggings

func (c *ChimeV1alpha1Client) VoiceConnectorLoggings(namespace string) VoiceConnectorLoggingInterface

func (*ChimeV1alpha1Client) VoiceConnectorOriginations

func (c *ChimeV1alpha1Client) VoiceConnectorOriginations(namespace string) VoiceConnectorOriginationInterface

func (*ChimeV1alpha1Client) VoiceConnectorStreamings

func (c *ChimeV1alpha1Client) VoiceConnectorStreamings(namespace string) VoiceConnectorStreamingInterface

func (*ChimeV1alpha1Client) VoiceConnectorTerminationCredentialses

func (c *ChimeV1alpha1Client) VoiceConnectorTerminationCredentialses(namespace string) VoiceConnectorTerminationCredentialsInterface

func (*ChimeV1alpha1Client) VoiceConnectorTerminations

func (c *ChimeV1alpha1Client) VoiceConnectorTerminations(namespace string) VoiceConnectorTerminationInterface

func (*ChimeV1alpha1Client) VoiceConnectors

func (c *ChimeV1alpha1Client) VoiceConnectors(namespace string) VoiceConnectorInterface

type VoiceConnectorExpansion

type VoiceConnectorExpansion interface{}

type VoiceConnectorGroupExpansion

type VoiceConnectorGroupExpansion interface{}

type VoiceConnectorGroupInterface

type VoiceConnectorGroupInterface interface {
	Create(ctx context.Context, voiceConnectorGroup *v1alpha1.VoiceConnectorGroup, opts v1.CreateOptions) (*v1alpha1.VoiceConnectorGroup, error)
	Update(ctx context.Context, voiceConnectorGroup *v1alpha1.VoiceConnectorGroup, opts v1.UpdateOptions) (*v1alpha1.VoiceConnectorGroup, error)
	UpdateStatus(ctx context.Context, voiceConnectorGroup *v1alpha1.VoiceConnectorGroup, opts v1.UpdateOptions) (*v1alpha1.VoiceConnectorGroup, 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.VoiceConnectorGroup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VoiceConnectorGroupList, 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.VoiceConnectorGroup, err error)
	VoiceConnectorGroupExpansion
}

VoiceConnectorGroupInterface has methods to work with VoiceConnectorGroup resources.

type VoiceConnectorGroupsGetter

type VoiceConnectorGroupsGetter interface {
	VoiceConnectorGroups(namespace string) VoiceConnectorGroupInterface
}

VoiceConnectorGroupsGetter has a method to return a VoiceConnectorGroupInterface. A group's client should implement this interface.

type VoiceConnectorInterface

type VoiceConnectorInterface interface {
	Create(ctx context.Context, voiceConnector *v1alpha1.VoiceConnector, opts v1.CreateOptions) (*v1alpha1.VoiceConnector, error)
	Update(ctx context.Context, voiceConnector *v1alpha1.VoiceConnector, opts v1.UpdateOptions) (*v1alpha1.VoiceConnector, error)
	UpdateStatus(ctx context.Context, voiceConnector *v1alpha1.VoiceConnector, opts v1.UpdateOptions) (*v1alpha1.VoiceConnector, 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.VoiceConnector, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VoiceConnectorList, 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.VoiceConnector, err error)
	VoiceConnectorExpansion
}

VoiceConnectorInterface has methods to work with VoiceConnector resources.

type VoiceConnectorLoggingExpansion

type VoiceConnectorLoggingExpansion interface{}

type VoiceConnectorLoggingInterface

type VoiceConnectorLoggingInterface interface {
	Create(ctx context.Context, voiceConnectorLogging *v1alpha1.VoiceConnectorLogging, opts v1.CreateOptions) (*v1alpha1.VoiceConnectorLogging, error)
	Update(ctx context.Context, voiceConnectorLogging *v1alpha1.VoiceConnectorLogging, opts v1.UpdateOptions) (*v1alpha1.VoiceConnectorLogging, error)
	UpdateStatus(ctx context.Context, voiceConnectorLogging *v1alpha1.VoiceConnectorLogging, opts v1.UpdateOptions) (*v1alpha1.VoiceConnectorLogging, 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.VoiceConnectorLogging, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VoiceConnectorLoggingList, 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.VoiceConnectorLogging, err error)
	VoiceConnectorLoggingExpansion
}

VoiceConnectorLoggingInterface has methods to work with VoiceConnectorLogging resources.

type VoiceConnectorLoggingsGetter

type VoiceConnectorLoggingsGetter interface {
	VoiceConnectorLoggings(namespace string) VoiceConnectorLoggingInterface
}

VoiceConnectorLoggingsGetter has a method to return a VoiceConnectorLoggingInterface. A group's client should implement this interface.

type VoiceConnectorOriginationExpansion

type VoiceConnectorOriginationExpansion interface{}

type VoiceConnectorOriginationInterface

type VoiceConnectorOriginationInterface interface {
	Create(ctx context.Context, voiceConnectorOrigination *v1alpha1.VoiceConnectorOrigination, opts v1.CreateOptions) (*v1alpha1.VoiceConnectorOrigination, error)
	Update(ctx context.Context, voiceConnectorOrigination *v1alpha1.VoiceConnectorOrigination, opts v1.UpdateOptions) (*v1alpha1.VoiceConnectorOrigination, error)
	UpdateStatus(ctx context.Context, voiceConnectorOrigination *v1alpha1.VoiceConnectorOrigination, opts v1.UpdateOptions) (*v1alpha1.VoiceConnectorOrigination, 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.VoiceConnectorOrigination, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VoiceConnectorOriginationList, 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.VoiceConnectorOrigination, err error)
	VoiceConnectorOriginationExpansion
}

VoiceConnectorOriginationInterface has methods to work with VoiceConnectorOrigination resources.

type VoiceConnectorOriginationsGetter

type VoiceConnectorOriginationsGetter interface {
	VoiceConnectorOriginations(namespace string) VoiceConnectorOriginationInterface
}

VoiceConnectorOriginationsGetter has a method to return a VoiceConnectorOriginationInterface. A group's client should implement this interface.

type VoiceConnectorStreamingExpansion

type VoiceConnectorStreamingExpansion interface{}

type VoiceConnectorStreamingInterface

type VoiceConnectorStreamingInterface interface {
	Create(ctx context.Context, voiceConnectorStreaming *v1alpha1.VoiceConnectorStreaming, opts v1.CreateOptions) (*v1alpha1.VoiceConnectorStreaming, error)
	Update(ctx context.Context, voiceConnectorStreaming *v1alpha1.VoiceConnectorStreaming, opts v1.UpdateOptions) (*v1alpha1.VoiceConnectorStreaming, error)
	UpdateStatus(ctx context.Context, voiceConnectorStreaming *v1alpha1.VoiceConnectorStreaming, opts v1.UpdateOptions) (*v1alpha1.VoiceConnectorStreaming, 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.VoiceConnectorStreaming, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VoiceConnectorStreamingList, 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.VoiceConnectorStreaming, err error)
	VoiceConnectorStreamingExpansion
}

VoiceConnectorStreamingInterface has methods to work with VoiceConnectorStreaming resources.

type VoiceConnectorStreamingsGetter

type VoiceConnectorStreamingsGetter interface {
	VoiceConnectorStreamings(namespace string) VoiceConnectorStreamingInterface
}

VoiceConnectorStreamingsGetter has a method to return a VoiceConnectorStreamingInterface. A group's client should implement this interface.

type VoiceConnectorTerminationCredentialsExpansion

type VoiceConnectorTerminationCredentialsExpansion interface{}

type VoiceConnectorTerminationCredentialsInterface

VoiceConnectorTerminationCredentialsInterface has methods to work with VoiceConnectorTerminationCredentials resources.

type VoiceConnectorTerminationCredentialsesGetter

type VoiceConnectorTerminationCredentialsesGetter interface {
	VoiceConnectorTerminationCredentialses(namespace string) VoiceConnectorTerminationCredentialsInterface
}

VoiceConnectorTerminationCredentialsesGetter has a method to return a VoiceConnectorTerminationCredentialsInterface. A group's client should implement this interface.

type VoiceConnectorTerminationExpansion

type VoiceConnectorTerminationExpansion interface{}

type VoiceConnectorTerminationInterface

type VoiceConnectorTerminationInterface interface {
	Create(ctx context.Context, voiceConnectorTermination *v1alpha1.VoiceConnectorTermination, opts v1.CreateOptions) (*v1alpha1.VoiceConnectorTermination, error)
	Update(ctx context.Context, voiceConnectorTermination *v1alpha1.VoiceConnectorTermination, opts v1.UpdateOptions) (*v1alpha1.VoiceConnectorTermination, error)
	UpdateStatus(ctx context.Context, voiceConnectorTermination *v1alpha1.VoiceConnectorTermination, opts v1.UpdateOptions) (*v1alpha1.VoiceConnectorTermination, 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.VoiceConnectorTermination, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VoiceConnectorTerminationList, 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.VoiceConnectorTermination, err error)
	VoiceConnectorTerminationExpansion
}

VoiceConnectorTerminationInterface has methods to work with VoiceConnectorTermination resources.

type VoiceConnectorTerminationsGetter

type VoiceConnectorTerminationsGetter interface {
	VoiceConnectorTerminations(namespace string) VoiceConnectorTerminationInterface
}

VoiceConnectorTerminationsGetter has a method to return a VoiceConnectorTerminationInterface. A group's client should implement this interface.

type VoiceConnectorsGetter

type VoiceConnectorsGetter interface {
	VoiceConnectors(namespace string) VoiceConnectorInterface
}

VoiceConnectorsGetter has a method to return a VoiceConnectorInterface. 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