imagemetadatamanager

package
v0.0.0-...-8ff1004 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2019 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	base.ClientFacade
	// contains filtered or unexported fields
}

Client provides access to cloud image metadata. It is used to find, save and update image metadata.

func NewClient

func NewClient(st base.APICallCloser) *Client

NewClient returns a new metadata client.

func (*Client) Delete

func (c *Client) Delete(imageId string) error

Delete removes image metadata for given image id from stored metadata.

func (*Client) List

func (c *Client) List(
	stream, region string,
	series, arches []string,
	virtType, rootStorageType string,
) ([]params.CloudImageMetadata, error)

List returns image metadata that matches filter. Empty filter will return all image metadata.

func (*Client) Save

func (c *Client) Save(metadata []params.CloudImageMetadata) error

Save saves specified image metadata. Supports bulk saves for scenarios like cloud image metadata caching at bootstrap.

Jump to

Keyboard shortcuts

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