kubernetes/vendor/github.com/libopenstorage/openstorage/api/api.go

const Name

const SpecNodes

const SpecParent

const SpecEphemeral

const SpecShared

const SpecSticky

const SpecSecure

const SpecCompressed

const SpecSize

const SpecScale

const SpecFilesystem

const SpecBlockSize

const SpecHaLevel

const SpecPriority

const SpecSnapshotInterval

const SpecSnapshotSchedule

const SpecAggregationLevel

const SpecDedupe

const SpecPassphrase

const SpecAutoAggregationValue

const SpecGroup

const SpecGroupEnforce

const SpecZones

const SpecRacks

const SpecRegions

const SpecLabels

const SpecPriorityAlias

const SpecIoProfile

const OptName

const OptVolumeID

const OptSnapID

const OptLabel

const OptConfigLabel

const OptCumulative

const OsdVolumePath

const OsdSnapshotPath

const TimeLayout

const AutoAggregation

type Node

type FluentDConfig

type TunnelConfig

type Cluster

type StatPoint

// DriverTypeSimpleValueOf returns the string format of DriverType
func DriverTypeSimpleValueOf(s string) (DriverType, error) {}

// SimpleString returns the string format of DriverType
func (x DriverType) SimpleString() string {}

// FSTypeSimpleValueOf returns the string format of FSType
func FSTypeSimpleValueOf(s string) (FSType, error) {}

// SimpleString returns the string format of DriverType
func (x FSType) SimpleString() string {}

// CosTypeSimpleValueOf returns the string format of CosType
func CosTypeSimpleValueOf(s string) (CosType, error) {}

// SimpleString returns the string format of CosType
func (x CosType) SimpleString() string {}

// GraphDriverChangeTypeSimpleValueOf returns the string format of GraphDriverChangeType
func GraphDriverChangeTypeSimpleValueOf(s string) (GraphDriverChangeType, error) {}

// SimpleString returns the string format of GraphDriverChangeType
func (x GraphDriverChangeType) SimpleString() string {}

// VolumeActionParamSimpleValueOf returns the string format of VolumeAction
func VolumeActionParamSimpleValueOf(s string) (VolumeActionParam, error) {}

// SimpleString returns the string format of VolumeAction
func (x VolumeActionParam) SimpleString() string {}

// VolumeStateSimpleValueOf returns the string format of VolumeState
func VolumeStateSimpleValueOf(s string) (VolumeState, error) {}

// SimpleString returns the string format of VolumeState
func (x VolumeState) SimpleString() string {}

// VolumeStatusSimpleValueOf returns the string format of VolumeStatus
func VolumeStatusSimpleValueOf(s string) (VolumeStatus, error) {}

// SimpleString returns the string format of VolumeStatus
func (x VolumeStatus) SimpleString() string {}

// IoProfileSimpleValueOf returns the string format of IoProfile
func IoProfileSimpleValueOf(s string) (IoProfile, error) {}

// SimpleString returns the string format of IoProfile
func (x IoProfile) SimpleString() string {}

func simpleValueOf(typeString string, valueMap map[string]int32, s string) (int32, error) {}

func simpleString(typeString string, nameMap map[int32]string, v int32) string {}

func toSec(ms uint64) uint64 {}

// WriteThroughput returns the write throughput
func (v *Stats) WriteThroughput() uint64 {}

// ReadThroughput returns the read throughput
func (v *Stats) ReadThroughput() uint64 {}

// Latency returns latency
func (v *Stats) Latency() uint64 {}

// Read latency returns avg. time required for read operation to complete
func (v *Stats) ReadLatency() uint64 {}

// Write latency returns avg. time required for write operation to complete
func (v *Stats) WriteLatency() uint64 {}

// Iops returns iops
func (v *Stats) Iops() uint64 {}

// Scaled returns true if the volume is scaled.
func (v *Volume) Scaled() bool {}

// Contains returns true if mid is a member of volume's replication set.
func (m *Volume) Contains(mid string) bool {}

// Copy makes a deep copy of VolumeSpec
func (s *VolumeSpec) Copy() *VolumeSpec {}

// Copy makes a deep copy of Node
func (s *Node) Copy() *Node {}

func (v Volume) IsClone() bool {}

func (v Volume) IsSnapshot() bool {}

func (v Volume) DisplayId() string {}