Versions in this module Expand all Collapse all v0 v0.6.1 Jun 6, 2019 v0.6.0 May 14, 2019 Changes in this version + const GatewayKeyPrefix + const IstioConfigName + const LocalGatewayKeyPrefix + func ToContext(ctx context.Context, c *Config) context.Context + type Config struct + Istio *Istio + Network *network.Config + func FromContext(ctx context.Context) *Config + type Gateway struct + GatewayName string + ServiceURL string + func (in *Gateway) DeepCopy() *Gateway + func (in *Gateway) DeepCopyInto(out *Gateway) + type Istio struct + IngressGateways []Gateway + LocalGateways []Gateway + func NewIstioFromConfigMap(configMap *corev1.ConfigMap) (*Istio, error) + func (in *Istio) DeepCopy() *Istio + func (in *Istio) DeepCopyInto(out *Istio) + type Store struct + func NewStore(logger configmap.Logger, onAfterStore ...func(name string, value interface{})) *Store + func (s *Store) Load() *Config + func (s *Store) ToContext(ctx context.Context) context.Context