v1

package
v0.0.0-...-c4bdc48 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2018 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const RbsNameSpace = "kube-system"

default for local kube-system for remote

Variables

This section is empty.

Functions

This section is empty.

Types

type RbsInterface

type RbsInterface interface {
	List(opts metav1.ListOptions) (*v1.RbsList, error)
	Get(name string, options metav1.GetOptions) (*v1.Rbs, error)
	Create(*v1.Rbs) (*v1.Rbs, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
}

type V1Client

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

func NewForConfig

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

func (*V1Client) Rbs

func (c *V1Client) Rbs(namespace string) RbsInterface

type V1Interface

type V1Interface interface {
	Rbs(namespace string) RbsInterface
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL