# Functions
BuildFrom returns new instance of Builder from the provided api instance.
From returns a new instance of lvm volume.
NewBuilder returns new instance of Builder.
NewKubeclient returns a new instance of kubeclient meant for lvm node operations.
WithClientSet sets the kubernetes client against the kubeclient instance.
WithKubeConfigPath sets the kubernetes client against the provided path.
WithNamespace sets the kubernetes client against the provided namespace.
# Structs
Builder is the builder object for LVMNode.
Kubeclient enables kubernetes API operations on lvm node instance.
LVMNode is a wrapper over LVMNode API instance.
# Type aliases
KubeclientBuildOption defines the abstraction to build a kubeclient instance.