v1alpha1

package
v0.10.1 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2019 License: Apache-2.0 Imports: 7 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 EventsV1alpha1Client

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

EventsV1alpha1Client is used to interact with features provided by the events.cloud.google.com group.

func New

New creates a new EventsV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new EventsV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *EventsV1alpha1Client

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

func (*EventsV1alpha1Client) PubSubs added in v0.10.0

func (c *EventsV1alpha1Client) PubSubs(namespace string) PubSubInterface

func (*EventsV1alpha1Client) RESTClient

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

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

func (*EventsV1alpha1Client) Schedulers added in v0.9.0

func (c *EventsV1alpha1Client) Schedulers(namespace string) SchedulerInterface

func (*EventsV1alpha1Client) Storages added in v0.8.1

func (c *EventsV1alpha1Client) Storages(namespace string) StorageInterface

type EventsV1alpha1Interface

type EventsV1alpha1Interface interface {
	RESTClient() rest.Interface
	PubSubsGetter
	SchedulersGetter
	StoragesGetter
}

type PubSubExpansion added in v0.10.0

type PubSubExpansion interface{}

type PubSubInterface added in v0.10.0

type PubSubInterface interface {
	Create(*v1alpha1.PubSub) (*v1alpha1.PubSub, error)
	Update(*v1alpha1.PubSub) (*v1alpha1.PubSub, error)
	UpdateStatus(*v1alpha1.PubSub) (*v1alpha1.PubSub, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.PubSub, error)
	List(opts v1.ListOptions) (*v1alpha1.PubSubList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.PubSub, err error)
	PubSubExpansion
}

PubSubInterface has methods to work with PubSub resources.

type PubSubsGetter added in v0.10.0

type PubSubsGetter interface {
	PubSubs(namespace string) PubSubInterface
}

PubSubsGetter has a method to return a PubSubInterface. A group's client should implement this interface.

type SchedulerExpansion added in v0.9.0

type SchedulerExpansion interface{}

type SchedulerInterface added in v0.9.0

type SchedulerInterface interface {
	Create(*v1alpha1.Scheduler) (*v1alpha1.Scheduler, error)
	Update(*v1alpha1.Scheduler) (*v1alpha1.Scheduler, error)
	UpdateStatus(*v1alpha1.Scheduler) (*v1alpha1.Scheduler, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Scheduler, error)
	List(opts v1.ListOptions) (*v1alpha1.SchedulerList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Scheduler, err error)
	SchedulerExpansion
}

SchedulerInterface has methods to work with Scheduler resources.

type SchedulersGetter added in v0.9.0

type SchedulersGetter interface {
	Schedulers(namespace string) SchedulerInterface
}

SchedulersGetter has a method to return a SchedulerInterface. A group's client should implement this interface.

type StorageExpansion added in v0.8.1

type StorageExpansion interface{}

type StorageInterface added in v0.8.1

type StorageInterface interface {
	Create(*v1alpha1.Storage) (*v1alpha1.Storage, error)
	Update(*v1alpha1.Storage) (*v1alpha1.Storage, error)
	UpdateStatus(*v1alpha1.Storage) (*v1alpha1.Storage, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Storage, error)
	List(opts v1.ListOptions) (*v1alpha1.StorageList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Storage, err error)
	StorageExpansion
}

StorageInterface has methods to work with Storage resources.

type StoragesGetter added in v0.8.1

type StoragesGetter interface {
	Storages(namespace string) StorageInterface
}

StoragesGetter has a method to return a StorageInterface. 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