package
1.1.2
Repository: https://github.com/openshift/rook.git
Documentation: pkg.go.dev

# Functions

New creates an operator instance.
NewController create controller for watching nfsserver custom resources created.
NewNFSProvisioner returns an instance of nfsProvisioner.
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.
Setup sets up various prerequisites and settings for the server.
Stop stops the NFS server.

# Constants

No description provided by the author

# Variables

NFSResource represents the nfs export custom resource.

# Structs

Controller represents a controller object for nfs server custom resources.
Operator type for managing NFS Server.