Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Tracing *tracingconfig.Config
}
Config is the configuration for the activator.
func FromContext ¶
FromContext obtains a Config injected into the passed context.
func (*Config) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Config.
func (*Config) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Store ¶
type Store struct {
*configmap.UntypedStore
}
Store loads/unloads our untyped configuration. +k8s:deepcopy-gen=false
func (*Store) HTTPMiddleware ¶
HTTPMiddleware is a middleware which stores the current config store in the request context.
Click to show internal directories.
Click to hide internal directories.