Versions in this module Expand all Collapse all v0 v0.1.0 Feb 20, 2019 Changes in this version + const DefaultEntrypointImage + const EntrypointConfigName + const ImageKey + func ToContext(ctx context.Context, c *Config) context.Context + type Config struct + Entrypoint *Entrypoint + func FromContext(ctx context.Context) *Config + type Entrypoint struct + Image string + func NewEntrypointConfigFromConfigMap(configMap *corev1.ConfigMap) (*Entrypoint, error) + func (in *Entrypoint) DeepCopy() *Entrypoint + func (in *Entrypoint) DeepCopyInto(out *Entrypoint) + type Store struct + func NewStore(logger configmap.Logger) *Store + func (s *Store) Load() *Config + func (s *Store) ToContext(ctx context.Context) context.Context