Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultClass = "default" ProviderType = "kubernetes" )
Variables ¶
View Source
var ( ErrNilRuleSet = errors.New("nil RuleSet") ErrNotARuleSet = errors.New("not a RuleSet") ErrBadAuthClass = errors.New("bad authClass in a RuleSet") )
View Source
var Module = fx.Options( fx.Provide(func() ConfigFactory { return rest.InClusterConfig }), fx.Invoke(registerProvider), )
Module is used on app bootstrap. nolint: gochecknoglobals
Functions ¶
This section is empty.
Types ¶
type ConfigFactory ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.