Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeOptions ¶
type NodeOptions struct {
VolumeAttachLimit int64
}
NodeOptions contains options and configuration settings for the node service.
func (*NodeOptions) AddFlags ¶
func (o *NodeOptions) AddFlags(fs *flag.FlagSet)
type ServerOptions ¶
type ServerOptions struct { // Endpoint is the endpoint that the driver server should listen on. Endpoint string // Debug Debug bool // Kubeconfig Kubeconfig string // Cloudconfig Cloudconfig string }
ServerOptions contains options and configuration settings for the driver server.
func (*ServerOptions) AddFlags ¶
func (s *ServerOptions) AddFlags(fs *flag.FlagSet)
Click to show internal directories.
Click to hide internal directories.