Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDriverOpts ¶
func GetDriverOpts(opts StringMapOptions, mcnflags []mcnflag.Flag, resources []v1alpha1.NodeClassResource) drivers.DriverOptions
Types ¶
type StringMapOptions ¶
type StringMapOptions struct {
// contains filtered or unexported fields
}
func New ¶
func New(m map[string]string) StringMapOptions
func (StringMapOptions) Bool ¶
func (n StringMapOptions) Bool(key string) bool
func (StringMapOptions) Int ¶
func (n StringMapOptions) Int(key string) int
func (StringMapOptions) Names ¶
func (n StringMapOptions) Names() []string
func (StringMapOptions) String ¶
func (n StringMapOptions) String(key string) string
func (StringMapOptions) StringSlice ¶
func (n StringMapOptions) StringSlice(key string) []string
Click to show internal directories.
Click to hide internal directories.