v1alpha1

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 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 BuilderExpansion

type BuilderExpansion interface{}

type BuilderInterface

type BuilderInterface interface {
	Create(ctx context.Context, builder *v1alpha1.Builder, opts v1.CreateOptions) (*v1alpha1.Builder, error)
	Update(ctx context.Context, builder *v1alpha1.Builder, opts v1.UpdateOptions) (*v1alpha1.Builder, 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.Builder, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.BuilderList, 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.Builder, err error)
	BuilderExpansion
}

BuilderInterface has methods to work with Builder resources.

type BuildersGetter

type BuildersGetter interface {
	Builders(namespace string) BuilderInterface
}

BuildersGetter has a method to return a BuilderInterface. A group's client should implement this interface.

type OverseerExpansion

type OverseerExpansion interface{}

type OverseerInterface

type OverseerInterface interface {
	Create(ctx context.Context, overseer *v1alpha1.Overseer, opts v1.CreateOptions) (*v1alpha1.Overseer, error)
	Update(ctx context.Context, overseer *v1alpha1.Overseer, opts v1.UpdateOptions) (*v1alpha1.Overseer, 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.Overseer, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.OverseerList, 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.Overseer, err error)
	OverseerExpansion
}

OverseerInterface has methods to work with Overseer resources.

type OverseerV1alpha1Client

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

OverseerV1alpha1Client is used to interact with features provided by the overseer.quanxiang.cloud.io group.

func New

New creates a new OverseerV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new OverseerV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *OverseerV1alpha1Client

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

func (*OverseerV1alpha1Client) Builders

func (c *OverseerV1alpha1Client) Builders(namespace string) BuilderInterface

func (*OverseerV1alpha1Client) Overseers

func (c *OverseerV1alpha1Client) Overseers(namespace string) OverseerInterface

func (*OverseerV1alpha1Client) RESTClient

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

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

func (*OverseerV1alpha1Client) Servings

func (c *OverseerV1alpha1Client) Servings(namespace string) ServingInterface

type OverseerV1alpha1Interface

type OverseerV1alpha1Interface interface {
	RESTClient() rest.Interface
	BuildersGetter
	OverseersGetter
	ServingsGetter
}

type OverseersGetter

type OverseersGetter interface {
	Overseers(namespace string) OverseerInterface
}

OverseersGetter has a method to return a OverseerInterface. A group's client should implement this interface.

type ServingExpansion

type ServingExpansion interface{}

type ServingInterface

type ServingInterface interface {
	Create(ctx context.Context, serving *v1alpha1.Serving, opts v1.CreateOptions) (*v1alpha1.Serving, error)
	Update(ctx context.Context, serving *v1alpha1.Serving, opts v1.UpdateOptions) (*v1alpha1.Serving, 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.Serving, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ServingList, 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.Serving, err error)
	ServingExpansion
}

ServingInterface has methods to work with Serving resources.

type ServingsGetter

type ServingsGetter interface {
	Servings(namespace string) ServingInterface
}

ServingsGetter has a method to return a ServingInterface. 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