config

package
v0.1.7 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(conf interface{}, p string) (interface{}, error)

Types

type PoolProperties

type PoolProperties struct {
	// The storage type of the storage pool.
	// One of: "block", "file" or "object".
	StorageType string `yaml:"storageType,omitempty"`

	// The locality that pool belongs to.
	AvailabilityZone string `yaml:"availabilityZone,omitempty"`

	// Map of keys and StoragePoolExtraSpec object that represents the properties
	// of the pool, such as supported capabilities.
	// +optional
	Extras model.StoragePoolExtraSpec `yaml:"extras,omitempty"`
}

Jump to

Keyboard shortcuts

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