v1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2018 License: MIT 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 ContainerVersionExpansion

type ContainerVersionExpansion interface{}

type ContainerVersionInterface

type ContainerVersionInterface interface {
	Create(*v1.ContainerVersion) (*v1.ContainerVersion, error)
	Update(*v1.ContainerVersion) (*v1.ContainerVersion, error)
	Delete(name string, options *meta_v1.DeleteOptions) error
	DeleteCollection(options *meta_v1.DeleteOptions, listOptions meta_v1.ListOptions) error
	Get(name string, options meta_v1.GetOptions) (*v1.ContainerVersion, error)
	List(opts meta_v1.ListOptions) (*v1.ContainerVersionList, error)
	Watch(opts meta_v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1.ContainerVersion, err error)
	ContainerVersionExpansion
}

ContainerVersionInterface has methods to work with ContainerVersion resources.

type ContainerVersionsGetter

type ContainerVersionsGetter interface {
	ContainerVersions(namespace string) ContainerVersionInterface
}

ContainerVersionsGetter has a method to return a ContainerVersionInterface. A group's client should implement this interface.

type CustomV1Client

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

CustomV1Client is used to interact with features provided by the custom.k8s.io group.

func New

New creates a new CustomV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new CustomV1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *CustomV1Client

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

func (*CustomV1Client) ContainerVersions

func (c *CustomV1Client) ContainerVersions(namespace string) ContainerVersionInterface

func (*CustomV1Client) RESTClient

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

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

type CustomV1Interface

type CustomV1Interface interface {
	RESTClient() rest.Interface
	ContainerVersionsGetter
}

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