Documentation ¶
Index ¶
- type Client
- func (c *Client) Delete(id string) error
- func (c *Client) Get(id string) (*models.Image, error)
- func (c *Client) GetAll() (*models.Images, error)
- func (c *Client) GetAllPurgeable(before, since time.Duration, expr string) ([]*models.ImageReference, error)
- func (c *Client) ImportImage(...) (*models.Image, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *Client
func (*Client) GetAllPurgeable ¶
Click to show internal directories.
Click to hide internal directories.