v1

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2022 License: Apache-2.0 Imports: 9 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 EiriniV1Client

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

EiriniV1Client is used to interact with features provided by the eirini.cloudfoundry.org group.

func New

New creates a new EiriniV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new EiriniV1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).

func NewForConfigAndClient added in v0.3.0

func NewForConfigAndClient(c *rest.Config, h *http.Client) (*EiriniV1Client, error)

NewForConfigAndClient creates a new EiriniV1Client for the given config and http client. Note the http client provided takes precedence over the configured transport values.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *EiriniV1Client

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

func (*EiriniV1Client) LRPs

func (c *EiriniV1Client) LRPs(namespace string) LRPInterface

func (*EiriniV1Client) RESTClient

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

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

func (*EiriniV1Client) Tasks

func (c *EiriniV1Client) Tasks(namespace string) TaskInterface

type EiriniV1Interface

type EiriniV1Interface interface {
	RESTClient() rest.Interface
	LRPsGetter
	TasksGetter
}

type LRPExpansion

type LRPExpansion interface{}

type LRPInterface

type LRPInterface interface {
	Create(ctx context.Context, lRP *v1.LRP, opts metav1.CreateOptions) (*v1.LRP, error)
	Update(ctx context.Context, lRP *v1.LRP, opts metav1.UpdateOptions) (*v1.LRP, error)
	UpdateStatus(ctx context.Context, lRP *v1.LRP, opts metav1.UpdateOptions) (*v1.LRP, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.LRP, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.LRPList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.LRP, err error)
	LRPExpansion
}

LRPInterface has methods to work with LRP resources.

type LRPsGetter

type LRPsGetter interface {
	LRPs(namespace string) LRPInterface
}

LRPsGetter has a method to return a LRPInterface. A group's client should implement this interface.

type TaskExpansion

type TaskExpansion interface{}

type TaskInterface

type TaskInterface interface {
	Create(ctx context.Context, task *v1.Task, opts metav1.CreateOptions) (*v1.Task, error)
	Update(ctx context.Context, task *v1.Task, opts metav1.UpdateOptions) (*v1.Task, error)
	UpdateStatus(ctx context.Context, task *v1.Task, opts metav1.UpdateOptions) (*v1.Task, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.Task, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.TaskList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.Task, err error)
	TaskExpansion
}

TaskInterface has methods to work with Task resources.

type TasksGetter

type TasksGetter interface {
	Tasks(namespace string) TaskInterface
}

TasksGetter has a method to return a TaskInterface. 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