Documentation ¶
Index ¶
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
}
Client is the wrapper over the k8s client that will be used by NDM to interface with etcd
func (*Client) ListBlockDevice ¶
func (cl *Client) ListBlockDevice(filters ...string) ([]v1alpha1.BlockDevice, error)
ListBlockDevice lists the block device from etcd based on the filters used
func (*Client) RegisterAPI ¶
RegisterAPI registers the API scheme in the client using the manager. This function needs to be called only once a client object
Click to show internal directories.
Click to hide internal directories.