MCPcopy
hub / github.com/lxc/incus / CreateStoragePool

Method CreateStoragePool

client/interfaces.go:332–332  ·  view source on GitHub ↗
(pool api.StoragePoolsPost)

Source from the content-addressed store, hash-verified

330 GetStoragePool(name string) (pool *api.StoragePool, ETag string, err error)
331 GetStoragePoolResources(name string) (resources *api.ResourcesStoragePool, err error)
332 CreateStoragePool(pool api.StoragePoolsPost) (err error)
333 UpdateStoragePool(name string, pool api.StoragePoolPut, ETag string) (err error)
334 DeleteStoragePool(name string) (err error)
335

Callers 8

TestGetInstancePoolFunction · 0.65
storagePoolsPostClusterFunction · 0.65
runMethod · 0.65

Implementers 1

ProtocolIncusclient/incus.go

Calls

no outgoing calls

Tested by 4

TestGetInstancePoolFunction · 0.52