Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NfshaController ¶
type NfshaController struct {
// contains filtered or unexported fields
}
func NewNFSHAController ¶
func NewNFSHAController(name string, kubeClient kubernetes.Interface, opts ...Option) *NfshaController
Create a new nfscontroller with the given Name, Kubernetes client and opts Can be customized by adding Option(s).
func (*NfshaController) HandlePodWatchEvent ¶
type Option ¶
type Option func(nfsc *NfshaController)
Options to pass when creating a new nfscontroller
func WithEventRecorder ¶
func WithEventRecorder(ev record.EventRecorder) Option
Set an EventRecorder that will be notified of any events that occur
Click to show internal directories.
Click to hide internal directories.