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 AdmChannelExpansion

type AdmChannelExpansion interface{}

type AdmChannelInterface

type AdmChannelInterface interface {
	Create(ctx context.Context, admChannel *v1alpha1.AdmChannel, opts v1.CreateOptions) (*v1alpha1.AdmChannel, error)
	Update(ctx context.Context, admChannel *v1alpha1.AdmChannel, opts v1.UpdateOptions) (*v1alpha1.AdmChannel, error)
	UpdateStatus(ctx context.Context, admChannel *v1alpha1.AdmChannel, opts v1.UpdateOptions) (*v1alpha1.AdmChannel, 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.AdmChannel, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AdmChannelList, 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.AdmChannel, err error)
	AdmChannelExpansion
}

AdmChannelInterface has methods to work with AdmChannel resources.

type AdmChannelsGetter

type AdmChannelsGetter interface {
	AdmChannels(namespace string) AdmChannelInterface
}

AdmChannelsGetter has a method to return a AdmChannelInterface. A group's client should implement this interface.

type ApnsChannelExpansion

type ApnsChannelExpansion interface{}

type ApnsChannelInterface

type ApnsChannelInterface interface {
	Create(ctx context.Context, apnsChannel *v1alpha1.ApnsChannel, opts v1.CreateOptions) (*v1alpha1.ApnsChannel, error)
	Update(ctx context.Context, apnsChannel *v1alpha1.ApnsChannel, opts v1.UpdateOptions) (*v1alpha1.ApnsChannel, error)
	UpdateStatus(ctx context.Context, apnsChannel *v1alpha1.ApnsChannel, opts v1.UpdateOptions) (*v1alpha1.ApnsChannel, 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.ApnsChannel, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ApnsChannelList, 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.ApnsChannel, err error)
	ApnsChannelExpansion
}

ApnsChannelInterface has methods to work with ApnsChannel resources.

type ApnsChannelsGetter

type ApnsChannelsGetter interface {
	ApnsChannels(namespace string) ApnsChannelInterface
}

ApnsChannelsGetter has a method to return a ApnsChannelInterface. A group's client should implement this interface.

type ApnsSandboxChannelExpansion

type ApnsSandboxChannelExpansion interface{}

type ApnsSandboxChannelInterface

type ApnsSandboxChannelInterface interface {
	Create(ctx context.Context, apnsSandboxChannel *v1alpha1.ApnsSandboxChannel, opts v1.CreateOptions) (*v1alpha1.ApnsSandboxChannel, error)
	Update(ctx context.Context, apnsSandboxChannel *v1alpha1.ApnsSandboxChannel, opts v1.UpdateOptions) (*v1alpha1.ApnsSandboxChannel, error)
	UpdateStatus(ctx context.Context, apnsSandboxChannel *v1alpha1.ApnsSandboxChannel, opts v1.UpdateOptions) (*v1alpha1.ApnsSandboxChannel, 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.ApnsSandboxChannel, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ApnsSandboxChannelList, 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.ApnsSandboxChannel, err error)
	ApnsSandboxChannelExpansion
}

ApnsSandboxChannelInterface has methods to work with ApnsSandboxChannel resources.

type ApnsSandboxChannelsGetter

type ApnsSandboxChannelsGetter interface {
	ApnsSandboxChannels(namespace string) ApnsSandboxChannelInterface
}

ApnsSandboxChannelsGetter has a method to return a ApnsSandboxChannelInterface. A group's client should implement this interface.

type ApnsVoipChannelExpansion

type ApnsVoipChannelExpansion interface{}

type ApnsVoipChannelInterface

type ApnsVoipChannelInterface interface {
	Create(ctx context.Context, apnsVoipChannel *v1alpha1.ApnsVoipChannel, opts v1.CreateOptions) (*v1alpha1.ApnsVoipChannel, error)
	Update(ctx context.Context, apnsVoipChannel *v1alpha1.ApnsVoipChannel, opts v1.UpdateOptions) (*v1alpha1.ApnsVoipChannel, error)
	UpdateStatus(ctx context.Context, apnsVoipChannel *v1alpha1.ApnsVoipChannel, opts v1.UpdateOptions) (*v1alpha1.ApnsVoipChannel, 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.ApnsVoipChannel, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ApnsVoipChannelList, 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.ApnsVoipChannel, err error)
	ApnsVoipChannelExpansion
}

ApnsVoipChannelInterface has methods to work with ApnsVoipChannel resources.

type ApnsVoipChannelsGetter

type ApnsVoipChannelsGetter interface {
	ApnsVoipChannels(namespace string) ApnsVoipChannelInterface
}

ApnsVoipChannelsGetter has a method to return a ApnsVoipChannelInterface. A group's client should implement this interface.

type ApnsVoipSandboxChannelExpansion

type ApnsVoipSandboxChannelExpansion interface{}

type ApnsVoipSandboxChannelInterface

type ApnsVoipSandboxChannelInterface interface {
	Create(ctx context.Context, apnsVoipSandboxChannel *v1alpha1.ApnsVoipSandboxChannel, opts v1.CreateOptions) (*v1alpha1.ApnsVoipSandboxChannel, error)
	Update(ctx context.Context, apnsVoipSandboxChannel *v1alpha1.ApnsVoipSandboxChannel, opts v1.UpdateOptions) (*v1alpha1.ApnsVoipSandboxChannel, error)
	UpdateStatus(ctx context.Context, apnsVoipSandboxChannel *v1alpha1.ApnsVoipSandboxChannel, opts v1.UpdateOptions) (*v1alpha1.ApnsVoipSandboxChannel, 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.ApnsVoipSandboxChannel, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ApnsVoipSandboxChannelList, 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.ApnsVoipSandboxChannel, err error)
	ApnsVoipSandboxChannelExpansion
}

ApnsVoipSandboxChannelInterface has methods to work with ApnsVoipSandboxChannel resources.

type ApnsVoipSandboxChannelsGetter

type ApnsVoipSandboxChannelsGetter interface {
	ApnsVoipSandboxChannels(namespace string) ApnsVoipSandboxChannelInterface
}

ApnsVoipSandboxChannelsGetter has a method to return a ApnsVoipSandboxChannelInterface. A group's client should implement this interface.

type AppExpansion

type AppExpansion interface{}

type AppInterface

type AppInterface interface {
	Create(ctx context.Context, app *v1alpha1.App, opts v1.CreateOptions) (*v1alpha1.App, error)
	Update(ctx context.Context, app *v1alpha1.App, opts v1.UpdateOptions) (*v1alpha1.App, error)
	UpdateStatus(ctx context.Context, app *v1alpha1.App, opts v1.UpdateOptions) (*v1alpha1.App, 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.App, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AppList, 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.App, err error)
	AppExpansion
}

AppInterface has methods to work with App resources.

type AppsGetter

type AppsGetter interface {
	Apps(namespace string) AppInterface
}

AppsGetter has a method to return a AppInterface. A group's client should implement this interface.

type BaiduChannelExpansion

type BaiduChannelExpansion interface{}

type BaiduChannelInterface

type BaiduChannelInterface interface {
	Create(ctx context.Context, baiduChannel *v1alpha1.BaiduChannel, opts v1.CreateOptions) (*v1alpha1.BaiduChannel, error)
	Update(ctx context.Context, baiduChannel *v1alpha1.BaiduChannel, opts v1.UpdateOptions) (*v1alpha1.BaiduChannel, error)
	UpdateStatus(ctx context.Context, baiduChannel *v1alpha1.BaiduChannel, opts v1.UpdateOptions) (*v1alpha1.BaiduChannel, 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.BaiduChannel, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BaiduChannelList, 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.BaiduChannel, err error)
	BaiduChannelExpansion
}

BaiduChannelInterface has methods to work with BaiduChannel resources.

type BaiduChannelsGetter

type BaiduChannelsGetter interface {
	BaiduChannels(namespace string) BaiduChannelInterface
}

BaiduChannelsGetter has a method to return a BaiduChannelInterface. A group's client should implement this interface.

type EmailChannelExpansion

type EmailChannelExpansion interface{}

type EmailChannelInterface

type EmailChannelInterface interface {
	Create(ctx context.Context, emailChannel *v1alpha1.EmailChannel, opts v1.CreateOptions) (*v1alpha1.EmailChannel, error)
	Update(ctx context.Context, emailChannel *v1alpha1.EmailChannel, opts v1.UpdateOptions) (*v1alpha1.EmailChannel, error)
	UpdateStatus(ctx context.Context, emailChannel *v1alpha1.EmailChannel, opts v1.UpdateOptions) (*v1alpha1.EmailChannel, 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.EmailChannel, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.EmailChannelList, 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.EmailChannel, err error)
	EmailChannelExpansion
}

EmailChannelInterface has methods to work with EmailChannel resources.

type EmailChannelsGetter

type EmailChannelsGetter interface {
	EmailChannels(namespace string) EmailChannelInterface
}

EmailChannelsGetter has a method to return a EmailChannelInterface. A group's client should implement this interface.

type EventStreamExpansion

type EventStreamExpansion interface{}

type EventStreamInterface

type EventStreamInterface interface {
	Create(ctx context.Context, eventStream *v1alpha1.EventStream, opts v1.CreateOptions) (*v1alpha1.EventStream, error)
	Update(ctx context.Context, eventStream *v1alpha1.EventStream, opts v1.UpdateOptions) (*v1alpha1.EventStream, error)
	UpdateStatus(ctx context.Context, eventStream *v1alpha1.EventStream, opts v1.UpdateOptions) (*v1alpha1.EventStream, 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.EventStream, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.EventStreamList, 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.EventStream, err error)
	EventStreamExpansion
}

EventStreamInterface has methods to work with EventStream resources.

type EventStreamsGetter

type EventStreamsGetter interface {
	EventStreams(namespace string) EventStreamInterface
}

EventStreamsGetter has a method to return a EventStreamInterface. A group's client should implement this interface.

type GcmChannelExpansion

type GcmChannelExpansion interface{}

type GcmChannelInterface

type GcmChannelInterface interface {
	Create(ctx context.Context, gcmChannel *v1alpha1.GcmChannel, opts v1.CreateOptions) (*v1alpha1.GcmChannel, error)
	Update(ctx context.Context, gcmChannel *v1alpha1.GcmChannel, opts v1.UpdateOptions) (*v1alpha1.GcmChannel, error)
	UpdateStatus(ctx context.Context, gcmChannel *v1alpha1.GcmChannel, opts v1.UpdateOptions) (*v1alpha1.GcmChannel, 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.GcmChannel, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GcmChannelList, 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.GcmChannel, err error)
	GcmChannelExpansion
}

GcmChannelInterface has methods to work with GcmChannel resources.

type GcmChannelsGetter

type GcmChannelsGetter interface {
	GcmChannels(namespace string) GcmChannelInterface
}

GcmChannelsGetter has a method to return a GcmChannelInterface. A group's client should implement this interface.

type PinpointV1alpha1Client

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

PinpointV1alpha1Client is used to interact with features provided by the pinpoint.aws.kubeform.com group.

func New

New creates a new PinpointV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new PinpointV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *PinpointV1alpha1Client

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

func (*PinpointV1alpha1Client) AdmChannels

func (c *PinpointV1alpha1Client) AdmChannels(namespace string) AdmChannelInterface

func (*PinpointV1alpha1Client) ApnsChannels

func (c *PinpointV1alpha1Client) ApnsChannels(namespace string) ApnsChannelInterface

func (*PinpointV1alpha1Client) ApnsSandboxChannels

func (c *PinpointV1alpha1Client) ApnsSandboxChannels(namespace string) ApnsSandboxChannelInterface

func (*PinpointV1alpha1Client) ApnsVoipChannels

func (c *PinpointV1alpha1Client) ApnsVoipChannels(namespace string) ApnsVoipChannelInterface

func (*PinpointV1alpha1Client) ApnsVoipSandboxChannels

func (c *PinpointV1alpha1Client) ApnsVoipSandboxChannels(namespace string) ApnsVoipSandboxChannelInterface

func (*PinpointV1alpha1Client) Apps

func (c *PinpointV1alpha1Client) Apps(namespace string) AppInterface

func (*PinpointV1alpha1Client) BaiduChannels

func (c *PinpointV1alpha1Client) BaiduChannels(namespace string) BaiduChannelInterface

func (*PinpointV1alpha1Client) EmailChannels

func (c *PinpointV1alpha1Client) EmailChannels(namespace string) EmailChannelInterface

func (*PinpointV1alpha1Client) EventStreams

func (c *PinpointV1alpha1Client) EventStreams(namespace string) EventStreamInterface

func (*PinpointV1alpha1Client) GcmChannels

func (c *PinpointV1alpha1Client) GcmChannels(namespace string) GcmChannelInterface

func (*PinpointV1alpha1Client) RESTClient

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

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

func (*PinpointV1alpha1Client) SmsChannels

func (c *PinpointV1alpha1Client) SmsChannels(namespace string) SmsChannelInterface

type SmsChannelExpansion

type SmsChannelExpansion interface{}

type SmsChannelInterface

type SmsChannelInterface interface {
	Create(ctx context.Context, smsChannel *v1alpha1.SmsChannel, opts v1.CreateOptions) (*v1alpha1.SmsChannel, error)
	Update(ctx context.Context, smsChannel *v1alpha1.SmsChannel, opts v1.UpdateOptions) (*v1alpha1.SmsChannel, error)
	UpdateStatus(ctx context.Context, smsChannel *v1alpha1.SmsChannel, opts v1.UpdateOptions) (*v1alpha1.SmsChannel, 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.SmsChannel, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SmsChannelList, 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.SmsChannel, err error)
	SmsChannelExpansion
}

SmsChannelInterface has methods to work with SmsChannel resources.

type SmsChannelsGetter

type SmsChannelsGetter interface {
	SmsChannels(namespace string) SmsChannelInterface
}

SmsChannelsGetter has a method to return a SmsChannelInterface. 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