Documentation ¶
Overview ¶
Package nfs operator to manage NFS Server.
Portion of this file is coming from https://github.com/kubernetes-incubator/external-storage/blob/master/nfs/pkg/server/server.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNFSProvisioner ¶ added in v1.0.0
func NewNFSProvisioner(clientset kubernetes.Interface, rookClientset rookclient.Interface) *nfsProvisioner
NewNFSProvisioner returns an instance of nfsProvisioner
func Run ¶ added in v1.0.0
Run : run the NFS server in the foreground until it exits Ideally, it should never exit when run in foreground mode We force foreground to allow the provisioner process to restart the server if it crashes - daemonization prevents us from using Wait() for this purpose
Types ¶
type NFSServerReconciler ¶ added in v1.4.0
type NFSServerReconciler struct { client.Client Context *clusterd.Context Scheme *runtime.Scheme Log *capnslog.PackageLogger Recorder record.EventRecorder }
Click to show internal directories.
Click to hide internal directories.