compute

package
v0.0.0-...-f4df827 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FlavorGetter

type FlavorGetter interface {
	Flavors(namespace string) FlavorInterface
}

type FlavorInterface

type FlavorInterface interface {
	Create(obj *v1.Flavor) (*v1.Flavor, error)
	Update(obj *v1.Flavor) (*v1.Flavor, error)
	Delete(name string, options *meta_v1.DeleteOptions) error
	Get(name string) (*v1.Flavor, error)
	GetByID(id string) (*v1.Flavor, error)
	List() (*v1.FlavorList, error)
	NewListWatch() *cache.ListWatch
}

func NewFlavorClient

func NewFlavorClient(cl rest.Interface, namespace string) FlavorInterface

type Interface

type Interface interface {
	RESTClient() rest.Interface
	FlavorGetter
	KeypairGetter
}

func New

func New(c *rest.Config) (Interface, error)

type KeypairGetter

type KeypairGetter interface {
	Keypairs(namespace string) KeypairInterface
}

type KeypairInterface

type KeypairInterface interface {
	Create(obj *v1.Keypair) (*v1.Keypair, error)
	Update(obj *v1.Keypair) (*v1.Keypair, error)
	Delete(name string, options *meta_v1.DeleteOptions) error
	Get(name string) (*v1.Keypair, error)
	Exists(name string) (bool, error)
	List() (*v1.KeypairList, error)
	NewListWatch() *cache.ListWatch
}

func NewKeypairClient

func NewKeypairClient(cl rest.Interface, namespace string) KeypairInterface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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