# Functions
NewBuilder returns new instance of Builder.
NewKubeClient returns a new instance of kubeclient meant for cstor volume replica operations.
WithClientSet sets the kubernetes client against the kubeclient instance.
WithKubeConfigPath sets the kubeConfig path against client instance.
# Structs
Builder enables building an instance of StorageClass.
Kubeclient enables kubernetes API operations on namespace instance.
Namespace is a wrapper over Namespace api object.
# Type aliases
KubeclientBuildOption abstracts creating an instance of kubeclient.