Documentation
¶
Index ¶
- type Client
- func (c *Client) CreateLayer(di hcsshim.DriverInfo, id string, parentLayerPaths []string) error
- func (c *Client) DestroyLayer(di hcsshim.DriverInfo, id string) error
- func (c *Client) GetLayerMountPath(di hcsshim.DriverInfo, id string) (string, error)
- func (c *Client) LayerExists(di hcsshim.DriverInfo, id string) (bool, error)
- func (c *Client) NewLayerWriter(di hcsshim.DriverInfo, layerID string, parentLayerPaths []string) (LayerWriter, error)
- type LayerWriter
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 (*Client) CreateLayer ¶
func (*Client) DestroyLayer ¶
func (c *Client) DestroyLayer(di hcsshim.DriverInfo, id string) error
func (*Client) GetLayerMountPath ¶
func (*Client) LayerExists ¶
func (*Client) NewLayerWriter ¶
func (c *Client) NewLayerWriter(di hcsshim.DriverInfo, layerID string, parentLayerPaths []string) (LayerWriter, error)
Click to show internal directories.
Click to hide internal directories.