Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateExtraVolumeTags ¶
Validate checks for errors from user input
Types ¶
type ControllerOptions ¶
type ControllerOptions struct { // ExtraVolumeTags is a map of tags that will be attached to each dynamically provisioned // volume. ExtraVolumeTags map[string]string }
ControllerOptions contains options and configuration settings for the controller service.
func (*ControllerOptions) AddFlags ¶
func (s *ControllerOptions) AddFlags(fs *flag.FlagSet)
Click to show internal directories.
Click to hide internal directories.