Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Instance presenting the string literal "instance" Instance string = "instance" )
Variables ¶
View Source
var SupportedResources = []string{ Instance, }
SupportedResources contains the resources that can be tagged by the controller at the moment
Functions ¶
This section is empty.
Types ¶
type TaggingControllerOptions ¶
type TaggingControllerOptions struct { Tags map[string]string Resources []string RateLimit float64 BurstLimit int }
TaggingControllerOptions contains the inputs that can be used in the tagging controller
func (*TaggingControllerOptions) AddFlags ¶
func (o *TaggingControllerOptions) AddFlags(fs *pflag.FlagSet)
AddFlags add the additional flags for the controller
func (*TaggingControllerOptions) Validate ¶
func (o *TaggingControllerOptions) Validate() error
Validate checks for errors from user input
Click to show internal directories.
Click to hide internal directories.