client

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2017 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Client functions to Quartermaster ThirdPartyResources

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StorageClusters

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

func NewStorageClusters

func NewStorageClusters(c restclient.Interface, namespace string) *StorageClusters

func (*StorageClusters) Create

func (c *StorageClusters) Create(storageCluster *spec.StorageCluster) (result *spec.StorageCluster, err error)

func (*StorageClusters) Delete

func (c *StorageClusters) Delete(name string, options *api.DeleteOptions) error

func (*StorageClusters) Get

func (c *StorageClusters) Get(name string) (result *spec.StorageCluster, err error)

func (*StorageClusters) List

func (c *StorageClusters) List(opts api.ListOptions) (result *spec.StorageClusterList, err error)

func (*StorageClusters) Update

func (c *StorageClusters) Update(storageCluster *spec.StorageCluster) (result *spec.StorageCluster, err error)

type StorageNodes

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

func NewStorageNodes

func NewStorageNodes(c restclient.Interface, namespace string) *StorageNodes

func (*StorageNodes) Create

func (c *StorageNodes) Create(storageNode *spec.StorageNode) (result *spec.StorageNode, err error)

func (*StorageNodes) Delete

func (c *StorageNodes) Delete(name string, options *api.DeleteOptions) error

func (*StorageNodes) Get

func (c *StorageNodes) Get(name string) (result *spec.StorageNode, err error)

func (*StorageNodes) List

func (c *StorageNodes) List(opts api.ListOptions) (result *spec.StorageNodeList, err error)

func (*StorageNodes) Update

func (c *StorageNodes) Update(storageNode *spec.StorageNode) (result *spec.StorageNode, err error)

Jump to

Keyboard shortcuts

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